Show only active problems through problem.get function

XMLWordPrintable

    • Type: Change Request
    • Resolution: Duplicate
    • Priority: Trivial
    • None
    • Affects Version/s: 4.0.6
    • Component/s: API (A)
    • None

      Please add an option to show only active problems through problem.get function. These are the problems which come from not disabled triggers.

      Use case / steps to face the issue

      1. Create a problem for the host "Zabbix server"
      2. Use API function to list all problems from the host group "Zabbix servers"
      {
          "jsonrpc": "2.0",
          "method": "problem.get",
          "params": {
              "groupids": "4"
          },
          "auth": "32250379fe20d6bd446d63cb246d1b73",
          "id": 1
      }
       
      1. Disable the trigger in the host level for host 'Zabbix server'
      2. The problem disappears from the problem list under Monitoring ->Problems. That is good.
      3. Through the API call, the problem is still there.

            Assignee:
            Unassigned
            Reporter:
            Aigars Kadikis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: