Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API: GET /api/dcim/interface-connections/ doesn't show connections (p.2) #6182

Closed
proudbro opened this issue Apr 16, 2021 · 3 comments
Closed
Labels
status: duplicate This issue has already been raised type: bug A confirmed report of unexpected behavior in the application

Comments

@proudbro
Copy link

NetBox version

v.2.10.10

Python version

3.6

Steps to Reproduce

This issue based on #6081

  1. Create test device "TEST" with interfaces components
  2. Create cable connections for interfaces of test device with any other devices
  3. Try to GET <your.netbox.url>/api/dcim/interface-connections/?device=TEST OR GET <your.netbox.url>/api/dcim/interface-connections/?device_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

@proudbro proudbro added the type: bug A confirmed report of unexpected behavior in the application label Apr 16, 2021
@mshems
Copy link

mshems commented Apr 19, 2021

Likely related to: #5627?

@proudbro
Copy link
Author

Likely related to: #5627?

It looks like

@jeremystretch
Copy link
Member

Okay, marking this as a duplicate then.

@jeremystretch jeremystretch added the status: duplicate This issue has already been raised label Apr 20, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: duplicate This issue has already been raised type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

3 participants