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

{
    "id": 91,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/91/?format=api",
    "display": "Cable #57 to ether19",
    "cable": 57,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 379,
    "termination": {
        "id": 379,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/379/?format=api",
        "display": "ether19",
        "device": {
            "id": 26,
            "url": "https://netbox.c3voc.de/api/dcim/devices/26/?format=api",
            "display": "switch3-foh",
            "name": "switch3-foh",
            "description": ""
        },
        "name": "ether19",
        "description": "VOC devices",
        "cable": {
            "id": 57,
            "url": "https://netbox.c3voc.de/api/dcim/cables/57/?format=api",
            "display": "#57",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:42:53.694860Z",
    "last_updated": "2025-07-16T18:42:53.694870Z"
}