nexpose-rest

Basic inofficial implementation of the nexpose rest api


License
MIT
Install
pip install nexpose-rest==0.2

Documentation

Project Title

Autogenerated simple python client for the nexpose rest interface, currently only get is supported.

Getting Started

pip install nexpose-rest
from nexpose_rest import nexpose
c = nexpose.Configuration('https://nexpose.local', 'username', 'password')
if nexpose.testConnection(c):
    print "Connection is working!"
    print nexpose.getAssets(c)

License

This project is licensed under the MIT License - see the LICENSE file for details