Skip to content

get_wan_status

Report current WAN status: link, ISP, public IP, throughput, latency.

Side effects: None (read-only).

Convenience wrapper around get_site_health that returns just the WAN subsystem record. Returns {"subsystem": "wan", "status": "unknown"} if the controller does not report WAN.

get_wan_status(controller="default")
ParameterTypeRequiredDefaultDescription
controllerstringno”default”Name of the UniFi controller to target. Defaults to "default".