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