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, 3.0 and 3.2 are supported. Python 2 and 3 are supported.
Future versions must be supported too, if there is no deep changes.
Installation: `sh # pip install zabbix-api `
Short example:
`python >>> from zabbix_api import ZabbixAPI >>> zapi = ZabbixAPI(server="https://server/") >>> zapi.login("login", "password") >>> zapi.trigger.get({"expandExpression": "extend", "triggerids": range(0, 100)}) `
See also: * http://www.zabbix.com/wiki/doc/api * https://www.zabbix.com/documentation/2.4/manual/api * http://www.zabbix.com/forum/showthread.php?t=15218
Release files for zabbix-api 0.5.6
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.5.6.tar.gz | 6.2 kB | Details |
Release files / zabbix-api-0.5.6.tar.gz
| Download URL | zabbix-api-0.5.6.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
627ad26769b6831130239182afcb195f64fbf494626bc9eb4b2ac8170de5b775
|
|
BLAKE2b-256 checksum How to use checksums |
4ace893d6ab7e978d0c00d9154c0cf385016b862438da069302e7ceac0f6c429
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.16
|