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

{
    "id": 101,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/101/?format=api",
    "display": "Cable #61 to ether1",
    "cable": 61,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 789,
    "termination": {
        "id": 789,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/789/?format=api",
        "display": "ether1",
        "device": {
            "id": 51,
            "url": "https://netbox.c3voc.de/api/dcim/devices/51/?format=api",
            "display": "reciever 4",
            "name": "reciever 4",
            "description": ""
        },
        "name": "ether1",
        "description": "",
        "cable": {
            "id": 61,
            "url": "https://netbox.c3voc.de/api/dcim/cables/61/?format=api",
            "display": "#61",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:45:39.149099Z",
    "last_updated": "2025-07-16T18:45:39.149107Z"
}