29 Oct 2024 05:10 PM - last edited on 30 Oct 2024 08:00 AM by MaciejNeumann
Hello
We have reached the Key Users Actions limit, but we suppose that we have some KUA defined that are not currently used and we would be able to remove them and have possibility to define some more. Is there any way to identify if we have KUA not used but defined?
Thanks in advance for your help.
30 Oct 2024 05:41 AM - edited 30 Oct 2024 05:45 AM
Hello @daniel_casas
KR,
Peter
30 Oct 2024 06:19 AM
Hi @daniel_casas ,
You could write a small script to query the Dynatrace API for all defined key user actions (see https://docs.dynatrace.com/docs/dynatrace-api/configuration-api/rum/web-application-configuration-ap...) and then loop on each one to query the count of invocations for a large period of time.
30 Oct 2024 07:15 AM - edited 30 Oct 2024 12:17 PM
Hi Daniel,
I modify my answer because it was wrong. I realized you asked for key user actions not for key web request. Sorry.
To get all key user actions you can get them using a USQL sentence like:
select name from useraction where keyUserAction="true"
Hope it helps.
Regards,
Elena.
30 Oct 2024 07:41 AM
Thank you all. We are goint to try the different proposals and I will come back to you. Thanks again.