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.
CoordinatorSummary
editCoordinatorSummary
editSummarized information about a coordinator.
Properties
edit-
attributes
(map[string,
string
, required)]
- Attributes of this coordinator
-
client_port
(integer
asint32
, required) - Client port of this coordinator
-
election_port
(integer
asint32
, required) - Election port of this coordinator
-
leader_port
(integer
asint32
, required) - Leader port of this coordinator
-
name
(string
, required) - Name of this coordinator
-
public_hostname
(string
, required) - Public hostname of this coordinator
Example
edit{ "attributes" : { "some_property" : "string" }, "client_port" : 0, "election_port" : 0, "leader_port" : 0, "name" : "string", "public_hostname" : "string" }