-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.10.8
Python version
3.6
Steps to Reproduce
- Create test device "TEST" with interfaces components
- Create cable connections for interfaces of test device with any other devices
- Try to
GET <your.netbox.url>/api/dcim/interface-connections/?device=TESTORGET <your.netbox.url>/api/dcim/interface-connections/?device_id=<id>
Expected Behavior
The list of connections of our TEST device with connected devices
Observed Behavior
Empty list of connections
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 0,
"next": null,
"previous": null,
"results": []
}
This worked for sure in Netbox v2.6.6
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application