» Status HTTP API
The /status
endpoints query the Nomad system status.
» Read Leader
This endpoint returns the address of the current leader in the region.
Method | Path | Produces |
---|---|---|
GET | /status/leader | application/json |
The table below shows this endpoint's support for blocking queries and required ACLs.
Blocking Queries | ACL Required |
---|---|
NO | none |
» Sample Request
» Sample Response
» List Peers
This endpoint returns the set of raft peers in the region.
Method | Path | Produces |
---|---|---|
GET | /status/peers | application/json |
The table below shows this endpoint's support for blocking queries and required ACLs.
Blocking Queries | ACL Required |
---|---|
NO | none |
» Sample Request
» Sample Response