uaa
uaa copied to clipboard
Paging for retrieval of all identity zones
What version of UAA are you running?
77.18.0
How are you deploying the UAA?
I am deploying the UAA
- using cf-deployment
What did you do?
Retrieval of all identity zones via endpoint /identity-zones.
What did you expect to see? What goal are you trying to achieve with the UAA?
Expectation is that the API applies paging by default, similar to the SCIM API (/Users, /Groups). With regards to the page size, the API should define a default (e.g. 100) and a maximum value (e.g. 500).
The goals are:
- Avoid high DB load issues if the UAA has a high number of identity zones
- Ensure an appropriate response time if the UAA has a high number of identity zones
What did you see instead?
No paging mechanism supported for endpoint /identity-zones.