Skip to main content

Zenoss API client for python

Project description

# python-zenoss-client

[![PyPI version](https://img.shields.io/pypi/v/python-zenoss-client.svg)](https://pypi.python.org/pypi/python-zenoss-client)
[![Build Status](https://travis-ci.org/sayanarijit/python-zenoss-client.svg?branch=master)](https://travis-ci.org/sayanarijit/python-zenoss-client)

Zenoss API client for python


### Installation

```bash
pip install python-zenoss-client
```

### Usage

* Connect

```python
from zenoss_client import ZenossClient

api = ZenossClient(host="localhost", user="zenuser", passwd="*****")
```

* API call: The long way

```python
endpoint = api.endpoint('device_router')
action = endpoint.action('DeviceRouter')
method = action.method('getDevices')

method(params={'name': 'testdevice'})
```

* API call: The sorter way

```python
api.endpoint('device_router').action('DeviceRouter').method('getDevices')(params={'name': 'testdevice'})
```

* API call: The sortest way

```python
api.device_router.DeviceRouter.getDevices(params={'name': 'testdevice'})
```


### Documentation

This module is inspired by [json_api.sh](http://wiki.zenoss.org/Working_with_the_JSON_API#v5_version_of_the_json_api.sh) SHELL script published on [zenoss official wiki](http://wiki.zenoss.org)

For full documentation of zenoss API, kindly refer to the link below:
### [zenoss official documentation](https://www.zenoss.com/services-support/documentation/zenoss-json-api-0)

* Conventional naming of routers
```
Products.Zuul.routers.device -> device_router
Products.Zuul.routers.users -> users_router
Products.Zuul.routers.triggers -> triggers_router
```

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

python-zenoss-client-0.0.2.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file python-zenoss-client-0.0.2.tar.gz.

File metadata

File hashes

Hashes for python-zenoss-client-0.0.2.tar.gz
Algorithm Hash digest
SHA256 77b59dc1fbd3db1a0e6477f736db71bc4d7a946d9706a31f7a70b283558f56e8
MD5 518e322fc6de736d0ed504286081ea89
BLAKE2b-256 d39484e3aa917f36ff6c56e285826a58f52c5d4ac63ad7312d5ba5952eebc9cd

See more details on using hashes here.

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