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

{
    "id": 30,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/30/?format=api",
    "display": "Cable 1400.01.42 SW73P7 / 1500.06.51 HE5918001 to sfp-sfpplus8 (Hurricane Transit)",
    "cable": 15,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 9,
    "termination": {
        "id": 9,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/9/?format=api",
        "display": "sfp-sfpplus8 (Hurricane Transit)",
        "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-sfpplus8",
        "description": "",
        "cable": {
            "id": 15,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/15/?format=api",
            "display": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
            "label": "1400.01.42 SW73P7 / 1500.06.51 HE5918001",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T01:20:56.929938Z",
    "last_updated": "2024-12-07T01:20:56.929958Z"
}