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

{
    "id": 70,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/70/?format=api",
    "display": "Cable #46 to ether17",
    "cable": 46,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 195,
    "termination": {
        "id": 195,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/195/?format=api",
        "display": "ether17",
        "device": {
            "id": 19,
            "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
            "display": "switch1-foh",
            "name": "switch1-foh"
        },
        "name": "ether17",
        "cable": 46,
        "_occupied": true
    },
    "created": "2025-05-24T18:49:15.993420Z",
    "last_updated": "2025-05-24T18:49:15.993428Z"
}