Skip to main content
GET
/
kubeclusters
/
{cluster}
{
  "account": "<string>",
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "environment": "<string>",
  "id": "<string>",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "platform": "<string>",
  "title": "<string>",
  "version": "<string>",
  "$schema": "<string>",
  "description": "<string>",
  "external_id": "<string>",
  "region": "<string>"
}

Response

OK

account
string
required

Account is the ID of the Account to which this KubeCluster belongs.

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

environment
string
required

A string environment tag, defined by the customer to categorize the KubeClusterThe current cluster version for this KubeCluster.

id
string
required

ID is the unique identifier for the KubeCluster.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

platform
string
required

The name of the KubePlatform that this KubeCluster was launched in.

title
string
required

Display name for the KubeCluster.

version
string
required

The current cluster version for this KubeCluster.

$schema
string<uri>

A URL to the JSON Schema for this object.

description
string

Optional long-form description of the KubeCluster.

external_id
string

Optional cloud provider-specific or customer internal identifier for the KubeCluster

region
string

Optional string identifier of the cloud provider-specific or internal region.