API not returning wireless link for occupied filter #11224

Closed
opened 2025-12-29 21:42:10 +01:00 by adam · 0 comments
Owner

Originally created by @mhdask on GitHub (May 27, 2025).

Originally assigned to: @jeremystretch on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.3.1

Python Version

3.10

Steps to Reproduce

Example from demo.netbox.dev:

  1. Have a connected wireless link
  2. Try to use /api/interfaces?device_id=2&occupied=true
  3. 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

Originally created by @mhdask on GitHub (May 27, 2025). Originally assigned to: @jeremystretch on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.3.1 ### Python Version 3.10 ### Steps to Reproduce Example from demo.netbox.dev: 1. Have a connected wireless link 2. Try to use /api/interfaces?device_id=2&occupied=true 3. 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
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:42:10 +01:00
adam closed this issue 2025-12-29 21:42:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11224