GET /api/dcim/cable-terminations/18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 18,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/18/?format=api",
"display": "Cable cloudflare eno1 to XGE1/0/20",
"cable": 23,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 24,
"termination": {
"id": 24,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/24/?format=api",
"display": "XGE1/0/20",
"device": {
"id": 1,
"url": "https://netbox.c3voc.de/api/dcim/devices/1/?format=api",
"display": "swt-colo-1",
"name": "swt-colo-1"
},
"name": "XGE1/0/20",
"cable": 23,
"_occupied": true
},
"created": "2023-10-20T18:10:31.055368Z",
"last_updated": "2023-10-20T18:10:31.405699Z"
}