[PR #314] [MERGED] add an api call for listing all connections #12039

Closed
opened 2025-12-29 22:19:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/314
Author: @Zanthras
Created: 7/16/2016
Status: Merged
Merged: 7/19/2016
Merged by: @jeremystretch

Base: developHead: interfaceconnections


📝 Commits (2)

  • 4f6f032 Update the valid urls, to expose the new api connection listing endpoint. Naming convention updated for both interface connections to match the rest.
  • c65b9fc Add an api endpoint for listing all connections

📊 Changes

2 files changed (+10 additions, -1 deletions)

View changed files

📝 netbox/dcim/api/urls.py (+2 -1)
📝 netbox/dcim/api/views.py (+8 -0)

📄 Description

Add a first pass at listing all interface connections, there really needs to be a /devices/{pk}/interface-connections/ endpoint as well.

fixes #258


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/314 **Author:** [@Zanthras](https://github.com/Zanthras) **Created:** 7/16/2016 **Status:** ✅ Merged **Merged:** 7/19/2016 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `interfaceconnections` --- ### 📝 Commits (2) - [`4f6f032`](https://github.com/netbox-community/netbox/commit/4f6f032ca2c1949cd584af53f5321df97b4ec60b) Update the valid urls, to expose the new api connection listing endpoint. Naming convention updated for both interface connections to match the rest. - [`c65b9fc`](https://github.com/netbox-community/netbox/commit/c65b9fcb0b5ddd1f3f843f2573bf5b54a0bdcc65) Add an api endpoint for listing all connections ### 📊 Changes **2 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/api/urls.py` (+2 -1) 📝 `netbox/dcim/api/views.py` (+8 -0) </details> ### 📄 Description Add a first pass at listing all interface connections, there really needs to be a /devices/{pk}/interface-connections/ endpoint as well. fixes #258 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:19:16 +01:00
adam closed this issue 2025-12-29 22:19:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12039