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