30 Jan 2026 08:11 AM
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?
23 Mar 2026 03:45 PM
Hey!
Thank you in advance!
regards
24 Mar 2026 12:02 AM
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
Featured Posts