Queries the currently enabled cross-zone configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeEnabledCrossRegions |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID of the instance. |
cn-hangzhou |
| DBInstanceName |
string |
No |
The instance name. |
pxc-bjxxxxxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3WE34 |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| Message |
string |
The error message. |
***** |
| Data |
array<object> |
The parameter details. |
|
|
object |
The data struct. |
||
| Regions |
array |
Indicates whether VPC is supported. |
|
|
string |
The zone. |
[{'RegionEndpoint': 'nlb.cn-north-2-gov-1.aliyuncs.com', 'RegionId': 'cn-north-2-gov-1', 'LocalName': 'China North 2 Ali Gov 1'}] |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3WE34",
"Success": true,
"Message": "*****",
"Data": [
{
"Regions": [
"[{'RegionEndpoint': 'nlb.cn-north-2-gov-1.aliyuncs.com', 'RegionId': 'cn-north-2-gov-1', 'LocalName': 'China North 2 Ali Gov 1'}]"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.