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.
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 |
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. |
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": ""
}
{
"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"
}
}
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. |
InvalidParameter | Invalid parameter. |
LimitExceeded | The quota limit has been reached. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?