GET /api/dcim/cable-terminations/123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 123,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/123/?format=api",
"display": "Cable #69 to PSU0",
"cable": 69,
"cable_end": "B",
"termination_type": "dcim.powerport",
"termination_id": 11,
"termination": {
"id": 11,
"url": "https://netbox.c3voc.de/api/dcim/power-ports/11/?format=api",
"display": "PSU0",
"device": {
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
"display": "storage",
"name": "storage",
"description": ""
},
"name": "PSU0",
"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.349754Z",
"last_updated": "2025-07-23T16:17:56.349764Z"
}