08 Aug 2022
04:21 AM
- last edited on
11 Aug 2022
06:23 AM
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.
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.
@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.