Retrieves a list of Azure regions
GEThttps://api.spectrocloud.com/v1/clouds/azure/regions
Retrieves a list of Azure regions
Request
Query Parameters
cloudAccountUid string
Uid for the specific Azure cloud account
subscriptionId string
SubscriptionId for which resources is requested
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
regions
object[]
required
{
"regions": [
{
"displayName": "string",
"name": "string",
"zones": [
{
"name": "string"
}
]
}
]
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/azure/regions' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'