Open
Description
Deployment Type
Self-hosted
NetBox Version
v4.3.1
Python Version
3.10
Steps to Reproduce
Example from demo.netbox.dev:
- Have a connected wireless link
- Try to use /api/interfaces?device_id=2&occupied=true
- See that interface with wireless link connected did not get returned, even though /api/interfaces?device_id=2 reveals that _occupied=true is set for the interface
Expected Behavior
I would expect that the interface would also be returned, along the others
Observed Behavior
The interface with a wireless link connected is not returned