Zenoss API client module
Project description
Zenoss API Client
NOTE: This project is a fork of the excellent ZenossAPIClient by Zuora-TechOps and the fork contributed by boblickj.
-dan-smalley
Python module for interacting with the Zenoss API in an object-oriented way. Tested with Zenoss Cloud, no guarantees for earlier versions...
The philosophy here is to use objects to work with everything in the Zenoss API, and to try to normalize the various calls to the different routers.
Thus get methods will always return an object, list methods will return data.
All methods to add or create start with add, all remove or delete start with delete.
As much as possible the methods try to hide the idiosyncrasies of the JSON API, and to do the work for you, for example by letting you use a device name instead of having to provide the full device UID for every call.
Installing
pip install zenAPIClient
## Using
In [1]: from zenossapi import apiclient as zapi
In [2]: zenoss_client = zapi.Client(host=zenurl, collection_zone='cz0', api_key=zenApiKey)
In [3]: device_router = zenoss_client.get_router('device')
In [4]: device_class = device_router.get_device_class('Server/SSH/Linux')
In [5]: my_server = device_class.get_device('my.server.example.com')
In [6]: remodel_job = my_server.remodel()
In [7]: print(remodel_job)
9ba5c8d7-58de-4f18-96fe-d362841910d3
Supports the Zenoss JobsRouter, DeviceRouter, TemplateRouter, EventsRouter, PropertiesRouter, MonitorRouter, CMDBRouter, and DeviceManagementRouter.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zenapiclient-1.1.0.tar.gz.
File metadata
- Download URL: zenapiclient-1.1.0.tar.gz
- Upload date:
- Size: 33.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08841ab5cb4732f81a2b9682a9af3c5d671903337fd67ef25ba91357a98d732f
|
|
| MD5 |
74179efa0cf33f29d47447374ee95b02
|
|
| BLAKE2b-256 |
f879c9f35319cbea8bf5193f1d492be518ad401a1c5dd49e548ede587e4ea2c5
|
File details
Details for the file zenAPIClient-1.1.0-py3-none-any.whl.
File metadata
- Download URL: zenAPIClient-1.1.0-py3-none-any.whl
- Upload date:
- Size: 39.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be94db15b0111906c543fd0078050f2b4f742ccdb488f29b8271701b3ce2e74f
|
|
| MD5 |
b06b5b669a52d5c74717efd8bfa752ff
|
|
| BLAKE2b-256 |
8ab50d515910d1e06f509ac74b1e5f57702ac2a5ddecb583b6706ee62db80733
|