-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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
NetBox version
v2.11.2
Python version
3.7
Steps to Reproduce
- Create at least two circuit terminations
- Make a request to the circuit terminations REST API endpoint filtering by at least one primary key (
id) (e.g.GET /api/circuit/circuit-terminations/?id=123)
Expected Behavior
Only the circuit terminations matching the specified primary key(s) should be returned.
Observed Behavior
The filter has no effect.
Metadata
Metadata
Assignees
Labels
status: 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