[71,72] Track item moving between vaults and requests rate limits
Hello,
I have questions regarding ways to keep track of an item when it's being moved between vaults, as well as request rate limits.
A bit of domain knowledge: we have a system, that lists different types of resources we use in the company. One such resource may be some 1password item. Every resource has a link (which is basically a link to a real item in the original system, in the case with 1password that would be a link to the 1password item). These resources are used in a bunch of different documented processes, and we use our internal permanent resource link from the system when we need to tell which item should be used to log in to some system, etc. Obviously, we implemented some way of keeping track of items that are being moved between vaults, thus, if the item was moved into a different vault, we just dynamically generate a different URL when redirecting to a 1password item (and this was done by our system).
However, in the past (CLI v1), we relied on a few fields to be able to identify the item and track the vault change (it was a good enough solution to cover more than 99% of cases - not a bulletproof solution, but acceptable). All the fields we needed were returned by op list items right away (e.g. item name, ainfo (usually login) and URL, creation time, which was kept unchanged when moving items between vaults). In CLI v2, it's not possible to get this information without making a separate request to get data about each item. Taking into consideration that we have around 1000 items (and will have more), it takes time (and is a bad solution in general) and hits some rate limits (I got blocked by almost an hour).
So, I have a few questions.
- Is there a better way to keep track of an item that is moved between vaults (or during vaults restructuring)?
- Are there any request rate limits documented?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
