NetBox version
v3.5.8
Python version
3.10
Steps to Reproduce
- Create a device a with x interfaces.
- Create a device b with y interfaces.
- Create virtual chassis and add both devices a and b.
- Make an API call at /api/dcim/interfaces and filter for device_id of device a.
Expected Behavior
Only interfaces for device "a" are returned.
Observed Behavior
Interfaces for device a and device b are returned.
This behaviour was different in NetBox v3.5.6, only interfaces of device "a" were returned when filtering for the according device_id.
When using the device name of device "a" as a filter criterium, only interfaces of device "a" are returned as expected.