码迷,mamicode.com
首页 > Windows程序 > 详细

zabbix api filter过滤功能

时间:2016-08-17 19:45:27      阅读:2366      评论:0      收藏:0      [点我收藏+]

标签:

技术分享


  1. {
  2. "jsonrpc":"2.0",
  3. "method":"item.get",
  4. "params":{
  5. "output":"extend",
  6. "hostids": hostid,
  7. "sortfield":"name",
  8. search‘:{
  9. ‘key_‘:[‘system.cpu.util[,user]‘,‘system.cpu.util[,system]‘,‘vm.memory.size‘],
  10. },
  11. ‘searchByAny‘:True
  12. },
  13. "auth":"something your auth code",
  14. "id":1
  15. }
 





zabbix api filter过滤功能

标签:

原文地址:http://www.cnblogs.com/gyming/p/5781187.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!