This project is inactive.
A python library for interacting with the Observium API: http://docs.observium.org/api/
$ pip install NsoneObservium
[see more]http://docs.observium.org/api/#get-endpoints
from NsoneObservium.NsoneObservium import NsoneObservium
observium = NsoneObservium('https://observium01.example.com', 'myuser', 'mypassword', ssl_verify=False)
observium.get_devices({'hostname': "mpr.myrouter"})
observium.get_devices()
observium.get_devices({'device_id': "34"})
observium.get_alerts()
observium.get_alerts({'alert_id': "234"})
Pull Requests and issues are welcome. See the NS1 Contribution Guidelines for more information.
GNU GPL v3 - see the included LICENSE file for more information