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

{
    "id": 130,
    "url": "https://netbox.c3voc.de/api/dcim/cable-terminations/130/?format=api",
    "display": "Cable #72 to 6",
    "cable": 72,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 16,
    "termination": {
        "id": 16,
        "url": "https://netbox.c3voc.de/api/dcim/power-outlets/16/?format=api",
        "display": "6",
        "device": {
            "id": 11,
            "url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
            "display": "Redundancy",
            "name": "Redundancy",
            "description": ""
        },
        "name": "6",
        "description": "",
        "cable": {
            "id": 72,
            "url": "https://netbox.c3voc.de/api/dcim/cables/72/?format=api",
            "display": "#72",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2025-07-23T16:23:21.726599Z",
    "last_updated": "2025-07-23T16:23:21.726609Z"
}