GET /api/dcim/cable-terminations/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 3,
"url": "https://netbox.c3voc.de/api/dcim/cable-terminations/3/?format=api",
"display": "Cable #16 to Redundancy",
"cable": 16,
"cable_end": "A",
"termination_type": "dcim.poweroutlet",
"termination_id": 2,
"termination": {
"id": 2,
"url": "https://netbox.c3voc.de/api/dcim/power-outlets/2/?format=api",
"display": "Redundancy",
"device": {
"id": 9,
"url": "https://netbox.c3voc.de/api/dcim/devices/9/?format=api",
"display": "Generic 8-Port Neutrik Patch Panel (9)",
"name": null
},
"name": "Redundancy",
"cable": 16,
"_occupied": true
},
"created": "2023-10-20T18:10:31.055368Z",
"last_updated": "2023-10-20T18:10:31.405699Z"
}