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

Fetch all the available Oracle DB Instances and use them as variable in DB Dashboard

susmita_k
Guide

How do I fetch (DQL) all the available Oracle DB Instances(added with custom 2.0 extension) and use them as variable in my DB dashboard

2 REPLIES 2

TomásSeroteRoos
Dynatrace Helper
Dynatrace Helper

You'll need to get the entity type that you are using in your custom extension and fetch that.

For reference, here is how you could achieve something similar with the official Oracle DB extension:

fetch `dt.entity.sql:com_dynatrace_extension_sql-oracle_instance`
| fields entity.name

TomsSeroteRoos_0-1722857080426.png

 

Thank you. this worked perfectly.

Featured Posts