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

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

[
    [
        [
            {
                "id": 781,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/781/?format=api",
                "display": "ether1",
                "device": {
                    "id": 46,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/46/?format=api",
                    "display": "audio mixer 5",
                    "name": "audio mixer 5",
                    "description": ""
                },
                "name": "ether1",
                "description": "",
                "cable": {
                    "id": 63,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/63/?format=api",
                    "display": "#63",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ],
        {
            "id": 63,
            "url": "https://netbox.c3voc.de/api/dcim/cables/63/?format=api",
            "display_url": "https://netbox.c3voc.de/dcim/cables/63/?format=api",
            "type": null,
            "status": "connected",
            "label": "",
            "color": "",
            "length": null,
            "length_unit": null,
            "description": ""
        },
        [
            {
                "id": 431,
                "url": "https://netbox.c3voc.de/api/dcim/interfaces/431/?format=api",
                "display": "ether19",
                "device": {
                    "id": 28,
                    "url": "https://netbox.c3voc.de/api/dcim/devices/28/?format=api",
                    "display": "switch5-foh",
                    "name": "switch5-foh",
                    "description": ""
                },
                "name": "ether19",
                "description": "VOC devices",
                "cable": {
                    "id": 63,
                    "url": "https://netbox.c3voc.de/api/dcim/cables/63/?format=api",
                    "display": "#63",
                    "label": "",
                    "description": ""
                },
                "_occupied": true
            }
        ]
    ]
]