Interface connection API call #192

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

Originally created by @dinoocch on GitHub (Jul 11, 2016).

Currently, the only api call relating to interface-connection data is:

GET /api/dcim/interface-connections/{pk}/

It would be nice if we could get an api call that would return all of the interface-connections:

GET /api/dcim/interface-connections/

Really, I would ideally like a json version of this table: /dcim/interface-connections/
(Names in addition to id's would make things easier)

Originally created by @dinoocch on GitHub (Jul 11, 2016). Currently, the only api call relating to interface-connection data is: ``` GET /api/dcim/interface-connections/{pk}/ ``` It would be nice if we could get an api call that would return all of the interface-connections: ``` GET /api/dcim/interface-connections/ ``` Really, I would ideally like a json version of this table: `/dcim/interface-connections/` (Names in addition to id's would make things easier)
adam closed this issue 2025-12-29 16:19:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#192