Description
NetBox version
v4.1.7
Feature type
New functionality
Triage priority
N/A
Proposed functionality
Add support to query over REST and GraphQL API devices and interface endpoints connected by this circuit
Currently to retrieve information on what devices and interfaces given circuit connects we have to query circuit terminations and from there send REST API request to trace the path for one of the interfaces circuit termination connected to. This is because circuits can be connected to rear-ports of patch panels and not to device interfaces directly, moreover, we can have multiple circuits connected together, as a result for big number of circuits (hundreds) it takes unreasonable amount of time to retrieve information on devices and interface that those circuits connect.
Use case
To provide applications using Netbox API with a way to efficiently query Netbox to retrieve information on devices and interfaces circuits are connecting.
Database changes
No response
External dependencies
No response