GET /api/dcim/cable-terminations/178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 178,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/178/?format=api",
"display": "Cable #84 to pwr2",
"cable": 84,
"cable_end": "B",
"termination_type": "dcim.poweroutlet",
"termination_id": 3,
"termination": {
"id": 3,
"url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/3/?format=api",
"display": "pwr2",
"device": {
"id": 51,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
"display": "PDU",
"name": "PDU",
"description": ""
},
"name": "pwr2",
"description": "",
"cable": {
"id": 84,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/84/?format=api",
"display": "#84",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2026-05-06T07:26:05.168583Z",
"last_updated": "2026-05-06T07:26:05.168590Z"
}