tencent cloud

APIs

DescribeSandboxDLPAlertList

Download
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-09-01 10:05:07

1. API Description

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

Paging query for the DLP data leakage alert log list. Supports precise filtering of a single alert by Filter.Name=ID for the details page scenario.

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: DescribeSandboxDLPAlertList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Offset No Integer

Offset. Default value: 0.

Limit No Integer

Number of items per page. Default value: 10. Upper limit: 200.

Filters.N No Array of Filters

Filter criteria
Supported filter items:
ID: Query a single item by alarm record ID
BelongAssetType: The asset type it belongs to. Available values: HOST / CONTAINER
RuleName: Search by hit rule name
RuleAction: Hit action. Available values: PASS (allowlist) / BLOCK (BLOCK and alarm) / MONITOR (alarm)
InstanceId: Precise filtering by Asset Instance ID (for viewing the alarm list of an asset on the Asset Details Page and other scenarios)
InstanceName: Fuzzy search by asset instance name. Multiple values have an "OR" relationship with each other
Status: Processing Status. Available values: PENDING (unprocessed) / HANDLED (processed) / IGNORE (ignored) / PASS (allowlisted) / BLOCK (blocked)

MemberId.N No Array of String

Group account member id.

3. Output Parameters

Parameter Name Type Description
Data Array of TrafficSandboxDLPAlertInfo

Alarm list

TotalCount Integer

Total quantity.

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 Sample Code for Querying the DLP Alarm List

Input Example

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

{
    "MemberId": [
        "mem-tencent-7*************ef"
    ]
}

Output Example

{
    "Response": {
        "Data": [
            {
                "ID": 8001,
                "BelongAssetType": "CONTAINER",
                "RuleID": 4001,
                "RuleName": "Border exit sensitive data protection",
                "UUID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                "InstanceId": "ins-a1b2c3d4",
                "InstanceName": "app-server-01",
                "ClusterId": "cls-abcd1234",
                "ContainerId": "docker-container-abc123",
                "ContainerName": "payment-svc",
                "Exe": "/usr/local/bin/python3",
                "Param": "python3 upload.py",
                "Target": "POST https://external.example.com/upload",
                "MatchScope": "req_body",
                "MatchContent": "*********************card=xxxxxxxxxxxxxxxxxx",
                "MatchContentSample": "*****345678",
                "UpProto": "multipart",
                "FileName": "customer_list.xlsx",
                "FileType": "zip",
                "FileSize": 20480,
                "Level": "HIGH",
                "Status": "PENDING",
                "Count": 3,
                "FirstAlertTime": "2025-03-10T08:00:00+08:00",
                "LastAlertTime": "2025-03-15T14:30:00+08:00",
                "RuleAction": "BLOCK"
            }
        ],
        "TotalCount": 42,
        "RequestId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan