Skip to content

pschmitt/python-opsview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opsview Python REST API client

https://github.com/pschmitt/python-opsview

Installation

pip install opsview

Usage

from opsview import Opsview
o = Opsview(
    'opsview.example.com',
    verify_ssl=True,
    username='pschmitt',
    password='MySecretPassw0rd'
)

License

GPL3