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