Virtual Patch#

Overview#

The cmdb.virtual_patch namespace provides configuration management for:

  • Profile - Profile 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.virtual_patch.<endpoint>

Available Endpoints#

See Also#