Get Cluster
GET/kubernetes/clusters/:id
Get a Kubernetes cluster
Request
Path Parameters
id stringrequired
495695b9-088d-4f49-823a-e6bb5b3a709e
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
displayName string
Display name of the Kubernetes cluster
id string
ID of the Kubernetes cluster
locationName string
Name of the Location where the Kubernetes cluster is deployed
status string
Status of the Kubernetes cluster
{
"displayName": "my-vm",
"id": "5272e090-a595-4d6a-8587-cfe78214739f",
"locationName": "lille-4",
"status": "Available"
}
Loading...