修改QoS策略 请求示例 修改QoS策略QoStest6。 plaintext PUT /rest/v1/system/qos/QoStest6 HTTP/1.1 Date: Tue, 01 Jul 2025 10:11:31 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature ContentLength: 612 Host: 192.168.0.64:1443 { "newName": "QoS6", "description": "It is Qos6", "IOPS": 5000000, "readIOPS": 5000000, "writeIOPS": 6000000, "Bps": 40960000000, "readBps": 40960000000, "writeBps": 40960000000, "IOPSBurst": 1, "readIOPSBurst": 1, "writeIOPSBurst": 1, "BpsBurst": 1, "readBpsBurst": 1, "writeBpsBurst": 1, "IOPSBurstSecs": 999999999, "readIOPSBurstSecs": 999999999, "writeIOPSBurstSecs": 999999999, "BpsBurstSecs": 99999999, "readBpsBurstSecs": 99999999, "writeBpsBurstSecs": 99999999, "reclaimPolicy": "Delete" } 响应示例 plaintext HTTP/1.1 204 No Content xhblockrequestid: 5416bb143c504e95986f9489c1d86272 Connection: keepalive Date: Tue, 01 Jul 2025 10:11:31 GMT Server: HBlock