Skip to main content
Ctrl+K

HFortix

  • HFortix Overview
  • Installation
  • Core Package
  • FortiOS
  • Changelog
    • Security
    • License
  • GitHub
  • HFortix Overview
  • Installation
  • Core Package
  • FortiOS
  • Changelog
  • Security
  • License
  • GitHub

Section Navigation

  • Quick Start Guide
  • Authentication
  • User Guide
    • FortiOS Client
    • FortiOS Overview
    • Endpoint Methods
    • Response Objects
    • Error Handling
    • Async Usage
  • Methods and Usage
    • API Reference
      • CMDB
        • Alertemail
        • Antivirus
        • Application
        • Authentication
        • Automation
        • Casb
        • Certificate
        • Diameter Filter
        • Dlp
        • Dnsfilter
        • Emailfilter
        • Endpoint Control
        • Ethernet Oam
        • Extension Controller
        • File Filter
        • Firewall
        • Ftp Proxy
        • Icap
        • IPS
        • Log
        • Monitoring
        • Report
        • Router
        • Rule
        • Sctp Filter
        • Switch Controller
        • System
        • User
        • Videofilter
        • Virtual Patch
        • Voip
        • VPN
        • WAF
        • Web Proxy
        • Webfilter
        • Wireless Controller
        • ZTNA
      • MONITOR
        • Azure
        • Casb
        • Endpoint Control
        • Extender Controller
        • Extension Controller
        • Firewall
        • Firmware
        • Fortiguard
        • Fortiview
        • Geoip
        • IPS
        • License
        • Log
        • Network
        • Registration
        • Router
        • Sdwan
        • Service
        • Switch Controller
        • System
        • User
        • UTM
        • Videofilter
        • Virtual Wan
        • VPN
        • VPN Certificate
        • Wanopt
        • Web Ui
        • Webcache
        • Webfilter
        • Webproxy
        • Wifi
      • LOG
        • Search
      • SERVICE
        • Security Rating
        • Sniffer
        • System
  • Topic Guides
    • Batch Transactions
    • API Request Inspection
    • FortiManager Proxy
    • Creating Custom Wrappers and Aliases
    • Enterprise Audit Logging
    • Handler Protocol System
    • Logging & Observability
    • Debugging Guide
    • Rate Limiting and Resilience
    • Filtering and Queries
    • Validation
    • Performance Testing and Optimization
  • FortiOS
  • Methods and Usage
  • API Reference
  • MONITOR
  • Wifi
  • LedBlink

LedBlink#

Configuration endpoint for wifi/managed_ap.

Python Attribute#

fgt.api.monitor.wifi.managed_ap

Available Methods#

  • post() - POST operation

Examples#

from hfortix_fortios import FortiOS

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

# Create new item
result = fgt.api.monitor.wifi.managed_ap.post(
    serials='value',  # optional
    blink='value',  # optional
    duration='value',  # optional
)

Method Reference#

post()#

post(
    serials=None,
    blink=None,
    duration=None,
    payload_dict=None,
    raw_json=False,
    **kwargs
)

Turn a managed FortiAP’s LED blinking on or off.

previous

InterferingAp

next

MatchedDevices

On this page
  • Python Attribute
  • Available Methods
  • Examples
  • Method Reference
    • post()
Edit on GitHub

© Copyright 2026, Herman W. Jacobsen.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.16.1.