Queries the list of available regions that support cross-region operations, typically used for multi-region deployment or data replication scenarios.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeAvailableCrossRegions |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceName |
string |
No |
The instance name. |
pxc-hzjasd**** |
| RegionId |
string |
No |
The region in which the instance resides. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
1AD222E9-E606-4A42-BF6D-8A4442913CEF |
| Message |
string |
The additional information returned. "success" is returned if the request is successful. Otherwise, the corresponding error code is returned. |
***** |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
array<object> |
The parameter details. |
|
|
object |
The monitoring data. |
||
| Regions |
array |
The instance ID. |
|
|
string |
The instance ID. |
[] |
Examples
Success response
JSON format
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF",
"Message": "*****",
"Success": true,
"Data": [
{
"Regions": [
"[]"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.