How many queues can be added at once using api POST /api/v2/recording/mediaretentionpolicies ? I want to create a new policy with 70+ queues. But only 25 queues are getting added even though the request payload had 70 queues. Couldn't find any limit in the documentation.
Hi @roche
Are you seeing 25 queues coming back from the API, or in the UI? The UI will only display the first 25 queues. If you're seeing that result in the API, it's also possible that the API only displays the first 25 queues as well. But from my knowledge, if you got a successful response from the policy creation request, then the policy is still getting applied to those queues that you aren't seeing listed. I'd suggest testing your policy against one of the unseen queues to confirm.
Hi @jacobshaw I see 25 queues coming back from the API GET /api/v2/recording/mediaretentionpolicies/{policyId} as well as in the UI. I did get a successful response from the policy creation request.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.