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

{
    "id": 184,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/184/?format=api",
    "display": "Cable #87 to mgmt",
    "cable": 87,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 495,
    "termination": {
        "id": 495,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/495/?format=api",
        "display": "mgmt",
        "device": {
            "id": 51,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
            "display": "PDU",
            "name": "PDU",
            "description": ""
        },
        "name": "mgmt",
        "description": "",
        "cable": {
            "id": 87,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/87/?format=api",
            "display": "#87",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2026-05-06T07:30:05.232488Z",
    "last_updated": "2026-05-06T07:30:05.232497Z"
}