09 Jul 2019 09:33 AM
Hi,
Is it possible to catch the geolocasition of a problem via the API ? Let me explain: Throughout Dynatrace we know if a problem affects a host, service or process. Imagine a problem affects a host I suppose we can geolocate the host and corrolate with the problem.
Is it possible to get this info via API Rest ?
Hope I was clear 🙂
Solved! Go to Solution.
16 Jul 2019 07:52 AM - last edited on 16 Oct 2023 03:41 PM by random_user
It's not possible. Dynatrace can assign host to detected datacenter. This datacenter can have location configured, but there is no API interface for reading datacenter data from host I think.
Another option would be adding properties to hosts or tags that will allow you read location from them. You can use for this tag detection rules:
https://www.dynatrace.com/support/help/shortlink/tagging#automated-approach
or you can use environment variables:
https://www.dynatrace.com/news/blog/automate-tagging-entities-environment-variables/
Sebastian
17 Jul 2019 07:44 AM
Thanks for your comment !