Queries the regions that store backup sets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeBackupRegions |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBClusterId |
string |
No |
The cluster ID. |
pc-uf64u64fln9039*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
EB07CFF0-D8A4-5C76-AED7-D00E26FC2*** |
| Regions |
array |
The list of regions where the backup sets are stored. |
|
|
string |
The region where the backup set is stored. |
["cn-shanghai","cn-beijing"] |
Examples
Success response
JSON format
{
"RequestId": "EB07CFF0-D8A4-5C76-AED7-D00E26FC2***",
"Regions": [
"[\"cn-shanghai\",\"cn-beijing\"]"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDBCluster.NotFound | The DBClusterId provided does not exist in our records. | The specified DBClusterId parameter does not exist in the current record. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.