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