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

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