Skip to main content
POST
/
org
/
{org}
/
mk8s
/
{name}
/
-kubeconfig
Retrieve a kubeconfig
curl --request POST \
  --url https://api.cpln.io/org/{org}/mk8s/{name}/-kubeconfig \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "kubeconfig": "<string>",
  "fileName": "<string>"
}

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Body

application/json

The body is of type object.

Response

Created

kubeconfig
string
fileName
string