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

{
    "id": 104,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/104/?format=api",
    "display": "Cable #52 to Ether1",
    "cable": 52,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 372,
    "termination": {
        "id": 372,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/372/?format=api",
        "display": "Ether1",
        "device": {
            "id": 74,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/74/?format=api",
            "display": "KN6PLV-SANBRUNO4-HAP",
            "name": "KN6PLV-SANBRUNO4-HAP",
            "description": ""
        },
        "name": "Ether1",
        "description": "",
        "cable": {
            "id": 52,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/52/?format=api",
            "display": "#52",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-10T20:26:34.845438Z",
    "last_updated": "2024-12-10T20:26:34.845455Z"
}