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

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

[
    [
        [
            {
                "id": 8,
                "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/8/?format=api",
                "display": "sfp-sfpplus7 (FCIX Peer)",
                "device": {
                    "id": 1,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
                    "display": "kn6plv-he-switch",
                    "name": "kn6plv-he-switch",
                    "description": ""
                },
                "name": "sfp-sfpplus7",
                "description": "",
                "cable": {
                    "id": 16,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "description": ""
                },
                "_occupied": true
            }
        ],
        {
            "id": 16,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
            "display_url": "https://netbox.bayareabackbone.com/dcim/cables/16/?format=api",
            "type": "smf",
            "status": "connected",
            "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
            "color": "ffeb3b",
            "length": null,
            "length_unit": null,
            "description": ""
        },
        [
            {
                "id": 4,
                "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/4/?format=api",
                "display": "FCIX-to-BAM: Termination A",
                "circuit": {
                    "id": 2,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/2/?format=api",
                    "display": "FCIX-to-BAM",
                    "cid": "FCIX-to-BAM",
                    "provider": {
                        "id": 2,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/providers/2/?format=api",
                        "display": "Fremont Cabal Internet Exchange",
                        "name": "Fremont Cabal Internet Exchange",
                        "slug": "fcix",
                        "description": ""
                    },
                    "description": ""
                },
                "term_side": "A",
                "description": "",
                "cable": {
                    "id": 16,
                    "url": "https://netbox.bayareabackbone.com/api/dcim/cables/16/?format=api",
                    "display": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "label": "fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21",
                    "description": ""
                },
                "_occupied": true
            }
        ]
    ],
    [
        [
            {
                "id": 3,
                "url": "https://netbox.bayareabackbone.com/api/circuits/circuit-terminations/3/?format=api",
                "display": "FCIX-to-BAM: Termination Z",
                "circuit": {
                    "id": 2,
                    "url": "https://netbox.bayareabackbone.com/api/circuits/circuits/2/?format=api",
                    "display": "FCIX-to-BAM",
                    "cid": "FCIX-to-BAM",
                    "provider": {
                        "id": 2,
                        "url": "https://netbox.bayareabackbone.com/api/circuits/providers/2/?format=api",
                        "display": "Fremont Cabal Internet Exchange",
                        "name": "Fremont Cabal Internet Exchange",
                        "slug": "fcix",
                        "description": ""
                    },
                    "description": ""
                },
                "term_side": "Z",
                "description": "",
                "cable": null,
                "_occupied": true
            }
        ],
        [],
        [
            {
                "id": 1,
                "url": "https://netbox.bayareabackbone.com/api/dcim/sites/1/?format=api",
                "display": "Hurricane Electric FMT2",
                "name": "Hurricane Electric FMT2",
                "slug": "hurricane-electric-fmt2",
                "description": ""
            }
        ]
    ]
]