GET /api/dcim/cable-terminations/107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 107,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/107/?format=api",
"display": "Cable #64 to ether1",
"cable": 64,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 791,
"termination": {
"id": 791,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/791/?format=api",
"display": "ether1",
"device": {
"id": 52,
"url": "https://netbox.c3voc.de/api/dcim/devices/52/?format=api",
"display": "reciever 5",
"name": "reciever 5",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 64,
"url": "https://netbox.c3voc.de/api/dcim/cables/64/?format=api",
"display": "#64",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-07-16T18:59:01.504115Z",
"last_updated": "2025-07-16T18:59:01.504123Z"
}