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

{
    "id": 74,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/74/?format=api",
    "display": "Cable #48 to eth0",
    "cable": 48,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 833,
    "termination": {
        "id": 833,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/833/?format=api",
        "display": "eth0",
        "device": {
            "id": 66,
            "url": "https://netbox.c3voc.de/api/dcim/devices/66/?format=api",
            "display": "infobeamer 1",
            "name": "infobeamer 1"
        },
        "name": "eth0",
        "cable": 48,
        "_occupied": true
    },
    "created": "2025-05-25T12:38:47.860154Z",
    "last_updated": "2025-05-25T12:38:47.860163Z"
}