GitHub user michaeljmarshall added a comment to the discussion: Healthcheck in pulsar-admin rest api
> Is healthcheck endpoint not available pulsar-admin rest api similar to what > is available with command line pulsar-admin? 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 `/admin/v2/brokers/health`. The path is included in the swagger.json file for 2.10.1, and likely others, but this is the only one I checked: https://pulsar.apache.org/swagger/2.10.1/v2/swagger.json. GitHub link: https://github.com/apache/pulsar/discussions/17654#discussioncomment-3672717 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org