20 Mar 2018 08:57 PM
Hello, I would like to know if their is a process that could notify when a Host/Docker comes online with Dynatrace Agent and start reporting. This is to help the DynaTrace Admin / Management to see current available licenses.
Thanks
Solved! Go to Solution.
21 Mar 2018 06:25 AM
You can use the Smartscape and topology API and fetch the list of hosts. Each host has the firstSeen attribute attached which shows when Dynatrace did discover the component the first time.
See below:
https://www.dynatrace.com/support/help/dynatrace-api/topology-and-smartscape/how-do-i-fetch-the-list-of-monitored-hosts/
22 Mar 2018 06:04 PM
Thank you @Wolfgang B. this is very helpful, but I need to develop another process that parses this information and send out email.