Skip to main content

ClusterVersions

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Cluster versions retrieved successfully
versions object[]

An array of version objects.

  • Array [
  • 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.

  • ]
  • 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"
    }
    ]
    }