Revoke
Configuration endpoint for system/dhcp6.
Python Attribute
fgt.api.monitor.system.dhcp6
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.system.dhcp6.post(
ip='value', # optional
)
Method Reference
post()
post(
ip=None,
payload_dict=None,
raw_json=False,
**kwargs
)
Revoke IPv6 DHCP leases.