-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Deployment Type
Self-hosted
NetBox Version
V4.1.2
Python Version
3.10
Steps to Reproduce
Example urls which fail
- https://demo.netbox.dev/api/dcim/interfaces/?type__isw=bridge
- https://demo.netbox.dev/api/dcim/interfaces/?type__nic=bridge
Expected Behavior
Api response to work (fails in swagger example too)
Observed Behavior
HTTP 400 Bad Request
Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, TRACE
Content-Type: application/json
Vary: Accept
{
"type__nic": [
"Select a valid choice. bridge is not one of the available choices."
]
}
Example response
sleepinggenius2, kjkenny and Chiniquy
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application