Is there currently a way to retrieve the graph of a host as a full image from the API?
The current "graph.get" retrieves actual data (name, graphid, values), but I'm trying to integrate Zabbix Graphs using this API, so I don't have to render them myself by querying all the data.
If it's not possible, would it be considered for addition later?
And if not, is there a way to retrieve the data from the "chart2.php?graphid=[id]" directly, without logging in to the webfrontend (so I can fetch the data on that page from my appliance & present it to the user, without logging in to the "real" zabbix web frontend first)? I don't like to give the guest account read privileges on these graphs, I prefer to keep it secured by using the authentication mechanisme in the API.
The current "graph.get" retrieves actual data (name, graphid, values), but I'm trying to integrate Zabbix Graphs using this API, so I don't have to render them myself by querying all the data.
If it's not possible, would it be considered for addition later?
And if not, is there a way to retrieve the data from the "chart2.php?graphid=[id]" directly, without logging in to the webfrontend (so I can fetch the data on that page from my appliance & present it to the user, without logging in to the "real" zabbix web frontend first)? I don't like to give the guest account read privileges on these graphs, I prefer to keep it secured by using the authentication mechanisme in the API.
Comment