This operation queries cross-cloud region mappings.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeCrossCloudRegionMappingToAliyun |
get |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| CloudProvider |
string |
No |
The cloud provider. Valid values:
|
HuaweiCloud |
| AliyunRegionId |
string |
No |
The region ID of Alibaba Cloud. |
cn-beijing |
| CrossCloudRegionId |
string |
No |
The region ID of the third-party cloud. |
cn-east-3 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E56531A4-E552-40BA-9C58-137B80****** |
| CrossCloudRegionMappingList |
array<object> |
The list of cross-cloud region mappings. |
|
|
object |
|||
| CloudProvider |
string |
The cloud provider. |
HuaweiCloud |
| AliyunRegionId |
string |
The region ID of Alibaba Cloud. |
cn-beijing |
| CrossCloudRegionId |
string |
The region ID of the third-party cloud. |
cn-east-3 |
Examples
Success response
JSON format
{
"RequestId": "E56531A4-E552-40BA-9C58-137B80******",
"CrossCloudRegionMappingList": [
{
"CloudProvider": "HuaweiCloud",
"AliyunRegionId": "cn-beijing",
"CrossCloudRegionId": "cn-east-3"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.