Storage Services/Storage Services
PUTStorage ServicesSince 4.10.6SynchronousAuth Required
Configure ZCE-X Cluster
Configure ZCE-X Cluster
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
uuidStringRequiredZCE-X UUID, uniquely identifies the resource
managementIpStringZCE-X management node IP. If not filled, defaults to ZceXVO.uuid
managementNetworkCidrStringRequiredZCE-X management network IP CIDR
publicNetworkCidrStringRequiredZCE-X public network IP CIDR
clusterNetworkCidrStringRequiredZCE-X cluster network IP CIDR
Responses
Endpoint
PUT/zstack/v1/zce-x-plugin/config/cluster
/zstack/v1/zce-x-plugin/config/cluster
Request Example
curl -X PUT 'http://{host}/zstack/v1/zce-x-plugin/config/cluster' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"uuid":"<uuid>","managementIp":"<managementIp>","managementNetworkCidr":"<managementNetworkCidr>","publicNetworkCidr":"<publicNetworkCidr>","clusterNetworkCidr":"<clusterNetworkCidr>","gatewayNetworkCidr":"<gatewayNetworkCidr>","otherManagementIp":["<otherManagementIp>"],"otherStorageIp":["<otherStorageIp>"],"username":"<username>","password":"<password>","systemTags":["<systemTags>"],"userTags":["<userTags>"],"softwarePackageUuid":"<softwarePackageUuid>"}'
Response Example
200{ "initSuccess": true, "tokenCreated": true }Change History
This API has no change history records yet.
