Update Cluster By Name

Update Cluster By Name

Invoke operation on an OpenStack cluster, possible actions: pause,resume,start,stop,retry

Request
URI
PUT
https://{api_host}//192.168.111.151:8443/v1/clusters/{clusterName}
COPY
Path Parameters
string
clusterName
Required

clusterName

Query Parameters
string
action
Required

Operation on the specified cluster, for exampe: start - start the cluster.

Possible values are : pause, resume, start, stop, retry,

Responses
201

Created

Operation doesn't return any data structure

202

Accepted

Returns Task of type(s) application/json
{
    "task_id": 0,
    "task_url": "string"
}
integer As int64 As int64
task_id
Optional

task_id

string
task_url
Optional

task_url


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure