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:
The XML export format contains the following tags:
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>5.0</version>
<date>2020-04-22T06:20:11Z</date>
</zabbix_export>
Other tags are dependent on exported objects.