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

name and surname missing in event.get->select_acknowledges

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Cannot Reproduce
    • Icon: Major Major
    • None
    • 3.4.6
    • API (A)
    • Red Hat 7.4

      Steps to reproduce:
      Make an API call using event.get with
      "select_acknowledges": "extend"

      Result:
      API answers with JSON
      ...

                  "acknowledges": [
                      {
                          "acknowledgeid": "1",
                          "userid": "1",
                          "eventid": "12345",
                          "clock": "1234567890",
                          "message": "some ack message",
                          "alias": "jdoe"
                      }
                  ],
      

      ...

      • Expected Result:*
        API answers with JSON
        ...
                    "acknowledges": [
                        {
                            "acknowledgeid": "1",
                            "userid": "1",
                            "eventid": "12345",
                            "clock": "1234567890",
                            "message": "some ack message",
                            "alias": "jdoe",
                            "name": "John",
                            "surname": "Doe",
                        }
                    ],
        

        ...

            Unassigned Unassigned
            nicnac Niclas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: