GET /api/dcim/cable-terminations/120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 120,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/120/?format=api",
"display": "Cable #68 to 8",
"cable": 68,
"cable_end": "A",
"termination_type": "dcim.poweroutlet",
"termination_id": 18,
"termination": {
"id": 18,
"url": "https://netbox.c3voc.de/api/dcim/power-outlets/18/?format=api",
"display": "8",
"device": {
"id": 11,
"url": "https://netbox.c3voc.de/api/dcim/devices/11/?format=api",
"display": "Redundancy",
"name": "Redundancy",
"description": ""
},
"name": "8",
"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.068997Z",
"last_updated": "2025-07-23T16:17:23.069015Z"
}