Skip to content

Support pagination for allocator list command #573

@shaunschembri

Description

@shaunschembri

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions