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

{
    "id": 9,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/9/?format=api",
    "display": "Cable akamai IPMI to GE1/0/27",
    "cable": 19,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 3,
    "termination": {
        "id": 3,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/3/?format=api",
        "display": "GE1/0/27",
        "device": {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
            "display": "swt-colo-1",
            "name": "swt-colo-1"
        },
        "name": "GE1/0/27",
        "cable": 19,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}