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

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

[
    [
        [
            {
                "id": 379,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/379/?format=api",
                "display": "ether19",
                "device": {
                    "id": 26,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/26/?format=api",
                    "display": "switch3-foh",
                    "name": "switch3-foh",
                    "description": ""
                },
                "name": "ether19",
                "description": "VOC devices",
                "cable": {
                    "id": 57,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/57/?format=api",
                    "display": "#57",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ],
        {
            "id": 57,
            "url": "https://netbox.c3voc.de/api/dcim/cables/57/?format=api",
            "display_url": "https://netbox.c3voc.de/dcim/cables/57/?format=api",
            "type": null,
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": null,
            "description": ""
        },
        [
            {
                "id": 779,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/779/?format=api",
                "display": "ether1",
                "device": {
                    "id": 44,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/44/?format=api",
                    "display": "audio mixer 3",
                    "name": "audio mixer 3",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 57,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/57/?format=api",
                    "display": "#57",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ]
    ]
]