unifi-site-manager

Manage UniFi hosts, sites, devices, and ISP metrics via the UniFi Site Manager cloud API.

Package Information

Downloads: 6 weekly / 137 monthly
Latest Version: 0.1.0
Author: AvantGuard LLC

Documentation

n8n      AvantGuard

UniFi Site Manager n8n Node

n8n community node npm

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-unifisitemanager

Authentication

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+

License

MIT

Discussion