Pushing ip-address
linked to an interface
created inside the branch doesn't work via REST API
#174
Labels
type: bug
A confirmed report of unexpected behavior in the application
Plugin Version
0.5.2
NetBox Version
4.1.6
Python Version
3.10.2
Steps to Reproduce
<netbox-url>/api/ipam/ip-addresses/
with the following bodyand the following header
Expected Behavior
Create the ip-address inside the branch
Observed Behavior
The API request returns the following error static that it couldn't find the interface
Doing a GET of
<netbox-url>/api/dcim/interfaces/<interface-id>
with theX-NetBox-Branch
set properly, I can see the interface correctly.I've also tried the following:
Main
branch, the POST I reported above works correctly and the ip-address is created.The text was updated successfully, but these errors were encountered: