GET /api/dcim/cable-terminations/88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 88,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/88/?format=api",
"display": "Cable #55 to ether5",
"cable": 55,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 804,
"termination": {
"id": 804,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/804/?format=api",
"display": "ether5",
"device": {
"id": 55,
"url": "https://netbox.c3voc.de/api/dcim/devices/55/?format=api",
"display": "poe switch 2",
"name": "poe switch 2",
"description": ""
},
"name": "ether5",
"description": "",
"cable": {
"id": 55,
"url": "https://netbox.c3voc.de/api/dcim/cables/55/?format=api",
"display": "#55",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-16T18:27:49.415043Z",
"last_updated": "2025-07-16T18:27:49.415052Z"
}