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

{
    "id": 158,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/158/?format=api",
    "display": "Cable #78 to eth1",
    "cable": 78,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 93,
    "termination": {
        "id": 93,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/93/?format=api",
        "display": "eth1",
        "device": {
            "id": 13,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/13/?format=api",
            "display": "KN6PLV-CCCC-ER",
            "name": "KN6PLV-CCCC-ER",
            "description": ""
        },
        "name": "eth1",
        "description": "",
        "cable": {
            "id": 78,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/78/?format=api",
            "display": "#78",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-30T22:24:26.065377Z",
    "last_updated": "2024-12-30T22:24:26.065388Z"
}