Clusters

Cluster management

List clusters

get

Lists all clusters

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Query parameters
namestringOptional

Filter by cluster name

binarystringOptional

Filter by binary

disabledbooleanOptional

Filter by disabled status

num_hostsintegerOptional

Filter by number of hosts

num_down_hostsintegerOptional

Filter by number of down hosts

is_upbooleanOptional

Filter by up status

limitinteger · min: 1Optional

Requests a page size of items

markerstringOptional

The ID of the last-seen item

sortstringOptional

Comma-separated list of sort keys and optional sort directions

sort_keystringOptional

Sorts by an attribute

sort_dirstring · enumOptional

Sorts by direction (asc or desc)

Possible values:
Responses
200

OK

application/json
get
/v3/clusters
200

OK

Update cluster

put

Updates a cluster

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Body
Responses
200

OK

application/json
put
/v3/clusters
200

OK

List clusters with details

get

Lists all clusters with details

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Query parameters
namestringOptional

Filter by cluster name

binarystringOptional

Filter by binary

disabledbooleanOptional

Filter by disabled status

num_hostsintegerOptional

Filter by number of hosts

num_down_hostsintegerOptional

Filter by number of down hosts

is_upbooleanOptional

Filter by up status

limitinteger · min: 1Optional

Requests a page size of items

markerstringOptional

The ID of the last-seen item

sortstringOptional

Comma-separated list of sort keys and optional sort directions

sort_keystringOptional

Sorts by an attribute

sort_dirstring · enumOptional

Sorts by direction (asc or desc)

Possible values:
Responses
200

OK

application/json
get
/v3/clusters/detail
200

OK

Show cluster details

get

Shows details for a cluster

Authorizations
X-Auth-TokenstringRequired

PCD Identity Service token authentication

Path parameters
cluster_idstring · uuidRequired

The UUID of the cluster

Responses
200

OK

application/json
get
/v3/clusters/{cluster_id}
200

OK

Last updated

Was this helpful?