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

Trigger get with select dependencies query returns all dependency data

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 2.1.0
    • API (A)

      Following code:
      $oldTrigger = API::Trigger()->get(array(
      'triggerids' => $_REQUEST['triggerid'],
      'output' => API_OUTPUT_EXTEND,
      'selectDependencies' => array('triggerid')
      ));

      returns dependencies with all data, should return only trigger ids.

            Unassigned Unassigned
            tomtom Toms (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: