GET
/
kubeclusters
{
  "$schema": "https://example.com/schemas/ListKubeClustersOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$schema": "https://example.com/schemas/KubeCluster.json",
      "account": "ac_93d76d03-61c2-40e8-b4c3-c7c86936b73e",
      "created_by": "<string>",
      "created_on": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "environment": "staging",
      "external_id": "arn:aws:eks:us-west-2:111122223333:cluster/my-cluster",
      "id": "k8scl_83eaa8d5-36ab-4814-9559-77518ec434cf",
      "last_modified_by": "<string>",
      "last_modified_on": "2023-11-07T05:31:56Z",
      "platform": "eks-standard",
      "region": "us-west-2",
      "title": "Internal App Cluster",
      "version": "<string>"
    }
  ]
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results).

n
integer

Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter.

Response

200
application/json

OK

The response is of type object.