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

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

[
    [
        [
            {
                "id": 465,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/465/?format=api",
                "display": "ether1",
                "device": {
                    "id": 30,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
                    "display": "switch1-lectern",
                    "name": "switch1-lectern"
                },
                "name": "ether1",
                "cable": 47,
                "_occupied": true
            }
        ],
        {
            "id": 47,
            "url": "https://netbox.c3voc.de/api/dcim/cables/47/?format=api",
            "type": "",
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": "",
            "description": ""
        },
        [
            {
                "id": 4,
                "url": "https://netbox.c3voc.de/api/dcim/rear-ports/4/?format=api",
                "display": "ge4",
                "device": {
                    "id": 72,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                    "display": "lectern1-patch",
                    "name": "lectern1-patch"
                },
                "name": "ge4",
                "cable": 47,
                "_occupied": true
            }
        ]
    ],
    [
        [
            {
                "id": 4,
                "url": "https://netbox.c3voc.de/api/dcim/front-ports/4/?format=api",
                "display": "ge4 (Trunk)",
                "device": {
                    "id": 72,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
                    "display": "lectern1-patch",
                    "name": "lectern1-patch"
                },
                "name": "ge4",
                "cable": null,
                "_occupied": false
            }
        ],
        [],
        []
    ]
]