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

{
    "id": 104,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/104/?format=api",
    "display": "Cable #63 to ether19",
    "cable": 63,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 431,
    "termination": {
        "id": 431,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/431/?format=api",
        "display": "ether19",
        "device": {
            "id": 28,
            "url": "https://netbox.c3voc.de/api/dcim/devices/28/?format=api",
            "display": "switch5-foh",
            "name": "switch5-foh",
            "description": ""
        },
        "name": "ether19",
        "description": "VOC devices",
        "cable": {
            "id": 63,
            "url": "https://netbox.c3voc.de/api/dcim/cables/63/?format=api",
            "display": "#63",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:58:43.376169Z",
    "last_updated": "2025-07-16T18:58:43.376179Z"
}