Returns the OpenStack regions
GEThttps://api.spectrocloud.com/v1/clouds/openstack/regions
Returns the OpenStack regions
Request
Query Parameters
cloudAccountUid string
Uid for the specific OpenStack cloud account
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
domains
object[]
required
regions
object[]
required
{
"domains": [
{
"description": "string",
"id": "string",
"name": "string"
}
],
"regions": [
{
"description": "string",
"id": "string",
"parentRegionId": "string"
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/openstack/regions' \
-H 'Accept: application/json'