查询存储池关联的QoS 请求示例 查询存储池defaultpool的QoS策略。 plaintext GET /rest/v1/system/storagepool/defaultpool/qos HTTP/1.1 Date: Thu, 21 Aug 2025 03:36:22 GMT Authorization: HBlock userName:signature Host: 192.168.0.64:1443 响应示例 plaintext HTTP/1.1 200 OK xhblockrequestid: 8fda965846fa4ce4b0e1e96e40494786 Connection: keepalive ContentLength: 728 Date: Thu, 21 Aug 2025 03:36:22 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "qosPolicy": { "qosName": "QoS6", "readIOPS": 600, "writeIOPS": 440, "readBps": 1048576000, "writeBps": 1572864000, "readIOPSBurst": 6000, "writeIOPSBurst": 4000, "readBpsBurst": 2097152000, "writeBpsBurst": 2097152000, "readIOPSBurstSecs": 1, "writeIOPSBurstSecs": 1, "readBpsBurstSecs": 1, "writeBpsBurstSecs": 1, "createTime": 1753950531353, "reclaimPolicy": "Retain", "description": "It is QoS6.", "IOPS": 1000, "Bps": 2097152000, "IOPSBurst": 10000, "BpsBurst": 2202009600, "IOPSBurstSecs": 1, "BpsBurstSecs": 1 }, "qosPolicyforLUN": { "qosName": "QoSTest", "readIOPSBurstSecs": 1, "writeIOPSBurstSecs": 1, "readBpsBurstSecs": 1, "writeBpsBurstSecs": 1, "createTime": 1754470952232, "reclaimPolicy": "Retain", "IOPS": 8000, "Bps": 8388608000, "IOPSBurstSecs": 1, "BpsBurstSecs": 1 } } }