aviau b74a34956c Added CLI interface
Change-Id: I97fed7332ed4985d17bce3c21cef0ed504b62b88
2014-12-21 15:39:04 -05:00
2014-12-16 17:29:26 -05:00
2014-12-21 15:39:04 -05:00
2014-12-21 15:39:04 -05:00
2014-06-25 20:10:08 +00:00
2014-12-21 15:39:04 -05:00
2014-12-16 17:29:26 -05:00
2014-12-21 15:39:04 -05:00
2014-12-21 15:39:04 -05:00
2014-12-16 17:29:26 -05:00
2014-12-21 15:39:04 -05:00
2014-12-21 15:39:04 -05:00

Python bindings to the Surveil API

This is a client library for Surveil built on the Surveil API.

Python API

To use the python API, simply create a client with the endpoint:

from surveilclient.v1_0 import client
c = client.Client('http://localhost:8080/v1')
hosts = c.hosts.list()
Description
Client library for surveil API.
Readme 610 KiB
Languages
Python 100%