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

Empty responce is returned when "selectUpdateOperations" flag is specified in action.get API

XMLWordPrintable

    • Team A
    • Sprint 79 (Aug 2021), Sprint 80 (Sep 2021), Sprint 81 (Oct 2021), Sprint 82 (Nov 2021)
    • 0.25

      Problem description: an empty response is returned (500 error) when flag "selectUpdateOperations" is specified in the action.get API, like in example below:

      {
          "jsonrpc": "2.0",
          "method": "action.get",
          "params": {
              "actionids": 7,
              "selectUpdateOperations": "extend",
              "selectRecoveryOperations": "extend",
              "selectOperations": "extend"
          },
          "auth": "fa7888a42ec8fb65ab295dc366ab6350",
          "id": 1
      }
      

      Example:

            averza Andrejs Verza
            solonkins Sergejs Olonkins
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: