Hello All
I working to create the system performance report, host wise where I cam see such dashboard is already exists, i.e. if I navigate host>>left click on any host >>Dashboard>>System Performance.
I am looking a way to import this dashboard host wise along with graphs and save it as html, I am going to using zabbix utils and API method to complete this task, but I am not able to fetch such dashboard using api method, I can see the dashboard ID is consistent in URL irrespective of any host.
https://zabbix_server/zabbix/zabbix....dashboardid=22
Like in above url the hostid can vary but the dashboard id is same.
I want to fetch that dashboard using API along with hostid, as I am naive in zabbix api, looking at the zabbix documentation I am not able to figure out how I can call this, I know the dashboard API are available but those are for zabbix global dashboard or any other custom created dashboard.
Need your help to create such report.
I working to create the system performance report, host wise where I cam see such dashboard is already exists, i.e. if I navigate host>>left click on any host >>Dashboard>>System Performance.
I am looking a way to import this dashboard host wise along with graphs and save it as html, I am going to using zabbix utils and API method to complete this task, but I am not able to fetch such dashboard using api method, I can see the dashboard ID is consistent in URL irrespective of any host.
https://zabbix_server/zabbix/zabbix....dashboardid=22
Like in above url the hostid can vary but the dashboard id is same.
I want to fetch that dashboard using API along with hostid, as I am naive in zabbix api, looking at the zabbix documentation I am not able to figure out how I can call this, I know the dashboard API are available but those are for zabbix global dashboard or any other custom created dashboard.
Need your help to create such report.