we are on zabbix 6.4 , I have investigate API functions to get graph data. this is what found so far,
1. Graph.get gives details of graph using a graphid
2. graphitem.get list some sort of graph items these items include different graph ids as well. does this mean one graph item can be in multiple graphs?
3. history.get - look like this return graph data (values to draw graph)
so my question do we need to filter graphitems only for the graph that I'm going to draw ? and this get history for those items ?
Or is there any other way that I can retrieve graph data ? straight forward ?
1. Graph.get gives details of graph using a graphid
2. graphitem.get list some sort of graph items these items include different graph ids as well. does this mean one graph item can be in multiple graphs?
3. history.get - look like this return graph data (values to draw graph)
so my question do we need to filter graphitems only for the graph that I'm going to draw ? and this get history for those items ?
Or is there any other way that I can retrieve graph data ? straight forward ?