19. API - Zabbix
www.zabbix.com › documentation › currentAPI Overview. Zabbix API allows you to programmatically retrieve and modify the configuration of Zabbix and provides access to historical data. It is widely used to: Create new applications to work with Zabbix; Integrate Zabbix with third party software; Automate routine tasks. The Zabbix API is a web based API and is shipped as part of the web ...
zabbix-api · PyPI
https://pypi.org/project/zabbix-api18.04.2019 · 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.
Zabbix API
https://www.zabbix.com/documentation/2.0/manual/appendix/api/apiZabbix API. The Zabbix API is a powerful tool for extending Zabbix, developing apps for your favorite platform or integrating it with third party software. This section provides an overview of the functions provided by the Zabbix API and will help you find your way around the available classes and methods.
Zabbix · GitHub
https://github.com/zabbixzabbix Public. Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud. PHP 1,917 GPL-2.0 610 0 35 Updated 2 days ago. zabbix-docker Public. Official Zabbix Dockerfiles.
zabbix-api · PyPI
pypi.org › project › zabbix-apiApr 18, 2019 · 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.
17. API - Zabbix
https://www.zabbix.com/documentation/2.2/manual/apiThe Zabbix API is a web based API and is shipped as part of the web frontend. It uses the JSON-RPC 2.0 protocol which means two things: The API consists of a set of separate methods; Requests and responses between the clients and the API are encoded using the JSON format.