Get cluster nodes list

Get cluster nodes list

get

Get the list of cluster nodes.

Path parameters
clusterIdstringRequired
Responses
200
OK
*/*
get
GET /v1/clusters/{clusterId}/nodes HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "allocatedCpu": 48,
    "allocatedEphemeralStorage": 0,
    "allocatedMemory": 200903610368,
    "allocatedPods": "110",
    "cpuCapacity": 48,
    "creationTimestamp": "2022-12-02 02:33:48",
    "ephemeralStorageCapacity": 48294789041,
    "gpuCapacity": 2,
    "memoryCapacity": 201008467968,
    "name": "apps-gpu-v100",
    "podCapacity": 110,
    "ready": "True"
  }
]

Was this helpful?