Queries the regions in which Anti-DDoS Origin Basic is available.
Operation description
You can call this operation to query information about the regions in which Anti-DDoS Origin Basic is available. The information includes the region ID, region name, and code.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddos:DescribeRegions |
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 ID of the request. |
5093C7EE-8E27-5FC9-9B88-40626BA540C0 |
| Regions |
object |
||
| Region |
array<object> |
An array consisting of regions in which Anti-DDoS Origin Basic is available. |
|
|
object |
The details of the region. |
||
| RegionEnName |
string |
The English name of the region. |
East China 1 |
| RegionName |
string |
The Chinese name of the region. |
华东1(杭州) |
| RegionNoAlias |
string |
The ID of the region. |
cn-hangzhou |
| RegionNo |
string |
The code of the region. |
cn-hangzhou-dg-a01 |
Examples
Success response
JSON format
{
"RequestId": "5093C7EE-8E27-5FC9-9B88-40626BA540C0",
"Regions": {
"Region": [
{
"RegionEnName": "East China 1",
"RegionName": "华东1(杭州)",
"RegionNoAlias": "cn-hangzhou",
"RegionNo": "cn-hangzhou-dg-a01"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.