Extension Controller
Overview
The cmdb.extension_controller namespace provides configuration management for:
Dataplan - Dataplan configuration endpoint.
Extender - Extender configuration endpoint.
Extender Profile - Extender Profile configuration endpoint.
Extender Vap - Extender Vap configuration endpoint.
Fortigate - Fortigate configuration endpoint.
Fortigate Profile - Fortigate 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.extension_controller.<endpoint>
Available Endpoints
See Also
/api-reference/api-reference/cmdb/index - CMDB API overview
/fortios/user-guide/client - FortiOS client reference
/fortios/user-guide/endpoint-methods - Endpoint methods guide