GET /api/dcim/cable-terminations/124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 124,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/124/?format=api",
"display": "Cable #70 to 7",
"cable": 70,
"cable_end": "A",
"termination_type": "dcim.poweroutlet",
"termination_id": 9,
"termination": {
"id": 9,
"url": "https://netbox.c3voc.de/api/dcim/power-outlets/9/?format=api",
"display": "7",
"device": {
"id": 10,
"url": "https://netbox.c3voc.de/api/dcim/devices/10/?format=api",
"display": "Main",
"name": "Main",
"description": ""
},
"name": "7",
"description": "",
"cable": {
"id": 70,
"url": "https://netbox.c3voc.de/api/dcim/cables/70/?format=api",
"display": "#70",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-23T16:19:12.981563Z",
"last_updated": "2025-07-23T16:19:12.981571Z"
}