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

{
    "id": 76,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/76/?format=api",
    "display": "Cable #49 to eth0",
    "cable": 49,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 827,
    "termination": {
        "id": 827,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/827/?format=api",
        "display": "eth0",
        "device": {
            "id": 60,
            "url": "https://netbox.c3voc.de/api/dcim/devices/60/?format=api",
            "display": "atem 1",
            "name": "atem 1"
        },
        "name": "eth0",
        "cable": 49,
        "_occupied": true
    },
    "created": "2025-05-25T12:39:04.743314Z",
    "last_updated": "2025-05-25T12:39:04.743323Z"
}