A newer version is available. For the latest information, see the
current release documentation.
ZookeeperNodeInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ZookeeperNodeInfo
editInformation about a ZooKeeper node.
Properties
edit-
id(string, required) - Identifier of this ZooKeeper node
-
state(string; allowed values: [connected,suspended,reconnected,lost,read_only], required) - State of the ZooKeeper node
Example
edit{
"id" : "string",
"state" : "string"
}