Returns the OpenStack regions
GET/v1/clouds/openstack/regions
Returns the OpenStack regions
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
domains
object[]
required
List of OpenStack domains
descriptionstring
Description is the description of the Domain
idstring
ID is the unique ID of the domain
namestring
Name is the name of the domain
regions
object[]
required
List of OpenStack regions
descriptionstring
Description of OpenStack region
idstring
Id of OpenStack region
parentRegionIdstring
Parent region id of OpenStack region
{
"domains": [
{
"description": "string",
"id": "string",
"name": "string"
}
],
"regions": [
{
"description": "string",
"id": "string",
"parentRegionId": "string"
}
]
}
Loading...