Cluster state

Cluster state #

Returns an internal representation of the cluster state for debugging or diagnostic purposes.

Get the whole cluster state #

Requests #

GET /_cluster/state

Get the state of a specific region #

Requests #

GET /_cluster/_region/{region_id}/state

Path parameters #

  • region_id
    (Required, String) The UUID of the region you want to query. A special ID _local can be specified to query the state of the region that handles this request.
Calendar April 26, 2024
Edit Edit this page