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

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