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

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

[
    [
        [
            {
                "id": 106,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/106/?format=api",
                "display": "enp3s0f0",
                "device": {
                    "id": 6,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
                    "display": "storage",
                    "name": "storage"
                },
                "name": "enp3s0f0",
                "cable": 27,
                "_occupied": true
            }
        ],
        {
            "id": 27,
            "url": "https://netbox.c3voc.de/api/dcim/cables/27/?format=api",
            "type": "mmf-om2",
            "status": "connected",
            "label": "storage 0",
            "color": "ff5722",
            "length": 2.0,
            "length_unit": "m",
            "description": ""
        },
        [
            {
                "id": 26,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/26/?format=api",
                "display": "XGE1/0/22",
                "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/22",
                "cable": 27,
                "_occupied": true
            }
        ]
    ]
]