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

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