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

{
    "id": 97,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/97/?format=api",
    "display": "Cable #60 to ether19",
    "cable": 60,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 405,
    "termination": {
        "id": 405,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/405/?format=api",
        "display": "ether19",
        "device": {
            "id": 27,
            "url": "https://netbox.c3voc.de/api/dcim/devices/27/?format=api",
            "display": "switch4-foh",
            "name": "switch4-foh",
            "description": ""
        },
        "name": "ether19",
        "description": "VOC devices",
        "cable": {
            "id": 60,
            "url": "https://netbox.c3voc.de/api/dcim/cables/60/?format=api",
            "display": "#60",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:44:36.260240Z",
    "last_updated": "2025-07-16T18:44:36.260250Z"
}