GET /api/dcim/cable-terminations/32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 32,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/32/?format=api",
    "display": "Cable fmt2.1500.06.51 ce4794 crs309 stp7 / fmt2.1400.06.55 sw5.fmt2.fcix p21 to sfp-sfpplus7 (FCIX Peer)",
    "cable": 16,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 8,
    "termination": {
        "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
    },
    "created": "2024-12-07T02:09:31.569722Z",
    "last_updated": "2024-12-07T02:09:31.569743Z"
}