Remove the device_role
& device_role_id
filters for devices
#15099
Labels
breaking change
This change modifies or removes some previously documented functionality
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
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 torole
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.
The text was updated successfully, but these errors were encountered: