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

{
    "id": 114,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/114/?format=api",
    "display": "Cable #57 to lan0",
    "cable": 57,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 416,
    "termination": {
        "id": 416,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/416/?format=api",
        "display": "lan0",
        "device": {
            "id": 81,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/81/?format=api",
            "display": "KJ6WEG-OAK-ORCA-PBM5-WSW",
            "name": "KJ6WEG-OAK-ORCA-PBM5-WSW",
            "description": ""
        },
        "name": "lan0",
        "description": "",
        "cable": {
            "id": 57,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/57/?format=api",
            "display": "#57",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T01:32:11.192395Z",
    "last_updated": "2024-12-11T01:32:11.192413Z"
}