Zabbix API configuration.import => "rules" => "groups" deprecated

XMLWordPrintable

    • 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
      }, 

       

            Assignee:
            Zabbix Development Team
            Reporter:
            Aigars Kadikis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: