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

{
    "id": 132,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/132/?format=api",
    "display": "Cable #73 to 7",
    "cable": 73,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 17,
    "termination": {
        "id": 17,
        "url": "https://netbox.c3voc.de/api/dcim/power-outlets/17/?format=api",
        "display": "7",
        "device": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
            "display": "Redundancy",
            "name": "Redundancy",
            "description": ""
        },
        "name": "7",
        "description": "",
        "cable": {
            "id": 73,
            "url": "https://netbox.c3voc.de/api/dcim/cables/73/?format=api",
            "display": "#73",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-23T16:23:53.550179Z",
    "last_updated": "2025-07-23T16:23:53.550189Z"
}