Storage Services/Storage Services
PUTStorage ServicesSince 4.10.7SynchronousAuth Required
Test ZCE-X Connection
Test ZCE-X Connection
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
managementIpStringZCE-X management node IP
portIntegerZCE-X API service port
uuidStringZCE-X VO UUID
urlStringZCE-X test connection URL
adminTokenStringZCE-X access-token. Can be filled in to check if access-token is available
Responses
Endpoint
PUT/zstack/v1/zce-x-plugin/test-connection
/zstack/v1/zce-x-plugin/test-connection
Request Example
curl -X PUT 'http://{host}/zstack/v1/zce-x-plugin/test-connection' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"managementIp":"<managementIp>","port":1,"uuid":"<uuid>","url":"<url>","adminToken":"<adminToken>","systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
