GET
/
v1
/
accounts
/
{account_id}
/
clusters
/
{cluster_id}
:getConnectionInfo

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

cluster_id
string
required

The Cluster Id

Response

200 - application/json
caData
string

Base64-encoded cluster's CA certificate.

endpoint
string

The cluster's Kubernetes API server endpoint.