You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NetBox netbox-community/netbox@7c14c08 the unsuccessful IP or prefix allocation requests with available-ips or available-prefixes API child endpoints will return HTTP status code 409 instead of 204. This will require change in pynetbox to raise AllocationError correctly.
The text was updated successfully, but these errors were encountered:
markkuleinio
changed the title
NetBox 3.1.1+ will return HTTP 409 instead of 204 when available-ips/prefixes request cannot be fulfilled
NetBox 3.1.1+ returns HTTP 409 instead of 204 when available-ips/prefixes request cannot be fulfilled
Dec 13, 2021
In NetBox netbox-community/netbox@7c14c08 the unsuccessful IP or prefix allocation requests with
available-ips
oravailable-prefixes
API child endpoints will return HTTP status code 409 instead of 204. This will require change inpynetbox
to raiseAllocationError
correctly.The text was updated successfully, but these errors were encountered: