Videofilter#

Overview#

The cmdb.videofilter namespace provides configuration management for:

  • Keyword - Keyword configuration endpoint.

  • Profile - Profile configuration endpoint.

  • Youtube Key - Youtube Key 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.videofilter.<endpoint>

Available Endpoints#

See Also#