Get list of DR backup regions
Select
SaaS
Customer Managed
Get DR backup regions
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
regions object[]
List of regions
regionCode stringRegion code
displayName stringDisplay name of region
- defaultRegion string
default region code
{
"regions": [
{
"regionCode": "string",
"displayName": "string"
}
],
"defaultRegion": "string"
}
Requested Details not found
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...