ClusterNodeGroupsGetResponse
Whether the request succeeded.
trueHuman-readable description of the result.
Node group 987 retrieved successfullynode_group object
Worker-node group.
Unique numeric identifier for the node group.
4501Name of the node group.
defaultRole of the node group.
workerflavor object
Flavor (hardware configuration) of the nodes in the node group.
Unique numeric identifier for the flavor.
4501Name of the flavor.
n1-cpu-smallNumber of CPU cores.
4Memory allocated to the flavor, in GB.
4Root disk capacity, in GB.
100Ephemeral disk capacity, in GB. Cleared when the VM is deleted.
0GPU model name. Empty string if the flavor has no GPU.
Number of GPUs attached to the flavor.
0features object
Feature flags for the flavor, such as high-speed networking and hibernation or snapshot restrictions.
labels object[]
Labels associated with the flavor.
Unique numeric identifier for the label.
The label name.
Number of nodes in the node group.
1Minimum number of nodes the group will scale down to.
1Maximum number of nodes the group will scale up to.
1Identifiers of the firewalls attached to the nodes in the node group.
firewalls object[]
Firewalls attached to the nodes in the node group.
Unique numeric identifier for the firewall.
Name of the firewall.
Current status of the firewall.
ISO 8601 UTC timestamp marking when the node group was created.
2026-05-07T09:21:55ZISO 8601 UTC timestamp marking when the node group was last updated.
2026-05-07T09:21:55Z{
"status": true,
"message": "Node group 987 retrieved successfully",
"node_group": {
"id": 4501,
"name": "default",
"role": "worker",
"flavor": {
"id": 4501,
"name": "n1-cpu-small",
"cpu": 4,
"ram": 4,
"disk": 100,
"ephemeral": 0,
"gpu": "",
"gpu_count": 0,
"features": {},
"labels": [
{
"id": 0,
"label": "string"
}
]
},
"count": 1,
"min_count": 1,
"max_count": 1,
"firewall_ids": [
0
],
"firewalls": [
{
"id": 0,
"name": "string",
"status": "string"
}
],
"created_at": "2026-05-07T09:21:55Z",
"updated_at": "2026-05-07T09:21:55Z"
}
}