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

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