GET /api/dcim/cable-terminations/109/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 109,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/109/?format=api",
"display": "Cable #65 to ether5",
"cable": 65,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 824,
"termination": {
"id": 824,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/824/?format=api",
"display": "ether5",
"device": {
"id": 59,
"url": "https://netbox.c3voc.de/api/dcim/devices/59/?format=api",
"display": "poe switch 6",
"name": "poe switch 6",
"description": ""
},
"name": "ether5",
"description": "",
"cable": {
"id": 65,
"url": "https://netbox.c3voc.de/api/dcim/cables/65/?format=api",
"display": "#65",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-16T19:08:34.068965Z",
"last_updated": "2025-07-16T19:08:34.068976Z"
}