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