GET /api/dcim/cable-terminations/78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 78,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/78/?format=api",
"display": "Cable #50 to ge1",
"cable": 50,
"cable_end": "B",
"termination_type": "dcim.rearport",
"termination_id": 1,
"termination": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/rear-ports/1/?format=api",
"display": "ge1",
"device": {
"id": 72,
"url": "https://netbox.c3voc.de/api/dcim/devices/72/?format=api",
"display": "lectern1-patch",
"name": "lectern1-patch"
},
"name": "ge1",
"cable": 50,
"_occupied": true
},
"created": "2025-05-25T12:39:59.184012Z",
"last_updated": "2025-05-25T12:39:59.184021Z"
}