This will show the status of the cluster

get/api/status

Response

The Status contains string value for the alive status. Possible values are: running, starting, errors

alivestring

Example response

{
  "alive": "running"
}

Changes