GET /api/dcim/cable-terminations/56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 56,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/56/?format=api",
"display": "Cable #42 to CON",
"cable": 42,
"cable_end": "B",
"termination_type": "dcim.consoleport",
"termination_id": 2,
"termination": {
"id": 2,
"url": "https://netbox.c3voc.de/api/dcim/console-ports/2/?format=api",
"display": "CON",
"device": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
"display": "swt-colo-1",
"name": "swt-colo-1"
},
"name": "CON",
"cable": 42,
"_occupied": true
},
"created": "2023-10-20T18:10:31.055368Z",
"last_updated": "2023-10-20T18:10:31.405699Z"
}