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

{
    "id": 99,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/99/?format=api",
    "display": "Cable #59 to ether5",
    "cable": 59,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 814,
    "termination": {
        "id": 814,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/814/?format=api",
        "display": "ether5",
        "device": {
            "id": 57,
            "url": "https://netbox.c3voc.de/api/dcim/devices/57/?format=api",
            "display": "poe switch 4",
            "name": "poe switch 4",
            "description": ""
        },
        "name": "ether5",
        "description": "",
        "cable": {
            "id": 59,
            "url": "https://netbox.c3voc.de/api/dcim/cables/59/?format=api",
            "display": "#59",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-16T18:45:19.923816Z",
    "last_updated": "2025-07-16T18:45:19.923828Z"
}