cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there an API or any other way to extract the dashboards from oneagent tenant

Hello,

Can anyone help me with the API to extract the dashboard on oneagent or if there is any option to extract the dashboard in pdf or any other format?

Appreciate your help.

Thanks,

Prathyusha


3 REPLIES 3

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

That configuration is already in our pipeline, stay tuned it will appear in one of the releases.


Hi Wolfgang,

Is there any update on this?

Thanks & Regards,

Krunal Dave


krunal_dave1
Helper

Hi Prathyusha,

We need to wait until dashboard feature re-enabled, once that is done then we can create file in HTML format as shown below.

You can created HTML document using below curl command.

curl -o DynatraceOneAgentInfrastructureDashboard.html https://xxxx.com/e/xxxxxx/api/config/v1/dashboards/8bdd3d50-5838-4a82-8a08-aa5a58670a3a? --header "Authorization: Api-Token fiFFmO7sQNKomLKPJob5n"

P.S - Where DynatraceOneAgentInfrastructureDashboard.html is file name

8bdd3d50-5838-4a82-8a08-aa5a58670a3a is dashboard id

fiFFmO7sQNKomLKPJob5n is Api-Token created in one agent.

Thanks & Regards

Krunal Dave


Featured Posts