查询指定存储池 请求示例 查询存储池default。 plaintext GET /rest/v1/system/storagepool/defaultpool HTTP/1.1 Date: Thu, 21 Aug 2025 05:55:19 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature Host: 192.168.0.64:1443 响应示例 plaintext HTTP/1.1 200 OK xhblockrequestid: ec7686d210f5407690aa054698947034 Connection: keepalive ContentLength: 2437 Date: Thu, 21 Aug 2025 05:55:19 GMT ContentType: application/json;charsetutf8 Server: HBlock { "data": { "name": "defaultpool", "id": 0, "isBasePool": true, "status": "Normal", "faultDomain": "server", "description": "Default storage pool.", "totalCapacity": 299111325696, "usedCapacity": 54389911552, "usedCapacityQuota": 23300496420, "capacityQuota": 299111325696, "createTime": 1753783004031, "luns": { "lunNamesForCachePool": [ "lun05a" ], "lunNamesForPool": [ "lun02a", "lun02d", "lun01aclone2", "lun001c001", "lunc", "lun04", "lun12", "lunn01aclone1", "lun03a", "lun001", "lunc03b", "lun01a", "Clone2" ], "status": { "number": 14, "cacheNumber": 1, "storageNumber": 0, "localNumber": 13, "cacheCapacity": 357556027392, "storageCapacity": 0, "localCapacity": 2498597224448 } }, "topology": [ { "name": "hblock1", "fullname": "default:hblock1", "type": "server", "healthStatus": "Healthy", "clusterAddress": "192.168.0.65", "publicAddress": "192.168.0.65", "allDiskPaths": { "usedCapacity": 7785398272, "totalCapacity": 199407550464 }, "serverStatus": "Connected", "serverId": "hblock1", "childNodes": [ { "name": "/mnt/stor02", "fullname": "default:hblock1:/mnt/stor02", "type": "path", "usedCapacity": 7785185280, "totalCapacity": 99703775232, "usedCapacityQuota": 7771341232, "capacityQuota": 1, "managementStatus": "Added", "healthStatus": "Healthy", "healthDetail": [], "serverId": "hblock1" } ] }, { "name": "hblock2", "fullname": "default:hblock2", "type": "server", "description": "hblock2", "healthStatus": "Healthy", "clusterAddress": "192.168.0.64", "publicAddress": "192.168.0.64", "allDiskPaths": { "usedCapacity": 38822154240, "totalCapacity": 199407550464 }, "serverStatus": "Connected", "serverId": "hblock2", "childNodes": [ { "name": "/mnt/stor01", "fullname": "default:hblock2:/mnt/stor01", "type": "path", "usedCapacity": 38820716544, "totalCapacity": 99703775232, "usedCapacityQuota": 7783989248, "capacityQuota": 1, "managementStatus": "Added", "healthStatus": "Healthy", "healthDetail": [], "serverId": "hblock2" } ] }, { "name": "hblock3", "fullname": "default:hblock3", "type": "server", "healthStatus": "Healthy", "clusterAddress": "192.168.0.67", "publicAddress": "192.168.0.67", "allDiskPaths": { "usedCapacity": 7784218624, "totalCapacity": 199407550464 }, "serverStatus": "Connected", "serverId": "hblock3", "childNodes": [ { "name": "/mnt/stor01", "fullname": "default:hblock3:/mnt/stor01", "type": "path", "usedCapacity": 7784009728, "totalCapacity": 99703775232, "usedCapacityQuota": 7745165940, "capacityQuota": 1, "managementStatus": "Added", "healthStatus": "Healthy", "healthDetail": [], "serverId": "hblock3" } ] } ], "qosPolicy": { "qosName": "QoS6" }, "qosPolicyforLUN": { "qosName": "QoSTest" } } }