查询指定QoS策略 请求示例 查询QoS策略QoS6。 plaintext GET /rest/v1/system/qos/QoS6 HTTP/1.1 Date: Thu, 03 Jul 2025 08:44:58 GMT Authorization: HBlock userName:signature Host: 192.168.0.64:1443 响应示例 plaintext HTTP/1.1 200 OK xhblockrequestid: bc5613e65a3544e996002a403674e331 Connection: keepalive ContentLength: 496 Date: Thu, 03 Jul 2025 08:44:58 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "qosName": "QoS6", "readIOPS": 5000000, "writeIOPS": 6000000, "readBps": 1073741824, "writeBps": 1073741824, "readIOPSBurst": 5000000, "writeIOPSBurst": 5000000, "readBpsBurst": 2147483648, "writeBpsBurst": 2147483648, "readIOPSBurstSecs": 10, "writeIOPSBurstSecs": 10, "readBpsBurstSecs": 100, "writeBpsBurstSecs": 100, "createTime": 1751437708609, "reclaimPolicy": "Retain", "description": "It is Qos6", "IOPS": 5000000, "Bps": 1073741824, "IOPSBurst": 5000000, "BpsBurst": 2147483648, "IOPSBurstSecs": 10, "BpsBurstSecs": 100 } }