Wanopt#

Overview#

The monitor.wanopt namespace provides configuration management for:

  • History - History configuration endpoint.

  • Peer Stats - Peer Stats configuration endpoint.

  • Webcache - Webcache configuration endpoint.

Quick Start#

from hfortix_fortios import FortiOS

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

# Access endpoints via:
fgt.api.monitor.wanopt.<endpoint>

Available Endpoints#

See Also#

  • /api-reference/api-reference/monitor/index - MONITOR API overview

  • FortiOS Client - FortiOS client reference

  • Endpoint Methods - Endpoint methods guide