Skip to content

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

License

Notifications You must be signed in to change notification settings

Patralos/nexpose-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages