17 Mar 2023 09:16 PM - last edited on 20 Mar 2023 01:18 PM by Ana_Kuzmenchuk
Hello,
I will have to export the information on FullStack mode for CSV format, but I don't see how to do it. I can export to CSV format only if I create a report from Data Explorer but I don't see metrics option for Monitoring Mode.
From "Hosts" I successfully created a Dashboard with the information on Fullstack mode and infrastructure mode, but in this mode, I can't export the CSV format. Is it possible to configure the reports or dashboard for exporting the information of my infrastructure and the working mode of OneAgents (Fullstack and infrastructure) configured on my servers?
Other question on this same topic. I am unable to change the Dashboard type when I create from Hosts. Mode only is Honeycomb. Attached the evidence.
Thanks for any help.
Solved! Go to Solution.
18 Mar 2023 10:27 AM
Hi,
I think you should check Dynatrace API to see if your metrics are there. If yes, you can create a script to get information in JSON format, parse it, transform it and export it as CSV.
Best regards
18 Mar 2023 10:36 AM
Hi f2k9pp9,
you can use API to export the hosts including the monitoring mode, also, you can export the data directly from an excel sheet based on the access to your Dynatrace environment endpoint.
https://www.dynatrace.com/support/help/shortlink/api-hosts-get-all
03 Jan 2024 10:41 PM
Is there an equivalent for v2?
04 Jan 2024 05:13 AM
yes, you can use entities API, select the type host, and add the needed conditions
for more details check the below link
https://docs.dynatrace.com/docs/shortlink/api-entities-v2-get-all-entities-list
Sample:
/api/v2/entities?entitySelector=type(host)