ClearTunnel#
Configuration endpoint for vpn/ssl.
Python Attribute#
fgt.api.monitor.vpn.ssl
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.vpn.ssl.post(
)
Method Reference#
post()#
post(
payload_dict=None,
raw_json=False,
**kwargs
)
Remove all active tunnel sessions in current virtual domain.