Endpoint Control#

Overview#

The cmdb.endpoint_control namespace provides configuration management for:

Quick Start#

from hfortix_fortios import FortiOS

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

# Access endpoints via:
fgt.api.cmdb.endpoint_control.<endpoint>

Available Endpoints#

See Also#