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

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

[
    [
        [
            {
                "id": 25,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/25/?format=api",
                "display": "XGE1/0/21",
                "device": {
                    "id": 1,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
                    "display": "swt-colo-1",
                    "name": "swt-colo-1"
                },
                "name": "XGE1/0/21",
                "cable": 25,
                "_occupied": true
            }
        ],
        {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/dcim/cables/25/?format=api",
            "type": "dac-passive",
            "status": "connected",
            "label": "akamai eno1",
            "color": "111111",
            "length": 2.0,
            "length_unit": "m",
            "description": ""
        },
        [
            {
                "id": 136,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/136/?format=api",
                "display": "eno1",
                "device": {
                    "id": 13,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/13/?format=api",
                    "display": "akamai",
                    "name": "akamai"
                },
                "name": "eno1",
                "cable": 25,
                "_occupied": true
            }
        ]
    ]
]