19. API - Zabbix
www.zabbix.com › documentation › currentThe 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.
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.
API by example | Zabbix Cookbook
subscription.packtpub.com › api-by-exampleWe need to install the Zabbix agent on the Zabbix server. There is no need to change any of the parameters just make sure that the Zabbix server is monitored by Zabbix. Once it is working, remove the Zabbix server host from the list of hosts in Zabbix as we will add it again by making use of the API.