open-nomad/website/source/docs/http/regions.html.md

493 B

layout page_title sidebar_current description
http HTTP API: /v1/regions docs-http-regions The '/v1/regions' endpoint lists the known cluster regions.

/v1/regions

GET

Description
Returns the known region names.
Method
GET
URL
`/v1/regions`
Parameters
None
Returns
```javascript
["region1","region2"]
```