A water-utility script pages Intersight server inventory filtered to chassis tagged “lift-station.” On page two the code drops the tag filter and calls a different collection URL that still has a next link. What must the next-page request preserve?
Select an answer to reveal the explanation.
Short Explanation
Next page means the same search, later window—like flipping pages in one filtered binder, not grabbing a different binder. Keep the collection, filters, and credentials; only the cursor or offset moves.
Full Explanation
Pagination constructs the same logical query across windows. The next request must retain the original collection path, filter parameters, and authentication. Dropping a filter or hopping to another resource while paging builds the wrong application and mixes unrelated inventory into the lift-station set.