Queries the available acceleration areas and regions by calling the ListCommonAreas operation.
Operation description
This operation is used to query the available acceleration areas and regions for the intelligent recommendation and free trial on the Global Accelerator wizard page. You can filter results based on specified conditions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListCommonAreas |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IpVersion |
string |
No |
The IP address protocol used to connect to Global Accelerator (GA). Valid values:
|
IPv4 |
| IsIpSet |
boolean |
No |
Specifies whether the region is an acceleration area supported by Global Accelerator.
|
true |
| IsEpg |
boolean |
No |
Specifies whether the region is an endpoint group region supported by Global Accelerator.
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6 |
| Areas |
array<object> |
The area information. |
|
|
array<object> |
The area information. |
||
| LocalName |
string |
The area name. |
North China |
| AreaId |
string |
The area ID. |
cn-huabei |
| RegionList |
array<object> |
The region list. |
|
|
object |
The region list. |
||
| LocalName |
string |
The region name. |
China (Qingdao) |
| RegionId |
string |
The region ID. |
cn-qingdao |
Examples
Success response
JSON format
{
"RequestId": "DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6",
"Areas": [
{
"LocalName": "North China",
"AreaId": "cn-huabei",
"RegionList": [
{
"LocalName": "China (Qingdao)",
"RegionId": "cn-qingdao"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.