Rule#

Overview#

The cmdb.rule namespace provides configuration management for:

  • Fmwp - Fmwp configuration endpoint.

  • Iotd - Iotd configuration endpoint.

  • Otdt - Otdt configuration endpoint.

  • Otvp - Otvp configuration endpoint.

Quick Start#

from hfortix_fortios import FortiOS

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

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

Available Endpoints#

See Also#