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