IPS#

Overview#

The cmdb.ips namespace provides configuration management for:

  • Custom - Custom configuration endpoint.

  • Decoder - Decoder configuration endpoint.

  • Global - Global configuration endpoint.

  • Rule - Rule configuration endpoint.

  • Rule Settings - Rule Settings configuration endpoint.

  • Sensor - Sensor configuration endpoint.

  • Settings - Settings configuration endpoint.

  • View Map - View Map 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.ips.<endpoint>

Available Endpoints#

See Also#