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

{
    "id": 112,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/112/?format=api",
    "display": "Cable #67 to ether17",
    "cable": 67,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 455,
    "termination": {
        "id": 455,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/455/?format=api",
        "display": "ether17",
        "device": {
            "id": 29,
            "url": "https://netbox.c3voc.de/api/dcim/devices/29/?format=api",
            "display": "switch6-foh",
            "name": "switch6-foh",
            "description": ""
        },
        "name": "ether17",
        "description": "VOC devices",
        "cable": {
            "id": 67,
            "url": "https://netbox.c3voc.de/api/dcim/cables/67/?format=api",
            "display": "#67",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T19:09:14.080672Z",
    "last_updated": "2025-07-16T19:09:14.080681Z"
}