Opsview REST API client
Project description
# Opsview Python REST API client
https://github.com/pschmitt/python-opsview
## Installation
```bash
pip install opsview
```
## Usage
```python
from opsview import Opsview
o = Opsview(
'opsview.example.com',
verify_ssl=True,
username='pschmitt',
password='MySecretPassw0rd'
)
```
## License
GPL3
https://github.com/pschmitt/python-opsview
## Installation
```bash
pip install opsview
```
## Usage
```python
from opsview import Opsview
o = Opsview(
'opsview.example.com',
verify_ssl=True,
username='pschmitt',
password='MySecretPassw0rd'
)
```
## License
GPL3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opsview-0.9.0.tar.gz
(18.2 kB
view details)
File details
Details for the file opsview-0.9.0.tar.gz
.
File metadata
- Download URL: opsview-0.9.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 809937de6781427e9c2a8f5fe25de7d1831f4113fabf1093882c0b26527a061d |
|
MD5 | 1dfbde7e8657cbfbe0925b632091253e |
|
BLAKE2b-256 | 0228d2800816144acf739f5ed6e8d8da6fda70002d7d67868b650032d8ac56cb |