Retrieve supported regions for the cloud providers
GET /occm/system/cloud-provider-regions
Retrieves the supported regions for cloud providers.
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
aws |
array[Region] |
True |
|
azure |
array[Region] |
False |
Example error response
{
"aws": [
{
"name": "string",
"code": "string",
"location": "string",
"s3Region": "string"
}
],
"azure": [
{
"name": "string",
"code": "string",
"location": "string",
"s3Region": "string"
}
]
}
Definitions
See Definitions
Region
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
code |
string |
False |
|
location |
string |
False |
|
s3Region |
string |
False |