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

{
    "id": 30,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/30/?format=api",
    "display": "Cable #29 to PSU0",
    "cable": 29,
    "cable_end": "B",
    "termination_type": "dcim.powerport",
    "termination_id": 11,
    "termination": {
        "id": 11,
        "url": "https://netbox.c3voc.de/api/dcim/power-ports/11/?format=api",
        "display": "PSU0",
        "device": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
            "display": "storage",
            "name": "storage"
        },
        "name": "PSU0",
        "cable": 29,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}