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

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