30 Jul 2024 07:09 PM - last edited on 19 Aug 2024 08:18 AM by Michal_Gebacki
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
Solved! Go to Solution.
05 Aug 2024 12:25 PM
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
05 Aug 2024 06:49 PM
Thank you. this worked perfectly.