GET /api/dcim/cable-terminations/27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 27,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/27/?format=api",
"display": "Cable storage 1 to enp3s0f1",
"cable": 28,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 107,
"termination": {
"id": 107,
"url": "https://netbox.c3voc.de/api/dcim/interfaces/107/?format=api",
"display": "enp3s0f1",
"device": {
"id": 6,
"url": "https://netbox.c3voc.de/api/dcim/devices/6/?format=api",
"display": "storage",
"name": "storage"
},
"name": "enp3s0f1",
"cable": 28,
"_occupied": true
},
"created": "2023-10-20T18:10:31.055368Z",
"last_updated": "2023-10-20T18:10:31.405699Z"
}