Domain name for API request: csip.intl.tencentcloudapi.com.
Set the client running mode and configuration
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: ModifyAgentRunMode. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id. |
| CustomPolicy | No | CustomAgentRunModePolicy | Custom mode configuration |
| AdvanceModeQuuids.N | No | Array of String | List of quuids in high protection mode |
| CustomModeQuuids.N | No | Array of String | Custom mode quuid list |
| EnhanceLogMode | No | Integer | Log enhancement switch. 0: off, 1: on |
| MalwarePocMode | No | Integer | Malicious file scan automatic poc mode switch. 0: off, 1: on |
| ReportSourcePort | No | Integer | Whether the quintuple reports the source port. 0: not reported; 1: reported |
| LogCollectSettings.N | No | Array of String | Log gathering settings, collect TCP source port tcp_src_port, TCP ingress log tcp_ingress, HTTP egress connection log http_egress, HTTP ingress connection log http_ingress, and application access log app_access |
| 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. |
Modify the client running mode configuration
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyAgentRunMode
<Common request parameters>
{
"AdvanceModeQuuids": [
"4f7180c7-f5b6-4888-b387-fd9aaaad7fb5"
]
}
{
"Response": {
"RequestId": "d9888b02-c1a0-4dcc-b0e5-d9735ffddf12"
}
}
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.
フィードバック