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

{
    "id": 6,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/6/?format=api",
    "display": "Cable fastly IPMI to IPMI",
    "cable": 17,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 127,
    "termination": {
        "id": 127,
        "url": "https://netbox.c3voc.de/api/dcim/interfaces/127/?format=api",
        "display": "IPMI",
        "device": {
            "id": 15,
            "url": "https://netbox.c3voc.de/api/dcim/devices/15/?format=api",
            "display": "fastly",
            "name": "fastly"
        },
        "name": "IPMI",
        "cable": 17,
        "_occupied": true
    },
    "created": "2023-10-20T18:10:31.055368Z",
    "last_updated": "2023-10-20T18:10:31.405699Z"
}