Zabbix export/import functionality makes it possible to exchange various configuration entities between one Zabbix system and another.
Typical use cases for this functionality:
Objects that can be exported/imported are:
Data can be exported using the Zabbix web frontend or Zabbix API. Supported export formats are YAML, XML and JSON.
The YAML export format contains the following nodes:
Other nodes are dependent on exported objects.
The XML export format contains the following tags:
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>6.0</version>
<date>2020-04-22T06:20:11Z</date>
</zabbix_export>
Other tags are dependent on exported objects.
The JSON export format contains the following objects:
Other objects are dependent on exported objects.