Skip to main content

ClusterNodeInstanceFields

idinteger

Unique numeric identifier for the VM instance.

Example: 7613
namestring

Name of the VM instance.

Example: example-c1-bastion-0
statusstring

Current status of the VM instance.

StatusDescription
CREATINGThe VM is being created and initialized.
WAITINGWaiting for public IP assignment to establish connectivity to the VMs through the bastion node.
RECONCILINGKubernetes components are being installed and configured on the VM.
PRE-ACTIVEThe 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.
ACTIVEThe VM is fully configured and ready to run workloads.
Example: CREATING
fixed_ipstringnullable

Fixed (private) IP address assigned to the VM in its environment.

Example: 192.0.2.42
floating_ipstringnullable

Floating (public) IP address attached to the VM, or null if none.

Example: 192.0.2.91
floating_ip_statusstringnullable

Status of the floating IP address.

Example: ATTACHING
contract_idintegernullable

Identifier of the contract the VM instance is billed under, or null if none.

image_idinteger

Identifier of the operating system image installed on the VM instance.

Example: 7613
ClusterNodeInstanceFields
{
"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
}