Queries information about cross-cloud regions.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
polardb:DescribeCrossCloudRegion | get | *All Resource
| None | None |
Request syntax
GET HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
CloudProvider | string | No | The cloud service provider. Valid values:
| HuaweiCloud |
DBType | string | No | The database engine type. Valid values:
| MySQL |
CrossCloudRegionId | string | No | The ID of the third-party cloud region. | cn-east-3 |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | E56531A4-E552-40BA-9C58-137B80****** |
| CrossCloudRegionList | array<object> | The information about the cross-cloud regions. | |
object | |||
ProjectId | string | The resource pool ID. | pj-87681rbcef6****** |
CrossCloudRegionId | string | The ID of the third-party cloud region. | cn-east-3 |
CrossCloudRegionName | string | The name of the third-party cloud region. | cn-east-3 |
| CrossCloudZoneList | array<object> | A list of third-party cloud zones. | |
object | |||
CrossCloudZoneId | string | The ID of the third-party cloud zone. | cn-east-3-1 |
CrossCloudZoneName | string | The name of the third-party cloud zone. | cn-east-3-1 |
Examples
Success response
JSON format
{
"RequestId": "E56531A4-E552-40BA-9C58-137B80******\n",
"CrossCloudRegionList": [
{
"ProjectId": "pj-87681rbcef6******",
"CrossCloudRegionId": "cn-east-3",
"CrossCloudRegionName": "cn-east-3",
"CrossCloudZoneList": [
{
"CrossCloudZoneId": "cn-east-3-1",
"CrossCloudZoneName": "cn-east-3-1"
}
]
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.