ClusterVersions
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Cluster versions retrieved successfullyversions object[]
An array of version objects.
Array [
idinteger
Unique numeric identifier.
Example:
9876versionstring
API or schema version.
Example:
1.35.1regionobject
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:55Zupdated_atstring<date-time>nullable
ISO 8601 UTC timestamp marking when the resource was last modified.
]
ClusterVersions
{
"status": true,
"message": "Cluster versions retrieved successfully",
"versions": [
{
"id": 9876,
"version": "1.35.1",
"region": {},
"image": {},
"created_at": "2026-05-07T09:21:55Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}
Was this page helpful?