Interface
Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).
GET /api/dcim/interfaces/161/trace/?format=api
[ [ [ { "id": 161, "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/161/?format=api", "display": "interface 0/1", "device": { "id": 26, "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api", "display": "ORCA-EdgeSwitch8", "name": "ORCA-EdgeSwitch8", "description": "" }, "name": "interface 0/1", "description": "", "cable": { "id": 22, "url": "https://netbox.bayareabackbone.com/api/dcim/cables/22/?format=api", "display": "#22", "label": "", "description": "" }, "_occupied": true } ], { "id": 22, "url": "https://netbox.bayareabackbone.com/api/dcim/cables/22/?format=api", "display_url": "https://netbox.bayareabackbone.com/dcim/cables/22/?format=api", "type": null, "status": "connected", "label": "", "color": "", "length": null, "length_unit": null, "description": "" }, [ { "id": 220, "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/220/?format=api", "display": "eth0 (Ethernet)", "device": { "id": 37, "url": "https://netbox.bayareabackbone.com/api/dcim/devices/37/?format=api", "display": "ORCA-AF-to-Wolfback", "name": "ORCA-AF-to-Wolfback", "description": "" }, "name": "eth0", "description": "", "cable": { "id": 22, "url": "https://netbox.bayareabackbone.com/api/dcim/cables/22/?format=api", "display": "#22", "label": "", "description": "" }, "_occupied": true } ] ] ]