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

{
    "id": 119,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/119/?format=api",
    "display": "Cable #43 to 3",
    "cable": 43,
    "cable_end": "B",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 13,
    "termination": {
        "id": 13,
        "url": "https://netbox.c3voc.de/api/dcim/power-outlets/13/?format=api",
        "display": "3",
        "device": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
            "display": "Redundancy",
            "name": "Redundancy",
            "description": ""
        },
        "name": "3",
        "description": "",
        "cable": {
            "id": 43,
            "url": "https://netbox.c3voc.de/api/dcim/cables/43/?format=api",
            "display": "#43",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-23T16:08:34.502052Z",
    "last_updated": "2025-07-23T16:08:34.502061Z"
}