GET
/
cloud
/
v2
/
k8s
/
clusters
/
{project_id}
/
{region_id}
/
{cluster_name}
/
config
curl --request GET \
  --url https://api.gcore.com/cloud/v2/k8s/clusters/{project_id}/{region_id}/{cluster_name}/config \
  --header 'APIKey: <api-key>'
{
  "config": "<string>",
  "created_at": "2024-02-15T11:53:03Z",
  "expires_at": "2026-02-15T11:53:03Z"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

project_id
integer
required

Project identifier

region_id
integer
required

Region identifier

cluster_name
string
required

K8s cluster name

Response

200
application/json

cluster config

The response is of type object.