Skip to content
/ unicli Public

A lightweight command light interface to the Ubiquiti Networks Unifi REST API.

License

Notifications You must be signed in to change notification settings

nuntz/unicli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unicli

A lightweight command light interface to the Ubiquiti Networks Unifi REST API (tested with version 5).

​ For a more comprehensive interface, see unifi-api.

Installation

To install:

$ pip install --editable .

Usage

Run:

$ unicli --help

Examples

List all the clients:

$ unicli --host mycontroller --port 8443 --no-verify --user ubnt --site default list

Block a client:

$ unicli --host mycontroller --port 8443 --no-verify --user ubnt --site default block 01:23:45:67:89:ab

About

A lightweight command light interface to the Ubiquiti Networks Unifi REST API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages