v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-035895111.8 KB
admin

Node info

Get node info

get/nodes/{nodeID}

Path parameters

nodeIDstring required

Query parameters

clusterIDstring uuid

Identifier of the cluster

Response

Successfully returned the node

clusterIDstring required

Identifier of the cluster

versionstring required

Version of the orchestrator

commitstring required

Commit of the orchestrator

idstring required

Identifier of the node

serviceInstanceIDstring required

Service instance identifier of the node

status'ready' | 'draining' | 'connecting' | 'unhealthy' | 'standby' required

Status of the node.

  • draining: the node is bound to be shut down. It will not accept new sandboxes and will stop once all existing sandboxes are done.
  • standby: the node is not actively used, but it can return to ready and continue serving traffic.
statusChangedAtstring date-time required

Time when the node status was last changed

sandboxCountinteger required

Number of sandboxes running on the node

cachedBuildsstring[] required

List of cached builds id on the node

createSuccessesinteger required

Number of sandbox create successes

createFailsinteger required

Number of sandbox create fails