This is an implementation of the Zabbix API in Python. Please note that the Zabbix API is still in a draft state, and subject to change.
Implementations of the Zabbix API in other languages may be found on the wiki.
Zabbix 1.8, 2.0, 2.2, 2.4 are supported. Python 2 and 3 are supported.
Future versions must be supported too, if there is no deep changes.
Short example:
from zabbix_api import ZabbixAPI
zapi = ZabbixAPI(server="https://server/")
zapi.login("login", "password")
zapi.trigger.get({"expandExpression": "extend", "triggerids": range(0, 100)})
Release files for zabbix-api 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zabbix-api-0.3.tar.gz | 5.2 kB | Details |
Release files / zabbix-api-0.3.tar.gz
| Download URL | zabbix-api-0.3.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
78b4781cab8ec631be5650b5b60ab10ee5000d2b51c72cfbe05a57b65b88a7bd
|
|
BLAKE2b-256 checksum How to use checksums |
778b8110ea65286ba70198b8c566fc55d2435c5b3d51c8d80bfe2d7dfa604e3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |