26 Jul 2024 10:53 AM - last edited on 29 Jul 2024 08:20 AM by MaciejNeumann
Hello Everyone,
Can someone help to find any way to schedule host availability report in CSV format for all hosts presents in our environment.
I know a way that we can plot host availability on dashboard & subscribe that, but I far as I remember it will provide in pdf format but we need the similar report in CSV format.
Solved! Go to Solution.
26 Jul 2024 12:15 PM
Hello,
From the data explorer, you can create a table for host availability and export it as CSV format, but you can't make it automated. you need to generate it through APIs for example.
Thanks,
Islam
26 Jul 2024 03:53 PM
Hi,
I have same opinion than @islam_zidan.
If you are in Grail, we can create a DQL query inside a notebook or dashboard with same information in table format. It can be exported to CSV as well.
Best regards
26 Jul 2024 05:06 PM
Hi @JyotiSingh
IMO, You can use API and schedule a report with automation inside dynatrace or with small python outside of dynatrace.
HTH
Yos