GET
/
v1
/
accounts
/
{account_id}
/
clusters
/
{cluster_id}
:getConnectionInfo
curl --request GET \
  --url https://api.fireworks.ai/v1/accounts/{account_id}/clusters/{cluster_id}:getConnectionInfo \
  --header 'Authorization: Bearer <token>'
{
  "endpoint": "<string>",
  "caData": "<string>"
}

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
A successful response.
endpoint
string

The cluster's Kubernetes API server endpoint.

caData
string

Base64-encoded cluster's CA certificate.