DQL
Questions about Dynatrace Query Language
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extension to show new version in Dashboard tile

Mani_Muthu3001
Visitor

Hi Experts,

I need to create one of the tile in dashboard. Below is the requirement

- We have multiple extensions in our environment

- We need to show the current active version of that extension and also to show the latest available version for that extension.

Do we have any entity to get this details? Or any other approach to achieve this requriement?

 

2 REPLIES 2

zietho
Dynatrace Leader
Dynatrace Leader

Hey!

  1. Do I get you right that you are talking about an overview of what the extensions captures in the form of a dashboard?
  2. Can you provide a little more details so we can have a look at this? For example, which extension do you use? What would you exactly want to see? 

Thank you in advance!

regards 

RohitBisht
Dynatrace Pro
Dynatrace Pro

Hi Mani,

The way i see this can be done is using the API calls. If you have SAAS, you can use the code option in the dashboard and call these API's 
https://docs.dynatrace.com/docs/shortlink/api-extensions-20

List of available extensions:
https://docs.dynatrace.com/docs/shortlink/api-extensions-20-get-all

Get specific extensions:
https://docs.dynatrace.com/docs/shortlink/api-extensions-20-get-extension-versions

https://docs.dynatrace.com/docs/shortlink/api-extensions-20-get-extension




RB

Featured Posts