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

{
    "id": 69,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/69/?format=api",
    "display": "Cable #44 to ether19",
    "cable": 44,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 197,
    "termination": {
        "id": 197,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/197/?format=api",
        "display": "ether19",
        "device": {
            "id": 19,
            "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
            "display": "switch1-foh",
            "name": "switch1-foh",
            "description": ""
        },
        "name": "ether19",
        "description": "VOC devices",
        "cable": {
            "id": 44,
            "url": "https://netbox.c3voc.de/api/dcim/cables/44/?format=api",
            "display": "#44",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-05-24T18:48:54.739003Z",
    "last_updated": "2025-05-24T18:48:54.739012Z"
}