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

Calling an URL from a dashboard tile

Chiel
Visitor

Hi,

I'm trying to call the URL to the app 'Infrastructure & Operations' inside a dashboard tile, but I can't get it work. Does anyone know how to do this?

rgds, Chiel

2 REPLIES 2

JohnHolland
Helper

Hello

Are you using the Dashboard classic or the new app ?

What happens when you click on the URL

Tks John

John Holland

Using the new app works fine. But I'd like to show/use the output from this app within a custom dashboard. 

I've tried calling this code:

export default async function () {
const response = await fetch('https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/hosts');
const result = await response.json();
return result;
}

But hen I get a 401

Featured Posts