查询卷关联的QoS 请求示例1 单机版:查询卷luna1的QoS策略。 plaintext GET /rest/v1/block/lun/luna1/qos HTTP/1.1 Date: Thu, 21 Aug 2025 03:09:15 GMT Authorization: HBlock userName:signature Host: 192.168.0.66:1443 响应示例1 plaintext HTTP/1.1 200 OK xhblockrequestid: 824579904057466ebbc9e2e0aadb0afd Connection: keepalive ContentLength: 484 Date: Thu, 21 Aug 2025 03:09:15 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "qosPolicy": { "qosName": "QoS1", "readIOPS": 1000, "writeIOPS": 1000, "readBps": 3670016000, "writeBps": 3670016000, "readIOPSBurst": 1000, "writeIOPSBurst": 1500, "readBpsBurst": 3670016000, "writeBpsBurst": 3670016000, "readIOPSBurstSecs": 1, "writeIOPSBurstSecs": 1, "readBpsBurstSecs": 1, "writeBpsBurstSecs": 1, "createTime": 1754375362963, "reclaimPolicy": "Retain", "description": "It is QoS1.", "IOPS": 2500, "Bps": 5242880000, "IOPSBurst": 2000, "BpsBurst": 5242880000, "IOPSBurstSecs": 1, "BpsBurstSecs": 1 } } } 请求示例2 集群版:查询卷lun01a的QoS策略。 plaintext GET /rest/v1/block/lun/lun01a/qos HTTP/1.1 Date: Thu, 21 Aug 2025 02:55:16 GMT Authorization: HBlock userName:signature Host: 192.168.0.64:1443