GET /api/dcim/cable-terminations/121/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 121,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/121/?format=api",
"display": "Cable #68 to PSU1",
"cable": 68,
"cable_end": "B",
"termination_type": "dcim.powerport",
"termination_id": 12,
"termination": {
"id": 12,
"url": "https://netbox.c3voc.de/api/dcim/power-ports/12/?format=api",
"display": "PSU1",
"device": {
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
"display": "storage",
"name": "storage",
"description": ""
},
"name": "PSU1",
"description": "",
"cable": {
"id": 68,
"url": "https://netbox.c3voc.de/api/dcim/cables/68/?format=api",
"display": "#68",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-23T16:17:23.081628Z",
"last_updated": "2025-07-23T16:17:23.081638Z"
}