Domain name for API request: cwp.tencentcloudapi.com.
This API is used to create the Trojan allowlist.
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: CreateMalwareWhiteList. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Mode | Yes | Integer | Allowlist mode. 0: MD5 allowlist; 1: customization |
QuuidList.N | No | Array of String | QUUID list |
IsGlobal | No | Integer | Whether applies all hosts. 0: no; 1: yes |
MatchType | No | Integer | Matching pattern; 0 for exact match, 1 for fuzzy match (deprecated). |
FileName.N | No | Array of String | File Name (regular expression); up to 200 characters in length |
FileDirectory.N | No | Array of String | File Directory (regular expression); up to 200 characters in length, content base64 encoded. |
FileExtension.N | No | Array of String | File Suffix; Up to 200 characters in length, content base64 escaped (deprecated) |
Md5List.N | No | Array of String | MD5 list |
EventId | No | Integer | Trojan event ID |
IsHandleHistoryEvents | No | Integer |
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: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateMalwareWhiteList
<Common request parameters>
{
"QuuidList": [
"abc"
],
"IsGlobal": 1,
"Mode": 1,
"MatchType": 1,
"FileName": [
"abc"
],
"FileDirectory": [
"abc"
],
"FileExtension": [
"abc"
],
"Md5List": [
"e10adc3949ba59abbe56e057f20f883e"
],
"EventId": 1
}
{
"Response": {
"RequestId": "abc"
}
}
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 |
---|---|
InternalError | Internal error |
InternalError.MainDBFail | Failed to manipulate the data. |
Was this page helpful?