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

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

[
    [
        [
            {
                "id": 126,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/126/?format=api",
                "display": "IPMI",
                "device": {
                    "id": 14,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
                    "display": "cloudflare",
                    "name": "cloudflare"
                },
                "name": "IPMI",
                "cable": 18,
                "_occupied": true
            }
        ],
        {
            "id": 18,
            "url": "https://netbox.c3voc.de/api/dcim/cables/18/?format=api",
            "type": "cat6",
            "status": "connected",
            "label": "cloudflare IPMI",
            "color": "ff5722",
            "length": 1.5,
            "length_unit": "m",
            "description": ""
        },
        [
            {
                "id": 2,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/2/?format=api",
                "display": "GE1/0/26",
                "device": {
                    "id": 1,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
                    "display": "swt-colo-1",
                    "name": "swt-colo-1"
                },
                "name": "GE1/0/26",
                "cable": 18,
                "_occupied": true
            }
        ]
    ]
]