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

{
    "id": 55,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/55/?format=api",
    "display": "Cable #42 to ttyS0",
    "cable": 42,
    "cable_end": "A",
    "termination_type": "dcim.consoleserverport",
    "termination_id": 1,
    "termination": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/console-server-ports/1/?format=api",
        "display": "ttyS0",
        "device": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
            "display": "storage",
            "name": "storage"
        },
        "name": "ttyS0",
        "cable": 42,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}