27 Mar 2020
04:55 AM
- last edited on
21 Apr 2023
01:29 AM
by
Karolina_Linda
Hi,
We are using the dynatrace api to extract some performance data for specific services. What we also want to have is a link to the dynatrace webui for a specific service (Like you get a Build-URL for a jenkins job over the jenkins api). Is there already a way to do this?
I couldn't find anything in the services endpoint and I think it wouldn't be a good idea to create this link on my own code as it could change over time.
regards,
Gerald
Solved! Go to Solution.
Hi Gerald,
You can use our generic navigation route to reach any entity:
<YOUR_DT_BASE_URL>/ui/nav?meid=<SERVICE-ID>
This also works for hosts, processes etc.
I think that will solve your requirement 🙂
Best greetings,
Wolfgang