Queries a list of basic Global Accelerator (GA) instances.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ga:ListBasicAccelerators |
list |
*BasicAccelerator
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the basic GA instance. Set the value to cn-hangzhou. |
cn-hangzhou |
| PageNumber |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Valid values: 1 to 50. Default value: 10. |
10 |
| AcceleratorId |
string |
No |
The ID of the basic GA instance. |
ga-bp17frjjh0udz4qz**** |
| State |
string |
No |
The state of the basic GA instance. Valid values:
|
active |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the basic GA instance belongs. |
rg-aekzrnd67gq**** |
| Tag |
array<object> |
No |
The tags of the GA instance. |
|
|
object |
No |
|||
| Key |
string |
No |
The tag key of tag N. The tag key cannot be an empty string. The tag key can be up to 64 characters in length and cannot contain You can specify up to 20 tag keys. |
Keytest |
| Value |
string |
No |
The tag value of tag N. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain You can specify up to 20 tag values. |
Valuetest |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of entries returned. |
1 |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| RequestId |
string |
The request ID. |
54B48E3D-DF70-471B-AA93-08E683A1B45 |
| Accelerators |
array<object> |
The information about basic GA instances. |
|
|
array<object> |
|||
| Type |
string |
This parameter is invalid. |
None |
| State |
string |
The state of the basic GA instance.
|
active |
| CreateTime |
integer |
The timestamp that indicates when the basic GA instance was created. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1637734547 |
| BasicBandwidthPackage |
object |
Details about the basic bandwidth plan that is associated with the basic GA instance. |
|
| Bandwidth |
integer |
The bandwidth value of the basic bandwidth plan. Unit: Mbit/s. |
2 |
| BandwidthType |
string |
The bandwidth type provided by the basic bandwidth plan.
|
Basic |
| InstanceId |
string |
The ID of the basic bandwidth plan. |
gbwp-bp1d8xk8bg139j0fw**** |
| RegionId |
string |
The ID of the region where the basic GA instance is deployed. |
cn-hangzhou |
| InstanceChargeType |
string |
The billing method of the basic GA instance. Only PREPAY (subscription) is returned. |
PREPAY |
| AcceleratorId |
string |
The ID of the basic GA instance. |
ga-bp17frjjh0udz4qz**** |
| Description |
string |
The description of the basic GA instance. |
BasicAccelerator |
| ExpiredTime |
integer |
The timestamp that indicates when the basic GA instance expires. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. |
1640326547 |
| Name |
string |
The name of the basic GA instance. |
BasicAccelerator |
| CrossDomainBandwidthPackage |
object |
Details about the cross-region acceleration bandwidth plan associated with the GA instance. This parameter is returned only when you call this operation on the International site (alibabacloud.com). |
|
| Bandwidth |
integer |
The bandwidth value of the cross-region acceleration bandwidth plan. Unit: Mbit/s. |
2 |
| InstanceId |
string |
The ID of the cross-region acceleration bandwidth plan. |
gbwp-bp1d8xk8bg139j0fw**** |
| BasicEndpointGroupId |
string |
The ID of the endpoint group that is associated with the basic GA instance. |
epg-bp1dmlohjjz4kqaun**** |
| BasicIpSetId |
string |
The ID of the acceleration region where the basic GA instance is deployed. |
ips-bp11ilwqjdkjeg9r7**** |
| BandwidthBillingType |
string |
The bandwidth billing method.
|
BandwidthPackage |
| ResourceGroupId |
string |
The ID of the resource group to which the basic GA instance belongs. |
rg-aekzrnd67gq**** |
| Tags |
array<object> |
The tags of the basic GA instance. |
|
|
object |
|||
| Key |
string |
The tag key of the basic GA instance. |
Keytest |
| Value |
string |
The tag value of the basic GA instance. |
Valuetest |
| CrossBorderStatus |
boolean |
Indicates whether cross-border acceleration is enabled. Valid values:
|
false |
| PageNumber |
integer |
The page number of the returned page. |
1 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"PageSize": 10,
"RequestId": "54B48E3D-DF70-471B-AA93-08E683A1B45",
"Accelerators": [
{
"Type": "None",
"State": "active",
"CreateTime": 1637734547,
"BasicBandwidthPackage": {
"Bandwidth": 2,
"BandwidthType": "Basic",
"InstanceId": "gbwp-bp1d8xk8bg139j0fw****"
},
"RegionId": "cn-hangzhou",
"InstanceChargeType": "PREPAY",
"AcceleratorId": "ga-bp17frjjh0udz4qz****",
"Description": "BasicAccelerator",
"ExpiredTime": 1640326547,
"Name": "BasicAccelerator",
"CrossDomainBandwidthPackage": {
"Bandwidth": 2,
"InstanceId": "gbwp-bp1d8xk8bg139j0fw****"
},
"BasicEndpointGroupId": "epg-bp1dmlohjjz4kqaun****",
"BasicIpSetId": "ips-bp11ilwqjdkjeg9r7****",
"BandwidthBillingType": "BandwidthPackage",
"ResourceGroupId": "rg-aekzrnd67gq****",
"Tags": [
{
"Key": "Keytest",
"Value": "Valuetest"
}
],
"CrossBorderStatus": false
}
],
"PageNumber": 1
}
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.