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

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

[
    [
        [
            {
                "id": 799,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/799/?format=api",
                "display": "ether5",
                "device": {
                    "id": 54,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
                    "display": "poe switch 1",
                    "name": "poe switch 1"
                },
                "name": "ether5",
                "cable": 45,
                "_occupied": true
            }
        ],
        {
            "id": 45,
            "url": "https://netbox.c3voc.de/api/dcim/cables/45/?format=api",
            "type": "",
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": "",
            "description": ""
        },
        [
            {
                "id": 199,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/199/?format=api",
                "display": "ether21",
                "device": {
                    "id": 19,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
                    "display": "switch1-foh",
                    "name": "switch1-foh"
                },
                "name": "ether21",
                "cable": 45,
                "_occupied": true
            }
        ]
    ]
]