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

Parameter "groupCount" for event.get method requires "objectid" which is optional

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Won't fix
    • Icon: Minor Minor
    • None
    • 4.0.0alpha7
    • API (A)
    • None
    • Sprint 34

      Perform event.get with the following request:

      {
          "jsonrpc": "2.0",
          "method": "event.get",
          "id": 23,
          "auth": "58afec7ef18cc3e86d7ad528171d241e",
          "params": {
              "countOutput": true,
              "groupCount": true
          }
      }
      

      Result:

      {
          "jsonrpc": "2.0",
          "result": [],
          "id": 26
      }
      

      Expected:

      {
          "jsonrpc": "2.0",
          "result": [
              {
                  "rowscount": "1094"
              }
          ],
          "id": 28
      }
      

            Unassigned Unassigned
            iivs Ivo Kurzemnieks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: