Call the DescribeDcdnRegionAndIsp operation to obtain a list of regions and carriers.
Operation description
The call frequency for a single user is 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnRegionAndIsp |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2387C335-932C-4E1E-862C-1C4363B6DE72 |
| Regions |
object |
||
| Region |
array<object> |
A list of regions. |
|
|
object |
|||
| NameEn |
string |
The English name of the region. |
liaoning |
| NameZh |
string |
The Chinese name of the region. |
辽宁省 |
| Isps |
object |
||
| Isp |
array<object> |
A list of carriers. |
|
|
object |
|||
| NameEn |
string |
The English name of the carrier. |
unicom |
| NameZh |
string |
The Chinese name of the carrier. |
联通 |
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.