Leverage limit and offset to make the script working against large deployments #325
Francesco-f7o
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
Using the script in several scenarios has proven very valuable, allowing bulk operations in a wide variety of scenarios.
In some situations, particularly in very large deployments, with more than 10k safes, I've had issues in performing specific actions that would require time-consuming queries as well as large results.
I wonder if there's a way to leverage the limit and offset capabilities of the get all safe method to allow the query to be better handled in these scenarios: https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/Safes%20Web%20Services%20-%20List%20Safes.htm#URLparameters
Would that be something worth and viable adding?
Beta Was this translation helpful? Give feedback.
All reactions