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

{
    "id": 68,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/68/?format=api",
    "display": "Cable #46 to ether1",
    "cable": 46,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 783,
    "termination": {
        "id": 783,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/783/?format=api",
        "display": "ether1",
        "device": {
            "id": 48,
            "url": "https://netbox.c3voc.de/api/dcim/devices/48/?format=api",
            "display": "reciever 1",
            "name": "reciever 1"
        },
        "name": "ether1",
        "cable": 46,
        "_occupied": true
    },
    "created": "2025-05-24T18:44:03.841459Z",
    "last_updated": "2025-05-24T18:44:03.841468Z"
}