Queries regions and carriers.
Operation description
-
The list of regions and carriers that are supported by Alibaba Cloud CDN is updated periodically. For the latest information, follow the updates on the official website.
-
Each user can make up to 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnRegionAndIsp |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2387C335-932C-4E1E-862C-1C4363B6DE72 |
| Regions |
object |
||
| Region |
array<object> |
The list of regions. |
|
|
object |
|||
| NameEn |
string |
The English name. |
liaoning |
| NameZh |
string |
The Chinese name. |
Liaoning |
| Isps |
object |
||
| Isp |
array<object> |
The list of carriers. |
|
|
object |
|||
| NameEn |
string |
The English name. |
unicom |
| NameZh |
string |
The Chinese name. |
China Unicom |
Examples
Success response
JSON format
{
"RequestId": "2387C335-932C-4E1E-862C-1C4363B6DE72",
"Regions": {
"Region": [
{
"NameEn": "liaoning",
"NameZh": "Liaoning"
}
]
},
"Isps": {
"Isp": [
{
"NameEn": "unicom",
"NameZh": "China Unicom"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.