Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain the malicious request list.
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: DescribeRiskDnsList. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Limit | No | Integer | Number of items to be returned. It is 10 by default, and the maximum value is 100. |
Offset | No | Integer | Offset. Default value: 0. |
Filters.N | No | Array of Filter | Filter criteria |
Order | No | String | Sorting method: sort by number of requests: asc - ascending order/desc - descending order |
By | No | String | Sorting field: AccessCount - number of requests; LastTime - last request time |
Parameter Name | Type | Description |
---|---|---|
RiskDnsList | Array of RiskDnsList | Arrays of malicious request lists Note: This field may return null, indicating that no valid values can be obtained. |
TotalCount | Integer | Total number |
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. |
This example shows how to obtain the list of malicious requests.
https://cwp.tencentcloudapi.com/?Action=DescribeRiskDnsList
&Limit=10
&Offset=0
&<Common request parameters>
{
"Response": {
"RequestId": "4234234",
"RiskDnsList": [
{
"Url": "odysseusweb.ru",
"AccessCount": 6,
"ProcessName": "C:\\Program Files (x86)\\Internet Explorer\\iexplore.exe",
"ProcessMd5": "97cdf8b51cea8d0f296e6871e388979d",
"GlobalRuleId": 0,
"UserRuleId": 0,
"Status": 0,
"CreateTime": "2019-12-25 22:31:54",
"MergeTime": "2019-12-25 22:31:54",
"Quuid": "e761c2dc-bc72-40cd-b9ed-d233c86b1a8b",
"HostIp": "2402:4e00:1010:5401:0:8f51:5190:3bfa",
"Alias": "ipv6_windows_test",
"Description": "",
"Uuid": "e761c2dc-bc72-40cd-b9ed-d233c86b1a8",
"Pid": 1,
"Id": 1,
"CmdLine": "xx",
"Reference": "xx"
}
],
"TotalCount": 20
}
}
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 |
InvalidParameter | Incorrect parameter. |
InvalidParameter.IllegalRequest | Invalid request. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
Was this page helpful?