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

{
    "id": 110,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/110/?format=api",
    "display": "Cable #66 to ether19",
    "cable": 66,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 457,
    "termination": {
        "id": 457,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/457/?format=api",
        "display": "ether19",
        "device": {
            "id": 29,
            "url": "https://netbox.c3voc.de/api/dcim/devices/29/?format=api",
            "display": "switch6-foh",
            "name": "switch6-foh",
            "description": ""
        },
        "name": "ether19",
        "description": "VOC devices",
        "cable": {
            "id": 66,
            "url": "https://netbox.c3voc.de/api/dcim/cables/66/?format=api",
            "display": "#66",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T19:08:48.578175Z",
    "last_updated": "2025-07-16T19:08:48.578185Z"
}