Closed
Description
Proposed Changes
Remove the following filters for devices:
device_role
(replaced byrole
)device_role_id
(replaced byrole_id
)
Justification
The device_role
field on the Device model was renamed to role
under #6391 in NetBox v3.6. These filters were retained for backward compatibility through v3.7 but are now obsolete.
Impact
Any API consumers still using these filters will need to be updated to use the new filters listed above.