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

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