HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/acl_object_groups/{name},{object_type}

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

Reference Resource: ACL_Object_Group
Name of the ACL Object Group.

string
enum
required

Reference Resource: ACL_Object_Group
Type of ACL Object Group indicating which kind of entries it contains. If the type is 'ipv4' or 'ipv6', the port attributes are ignored. If the type is 'l4port', the address attributes are ignored.

Allowed:
Body Params
cfg_addresses
object

List of IP addresses configured by the user: 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)

vsx_sync
array of strings
length ≤ 9223372036854776000

Controls which attributes should be synchronized between VSX peers. 'all_attributes_and_dependents': the entire address group should be synchronized.

vsx_sync
int64
-9007199254740991 to 9007199254740991

The version of 'cfg_addresses' or 'cfg_ports' which should be changed to a random value each time 'cfg_addresses' or 'cfg_ports' are modified.

cfg_ports
object

List of ports that are currently programmed in the data path. The sequence number is used for indexing but does not affect packet handling behavior.

Responses
200

OK

204

No Content

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…