Regions
List regions
GET
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Limit the number of returned regions. Falls back to default of 100 if not specified. Limited by max limit value of 1000
Required range:
0 < x <= 1000
Examples:
100
Offset value is used to exclude the first set of records from the result
Required range:
x >= 0
Examples:
0
Order by field and direction.
Available options:
created_at.asc
, created_at.desc
, display_name.asc
, display_name.desc
If defined then return only regions that support given product.
Available options:
containers
, inference
If true, null available_volume_type
is replaced with a list of available volume types.
Examples:
false
Response
200 - application/json
OK
The response is of type object
.