tencent cloud

文档反馈

DescribeAcLists

最后更新时间:2023-05-04 17:40:19

1. API Description

Domain name for API request: cfw.tencentcloudapi.com.

This API is used to get the access control list.

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: DescribeAcLists.
Version Yes String Common Params. The value used for this API: 2019-09-04.
Region No String Common Params. This parameter is not required for this API.
Protocol No String Protocol
Strategy No String Policy
SearchValue No String Search value
Limit No Integer Number of entries per page
Offset No Integer Offset
Direction No Integer Indicates whether it is outbound or inbound. 1: inbound; 0: outbound
EdgeId No String EdgeId value
Status No String Indicates whether the rule is enabled. '0': disabled; '1': enabled. '0' by default
Area No String Region
InstanceId No String Instance ID

3. Output Parameters

Parameter Name Type Description
Total Integer Total entries
Data Array of AcListsData Access control list data
AllTotal Integer Total entries excluding the filtered ones
Enable Integer All access control rules enabled/disabled
Note: This field may return null, indicating that no valid value was found.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Getting the access control list

Input Example

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

{
    "EdgeId": "",
    "Protocol": "TCP",
    "Strategy": "",
    "SearchValue": "",
    "Direction": 1,
    "Limit": 20,
    "Offset": 0,
    "Area": ""
}

Output Example

{
    "Response": {
        "AllTotal": 1,
        "Total": 1,
        "Data": [
            {
                "Count": 1,
                "Protocol": "xx",
                "Detail": "xx",
                "Strategy": 1,
                "LogId": "xx",
                "OrderIndex": 1,
                "TargetIp": "xx",
                "Port": "xx",
                "SourceIp": "xx",
                "Id": 1
            }
        ],
        "Enable": 1,
        "RequestId": "xx"
    }
}

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
FailedOperation Operation failed.
InvalidParameter Invalid parameter.
LimitExceeded The quota limit has been reached.
UnauthorizedOperation Unauthorized operation.