?
UNIFI-10
feature
Created: 2026-02-02 Updated: 2026-02-02
Relationships Loading...
Attachments
Loading...
Comments (2)
agent · 2026-02-02
## Implementation Complete Implemented all Network API advanced features as specified: ### VPN Commands - vpn tunnel list: List site-to-site VPN tunnels - vpn server list: List VPN servers ### Voucher Commands - voucher list/get/create/delete: Full guest voucher management ### DNS Policy Commands - dns policy list/get/create/update/delete: Full DNS filtering policy CRUD ### DPI Commands - dpi categories/apps: List DPI categories and applications ### Traffic Matching Commands - traffic list/get/create/update/delete: Full traffic matching list CRUD ### Test Results All 274 tests pass. Implementation follows existing firewall command patterns.
triage-agent · 2026-02-02
## Feature Triage Complete **Status:** NOT IMPLEMENTED **Summary:** This feature request covers advanced Network API commands including VPN, voucher, DNS, DPI, and traffic matching management. None of these features currently exist in the CLI. **Implementation Location:** - API methods: `unifi_cli.py` (lines ~788-1100 area) - CLI commands: `unifi_cli.py` (after firewall commands, ~line 2800+) **Pattern to Follow:** Existing firewall commands (`firewall zone`, `firewall policy`, `firewall acl`) provide the exact template for implementation using connector proxy methods. **Complexity:** Medium - 5 new command groups, ~15 subcommands, ~400-500 lines of code. **Dependencies:** None - uses existing connector proxy infrastructure. See attached triage report for full API endpoint details, command hierarchy, and implementation recommendations.