Nomad
Regions HTTP API
The /regions
endpoints list all known regions.
List Regions
Method | Path | Produces |
---|---|---|
GET | /v1/regions | application/json |
The table below shows this endpoint's support for blocking queries and required ACLs.
Blocking Queries | ACL Required |
---|---|
NO | none |
Sample Request
$ curl \
https://localhost:4646/v1/regions
Sample Response
["region1", "region2"]