Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pagination for allocator list command #573

Open
shaunschembri opened this issue May 23, 2022 · 0 comments
Open

Support pagination for allocator list command #573

shaunschembri opened this issue May 23, 2022 · 0 comments

Comments

@shaunschembri
Copy link

In an upcoming version of the API, the response to the allocator list command will honor the limit of 100 allocators when the request does not contain a query. Currently, this limit is ignored and all allocators are returned, which is the expected output of this command.

To continue to be able to return the entire list of allocators, this command should support pagination to query multiple times the API using the From and Size as defined by swagger generated models to return all allocators or until the requested amount of allocators have been retrieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant