Returns regions for a cloud
Returns regions for a cloud
Path Parameters
cloud stringrequired
The cloud provider to retrieve regions for
Responses
- 200
- 401
- 403
- 404
- 500
A list of all the regions organised by continent
- application/json
- Schema
- Example (from schema)
Schema
items undefined[]
name string
regions undefined[]
id string
name string
zones string[]
refreshed string
{
"items": [
{
"name": "string",
"regions": [
{
"id": "string",
"name": "string",
"zones": [
"string"
]
}
]
}
],
"refreshed": "string"
}
If not authenticated
If authenticated but not authorized
cloud doesn't exist
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...