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
Example response
{
"alive": "running"
}This will show the status of the cluster
The Status contains string value for the alive status. Possible values are: running, starting, errors
{
"alive": "running"
}