08 Aug 2022 12:21 PM - last edited on 11 Aug 2022 02:23 PM by MaciejNeumann
Hi All,
Can Dynatrace generate network, service flow or architectural kind of diagrams that can be used in documentations ? Basically I am looking for inbuilt DT function that can generate PDF's or Visio files especially from Smartscape that can replace the screenshots/ snipping in the documentations.
Thank you.
Solved! Go to Solution.
08 Aug 2022 12:36 PM
There are no builtin Dynatrace functions that can be used to produce your requested PDF or Visio files.
You could use the Entities API to grab that data and do the layout though.
08 Aug 2022 12:41 PM
Cheers @AntonioSousa , Let me explore that option.
08 Aug 2022 09:13 PM
@Roopesh_Prabhu you can use graphing libraries such as graphviz to generate the desired output.
In addition, you can copy&paste the SVGS (service flows for example) from Dynatrace UI too (by copy&paste the SVG). But that's mostly for a single shot - if you need to export it in good quality without doing screenshots.