02 Mar 2018 07:42 PM - last edited on 10 May 2021 04:09 PM by MaciejNeumann
I am trying to embed Dynatrace dashboard into our web application. How do I do it? If I change the X-Frame-Options will it work? If so where do I make the change to X Frame Options
Solved! Go to Solution.
25 Jun 2018 08:04 AM
Hi Biju! Embedding dashboards via iFrames is something we deliberately block due to security concerns. We will come up with a high level dashboard API that would give you the possibility to fetch a dashboards data and render it in your own web application, should you wish.
25 Jun 2018 10:57 AM
Any ETA for this?
25 Jun 2018 11:05 AM
Q4 2018 - make sure to follow our online roadmap: http://bit.ly/dashboard-roadmap
19 Jul 2018 10:15 AM
Hi @Roman W.,
I have more two questions about this topic.
(1). Is this the same as Dynatrace Managed?
Is it impossible to disable X-Frame-Options even if I use Dynatrace Managed?
When using AppMon, I think I could disable X-Frame-Options after editing some config files for AppMon FrontendServer.
(2). What types of data can we get through API?
I'm sure that dashboard data from dynatrace API will be JSON files, so I have to write some scripts for charting with JSON files if I want to embed dynatrace dashboards into another web dashboard application.
Is my understanding correct?
Regards,
Kohei Saito
19 Jul 2018 12:25 PM
Hi Kohei!
To your second point, it will basically be improvements to our existing timeseries API. We will also make sure, that it is easier to get the data for existing chats by providing the exact call for the API out of the box. Additionally, we'll provide CSV export for charts and possibly additional formats.
Roman
20 Jul 2018 01:57 AM
Hi @Roman W.,
Thank you for your prompt response!
OK, I see.
I understand that this API provides CSV in addition to JSON.
Anyway, it seems that we should prepare some original charting engine for JSON or CSV to make charts for dynatrace data in other web applications.
Regards,
Kohei Saito