Skip to content

list_honeypots

List configured honeypots and the global honeypot toggle.

Side effects: None (read-only).

Returns {"enabled": bool, "honeypots": [...]} where each entry carries id (synthesised network_id:ip), network_id, network_name (looked up from list_networks), ip, and version (always v4 on UniFi 9.x).

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