Skip to main content
GET
/
api
/
svc
/
v1
/
clusters
/
{id}
/
is-connected
Get cluster connection status
curl --request GET \
  --url https://{controlPlaneURL}/api/svc/v1/clusters/{id}/is-connected \
  --header 'Authorization: Bearer <token>'
{
  "isConnected": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the cluster.

Response

Connection status of the cluster.

isConnected
boolean
required

Whether the cluster agent is currently connected to the control plane.