v1

latestOpenAPI 3.0.12026-07-23429391.9 KB
Node

List all the nodes in a project identified by the project UUID

get/v4/{projectId}/nodes

Path parameters

projectIdstring required

UUID of the project the node belongs to

Headers

X-Auth-Tokenstring required

Response

OK

namestring

Host name of the node

uuidstring

UUID of the node

primaryIpstring

IP address of the node

nodePoolNamestring

Name of the node pool, the node belongs to

nodePoolUuidstring

UUID of the node pool, the node belongs to

cloudProviderTypestring

Type of cloud provider, such as local or aws used to create the cluster

cloudProviderUuidstring

UUID of the cloud provider used to create the cluster

cloudInstanceIdstring

UUID of the cloud instance used to create the cluster

clusterNamestring

Name of the cluster the node belongs to

clusterUuidstring

UUID of the cluster the node belongs to

projectIdstring

UUID of the project the node belongs to

actualKubeRoleVersionstring

actual version of the kube role on the node

clusterKubeRoleVersionstring

Kube version of the cluster the node belongs to

isMasterinteger

1 if this node is a master of a custer. 0 otherwise.

api_respondinginteger

1 indicates the API server on this node is running. 0 otherwise. Applicable only if isMaster is 1

statusstring

Status of the node. States include “ok”, ”converging”, “failed”. These states indicate the current state of kubernetes setup on the host.

masterlessinteger

1 indicates the node is a masterless node. 0 otherwise

startKubeinteger

1 indicates kube to be installed on the node . 0 otherwise