ClusterNodesListResponse
Whether the request succeeded.
trueHuman-readable description of the result.
Cluster nodes retrieved successfullynodes object[]
Nodes currently in the cluster.
Unique numeric identifier for the node.
3287Role of the node within the cluster.
bastionIdentifier of the node group the node belongs to.
Name of the node group the node belongs to.
instance object
VM instance backing the node.
Unique numeric identifier for the VM instance.
7613Name of the VM instance.
example-c1-bastion-0Current status of the VM instance.
| Status | Description |
|---|---|
CREATING | The VM is being created and initialized. |
WAITING | Waiting for public IP assignment to establish connectivity to the VMs through the bastion node. |
RECONCILING | Kubernetes components are being installed and configured on the VM. |
PRE-ACTIVE | The VM is running, but Kubernetes reconciliation for the cluster is pending. Billing does not begin until the cluster is fully reconciled and the VM enters the ACTIVE state. |
ACTIVE | The VM is fully configured and ready to run workloads. |
CREATINGFixed (private) IP address assigned to the VM in its environment.
192.0.2.42Floating (public) IP address attached to the VM, or null if none.
192.0.2.91Status of the floating IP address.
ATTACHINGIdentifier of the contract the VM instance is billed under, or null if none.
Provisioning status of the node.
| Status | Description |
|---|---|
CREATING | The node is being created and initialized. |
WAITING | Waiting for public IP assignment to establish connectivity to the VMs through the bastion node. |
RECONCILING | Kubernetes components are being installed and configured on the node. |
ACTIVE | The node is fully configured and ready to run workloads. |
CREATINGHuman-readable message explaining the node's current status.
VM is creatingISO 8601 UTC timestamp marking when the node was created.
2026-05-06T16:04:09ZISO 8601 UTC timestamp marking when the node was last updated.
2026-05-06T16:04:09Z{
"status": true,
"message": "Cluster nodes retrieved successfully",
"nodes": [
{
"id": 3287,
"role": "bastion",
"node_group_id": 0,
"node_group_name": "string",
"instance": {
"id": 7613,
"name": "example-c1-bastion-0",
"status": "CREATING",
"fixed_ip": "192.0.2.42",
"floating_ip": "192.0.2.91",
"floating_ip_status": "ATTACHING",
"contract_id": 0,
"image_id": 7613
},
"status": "CREATING",
"status_reason": "VM is creating",
"is_bastion": true,
"requires_public_ip": true,
"created_at": "2026-05-06T16:04:09Z",
"updated_at": "2026-05-06T16:04:09Z"
}
]
}