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

{
    "id": 65,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/65/?format=api",
    "display": "Cable #45 to ether21",
    "cable": 45,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 199,
    "termination": {
        "id": 199,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/199/?format=api",
        "display": "ether21",
        "device": {
            "id": 19,
            "url": "https://netbox.c3voc.de/api/dcim/devices/19/?format=api",
            "display": "switch1-foh",
            "name": "switch1-foh"
        },
        "name": "ether21",
        "cable": 45,
        "_occupied": true
    },
    "created": "2025-05-24T18:43:44.856097Z",
    "last_updated": "2025-05-24T18:43:44.856106Z"
}