zabbix api filter过滤功能

时间:2016-08-17 19:45:27   收藏:0   阅读:2366

技术分享


  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. }
 



来自为知笔记(Wiz)



评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!