GET /api/dcim/cable-terminations/64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 64,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/64/?format=api",
"display": "Cable #44 to ether1",
"cable": 44,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 777,
"termination": {
"id": 777,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/777/?format=api",
"display": "ether1",
"device": {
"id": 42,
"url": "https://netbox.c3voc.de/api/dcim/devices/42/?format=api",
"display": "audio mixer 1",
"name": "audio mixer 1"
},
"name": "ether1",
"cable": 44,
"_occupied": true
},
"created": "2025-05-24T18:42:24.410838Z",
"last_updated": "2025-05-24T18:42:24.410855Z"
}