cluster

Cluster health

/ cluster, / health

Cluster health # Returns the cluster health for quick overview. Get the whole cluster health # Requests # GET /_cluster/health Query Parameters # level (Optional, string) Can be one of cluster, regions, collections rollings or shards. Controls the details level of the health information returned. Defaults to cluster. Get the health of a specific region # Requests # GET /_cluster/_region/<region_id>/health Path parameters # region_id ...

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. ...