Skip to main content

ClusterVersion

idinteger

Unique numeric identifier.

Example: 9876
versionstring

API or schema version.

Example: 1.35.1
regionobject

Region the resource is in (for example, NORWAY-1, CANADA-1, US-1).

imageobject

Operating system image installed on the VM.

created_atstring<date-time>

ISO 8601 UTC timestamp marking when the resource was created.

Example: 2026-05-07T09:21:55Z
updated_atstring<date-time>nullable

ISO 8601 UTC timestamp marking when the resource was last modified.

ClusterVersion
{
"id": 9876,
"version": "1.35.1",
"region": {},
"image": {},
"created_at": "2026-05-07T09:21:55Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}