Skip to main content

Aruba Networks AirWave API Client.

Project description

Airwaveapiclient is a utility tool for Aruba Networks AirWave users. This module connects to AirWave and gets the information such as the access point list, detail, client, etc.

https://secure.travis-ci.org/mtoshi/airwaveapiclient.svg?branch=master https://coveralls.io/repos/mtoshi/airwaveapiclient/badge.svg?branch=master&service=github Latest Version Documentation Status

Requirements

  • Python2.7, 3.3, 3.4, PyPy.

Installation

  • PyPI or Github

    $ pip install airwaveapiclient
    
    or
    
    $ git clone https://github.com/mtoshi/airwaveapiclient
    $ cd airwaveapiclient
    $ sudo python setup.py install

Using example

  • Documentation: Readthedocs
  • Sample code: Github
  • Login

    >>> airwave = AirWaveAPIClient(username='admin',
    ...                            password='*****',
    ...                            url='https://192.168.1.1')
    >>> airwave.login()
  • Get Access Point List

    >>> res = airwave.ap_list()
    >>> res.status_code
    200
    >>> res.text # xml output
    '<?xml version="1.0" encoding="utf-8" ...'
  • Get Access Point Detail

    >>> ap_id = 1
    >>> res = airwave.ap_detail(ap_id)
    >>> res.status_code
    200
    >>> res.text # xml output
    '<?xml version="1.0" encoding="utf-8" ...'
  • Logout

    >>> airwave.logout()

See also

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

airwaveapiclient-0.1.6.tar.gz (11.4 kB view details)

Uploaded Source

File details

Details for the file airwaveapiclient-0.1.6.tar.gz.

File metadata

File hashes

Hashes for airwaveapiclient-0.1.6.tar.gz
Algorithm Hash digest
SHA256 2132d7f99bbd6059f1e2afa73abd1d68f5676d021ade6aa4c60db25daac5b067
MD5 76d606c7420ca686803690cde806a3e8
BLAKE2b-256 d845d6bece279227f4cff86e0ef9001df07fb7d051cbe450fce7a2fe30679962

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page