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

Dashboard Markdown with a variable to substitute the tenant

csb
Visitor

Hi everyone,

I have a variable that holds the tenant ID $TenantID

Is there a way to link to a different section in Dynatrace such as https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default using a markup tile?

I can do it using code, then visualize it as a table and column = markdown, but it doesn't look good.

What am I missing?

export default async function () {
const tenant =$TenantID; 
const url = `https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default`;
return "# [Infrastructure Overview](https://{environmentid}.apps.dynatrace.com/ui/apps/dynatrace.infraops/explorer?perspective=Default)";
}

DT Markdown.gif

 

0 REPLIES 0

Featured Posts