Get Information about Zookeeper Instance.
Version added: 0.2.0
- Get Information about Zookeeper Instance using Admin Server Rest API.
The below requirements are needed on the host that executes this module.
- requests
- name: fetch list of zookeeper commands
community.missing_collection.zookeeper_info:
url: http://localhost:8080
- name: fetch stats of zookeeper
community.missing_collection.zookeeper_info:
url: http://localhost:8080
command: stats
Common return values are documented here, the following are the fields unique to this module:
- Davinder Pal (@116davinder) <dpsangwal@gmail.com>