Ad Widget

Collapse

item.get() with applicationids does not work | zabbix api 2.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robsonrocks
    Junior Member
    • Oct 2014
    • 1

    #1

    item.get() with applicationids does not work | zabbix api 2.2

    Hello Forum Users,

    I'm trying for about 4 hours to receive some items by the applicationsids property.

    Working System is php.

    Query parameter:

    Test 1:

    [ "output" => "extend",
    'applicationids' => ['477']
    ]
    #
    Test 3:

    [ "output" => "extend",
    'applicationids' => 477
    ]

    Test 4:

    [ "output" => "extend",
    'applicationids' => [477]
    ]

    Test 5:

    [ "output" => "extend",
    'application' => 477
    ]

    Test 6:

    [ "output" => "extend",
    'application' => [477]
    ]

    I've tried to find a solution but couldn't find one.
    Is here anybody with the same problem or any kind of solution?

    Thanks a lot

    Robson
Working...