Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL inventory pagination #443

Open
itdependsnetworks opened this issue Nov 7, 2024 · 0 comments
Open

GraphQL inventory pagination #443

itdependsnetworks opened this issue Nov 7, 2024 · 0 comments

Comments

@itdependsnetworks
Copy link
Contributor

ISSUE TYPE
  • Feature Idea
SOFTWARE VERSIONS
pynautobot

develop

Ansible:

Current :)

Nautobot:

2.3.x

Collection:

current :)

SUMMARY

We should allow for paginated request in the graphiQL interface. In #106 we discussed same for restapi, but then noted to use graphQL instead. Even using graphql, there is a point at which we are reaching our max.

STEPS TO REPRODUCE

Query a large inventory of 10s of thousands of devices, even with minimal information such as name, os, and IP.

EXPECTED RESULTS

Performant / workable inventory generation.

ACTUAL RESULTS

It can fail given a large enough query. We can / do have ability to ask to increase size of compute, but that only goes so far.

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

No branches or pull requests

1 participant