-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.4rc1, 5.2.0alpha3
-
None
-
Sprint 68 (Sep 2020), Sprint 69 (Oct 2020)
-
0.5
Cannot import host from 4.0 to 5.0 in json format.
Steps to reproduce:
- Open Zabbix 4.0 version
- Create host with SNMP interface
- Create item with SNMP type
- Export this host via API to json format
{ "jsonrpc": "2.0", "method": "configuration.export", "params": { "options": { "hosts": [ "your host id" ] }, "format": "json" }, "auth": "your auth token", "id": 1 }
- Import this host to Zabbix 5.0 or 5.2
Result:
Import failed with message:
Invalid tag "/zabbix_export/hosts/host(1)/interfaces": unexpected tag "interface".
Expected:
Import success.
- part of
-
ZBXNEXT-6001 Convert templated screens to dashboards
- Closed