in reply to Re^2: Paging with REST::Client?
in thread Paging with REST::Client?
just a shot in the dark, the server may be sending data keyed on "address" (10.20.30.40). In order to get to the next 500 results you have to use the last "address" you got from the last results page and send this as "start_addr".
sort of! In the link below, the server returns a reference to send it back to get the next page: perhaps you can figure it out by searching for paging in this page: https://ipam.illinois.edu/wapidoc/additional/sample.html?highlight=paging
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Paging with REST::Client?
by Argel (Prior) on Jan 14, 2020 at 23:45 UTC | |
by bliako (Abbot) on Jan 15, 2020 at 11:27 UTC |