Domain name for API request: ga2.intl.tencentcloudapi.com.
Modify the status of a log task
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: ModifyAccessLogStatus. |
| Version | Yes | String | Common Params. The value used for this API: 2025-01-15. |
| Region | No | String | Common Params. This parameter is not required. |
| LogPushTaskId | Yes | String | Log Unique Id |
| Status | Yes | String | Status (Start START, Stop STOP) Enumeration values:
|
| GlobalAcceleratorId | Yes | String | Unique Id of the GA instance. |
| Parameter Name | Type | Description |
|---|---|---|
| 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: ModifyAccessLogStatus
<Common request parameters>
{
"LogPushTaskId": "galog-8ezkdjm9",
"Status": "START",
"GlobalAcceleratorId": "ga-8sreohed"
}
{
"Response": {
"RequestId": "a2a67495-96a3-436a-b9bc-3e879facc94f"
}
}
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.LogsetNotExist | Logset topic %(value)s does not exist. |
| ResourceNotFound | The resource does not exist. |
| UnsupportedOperation.InstanceStateNotAllowedOperate | Current instance status does not allow this operation. |
| UnsupportedOperation.NotAuthorization | Not supported. Please grant the permission first to enable the log task. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback