GET /api/dcim/cable-terminations/173/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 173,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/173/?format=api",
"display": "Cable #83 to pwr",
"cable": 83,
"cable_end": "B",
"termination_type": "dcim.powerport",
"termination_id": 23,
"termination": {
"id": 23,
"url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/23/?format=api",
"display": "pwr",
"device": {
"id": 21,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/21/?format=api",
"display": "bam-he-srv0",
"name": "bam-he-srv0",
"description": ""
},
"name": "pwr",
"description": "",
"cable": {
"id": 83,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/83/?format=api",
"display": "#83",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2026-05-06T07:13:09.931664Z",
"last_updated": "2026-05-06T07:13:09.931671Z"
}