HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/acls/{name},{list_type}/cfg_aces

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Reference Resource: ACL
Name of an Access Control List.

string
enum
required

Reference Resource: ACL
Type of an Access Control List.

Allowed:
Body Params
integer
0 to 255

Time-to-live matching attribute.

boolean

Fragment matching attribute.

integer
required

Reference Resource: ACL_Entry
ACL entries as configured by the user.

string
enum

'permit': packets will be forwarded 'deny': packets will be dropped ACE will only be activated when an associated action is provided

Allowed:
integer
0 to 65535

Maximum L4 port to match on the packet.

string
length ≤ 256

Comment associated with the ACE

boolean

TCP SYN flag matching attribute.

boolean

TCP Established state (ACK or RST flag is set).

boolean

TCP PSH flag matching attribute.

string

Reference Resource: ACL_Object_Group
IP destination port group matching attribute. This attribute is mutually exclusive to the dst_l4_port_min, dst_l4_port_max, and dst_l4_port_range_reverse attributes. If this attribute is configured, the dst_l4_port_min, dst_l4_port_max, and dst_l4_port_range_reverse attributes will be ignored. The referenced object group must be of type 'l4port'.

integer
0 to 65535

Minimum L4 port to match on the packet.

integer
0 to 3

Explicit Congestion Notification matching attribute.

string
length ≤ 100

Destination IP matching attribute: If no IP address is specified, the ACL Entry will not match on destination IP address. The following IPv4 and IPv6 address formats are accepted. IPv4 format (A.B.C.D | A.B.C.D/W.X.Y.Z) IPv6 format (A:B::C:D | A:B::C:D/W:X::Y:Z)

boolean

TCP ECE flag matching attribute.

string
length ≤ 29

Source MAC matching attribute: Format (AAAA.BBBB.CCCC | AAAA.BBBB.CCCC/XXXX.YYYY.ZZZZ)

integer
0 to 7

IP Precedence matching attribute.

boolean

TCP FIN flag matching attribute.

integer
0 to 65535

Maximum IP destination port matching attribute: Used in conjunction with dst_l4_port_min and dst_l4_port_range_reverse.

string

Reference Resource: ACL_Object_Group
Destination IP address group matching attribute. This attribute is mutually exclusive with the destination IP address attribute. If dst_ip_group is configured, dst_ip will be ignored. The referenced object group must be of type 'ipv4' or 'ipv6'.

integer
0 to 255

ICMP code matching attribute.

boolean

ACE attribute log action: when true, log information for packets that match this ACL.

string

Reference Resource: ACL_Object_Group
Source IP address group matching attribute. This attribute is mutually exclusive with the source IP address attribute. If src_ip_group is configured, src_ip will be ignored. The referenced object group must be of type 'ipv4' or 'ipv6'.

integer
0 to 31

IP Type of Service value matching attribute.

boolean

TCP CWR flag matching attribute.

boolean

TCP URG flag matching attribute.

string
length ≤ 100

Source IP matching attribute: If no IP address is specified, the ACL Entry will not match on source IP address. The following IPv4 and IPv6 address formats are accepted. IPv4 format (A.B.C.D | A.B.C.D/W.X.Y.Z) IPv6 format (A:B::C:D | A:B::C:D/W:X::Y:Z)

boolean

TCP RST flag matching attribute.

integer
0 to 4095

VLAN-ID matching attribute.

boolean

TCP ACK flag matching attribute.

integer
0 to 255

IPv4 protocol matching attribute.

integer
0 to 63

Differentiated Services Code Point matching attribute.

string

Reference Resource: ACL_Object_Group
IP source port group matching attribute. This attribute is mutually exclusive to the src_l4_port_min, src_l4_port_max, and src_l4_port_range_reverse attributes. If this attribute is configured, the src_l4_port_min, src_l4_port_max, and src_l4_port_range_reverse attributes will be ignored. The referenced object group must be of type 'l4port'.

integer
0 to 255

ICMP type matching attribute.

integer
0 to 65535

Ethernet type matching attribute.

integer
0 to 65535

Minimum IP destination port matching attribute: Used in conjunction with dst_l4_port_max and dst_l4_port_range_reverse.

string
length ≤ 29

Destination MAC matching attribute: Format (AAAA.BBBB.CCCC | AAAA.BBBB.CCCC/XXXX.YYYY.ZZZZ)

boolean

ACE attribute count action: when true, increment hit count for packets that match this ACL.

integer
0 to 7

Priority Code Point matching attribute.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!