Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

REST Cluster

Randgalt edited this page Apr 6, 2012 · 14 revisions

APIs concerning the ZooKeeper ensemble instances. See REST Entities for descriptions of any arguments/results.

remoteGetStatus

Method GET
URL exhibitor/v1/cluster/state/{hostname}
Argument n/a
Result ClusterState

Returns the system state of any instance in the ensemble. A remote call to the instance is made.

TBD