Health

Cluster status (health)

Basic cluster membership info from the health server. For richer cluster topology, use GET /api/v1/cluster on the API server.

get/cluster/status

Response

Cluster status

node_idstring
versionstring

Build version of this node. For the per-node versions of the whole cluster, use GET /api/v1/cluster on the API server.

is_leaderboolean
cluster_modeboolean
node_countinteger

Number of nodes (cluster mode only)

sessionsinteger

Current connected session count on this node

detailsstring

Example response

{
  "node_id": "node-1",
  "version": "v1.0.0"
}

Changes