28 Jun 2023 09:55 PM
Hi people,
I'm looking for a way to get all the key requests i have setted on my environment.
At the moment i have been using two different ways to get it:
1º Using Data explorer;
2º Using multidimensional analysis;
But both ways are based on the timeframe so it's not accurate as I need.
Hopefully the community can give me some ideas to find a way to get all the key request i have on my environment not depending by timeframe.
More like to show a vision about the limit of licenses i still have free.
Solved! Go to Solution.
29 Jun 2023 05:42 AM
Hello @GustavoPires
Try the following:
https://www.dynatrace.com/support/help/shortlink/api-entities-v2-get-all-entities-list
Regards,
Babar
29 Jun 2023 05:45 PM
Hi Babar,
Thanks for your helping!
29 Jun 2023 12:20 PM - edited 29 Jun 2023 12:23 PM
see previous post and I gave a dashboard you can use to get key requests. I know still has timeframe but but I could do after talking with Dynatrace team.
https://community.dynatrace.com/t5/Open-Q-A/How-to-view-all-key-requests/m-p/214386
Also another post on limits in another post: https://community.dynatrace.com/t5/Product-ideas/Dynatrace-Imposed-Limit-Tracker/idi-p/214621
29 Jun 2023 05:42 PM
Hi Kenny,
Thanks for your helping!
29 Jun 2023 12:50 PM
Hi,
below you can find a short snippet of a method in Python that you can use to get all key requests:
29 Jun 2023 05:38 PM
Hi vasile,
Thanks for your helping!