@avantguardllc/n8n-nodes-unifi-site-manager
v0.1.0
Published
Manage UniFi hosts, sites, devices, and ISP metrics via the UniFi Site Manager cloud API.
Maintainers
Readme
UniFi Site Manager n8n Node
Manage UniFi hosts, sites, devices, and ISP metrics via the UniFi Site Manager cloud API.
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-unifisitemanagerAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Base URL | https://api.ui.com (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://api.ui.com
Hosts
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/hosts | List Hosts |
| 🔵 GET | /v1/hosts/{hostId} | Get Host by ID |
Sites
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/sites | List Sites |
Devices
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/devices | List Devices |
ISPMetrics
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/isp-metrics | Get ISP Metrics |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
