API endpoint available-ips not working anymore #2435

Closed
opened 2025-12-29 17:26:04 +01:00 by adam · 1 comment
Owner

Originally created by @nue-melexis on GitHub (Mar 5, 2019).

Environment

  • Python version: 3.4.8
  • NetBox version: 2.5.5

Steps to Reproduce

  1. create a prefix
  2. make Post request to /api/ipam/prefixes/<PF_PK>/available-ips/

No IP address is returned but an Exception is thrown

Exception:
AttributeError: This QueryDict instance is immutable
Internal Server Error: /api/ipam/prefixes/<PF_PK>/available-ips/

similar to 1334

Best Regards

Originally created by @nue-melexis on GitHub (Mar 5, 2019). ### Environment * Python version: 3.4.8 * NetBox version: 2.5.5 ### Steps to Reproduce 1. create a prefix 2. make Post request to /api/ipam/prefixes/<PF_PK>/available-ips/ No IP address is returned but an Exception is thrown Exception: AttributeError: This QueryDict instance is immutable Internal Server Error: /api/ipam/prefixes/<PF_PK>/available-ips/ similar to [1334](https://github.com/digitalocean/netbox/issues/1334) Best Regards
adam closed this issue 2025-12-29 17:26:04 +01:00
Author
Owner

@DanSheps commented on GitHub (Mar 5, 2019):

Please upgrade to the latest version of netbox (2.5.7). If you still have issues, you may re-open the issue.

Please also complete the issue template in full next time.

@DanSheps commented on GitHub (Mar 5, 2019): Please upgrade to the latest version of netbox (2.5.7). If you still have issues, you may re-open the issue. Please also complete the issue template in full next time.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2435