Hello,
I am using Zabbix Api. I have some defined graphs and I want to retrieve all graph data to draw them in my application: graph parameters and all points on the graph.
What functions I need to use to achieve this. I used graph.get to get descriptions of the graph and graphitem.get to get items of the given graph. In graphitem objects I have no x nor y...
I want to draw graph by myself not retrieve redered graph from zabbix.
I am using Zabbix Api. I have some defined graphs and I want to retrieve all graph data to draw them in my application: graph parameters and all points on the graph.
What functions I need to use to achieve this. I used graph.get to get descriptions of the graph and graphitem.get to get items of the given graph. In graphitem objects I have no x nor y...
I want to draw graph by myself not retrieve redered graph from zabbix.