Domain name for API request: ga2.intl.tencentcloudapi.com.
Queries acceleration regions
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeAccelerateAreas. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-15. |
| Region | No | String | Common Params. This parameter is not required. |
| GlobalAcceleratorId | Yes | String | Global acceleration instance ID. |
| Offset | No | Integer | Offset. The default is 0. |
| Limit | No | Integer | Number of instances meeting conditions. Default value: 20. Maximum: 200. |
| Filters.N | No | Array of Filter | Filter criteria. accelerate-region - String - (Filter criterion) Terminal node group region. |
| Parameter Name | Type | Description |
|---|---|---|
| AccelerateAreaSet | Array of AcceleratorAreas | Acceleration region information. |
| TotalCount | Integer | Number of instances. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: ga2.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAccelerateAreas
<Common request parameters>
{
"GlobalAcceleratorId": "ga-ibay3qzs"
}
{
"Response": {
"AccelerateAreaSet": [
{
"AccelerateRegion": "ap-beijing",
"AcceleratorAreaId": "area-03ylr758",
"Bandwidth": 100,
"IpAddress": [
"43.144.128.212"
],
"IpVersion": "IPv4",
"IspType": "BGP"
},
{
"AccelerateRegion": "ap-shanghai",
"AcceleratorAreaId": "area-4axcep7u",
"Bandwidth": 50,
"IpAddress": [
"49.234.245.60"
],
"IpVersion": "IPv4",
"IspType": "BGP"
},
{
"AccelerateRegion": "ap-hongkong",
"AcceleratorAreaId": "area-9ocqek4k",
"Bandwidth": 200,
"IpAddress": [
"129.226.79.200"
],
"IpVersion": "IPv4",
"IspType": "BGP"
},
{
"AccelerateRegion": "ap-guangzhou",
"AcceleratorAreaId": "area-n5gb14ck",
"Bandwidth": 1,
"IpAddress": [
"81.71.246.171"
],
"IpVersion": "IPv4",
"IspType": "BGP"
}
],
"RequestId": "14bd9eb8-8e53-4c12-942a-186666d4811f",
"TotalCount": 4
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
文档反馈