Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.0.4rc1, 5.2.0alpha3
-
Fix Version/s: 5.0.5rc1, 5.2.0beta2, 5.2 (plan)
-
Component/s: API (A)
-
Labels:None
-
Team:Team B
-
Sprint:Sprint 68 (Sep 2020), Sprint 69 (Oct 2020)
-
Story Points:0.5
Description
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.
Attachments
Issue Links
- part of
-
ZBXNEXT-6001 Convert templated screens to dashboards
-
- Closed
-