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" }