For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node Pool

Get details of all node pools

get
Path parameters
projectIdstringRequired

UUID of the project the node pool belongs to

Header parameters
X-Auth-TokenstringRequired
Responses
200

OK

application/json
namestringOptional

Name of the node pool

uuidstringOptional

UUID of the node pool

cloudProviderUuidstringOptional

UUID of the associated cloud provider

cloudProviderNamestringOptional

Name of the associated cloud provider

get/v4/{projectId}/nodePools
GET /qbert/v4/{projectId}/nodePools HTTP/1.1
X-Auth-Token: text
Accept: */*
[
  {
    "name": "text",
    "uuid": "text",
    "cloudProviderUuid": "text",
    "cloudProviderName": "text"
  }
]

Last updated

Was this helpful?