Change of Mac addresses not possible via API #18415
Labels
status: duplicate
This issue has already been raised
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.2.0
Python Version
3.10
Steps to Reproduce
curl -k -s -H "Authorization: Token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" "https://10.4.4.58/api/dcim/mac-addresses/?mac_address=de:ad:0a:xx:xx:xx" | jq
Output:
issue remains the same:
Full Script: netbox_update.txt
Expected Behavior
The plan is for the patch command to enter the information to connect the Mac address to a VM and an interface.
This worked before the 4.2.0 update.
Observed Behavior
The patch command does not make any changes. The Mac address is not assigned to a VM or interface.
The text was updated successfully, but these errors were encountered: