25 Mar 2019 09:46 AM - last edited on 10 May 2021 02:15 PM by MaciejNeumann
We are trying to build a user interface within our application where we wanted to show the health of the Hosts. Does Dynatrace provide any API utility to do so ? or any other easier way we can implement this?
Solved! Go to Solution.
25 Mar 2019 09:59 AM - last edited on 31 Aug 2022 02:26 PM by MaciejNeumann
There is the availability for hosts exposed through the API. There is also a tiny example on Github on how to generate a quick HTML report on host availability by using the API.
https://www.dynatrace.com/support/help/extend-dyna...
https://github.com/Dynatrace/dynatrace-api/tree/ma...
What's wrong with using the Dynatrace dashboard and visualize the host health state through our out-of-the-box health tile?
25 Mar 2019 03:14 PM
Thanks Wolfgang B , it would help. we wanted to create an custom report (along with dynatrace data) so it was required. Does this API only return the Host status or similarly we have for other things as well. (Like User Action , Database).