tencent cloud

APIs

DescribeDspmAuditFilterStrategy

Download
Focus Mode
Font Size
Last updated: 2026-09-01 10:19:16

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Query dspm audit filter policies

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeDspmAuditFilterStrategy.
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

Filter No Filter

Filter conditions.

3. Output Parameters

Parameter Name Type Description
StrategySet Array of DescribeDspmAuditFilterStrategy

Policy content.

TotalCount Integer

Total number of policies.

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.

4. Example

Example1 Get the filter policy list of the current user

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDspmAuditFilterStrategy
<Common request parameters>

{
    "MemberId": [
        "mem-1223"
    ],
    "Filter": {
        "Limit": 10,
        "Offset": 0,
        "Order": "desc",
        "By": "ModifyTime",
        "Filters": []
    }
}

Output Example

{
    "Response": {
        "StrategySet": [
            {
                "AppId": 260085118,
                "AuditFilterStrategyId": 14,
                "CreateTime": "2026-07-17T06:57:52+08:00",
                "Description": "For filtering invalid query log operations",
                "IsEnabled": 0,
                "ModifyTime": "2026-08-04T08:54:13+08:00",
                "Name": "Filter rule - Remove query operation",
                "Remark": "For filtering invalid query log operations",
                "Rule": "{\"Fields\":[{\"Key\":\"DbName\",\"Operator\":\"include\",\"Value\":\"select\"}]}"
            }
        ],
        "TotalCount": 2,
        "RequestId": "3db2d4da-9b8c-42ca-8537-e0987161d3ca"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM signature/authentication error.
FailedOperation Operation failed.
OperationDenied Operation denied.
ResourceNotFound The resource does not exist.
ResourceUnavailable Resources are unavailable.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback