Shows the status for that specific named cluster
get/api/clusters/{clusterName}/status
Path parameters
clusterNamestring required
cluster to filter by
Response
The Status contains string value for the alive status. Possible values are: running, starting, errors
Example response
{
"alive": "running"
}