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

{
    "id": 87,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/87/?format=api",
    "display": "Cable #55 to ether21",
    "cable": 55,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 355,
    "termination": {
        "id": 355,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/355/?format=api",
        "display": "ether21",
        "device": {
            "id": 25,
            "url": "https://netbox.c3voc.de/api/dcim/devices/25/?format=api",
            "display": "switch2-foh",
            "name": "switch2-foh",
            "description": ""
        },
        "name": "ether21",
        "description": "VOC devices",
        "cable": {
            "id": 55,
            "url": "https://netbox.c3voc.de/api/dcim/cables/55/?format=api",
            "display": "#55",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:27:49.408935Z",
    "last_updated": "2025-07-16T18:27:49.408945Z"
}