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

{
    "id": 66,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/66/?format=api",
    "display": "Cable #45 to ether5",
    "cable": 45,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 799,
    "termination": {
        "id": 799,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/799/?format=api",
        "display": "ether5",
        "device": {
            "id": 54,
            "url": "https://netbox.c3voc.de/api/dcim/devices/54/?format=api",
            "display": "poe switch 1",
            "name": "poe switch 1"
        },
        "name": "ether5",
        "cable": 45,
        "_occupied": true
    },
    "created": "2025-05-24T18:43:44.861770Z",
    "last_updated": "2025-05-24T18:43:44.861778Z"
}