Queries basic Global Accelerator (GA) instances.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListBasicAccelerators |
The operation that you want to perform. Set the value to ListBasicAccelerators. |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the basic GA instance is deployed. Set the value to cn-hangzhou. |
PageNumber | Integer | No | 1 |
The page number of the page to return. Default value: 1. |
PageSize | Integer | No | 10 |
The number of entries to return on each page. Maximum value: 50. Default value: 10. |
AcceleratorId | String | No | ga-bp17frjjh0udz4qz**** |
The ID of the basic GA instance. |
State | String | No | active |
The status of the basic GA instance. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
TotalCount | Integer | 10 |
The total number of basic GA instances returned. |
PageSize | Integer | 10 |
The number of entries returned on each page. |
RequestId | String | 54B48E3D-DF70-471B-AA93-08E683A1B45 |
The ID of the request. |
Accelerators | Array of Accelerators |
The information about basic GA instances. |
|
Type | String | None |
Ignore this parameter. |
State | String | active |
The status of the basic GA instance. Valid values:
|
CreateTime | Long | 1637734547 |
The timestamp that indicates when the basic GA instance was created. |
BasicBandwidthPackage | Object |
The details about the basic bandwidth plan that is associated with the basic GA instance. |
|
Bandwidth | Integer | 2 |
The bandwidth value of the basic bandwidth plan. Unit: Mbit/s. |
BandwidthType | String | Basic |
The type of the bandwidth that is provided by the basic bandwidth plan. Valid values:
|
InstanceId | String | gbwp-bp1d8xk8bg139j0fw**** |
The ID of the basic bandwidth plan. |
RegionId | String | cn-hangzhou |
The ID of the region where the basic GA instance is deployed. |
InstanceChargeType | String | PREPAY |
The billing method of the basic GA instance. Only PREPAY is returned, which indicates the subscription billing method. |
AcceleratorId | String | ga-bp17frjjh0udz4qz**** |
The ID of the basic GA instance. |
Description | String | BasicAccelerator |
The description of the basic GA instance. |
ExpiredTime | Long | 1640326547 |
The timestamp that indicates when the basic GA instance expires. |
Name | String | BasicAccelerator |
The name of the basic GA instance. |
CrossDomainBandwidthPackage | Object |
The details about the cross-border acceleration bandwidth plan that is associated with the GA instance. This array is returned only for GA instances that are created on the International site (alibabacloud.com). |
|
Bandwidth | Integer | 2 |
The bandwidth value of the cross-border acceleration bandwidth plan. Unit: Mbit/s. |
InstanceId | String | gbwp-bp1d8xk8bg139j0fw**** |
The ID of the cross-border acceleration bandwidth plan. |
BasicEndpointGroupId | String | epg-bp1dmlohjjz4kqaun**** |
The ID of the endpoint group that is associated with the basic GA instance. |
BasicIpSetId | String | ips-bp11ilwqjdkjeg9r7**** |
The ID of the acceleration region. |
PageNumber | Integer | 1 |
The page number of the returned page. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=ListBasicAccelerators
&RegionId=cn-hangzhou
&PageNumber=1
&PageSize=10
&AcceleratorId=ga-bp17frjjh0udz4qz****
&State=active
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<ListBasicAcceleratorsResponse>
<TotalCount>10</TotalCount>
<PageSize>10</PageSize>
<RequestId>54B48E3D-DF70-471B-AA93-08E683A1B45</RequestId>
<Accelerators>
<Type>None</Type>
<State>active</State>
<CreateTime>1637734547</CreateTime>
<BasicBandwidthPackage>
<Bandwidth>2</Bandwidth>
<BandwidthType>Basic</BandwidthType>
<InstanceId>gbwp-bp1d8xk8bg139j0fw****</InstanceId>
</BasicBandwidthPackage>
<RegionId>cn-hangzhou</RegionId>
<InstanceChargeType>PREPAY</InstanceChargeType>
<AcceleratorId>ga-bp17frjjh0udz4qz****</AcceleratorId>
<Description>BasicAccelerator</Description>
<ExpiredTime>1640326547</ExpiredTime>
<Name>BasicAccelerator</Name>
<CrossDomainBandwidthPackage>
<Bandwidth>2</Bandwidth>
<InstanceId>gbwp-bp1d8xk8bg139j0fw****</InstanceId>
</CrossDomainBandwidthPackage>
<BasicEndpointGroupId>epg-bp1dmlohjjz4kqaun****</BasicEndpointGroupId>
<BasicIpSetId>ips-bp11ilwqjdkjeg9r7****</BasicIpSetId>
</Accelerators>
<PageNumber>1</PageNumber>
</ListBasicAcceleratorsResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"TotalCount" : 10,
"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****"
} ],
"PageNumber" : 1
}
Error codes
For a list of error codes, visit the API Error Center.