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

Retrieve UI-URL to service over API

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

1 REPLY 1

wolfgang_beer
Dynatrace Leader
Dynatrace Leader

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

Featured Posts