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

{
    "id": 157,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/157/?format=api",
    "display": "Cable #77 to eth4",
    "cable": 77,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 96,
    "termination": {
        "id": 96,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/96/?format=api",
        "display": "eth4",
        "device": {
            "id": 13,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/13/?format=api",
            "display": "KN6PLV-CCCC-ER",
            "name": "KN6PLV-CCCC-ER",
            "description": ""
        },
        "name": "eth4",
        "description": "",
        "cable": {
            "id": 77,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/77/?format=api",
            "display": "#77",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-30T22:13:07.356593Z",
    "last_updated": "2024-12-30T22:13:07.356601Z"
}