ElasticsearchClusterSummaryedit

Summarized information about an Elasticsearch cluster.

Propertiesedit

blocks_healthy (boolean, required)
Whether the cluster's blocks are healthy
cluster_id (string, required)
The id of the cluster
healthy (boolean, required)
Whether the cluster is healthy
hidden (boolean, required)
Whether the cluster is hidden
instances_healthy (boolean, required)
Whether the cluster's instances are healthy
master_healthy (boolean, required)
Whether the cluster's master is healthy
plan_healthy (boolean, required)
Whether the cluster's plan is healthy
shards_healthy (boolean, required)
Whether the cluster's shards are healthy
snapshot_healthy (boolean, required)
Whether the cluster's snapshot is healthy

Exampleedit

{
   "blocks_healthy" : true,
   "cluster_id" : "string",
   "healthy" : true,
   "hidden" : true,
   "instances_healthy" : true,
   "master_healthy" : true,
   "plan_healthy" : true,
   "shards_healthy" : true,
   "snapshot_healthy" : true
}