Closed
Description
NetBox version
v2.9.9
Python version
3.6
Steps to Reproduce
- Open a VM in the API view: The role field is called
role
- Open a device in the API view: The role field is called
device_role
Expected Behavior
I would expect that both fields are called the same (role
) because they are linking to the same data.
Observed Behavior
The device field is called device_role
and the VM field is called role