Post to /api/ipam/prefixes/<int:pk>/available-ips/ is slow when the prefix is large #14026
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v3.6.3
Python version
3.11
Steps to Reproduce
curl -v -X POST -d '{}' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: Token REDACTED' http://localhost:8787/api/ipam/prefixes/$idOfPrefixFromStep1/available-ips/
Expected Behavior
Get a fast response
Observed Behavior
Response takes over 30 seconds
The text was updated successfully, but these errors were encountered: