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

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

[
    [
        [
            {
                "id": 488,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/488/?format=api",
                "display": "ether24",
                "device": {
                    "id": 30,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
                    "display": "switch1-lectern",
                    "name": "switch1-lectern"
                },
                "name": "ether24",
                "cable": 49,
                "_occupied": true
            }
        ],
        {
            "id": 49,
            "url": "https://netbox.c3voc.de/api/dcim/cables/49/?format=api",
            "type": "",
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": "",
            "description": ""
        },
        [
            {
                "id": 827,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/827/?format=api",
                "display": "eth0",
                "device": {
                    "id": 60,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/60/?format=api",
                    "display": "atem 1",
                    "name": "atem 1"
                },
                "name": "eth0",
                "cable": 49,
                "_occupied": true
            }
        ]
    ]
]