cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get alerts when a new Host goes online with Dynatrace Agent.

mrc15816
Advisor

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

2 REPLIES 2

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

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/

Thank you @Wolfgang B. this is very helpful, but I need to develop another process that parses this information and send out email.

Featured Posts