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

{
    "id": 103,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/103/?format=api",
    "display": "Cable #62 to ether5",
    "cable": 62,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 819,
    "termination": {
        "id": 819,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/819/?format=api",
        "display": "ether5",
        "device": {
            "id": 58,
            "url": "https://netbox.c3voc.de/api/dcim/devices/58/?format=api",
            "display": "poe switch 5",
            "name": "poe switch 5",
            "description": ""
        },
        "name": "ether5",
        "description": "",
        "cable": {
            "id": 62,
            "url": "https://netbox.c3voc.de/api/dcim/cables/62/?format=api",
            "display": "#62",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:54:44.030197Z",
    "last_updated": "2025-07-16T18:54:44.030206Z"
}