Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-21323

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

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 6.2.0
    • 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
      }, 

       

            zabbix.dev Zabbix Development Team
            aigars.kadikis Aigars Kadikis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: