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.
ElasticsearchMasterInfo
editElasticsearchMasterInfo
editInformation about the master nodes in the Elasticsearch cluster.
Properties
edit-
healthy
(boolean
, required) - Whether the master situation in the cluster is healthy (ie is the number of masters != 1), or do any instances have no master
-
instances_with_no_master
(array[
string
, required)]
- A list of any instances with no master
-
masters
(array[
ElasticsearchMasterElement
]
, required)
Example
edit{ "healthy" : true, "instances_with_no_master" : [ "string" ], "masters" : [ { "instances" : [ "string" ], "master_instance_name" : "string", "master_node_id" : "string" } ] }