Storage Services/Storage Services
GETStorage ServicesSince 4.10.6SynchronousAuth Required
Get ZCE-X Capability and Information Data
Get ZCE-X Capability and Information Data
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
uuidStringRequiredZCE-X information UUID, uniquely identifies the resource
systemTagsListSystem Tag
userTagsListUser Tag
Responses
Endpoint
GET/zstack/v1/zce-x-plugin/capability
/zstack/v1/zce-x-plugin/capability
Request Example
curl -X GET 'http://{host}/zstack/v1/zce-x-plugin/capability?uuid=<uuid>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "licenses": { "platform": { "issuedTime": "2024-12-21T02:00:00Z", "expiredTime": "2024-12-21T02:00:00Z", "expired": false } }, "cluster": { "managementNetworkCidr": "172.26.0.0/16", "gatewayNetworkCidr": "172.26.0.0/16", "publicNetworkCidr": "172.26.0.0/16", "clusterNetworkCidr": "192.168.15.0/24", "hosts": { "count": 3, "adminIps": [ "192.168.0.1", "192.168.0.2", "192.168.0.3" ] }, "pools": { "count": 3, "totalCapacity": 2199023255552, "inventories": [ { "id": 3, "poolName": "pool-7548ffce72794737b439a9f8e3b2da83" }, { "id": 2, "poolName": "pool-3e9f6251332a433e8d48c2edc95eb142" }, { "id": 1, "poolName": "pool-37194c3c7bd74bdb8594cf768c4e42bd" } ] } } }Change History
This API has no change history records yet.
