Queries available acceleration regions of a specified Global Accelerator (GA) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ListAvailableBusiRegions

The operation that you want to perform. Set the value to ListAvailableBusiRegions.

RegionId String Yes cn-hangzhou

The ID of the region where the GA instance is deployed. Set the value to cn-hangzhou.

AcceleratorId String Yes ga-bp1odcab8tmno0hdq****

The ID of the GA instance.

Response parameters

Parameter Type Example Description
RequestId String DE77A7F3-3B74-41C0-A5BC-CAFD188C28B6

The ID of the request.

Regions Array of Regions

Information about the region.

LocalName String China (Qingdao)

The name of the region.

RegionId String cn-qingdao

The ID of the region.

Pop Boolean false

Indicates whether it is a point of presence (PoP). Valid values:

  • true: It is a PoP.
  • false: It is not a PoP.

Examples

Sample requests

http(s)://[Endpoint]/?Action=ListAvailableBusiRegions
&RegionId=cn-hangzhou
&AcceleratorId=ga-bp1odcab8tmno0hdq****
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ListAvailableBusiRegionsResponse>
    <RequestId>8BE7678A-EEFC-5A7C-9028-B5D6C5A33CA9</RequestId>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-qingdao</RegionId>
        <LocalName>China (Qingdao)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-beijing</RegionId>
        <LocalName>China (Beijing)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-shanghai</RegionId>
        <LocalName>China (Shanghai)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-chengdu</RegionId>
        <LocalName>China (Chengdu)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-shenzhen</RegionId>
        <LocalName>China (Shenzhen)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-hangzhou</RegionId>
        <LocalName>China (Hangzhou)</LocalName>
    </Regions>
    <Regions>
        <Pop>false</Pop>
        <RegionId>cn-guangzhou</RegionId>
        <LocalName>China (Guangzhou)</LocalName>
    </Regions>
</ListAvailableBusiRegionsResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "8BE7678A-EEFC-5A7C-9028-B5D6C5A33CA9",
  "Regions" : [ {
    "Pop" : false,
    "RegionId" : "cn-qingdao",
    "LocalName" : "China (Qingdao)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-beijing",
    "LocalName" : "China (Beijing)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-shanghai",
    "LocalName" : "China (Shanghai)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-chengdu",
    "LocalName" : "China (Chengdu)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-shenzhen",
    "LocalName" : "China (Shenzhen)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-hangzhou",
    "LocalName" : "China (Hangzhou)"
  }, {
    "Pop" : false,
    "RegionId" : "cn-guangzhou",
    "LocalName" : "China (Guangzhou)"
  } ]
}

Error codes

For a list of error codes, visit the API Error Center.