Queries the available acceleration regions of a Global Accelerator (GA) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListAvailableBusiRegions |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the GA instance is deployed. Set the value to cn-hangzhou. |
cn-hangzhou |
| AcceleratorId |
string |
No |
The ID of the GA instance. |
ga-bp1odcab8tmno0hdq**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6 |
| Regions |
array<object> |
The information about the regions. |
|
|
object |
The information about the region. |
||
| LocalName |
string |
The name of the region. |
China (Qingdao) |
| RegionId |
string |
The ID of the region. |
cn-qingdao |
| Pop |
boolean |
Indicates whether it is a point of presence (PoP) of Alibaba Cloud. Valid values:
|
false |
| ChinaMainland |
boolean |
Indicates whether the region is in the Chinese mainland. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6",
"Regions": [
{
"LocalName": "Qingdao",
"RegionId": "cn-qingdao",
"Pop": false,
"ChinaMainland": true
}
]
}
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.