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

{
    "id": 106,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/106/?format=api",
    "display": "Cable #64 to ether17",
    "cable": 64,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 429,
    "termination": {
        "id": 429,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/429/?format=api",
        "display": "ether17",
        "device": {
            "id": 28,
            "url": "https://netbox.c3voc.de/api/dcim/devices/28/?format=api",
            "display": "switch5-foh",
            "name": "switch5-foh",
            "description": ""
        },
        "name": "ether17",
        "description": "VOC devices",
        "cable": {
            "id": 64,
            "url": "https://netbox.c3voc.de/api/dcim/cables/64/?format=api",
            "display": "#64",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:59:01.497317Z",
    "last_updated": "2025-07-16T18:59:01.497326Z"
}