GET
/
api
/
svc
/
v1
/
clusters
/
{id}
/
is-connected
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

Cluster id of the cluster

Response

200
application/json
Returns the status of provided cluster
isConnected
boolean
required

Whether the cluster is connected