Endpoint Control#
Overview#
The monitor.endpoint_control namespace provides configuration management for:
Avatar - Avatar configuration endpoint.
Ems - Ems configuration endpoint.
Installer - Installer configuration endpoint.
Record List - Record List configuration endpoint.
Summary - Summary 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.endpoint_control.<endpoint>
Available Endpoints#
See Also#
/api-reference/api-reference/monitor/index - MONITOR API overview
FortiOS Client - FortiOS client reference
Endpoint Methods - Endpoint methods guide