Sniffer#

Overview#

The service.sniffer namespace provides configuration management for:

  • Sniffer - Sniffer configuration endpoint.

Quick Start#

from hfortix_fortios import FortiOS

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

# Access endpoints via:
fgt.api.service.sniffer.<endpoint>

Available Endpoints#

See Also#

  • /api-reference/api-reference/service/index - SERVICE API overview

  • FortiOS Client - FortiOS client reference

  • Endpoint Methods - Endpoint methods guide