Domain name for API request: ga2.intl.tencentcloudapi.com.
Modify a global acceleration instance
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: DescribeGlobalAccelerators. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-15. |
| Region | No | String | Common Params. This parameter is not required. |
| Offset | No | Integer | Offset. Default value: 0. |
| Limit | No | Integer | Number of returned results. Value range: [1, 200] Default value: 20 |
| Filters.N | No | Array of Filter | Filter criteria. |
| Parameter Name | Type | Description |
|---|---|---|
| GlobalAcceleratorSet | Array of GlobalAcceleratorSet | Eligible global acceleration instances. |
| TotalCount | Integer | Number of instances that meet the criteria. |
| 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: DescribeGlobalAccelerators
<Common request parameters>
{}
{
"Response": {
"GlobalAcceleratorSet": [
{
"CreateTime": "2025-02-26 19:51:26",
"DdosId": "",
"Description": "zemin_test",
"GlobalAcceleratorId": "ga-00000kf6",
"InstanceChargeType": "POSTPAY",
"Name": "zemin_test",
"State": "CREATING",
"Status": "ACTIVE",
"ListenerCounts": 1,
"AcceleratorAreaCounts": 2,
"Cname": "cname"
}
],
"RequestId": "5a99afb5-277f-4400-a8ed-eb586e946a20",
"TotalCount": 1
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InvalidParameterValue.InvalidParameterValueOffset |
피드백