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

{
    "id": 19,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/19/?format=api",
    "display": "Cable cloudflare eno2 to eno2",
    "cable": 24,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 133,
    "termination": {
        "id": 133,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/133/?format=api",
        "display": "eno2",
        "device": {
            "id": 14,
            "url": "https://netbox.c3voc.de/api/dcim/devices/14/?format=api",
            "display": "cloudflare",
            "name": "cloudflare"
        },
        "name": "eno2",
        "cable": 24,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}