Domain name for API request: cwp.tencentcloudapi.com.
This API is used to query the anti-ransomware event 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: DescribeRansomDefenseEventsList. |
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 | Yes | Integer | Pagination parameters (The maximum quantity is 100) |
Offset | Yes | Integer | Pagination parameter |
Filters.N | No | Array of Filters | Filter criteria |
Order | No | String | Sorting method: ASC / DESC |
By | No | String | Sorting field, supporting CreateTime |
Parameter Name | Type | Description |
---|---|---|
List | Array of RansomDefenseEvent | Event list Note: This field may return null, indicating that no valid values can be obtained. |
TotalCount | Integer | Total number of pagination query records Note: This field may return null, indicating that no valid values can be obtained. |
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 you how to query the list of anti-ransomware events based on the filter parameters.
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRansomDefenseEventsList
<Common request parameters>
{
"Limit": "10",
"Offset": "0"
}
{
"Response": {
"TotalCount": 1,
"List": [
{
"Status": "xx",
"BaitFilePath": "xx",
"Uuid": "xx",
"FilePath": "xx",
"InstanceId": "xx",
"HostName": "xx",
"Pid": 1,
"FileMd5": "xx",
"CreateTime": "xx",
"Quuid": "xx",
"PidParam": "xx",
"ModifyTime": "xx",
"WanIp": "xx",
"StrategyId": 1,
"HostIp": "xx",
"Type": 1,
"Id": 1,
"StrategyName": "xx",
"FileSize": 1
}
],
"RequestId": "xx"
}
}
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. |
문제 해결에 도움이 되었나요?