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

{
    "id": 133,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/133/?format=api",
    "display": "Cable #73 to PSU1",
    "cable": 73,
    "cable_end": "B",
    "termination_type": "dcim.powerport",
    "termination_id": 5,
    "termination": {
        "id": 5,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/5/?format=api",
        "display": "PSU1",
        "device": {
            "id": 13,
            "url": "https://netbox.c3voc.de/api/dcim/devices/13/?format=api",
            "display": "akamai",
            "name": "akamai",
            "description": ""
        },
        "name": "PSU1",
        "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.557571Z",
    "last_updated": "2025-07-23T16:23:53.557581Z"
}