-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: 6.2.0
-
Component/s: Documentation (D)
-
None
It seems like "groups" setting is not supported anymore:
"groups": { "createMissing": true, "updateExisting": true },
https://www.zabbix.com/documentation/6.2/en/manual/api/reference/configuration/import
I have tested and these works fine:
"template_groups": { "createMissing": true, "updateExisting": true }, "host_groups": { "createMissing": true, "updateExisting": true },