adubkov/py-zabbix

Do_request method using filter has no effect

bluexzh opened this issue · 1 comments

hi,
Example request:
result2 = zapi.do_request('graphitem.get', { 'filter': {'itemid': 22902}, })

filter doesn't work in the method.The result is the same as not using filter.
plz help me!ths

me, too.
I faced you said exactly.

please, tell me how to filter in zapi.do_request(graphitem.get)..