Skip to content

Add pagination support to restclient#588

Open
brinnjoyce wants to merge 1 commit into
NetApp:integration/mainfrom
brinnjoyce:add_pagination
Open

Add pagination support to restclient#588
brinnjoyce wants to merge 1 commit into
NetApp:integration/mainfrom
brinnjoyce:add_pagination

Conversation

@brinnjoyce
Copy link
Copy Markdown

Fixes #587

The Ontap REST API uses pagination - seemingly when it's busy/requests are taking a long time. It can even use it when you would expect to get a single record from a request.

Add pagination support so the provider is actually reliable, if you have enough resources it is unusable without this.

This also caused #340

Signed-off-by: Brinn Joyce <brinn.joyce@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Restclient does not support pagination

1 participant