Domain name for API request: vpc.tencentcloudapi.com.
This API is used to query the list of in/outbound network ACL quintuple entries.
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: DescribeNetworkAclQuintupleEntries. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
NetworkAclId | Yes | String | Network ACL instance ID, such as acl-12345678 . |
Offset | No | Integer | Offset. Default value: 0. |
Limit | No | Integer | Returned quantity. Default: 20. Value range: 1-100. |
Filters.N | No | Array of Filter | Filter condition. HaVipIds and Filters cannot be specified at the same time.protocol - String - Such as TCP description - String - Descriptiondestination-cidr - String - Destination CIDR block, such as 192.168.0.0/24 source-cidr - String - Source CIDR block, such as 192.168.0.0/24 action - String - ·Values: ACCEPT , DROP network-acl-quintuple-entry-id - String - Unique ID of the quintuple, such as acli45-ahnu4rv5 network-acl-direction - String - Direction of the policy. Values: INGRESS or EGRESS . |
Parameter Name | Type | Description |
---|---|---|
NetworkAclQuintupleSet | Array of NetworkAclQuintupleEntry | The list of the network ACL quintuple entries |
TotalCount | Integer | Number of eligible instances. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: vpc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeNetworkAclQuintupleEntries
<Common request parameters>
{
"NetworkAclId": "acl-12345678",
"Limit": "20",
"Offset": "0"
}
{
"Response": {
"TotalCount": 1,
"NetworkAclQuintupleSet": [
{
"Protocol": "TCP",
"Description": "test",
"SourcePort": "80",
"SourceCidr": "192.168.0.0/24",
"DestinationPort": "80",
"DestinationCidr": "192.168.0.0/24",
"Action": "ACCEPT",
"CreateTime": "2019-11-11 22:16:17",
"NetworkAclQuintupleEntryId": "acli45-q1phngkz",
"NetworkAclDirection": "EGRESS"
}
],
"RequestId": "cccb2665-5d02-4d87-b9e7-757bb06e5beb"
}
}
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 |
---|---|
InvalidParameter.AclTypeMismatch | |
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameter.FilterInvalidKey | The specified filter condition does not exist. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
ResourceNotFound | The resource does not exist. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.ActionNotFound | The port does not exist. |
Was this page helpful?