GET /api/dcim/cable-terminations/182/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 182,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/182/?format=api",
"display": "Cable #86 to ether8",
"cable": 86,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 26,
"termination": {
"id": 26,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/26/?format=api",
"display": "ether8",
"device": {
"id": 3,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
"display": "kn6plv-he-router",
"name": "kn6plv-he-router",
"description": ""
},
"name": "ether8",
"description": "",
"cable": {
"id": 86,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/86/?format=api",
"display": "#86",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2026-05-06T07:27:48.400902Z",
"last_updated": "2026-05-06T07:27:48.400910Z"
}