https://github.com/sirkirby/bruno-udm-api
Bruno collection for interacting with the UDM device API
https://github.com/sirkirby/bruno-udm-api
bruno firewall-rules unifi-controller
Last synced: 3 months ago
JSON representation
Bruno collection for interacting with the UDM device API
- Host: GitHub
- URL: https://github.com/sirkirby/bruno-udm-api
- Owner: sirkirby
- License: mit
- Created: 2024-09-05T20:59:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T17:30:27.000Z (about 1 year ago)
- Last Synced: 2025-03-18T18:31:39.805Z (about 1 year ago)
- Topics: bruno, firewall-rules, unifi-controller
- Homepage: https://chriskirby.net/automate-your-unifi-network-firewall-and-traffic-rules-with-home-assistant
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/CreateFirewallPolicy.bru
Awesome Lists containing this project
README
# UDM Device API
Bruno collection of scripts to interact with Unifi Dream Machine (UDM) and Unifi OS device API's.
## Requirements
Install Bruno via `brew install bruno` or download from the [the binary from the [releases page]](https://www.usebruno.com/downloads)
## Usage
You will need a local UDM device to interact with as well as a local Admin account to authenticate with the API.
Set the required variables in the Homelab environment of the collection:
```bash
udm-ip,
username,
password
```