GET /api/dcim/cable-terminations/75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 75,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/75/?format=api",
"display": "Cable #49 to ether24",
"cable": 49,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 488,
"termination": {
"id": 488,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/488/?format=api",
"display": "ether24",
"device": {
"id": 30,
"url": "https://netbox.c3voc.de/api/dcim/devices/30/?format=api",
"display": "switch1-lectern",
"name": "switch1-lectern",
"description": ""
},
"name": "ether24",
"description": "VOC devices",
"cable": {
"id": 49,
"url": "https://netbox.c3voc.de/api/dcim/cables/49/?format=api",
"display": "#49",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2025-05-25T12:39:04.737350Z",
"last_updated": "2025-05-25T12:39:04.737360Z"
}