У нас вы можете посмотреть бесплатно Zabbix : API Introduction and Examples или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Documentation : https://sbcode.net/zabbix/zabbix-api-... The Zabbix Server also has an application programming interface (API). This allows you to programmatically configure and retrieve data from the Zabbix Server. The reason for using the API is that you either want to create your own custom interface for your Zabbix Server, eg, a new web interface, IOS or Android app, or integrate into another monitoring system. The Grafana tutorials from earlier are an example of using the Zabbix API to read the data and create custom dashboards. In this lesson, we will connect to our API first using the linux cURL commands, the simple api testing tool and then we try and example using Python. From the examples, you will have enough background information to know how to retrieve, add, delete and modify data in the Zabbix server. When making calls to the API you need to supply a user authentication token. #zabbix #zabbix5 #zabbixCourse #zabbixTutorial