UniFi-API-browser

UniFi-API-browser

强大的UniFi控制器API数据浏览工具

UniFi-API-browser是一款功能强大的UniFi控制器API数据浏览工具。它支持多控制器配置、多种数据输出格式和站点切换。基于PHP开发,内置UniFi控制器API访问类,涵盖众多API端点。该工具操作简便,适用于UniFi API开发和网络故障排查。兼容UniFi OS设备及5.X.X至8.X.X版本控制器,为网络管理员提供全面的API数据访问支持。

UniFi API browserAPI客户端配置文件数据集合安全性Github开源项目

UniFi API browser

This tool allows you to browse data exposed through the UniFi Controller API, developed using PHP, JavaScript, and the Bootstrap CSS framework. It comes bundled with a PHP class for access to the UniFi Controller API, which supports more API endpoints than the UniFi API browser tool.

If you plan on creating your own PHP code to interact with the UniFi controller API, it is recommended to use the standalone version of the API client class, which can be found at https://github.com/Art-of-WiFi/UniFi-API-client. There, you will also find examples and detailed instructions on how to use it.

Please keep the following in mind when using the UniFi API browser:

  • The tool does not support all available data collections and API endpoints. See the list below for those currently supported.
  • Currently, versions 5.X.X, 6.X.X, 7.X.X, and 8.X.X of the UniFi Controller software are supported (version 8.1.113 has been confirmed to work)
  • The Network Application on UniFi OS-based controllers is also supported, same versions as above
  • When accessing UniFi OS-based controllers through this tool, please read the remarks regarding UniFi OS support
  • Please read the Security Notice before installing this tool.

Upgrading from 1.x to 2.x

Because the structure of the configuration file has changed, we recommend creating a fresh install when upgrading from 1.x to 2.x.

Features

The UniFi API browser tool offers the following features:

  • Browse data collections and API endpoints exposed by the UniFi Controller API in an easy manner
  • Switch between sites managed by the connected controller
  • Switch between output formats (currently JSON, JSON highlighted, PHP array, interactive, and PHP array, highlighted)
  • Copy the results to clipboard (this is only supported with the JSON output format and will fail gracefully with large collections)
  • Switch between the default Bootstrap theme and the Bootswatch themes
  • An About modal that shows version information for PHP, cURL, and the UniFi Controller
  • Very easy setup with minimal dependencies
  • Timing details of API calls can be useful to "benchmark" your UniFi Controller
  • A useful tool when developing applications that make use of the UniFi Controller API
  • The API exposes more data than is visible through the UniFi controller's web interface, making it useful for troubleshooting purposes
  • Debug mode to troubleshoot cURL connections (set $debug to true in the config file to enable debug mode)

Data collections/API endpoints currently implemented in the API browser

  • Configuration
    • list sites on this controller
    • list site settings
    • list admins for the current site
    • system information (sysinfo)
    • self
    • list wlan config
    • list VoIP extension
    • list network configuration
    • list port configurations
    • list port forwarding rules
    • list firewall groups
    • list current channels
    • list DPI stats
    • dynamic DNS configuration
    • list country codes
    • list Radius accounts (supported on controller version 5.5.19 and higher)
  • Clients/users
    • list online clients
    • list guests
    • list users
    • list user groups
    • stat all users
    • stat authorisations
    • stat sessions
  • Devices
    • list devices (access points, USG routers and USW switches)
    • list wlan groups
    • list AP groups (supported on controller version 6.0.X and higher)
    • list rogue access points
    • list devices tags (supported on controller version 5.5.19 and higher)
  • Stats
    • all sites stats
    • 5-minute site stats
    • hourly site stats
    • daily site stats
    • monthly site stats
    • 5-minute access point stats
    • hourly access point stats
    • daily access point stats
    • monthly access point stats
    • 5-minute gateway stats
    • hourly gateway stats
    • daily gateway stats
    • monthly gateway stats
    • 5-minute dashboard metrics
    • hourly dashboard metrics
    • site health metrics
    • port forward stats
    • DPI stats
  • Hotspot
    • stat vouchers
    • stat payments
    • list hotspot operators
  • Messages
    • list events
    • list alarms
    • count alarms
    • list IDS/IPS events

Please note that the bundled API client supports many more API endpoints, not all make sense to add to the API browser though.

Requirements

  • A web server with PHP (7.4.0 or higher) and the php-curl module installed
  • Network connectivity between this web server and the server (and port) where the UniFi controller is running (in case you are seeing errors, please check out this issue)
  • Web browsers accessing this tool should have full internet access because several CSS and JS files are loaded from public CDNs.
  • Using an administrator account with read-only permissions can limit visibility on certain collection/object properties. See this issue and this issue for an example where the WPA2 password isn't accessible for read-only administrator accounts.

Installation

Installation of this tool is quite straightforward. The easiest way to do this is by using git clone which also allows for easy updates:

  • open up a terminal window on your server and cd to the root folder of your web server (on Ubuntu this is /var/www/html) and execute the following command from your command prompt:
git clone https://github.com/Art-of-WiFi/UniFi-API-browser.git
  • when git is done cloning, follow the configuration steps below to configure the settings for access to your UniFi Controller's API

Alternatively, you may choose to download the zip file and unzip it in your directory of choice, then follow the configuration steps below.

Installation using Docker

@scyto maintains Docker containers for quick and easy deployment of the UniFi API browser tool. Please refer to this Wiki page within the repository for more details. Please note we don't provide support related to Docker-based installs.

Configuration

  • Credentials for access to the UniFi Controller API are configured in the file named config/config-template.php which should be copied/renamed to config/config.php
  • Starting with version 1.0.3, you can store multiple controller configurations in an array inside the config/config.php file
  • Please refer to the config/config-template.php file for further configuration instructions
  • Starting with API browser tool version 2.0.0, you can restrict access to the tool by creating user accounts and passwords. Please refer to the instructions in the config/users-template.php file for further details
  • After following these steps, you can open the tool in your browser (assuming you installed it in the root folder of your web server as suggested above) by going to this url: http(s)://<server IP address>/UniFi-API-browser/

UniFi OS support

Support for UniFi OS-based controllers (for example, the UniFi Dream Machine Pro) has been added with version 2.0.7. When adding the details for a UniFi OS device to the config/config.php file, please make sure not to add a port suffix or trailing slashes to the URL.

When using the UniFi API browser to connect to a Network Application on a UniFi OS-based gateway via the WAN interface, it is necessary to create a specific firewall rule to allow external access to port 443 on the gateway's local interface. For more information, please refer to the following blog post for further details: https://artofwifi.net/2022/04/07/how-to-access-the-unifi-controller-by-wan-ip-or-hostname-on-a-udm-pro/

Extending the Collections dropdown menu

Since version 2.0.0 you can extend the Collections dropdown menu with your own options by adding them to the config.php file.

Here's an example:

/** * adding a custom sub-menu example */ $collections = array_merge($collections, [ [ 'label' => 'Custom Menu', // length of this string is limited due to dropdown menu width 'options' => [ [ 'type' => 'collection', // either 'collection' or 'divider' 'label' => 'hourly site stats past 24 hours', // string that is displayed in the dropdown menu 'method' => 'stat_hourly_site', // name of the method/function in the API client class that is called 'params' => [(time() - (24 * 60 *60)) * 1000, time() * 1000], // an array containing the parameters as they are passed to the method/function ], [ 'type' => 'collection', 'label' => 'daily site stats past 31 days', 'method' => 'stat_daily_site', 'params' => [(time() - (31 * 24 * 60 *60)) * 1000, time() * 1000], ], [ 'type' => 'divider', // dividers have no other properties ], [ 'type' => 'collection', 'label' => 'enable the site LEDs', 'method' => 'site_leds', // don't go too wild when adding such calls, this example is simply to show the flexibility 'params' => [true] ], [ 'type' => 'collection', 'label' => 'disable the site LEDs', 'method' => 'site_leds', // don't go too wild when adding such calls, this example is simply to show the flexibility 'params' => [false] ], ], ], ]);

Note: for a collection type menu option the type, label, method, and params "properties" are required.

This is what the result looks like for the above example:

Custom sub menu

Updates

If you installed the tool using the git clone command, you can apply updates by going into the directory where the tool is installed, and running the git pull command from there.

Otherwise, you can simply copy the contents from the latest zip file to the directory where the tool has been installed.

Credits

The PHP API client that comes bundled with this tool is based on the work by the following developers:

and the API as published by Ubiquiti:

Other included libraries:

Security notice

It is important to note that the UniFi API browser tool is a powerful tool that allows access to sensitive data and configuration options on your UniFi controller. It is therefore important you take appropriate security measures, such as limiting access to the tool to trusted individuals. Additionally, you should be aware of the security risks associated with running PHP code on your server.

We highly recommend enabling the username/password authentication feature by creating a config/users.php based on the included config/users-template.php file. When creating passwords and their SHA512 hashes for entry in the config/users.php file, make sure to use strong random passwords. Please refer to the instructions in the config/users-template.php file for further details

Support and Feedback

This project is actively maintained, and feedback and suggestions are always welcome. If you encounter any issues or have any suggestions for improvements, please use the GitHub issue list or the Ubiquiti Community forums (https://community.ubnt.com/t5/UniFi-Wireless/UniFi-API-browser-tool-released/m-p/1392651) to share your ideas and questions.

Screenshots

Here are a couple of screenshots of the tool in action.

The Login form when user authentication is enabled:

Login form

The controller selection dropdown menu:

Controller selection

The site selection dropdown menu:

Site selection

The collection dropdown menu:

Select collection

Showing the site settings collection in JSON format:

Site settings in JSON format

Showing the site settings collection in interactive PHP format:

Site settings in PHP format

The "About" modal:

![About modal](https://user-images.githubusercontent.com/12016131/67586311-9e320280-f751-11e9-9576-c0590c951edc.png "About

编辑推荐精选

扣子-AI办公

扣子-AI办公

职场AI,就用扣子

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

堆友

堆友

多风格AI绘画神器

堆友平台由阿里巴巴设计团队创建,作为一款AI驱动的设计工具,专为设计师提供一站式增长服务。功能覆盖海量3D素材、AI绘画、实时渲染以及专业抠图,显著提升设计品质和效率。平台不仅提供工具,还是一个促进创意交流和个人发展的空间,界面友好,适合所有级别的设计师和创意工作者。

图像生成AI工具AI反应堆AI工具箱AI绘画GOAI艺术字堆友相机AI图像热门
码上飞

码上飞

零代码AI应用开发平台

零代码AI应用开发平台,用户只需一句话简单描述需求,AI能自动生成小程序、APP或H5网页应用,无需编写代码。

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

Refly.AI

Refly.AI

最适合小白的AI自动化工作流平台

无需编码,轻松生成可复用、可变现的AI自动化工作流

酷表ChatExcel

酷表ChatExcel

大模型驱动的Excel数据处理工具

基于大模型交互的表格处理系统,允许用户通过对话方式完成数据整理和可视化分析。系统采用机器学习算法解析用户指令,自动执行排序、公式计算和数据透视等操作,支持多种文件格式导入导出。数据处理响应速度保持在0.8秒以内,支持超过100万行数据的即时分析。

AI工具酷表ChatExcelAI智能客服AI营销产品使用教程
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
AIWritePaper论文写作

AIWritePaper论文写作

AI论文写作指导平台

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

AI辅助写作AI工具AI论文工具论文写作智能生成大纲数据安全AI助手热门
博思AIPPT

博思AIPPT

AI一键生成PPT,就用博思AIPPT!

博思AIPPT,新一代的AI生成PPT平台,支持智能生成PPT、AI美化PPT、文本&链接生成PPT、导入Word/PDF/Markdown文档生成PPT等,内置海量精美PPT模板,涵盖商务、教育、科技等不同风格,同时针对每个页面提供多种版式,一键自适应切换,完美适配各种办公场景。

AI办公办公工具AI工具博思AIPPTAI生成PPT智能排版海量精品模板AI创作热门
潮际好麦

潮际好麦

AI赋能电商视觉革命,一站式智能商拍平台

潮际好麦深耕服装行业,是国内AI试衣效果最好的软件。使用先进AIGC能力为电商卖家批量提供优质的、低成本的商拍图。合作品牌有Shein、Lazada、安踏、百丽等65个国内外头部品牌,以及国内10万+淘宝、天猫、京东等主流平台的品牌商家,为卖家节省将近85%的出图成本,提升约3倍出图效率,让品牌能够快速上架。

下拉加载更多