Queries available acceleration areas and regions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListAccelerateAreas |
list |
*AccelerateArea
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Global Accelerator (GA) instance. Set the value to cn-hangzhou. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6FEA0CF3-D3B9-43E5-A304-D217037876A8 |
| Areas |
array<object> |
The information about the areas. |
|
|
array<object> |
The information about the areas. |
||
| LocalName |
string |
The name of the area. |
North China |
| AreaId |
string |
The area ID. |
cn-huabei |
| RegionList |
array<object> |
The regions in the acceleration area. |
|
|
object |
The regions in the acceleration area. |
||
| LocalName |
string |
The name of the region. |
China (Qingdao) |
| RegionId |
string |
The region ID. |
cn-qingdao |
Examples
Success response
JSON format
{
"RequestId": "6FEA0CF3-D3B9-43E5-A304-D217037876A8",
"Areas": [
{
"LocalName": "North China",
"AreaId": "cn-huabei",
"RegionList": [
{
"LocalName": "Qingdao",
"RegionId": "cn-qingdao"
}
]
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UnknownError | An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. | An error occurred while the request was being processed. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.