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

{
    "id": 14,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/14/?format=api",
    "display": "Cable fastly eno1 to XGE1/0/19",
    "cable": 21,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 23,
    "termination": {
        "id": 23,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/23/?format=api",
        "display": "XGE1/0/19",
        "device": {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
            "display": "swt-colo-1",
            "name": "swt-colo-1"
        },
        "name": "XGE1/0/19",
        "cable": 21,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}