You can call the DescribeCdnRegionAndIsp operation to query 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 parameters
|
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. |
辽宁省 |
| Isps |
object |
||
| Isp |
array<object> |
The list of carriers. |
|
|
object |
|||
| NameEn |
string |
The English name. |
unicom |
| NameZh |
string |
The Chinese name. |
联通 |
Examples
Success response
JSON format
{
"RequestId": "2387C335-932C-4E1E-862C-1C4363B6DE72",
"Regions": {
"Region": [
{
"NameEn": "liaoning",
"NameZh": "辽宁省"
}
]
},
"Isps": {
"Isp": [
{
"NameEn": "unicom",
"NameZh": "联通"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.