-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Post API on available IP in prefix (/32) marked fully utilized #13105
Comments
Thank you for opening a bug report. Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each bug report must include detailed steps that someone else can follow on a clean, empty NetBox installation to reproduce the exact problem you're experiencing. These instructions should include the creation of any involved objects, any configuration changes, and complete accounting of the actions being taken. Also be sure that your report does not reference data on the public NetBox demo, as that is subject to change at any time by an outside party and cannot be relied upon for bug reports. |
In just two steps and from a newly installed version of netbox, the bug goes back up. The procedure with curl
response: {
"id": 3,
"url": "http://localhost:8000/api/ipam/prefixes/3/",
"display": "10.10.10.1/32",
"prefix": "10.10.10.1/32",
"site": null,
"vrf": null,
"tenant": null,
"vlan": null,
"status": {
"value": "active",
"label": "Active"
},
"role": null,
"is_pool": false,
"mark_utilized": true,
"description": "",
"comments": "",
"tags": [],
"custom_fields": {},
"created": "2023-07-06T15:00:36.951408Z",
"last_updated": "2023-07-06T15:00:36.951423Z",
"children": 0,
"_depth": 0
}
response: {
"error": "'list' object has no attribute 'size'",
"exception": "AttributeError",
"netbox_version": "3.5.4",
"python_version": "3.10.6"
} |
NetBox version
v3.5.4
Python version
3.10
Steps to Reproduce
==> Error 500: Internal Server Error
Problem found on netbox version 3.4.8 and tested if still pressing on latest version
Expected Behavior
We would like to have the IP created back
Observed Behavior
Error Error 500: Internal Server Error
Or in netbox version 3.4.8 :
erreur 500 : Internal server Error
The text was updated successfully, but these errors were encountered: