PowerShell Unifi REST API Wrapper Module
Unifi Controllers, used for managing Ubiquiti Unifi devices have an unpublished REST API that can be used to query data and modify settings.
Unifi-PS is a Unifi REST API Wrapper Module for PowerShell used to query data from the Unifi Controller. This module does not contain functionality to make settings changes as this REST API is unpublished.
Unifi-PS is available on the PowerShell Gallery.
Install-Module -Name Unifi-PS
The online documentation for this module is available at https://unifi-ps.readthedocs.io.
The console documentation can be accessed with Get-Help
.
Set-UnifiAPIConfig -BaseUri "unifi.contoso.com"
Connect-UnifiController
$Sites = Get-UnifiSites
Disconnect-UnifiController
Remove-UnifiAPIConfig
Unifi-PS is licensed under the MIT license.