Activity Feed
- Got Karma for REST API > Export Dashboard as PDF. 06-05-2020 12:46 AM
- Got Karma for REST API > Export Dashboard as PDF. 06-05-2020 12:46 AM
- Got Karma for REST API > Export Dashboard as PDF. 06-05-2020 12:46 AM
- Posted REST API > Export Dashboard as PDF on Dashboards & Visualizations. 02-26-2014 06:12 AM
- Tagged REST API > Export Dashboard as PDF on Dashboards & Visualizations. 02-26-2014 06:12 AM
- Tagged REST API > Export Dashboard as PDF on Dashboards & Visualizations. 02-26-2014 06:12 AM
- Posted Modify dashboard using REST API on Dashboards & Visualizations. 02-03-2014 07:27 AM
- Tagged Modify dashboard using REST API on Dashboards & Visualizations. 02-03-2014 07:27 AM
- Tagged Modify dashboard using REST API on Dashboards & Visualizations. 02-03-2014 07:27 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
3 | |||
0 |
02-26-2014
06:12 AM
3 Karma
Is there a REST API method to export an existing dashboard as PDF (like I would do in the web interface)? The documentation does not really provide any hints or I am not seeing them.
... View more
02-03-2014
07:27 AM
I'd like to modify a dashboard's content using the REST API (for example add another report or an HTML panel). Is there a proper way to do it?
I found out that I can get the dashboard information and source by issuing a GET request to https://$server$:8089/servicesNS/$user$/$app$/data/ui/views/$dashboardName$
I tried to POST to the same URI with a "data=..." request body, containing the dashboard source, but I get an error:
In handler 'views': Argument " Average usage </searchName> <option name" is not supported by this handler.
... View more