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