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

{
    "id": 28,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/28/?format=api",
    "display": "Cable storage 1 to XGE2/0/22",
    "cable": 28,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 54,
    "termination": {
        "id": 54,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/54/?format=api",
        "display": "XGE2/0/22",
        "device": {
            "id": 2,
            "url": "https://netbox.c3voc.de/api/dcim/devices/2/?format=api",
            "display": "swt-colo-2",
            "name": "swt-colo-2"
        },
        "name": "XGE2/0/22",
        "cable": 28,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}