Aruba OS REST API Client.
Project description
arubaos_client
Install it via
pip install arubaos_client
Usage
from arubaos_client import MobilityControllerAPIClient
aruba = MobilityControllerAPIClient(
username='',
password='',
url='https://aruba-ac.example.com:4343',
proxy="socks5h://localhost:5050",
verify=False
)
# Login to the device
aruba.login()
# Logout
aruba.logout()
# Get a List of APs
aruba.aps()
# Get amount of 2g clients
aruba.clients(band='2g')
aruba.clients_2g()
# Get amount of 5g clients
aruba.clients(band='5g')
aruba.clients_5g()
# Get AP by its MAC address
aruba.ap_by_mac("00:00:00:00:00:00")
# Get AP by its name
aruba.ap('ap_name')
# Get CPU load
aruba.cpu_load()
# Get Memory usage
aruba.memory_usage()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arubaos_client-0.1.2.3.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for arubaos_client-0.1.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94a45d5dd4b1d9750889bf599c8adf55a9a73da390f617c0d86bfca858000460 |
|
MD5 | 4b3831bbc77dbc8dc8f801b663b352e5 |
|
BLAKE2b-256 | e00ce531491720d8ccd5a4f6e7ad06fce06cca2c3d113a766c003149f919c529 |