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

{
    "id": 7,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/7/?format=api",
    "display": "Cable cloudflare IPMI to GE1/0/26",
    "cable": 18,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 2,
    "termination": {
        "id": 2,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/2/?format=api",
        "display": "GE1/0/26",
        "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/26",
        "cable": 18,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}