Trace a complete cable path and return each segment as a three-tuple of (termination, cable, termination).

GET /api/dcim/interfaces/157/trace/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS, TRACE
Content-Type: application/json
Vary: Accept

[
    [
        [
            {
                "id": 157,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/157/?format=api",
                "display": "ether1",
                "device": {
                    "id": 22,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/22/?format=api",
                    "display": "bam-he-srv1",
                    "name": "bam-he-srv1",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
                    "display": "#3",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ],
        {
            "id": 3,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
            "display_url": "https://netbox.bayareabackbone.com/dcim/cables/3/?format=api",
            "type": "cat6",
            "status": "connected",
            "label": "",
            "color": "2196f3",
            "length": null,
            "length_unit": null,
            "description": ""
        },
        [
            {
                "id": 22,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/22/?format=api",
                "display": "ether4",
                "device": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
                    "display": "kn6plv-he-router",
                    "name": "kn6plv-he-router",
                    "description": ""
                },
                "name": "ether4",
                "description": "",
                "cable": {
                    "id": 3,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
                    "display": "#3",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ]
    ]
]