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.