Replies: 1 comment 1 reply
The Pulsar Admin client uses the REST API for all commands, so anything available to the admin client is available to as a rest endpoint. The path is |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is healthcheck endpoint not available pulsar-admin rest api similar to what is available with command line pulsar-admin?
Only rest endpoints I am able to see related to broker are -
/admin/broker-stats/allocator-stats/:allocator
/admin/broker-stats/bookieops
/admin/broker-stats/broker-resource-availability/:property/:cluster/:namespace
/admin/broker-stats/broker-resource-availability/:tenant/:namespace
/admin/broker-stats/destinations
/admin/broker-stats/load-report
/admin/broker-stats/mbeans
/admin/broker-stats/metrics
/admin/broker-stats/topics
/admin/brokers/configuration
/admin/brokers/configuration/values
/admin/brokers/configuration/:configName/:configValue
/admin/brokers/internal-configuration
/admin/brokers/:cluster
/admin/brokers/:cluster/:broker/ownedNamespaces
All reactions