state

Cluster state

/ 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/<names> Path Parameters # names (Optional, string) A comma-separated list of the following options: _all Shows all names. blocks Shows the blocks part of the response. leader_node Shows the leader_node part of the response. metadata Shows the metadata part of the response. ...