URI: http://[HOST_NAME]:[PORT]/commands
►
http://localhost:8080/commands
If you have configure multiple ZooKeeper instances with different Jetty port number, you can then access each instance by using its configured port:
► ZooKeeper instance (1):
http://localhost:8081/commands
► ZooKeeper instance (2):
http://localhost:8082/commands
► ZooKeeper instance (3):
http://localhost:8083/commands