It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
ElasticsearchClustersSummary
editElasticsearchClustersSummary
editSummarized information about Elasticsearch clusters.
Properties
edit-
healthy
(boolean
, required) - Whether all clusters are healthy
-
healthy_count
(integer
asint32
, required) - Number of healthy clusters
-
unhealthy_clusters_summaries
(array[
ElasticsearchClusterSummary
]
, required) - Summarized information on unhealthy clusters
-
unhealthy_count
(integer
asint32
, required) - Number of unhealthy clusters
Example
edit{ "healthy" : true, "healthy_count" : 0, "unhealthy_clusters_summaries" : [ { "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 } ], "unhealthy_count" : 0 }