Flavor_Item_Get_Response
GPU model name. Empty string if the flavor has no GPU.
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
NORWAY-1flavors object[]
An array of CPU-only flavor objects available for use as master nodes.
Unique numeric identifier.
3287Resource name.
n1-cpu-smallHuman-readable display name. Falls back to name if not set.
Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).
NORWAY-1Number 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.
0Whether stock is currently available for this flavor in the region.
trueISO 8601 UTC timestamp marking when the resource was created.
2026-05-06T16:04:09Zlabels object[]
Optional user-supplied tags for grouping or filtering.
Unique numeric identifier for the label.
The label name.
features object
Optional feature flags applicable to the resource.
{
"gpu": "",
"region_name": "NORWAY-1",
"flavors": [
{
"id": 3287,
"name": "n1-cpu-small",
"display_name": "string",
"region_name": "NORWAY-1",
"cpu": 4,
"ram": 4,
"disk": 100,
"ephemeral": 0,
"gpu": "",
"gpu_count": 0,
"stock_available": true,
"created_at": "2026-05-06T16:04:09Z",
"labels": [
{
"id": 0,
"label": "string"
}
],
"features": {}
}
]
}