openstack4j icon indicating copy to clipboard operation
openstack4j copied to clipboard

osClient.get().compute().servers().list(true) does not list all Virtual Machines.It lists only 1000 Virtual Machines,

Open sumangit789 opened this issue 4 years ago • 1 comments

I am using openstack4j java .sdk. My account has around than 2000 vms with below code i am able to get only 1000 vms. osClient.get().compute().servers().list(true). i checked for pagination apis.i did not find any. How can i get all vms at a time.

sumangit789 avatar Apr 09 '20 16:04 sumangit789

If you call the official API directly, can you find out all the results?

bboyHan avatar Oct 18 '20 03:10 bboyHan