FluxMQ
ReferenceAdmin API

Health

Kubernetes liveness, readiness, and cluster status probes

GET
/health

Response Body

application/json

curl -X GET "https://example.com/health"
{  "status": "healthy"}
Empty
GET
/ready

Response Body

application/json

application/json

curl -X GET "https://example.com/ready"
{  "status": "ready",  "details": "string"}
Empty
{  "status": "ready",  "details": "string"}
GET
/cluster/status

Response Body

application/json

curl -X GET "https://example.com/cluster/status"
{  "node_id": "node-1",  "is_leader": true,  "cluster_mode": true,  "node_count": 0,  "sessions": 0,  "details": "string"}
Empty