Details
-
Incident report
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
6.2.0
-
None
-
None
Description
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 },