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

{
    "id": 21,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/21/?format=api",
    "display": "Cable #11 to eth3",
    "cable": 11,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 33,
    "termination": {
        "id": 33,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/33/?format=api",
        "display": "eth3",
        "device": {
            "id": 4,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/4/?format=api",
            "display": "SBM4-EdgeRouterX",
            "name": "SBM4-EdgeRouterX",
            "description": ""
        },
        "name": "eth3",
        "description": "",
        "cable": {
            "id": 11,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/11/?format=api",
            "display": "#11",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-06T18:49:50.255735Z",
    "last_updated": "2024-12-06T18:49:50.255758Z"
}