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