Skip to main content

Basic inofficial implementation of the nexpose rest api

Project description

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

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

nexpose-rest-0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distributions

nexpose_rest-0.2-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

nexpose_rest-0.2-py2-none-any.whl (13.1 kB view hashes)

Uploaded Python 2

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