ReferenceAdmin API
Health
Kubernetes liveness, readiness, and cluster status probes
curl -X GET "https://example.com/health"{ "status": "healthy"}Empty
curl -X GET "https://example.com/ready"{ "status": "ready", "details": "string"}Empty
{ "status": "ready", "details": "string"}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