Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to obtain the list of EDR policies.
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: DescribeEDRRuleList. |
| 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 - optional - policy type |
| 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: [ModifyTime] |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total. |
| List | Array of EDRRule | List |
| AttackStageCounts | Array of AttackStageCount | Number of policies in the attack phase |
| DetectTypeCounts | Array of DetectTypeCount | Number of policies for the detection mode |
| 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: DescribeEDRRuleList
<Common request parameters>
{}
{
"Response": {
"AttackStageCounts": [
{
"AttackStage": "TA0002",
"Count": 218
}
],
"DetectTypeCounts": [
{
"Count": 688,
"DetectType": 0
}
],
"List": [
{
"Action": 0,
"AttackStage": "TA0009",
"CWPScope": 1,
"Confidence": 1,
"ContentType": "cmdline",
"CreateTime": "2026-03-02T15:11:09+08:00",
"Description": "Detect the behavior of using commands such as cat, head, tail, tac, less, more, vi, vim, nano, getent, vipw, and vigr in yapi applications to view sensitive files in /etc, such as /etc/passwd and /etc/shadow, or user authentication files like authorized_keys and bash_history"
"DetectMode": 0,
"DetectType": 0,
"ExcludeImageIDs": [],
"ExcludeQUUIDS": [],
"ImageIDs": [],
"ImageNamesRegex": "",
"Level": 2,
"ModifyTime": "2026-03-02T15:11:09+08:00",
"Name": "View sensitive files in the yapi application"
"QUUIDS": [],
"RuleID": "383",
"RuleType": 0,
"Status": 0,
"SupportBlock": 0,
"TCSSScope": 1,
"ClusterIDs": [
"cls-8c5v0u8k"
],
"ExcludeClusterIDs": []
}
],
"TotalCount": 688,
"RequestId": "de366fc1-5524-4d68-a1fa-ab3ecebb6c02"
}
}
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. |
文档反馈