Ad Widget

Collapse

How to collect Zabbix data using API ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kreazy
    Junior Member
    • Nov 2021
    • 4

    #1

    How to collect Zabbix data using API ?

    Hi. I am a fresher developer and start using Zabbix.
    Now i want to collect some data like 0.26% in this graph like that. So what method and params i need to use? i try to using graph.get and item.get but nothing appear. Thankyou
    The json request i use like that:
    HTML Code:
    {
    "jsonrpc": "2.0",
    
    "method": "item.get",
    
    "params": {
    
    "hostids":10084,
    "graphid":910
    
    },
    
    "id": 1,
    
    "auth": "xxx"
    
    }
Working...