Get the openstack regions for a given account
GET/v1/cloudaccounts/openstack/:uid/properties/regions
Get the openstack regions for a given account
Request
Path Parameters
uid stringrequired
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...