-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] fail to get dynamic inventory for more > 50/90 VMs in module ntnx_prism_vms_inventory #483
Comments
@nahsiy Can you share error log which you are facing ? |
Hello, (For lengh = 1000)
Regards Yishan |
500 entities appears to be the internal hard-coded limit for a single API call in V3 API |
Hi @stahnjones, for length > 500 in vms, it internally takes care of it by doing multiple api calls to fetch give number of vms. For this ticket, issue was pc slowness causing timeout while doing list calls. @nahsiy can we close this ticket for now and track capability of increasing timeout in above mentioned ticket ? |
Hello @bhati-pradeep, Yes, thanks a lot ! |
Following the migration of our central prism from pc.2022.6.7 to 2024.1, our ntnx_prism_vms_inventory plugin no longer works without an explicit error, as soon as we set a lenght of more than 50/90.
Via curl or postman, it works for 500 VMs, which seems to be the limit.
our inventory code :
before this migration, we had no problem recovering all the VMs in our cluster (554VMS) with this configuration
The text was updated successfully, but these errors were encountered: