GET /api/dcim/cable-terminations/100/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 100,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/100/?format=api",
"display": "Cable #61 to ether17",
"cable": 61,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 403,
"termination": {
"id": 403,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/403/?format=api",
"display": "ether17",
"device": {
"id": 27,
"url": "https://netbox.c3voc.de/api/dcim/devices/27/?format=api",
"display": "switch4-foh",
"name": "switch4-foh",
"description": ""
},
"name": "ether17",
"description": "VOC devices",
"cable": {
"id": 61,
"url": "https://netbox.c3voc.de/api/dcim/cables/61/?format=api",
"display": "#61",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-16T18:45:39.143513Z",
"last_updated": "2025-07-16T18:45:39.143521Z"
}