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

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

[
    [
        [
            {
                "id": 457,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/457/?format=api",
                "display": "ether19",
                "device": {
                    "id": 29,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/29/?format=api",
                    "display": "switch6-foh",
                    "name": "switch6-foh",
                    "description": ""
                },
                "name": "ether19",
                "description": "VOC devices",
                "cable": {
                    "id": 66,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/66/?format=api",
                    "display": "#66",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ],
        {
            "id": 66,
            "url": "https://netbox.c3voc.de/api/dcim/cables/66/?format=api",
            "display_url": "https://netbox.c3voc.de/dcim/cables/66/?format=api",
            "type": null,
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": null,
            "description": ""
        },
        [
            {
                "id": 782,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/782/?format=api",
                "display": "ether1",
                "device": {
                    "id": 47,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/47/?format=api",
                    "display": "audio mixer 6",
                    "name": "audio mixer 6",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 66,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/66/?format=api",
                    "display": "#66",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ]
    ]
]