Domain name for API request: csip.intl.tencentcloudapi.com.
Query the EDR alarm 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: DescribeEdrAlertList. |
| 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 |
| Filters.N | No | Array of EDRFilter | PolicyType - int - required: no - policy typePolicyName - string - required: no - policy nameDomain - string - required: no - Domain name (URL-encode the Domain name first, then base64-encode it)PolicyAction- int - required: no - policy actionIsEnabled - int - required: no - whether it takes effect |
| Limit | No | Integer | Limit number, default 10, maximum 100 |
| Offset | No | Integer | Offset. Default: 0 |
| Order | No | String | Sorting method: [ASC: Ascending | DESC: Descending] |
| By | No | String | Optional sorting column: [LatestDetectTime] |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total. |
| List | Array of EdrAlertItem | List |
| AttackStageCounts | Array of AttackStageCount | Number of policies in the attack phase |
| AlertCategoryCounts | Array of EdrAlertCategoryCount | Statistics by major category of alarm (adjust with filter criteria, excluding AlertCategory filter) |
| 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: DescribeEdrAlertList
<Common request parameters>
{
"Limit": 10,
"Offset": 0,
"Order": "DESC",
"By": "LatestDetectTime"
}
{
"Response": {
"AlertCategoryCounts": [
{
"AlertCategory": "VIRUS_TROJAN",
"Count": 245
}
],
"AttackStageCounts": [
{
"AttackStage": "",
"Count": 3182
}
],
"List": [
{
"AlertCategory": "VIRUS_TROJAN",
"AlertId": "3d4463f3f4a7bdee02520b0f83a11c6a",
"AlertSource": "HOST",
"AlertSubType": "MALWARE_PROCESS",
"AppId": 260146618,
"AttackStage": "",
"ClusterId": "",
"ContainerId": "",
"ContentType": "",
"DetectMode": "PRECISE",
"EventCount": 2,
"FirstDetectTime": "2026-05-30 17:28:21",
"Id": 1000000000008822,
"ImageId": "",
"InstanceId": "ins-f1vbqysn",
"InstanceName": "VM-11-16-tencentos",
"IsProVersion": 1,
"LatestDetectTime": "2026-06-03 17:14:29",
"Level": "CRITICAL",
"PrivateIp": "172.20.11.16",
"PublicIp": "129.28.108.211",
"Quuid": "8ceae791-925f-4a77-be58-22e9f7ead617",
"RuleId": "mp_15003",
"RuleName": "",
"RuleType": 0,
"Status": "PENDING",
"ContainerName": "nginx-container",
"ImageName": "nginx:latest",
"ClusterName": "cls-demo"
}
],
"TotalCount": 3496,
"RequestId": "dd11c00c-d7b4-48ec-8a7b-00e7bcdc909c"
}
}
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 |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
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