https://github.com/pschmitt/python-opsview
pip install opsviewfrom opsview import Opsview
o = Opsview(
'opsview.example.com',
verify_ssl=True,
username='pschmitt',
password='MySecretPassw0rd'
)GPL3
| Name | Name | Last commit date | ||
|---|---|---|---|---|
https://github.com/pschmitt/python-opsview
pip install opsviewfrom opsview import Opsview
o = Opsview(
'opsview.example.com',
verify_ssl=True,
username='pschmitt',
password='MySecretPassw0rd'
)GPL3