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

{
    "id": 25,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/25/?format=api",
    "display": "Cable storage 0 to enp3s0f0",
    "cable": 27,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 106,
    "termination": {
        "id": 106,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/106/?format=api",
        "display": "enp3s0f0",
        "device": {
            "id": 6,
            "url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
            "display": "storage",
            "name": "storage"
        },
        "name": "enp3s0f0",
        "cable": 27,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}