Admin

Cluster Status

Get information about the current cluster

get/api/v1.admin.cluster.status

Response

cluster_idstring nullable

The unique ID of this cluster.

This value is populated on cluster initialization and will never change.

cluster_namestring nullable

The name of this cluster (as defined in the config)

This value is not replicated and should only be used for debugging.

this_node_idstring required

The unique ID of the node servicing this request

this_node_state'Leader' | 'Follower' | 'Learner' | 'Candidate' | 'Shutdown' | 'Unknown' required
this_node_last_committed_timestampinteger required

The timestamp of the last transaction committed on this node

this_node_last_snapshot_idstring nullable

The last snapshot taken on this node

Changes