ClearCounters#

Configuration endpoint for firewall/acl6.

Python Attribute#

fgt.api.monitor.firewall.acl6

Available Methods#

  • post() - POST operation

Examples#

from hfortix_fortios import FortiOS

fgt = FortiOS(host='192.168.1.99', token='your-token')

# Create new item
result = fgt.api.monitor.firewall.acl6.post(
    policy='value',  # optional
)

Method Reference#

post()#

post(
    policy=None,
    payload_dict=None,
    raw_json=False,
    **kwargs
)

Reset counters for one or more IPv6 ACLs by policy ID.