Advertisement
kazoda

Zabbix api item.get json 2

Aug 10th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "jsonrpc":"2.0",
  3. "method":"item.get",
  4. "params":{
  5. "output":"extend",
  6. "sortfield":"itemid",
  7. "search":{
  8. "key_": "system.cpu.load[percpu,avg5]"
  9. },
  10. "hostids":[
  11. "10085","10086"
  12. ]
  13. },
  14. "id":2,
  15. "auth":"AUTH_ID"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement