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

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

[
    [
        [
            {
                "id": 131,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/131/?format=api",
                "display": "eno2",
                "device": {
                    "id": 15,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
                    "display": "fastly",
                    "name": "fastly"
                },
                "name": "eno2",
                "cable": 22,
                "_occupied": true
            }
        ],
        {
            "id": 22,
            "url": "https://netbox.c3voc.de/api/dcim/cables/22/?format=api",
            "type": "dac-passive",
            "status": "connected",
            "label": "fastly eno2",
            "color": "111111",
            "length": 2.0,
            "length_unit": "m",
            "description": ""
        },
        [
            {
                "id": 51,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/51/?format=api",
                "display": "XGE2/0/19",
                "device": {
                    "id": 2,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
                    "display": "swt-colo-2",
                    "name": "swt-colo-2"
                },
                "name": "XGE2/0/19",
                "cable": 22,
                "_occupied": true
            }
        ]
    ]
]