GET /api/dcim/cable-terminations/180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 180,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/180/?format=api",
"display": "Cable #85 to ether1",
"cable": 85,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 485,
"termination": {
"id": 485,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/485/?format=api",
"display": "ether1",
"device": {
"id": 112,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/112/?format=api",
"display": "HE Roof Switch",
"name": "HE Roof Switch",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 85,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/85/?format=api",
"display": "#85",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2026-05-06T07:26:34.217215Z",
"last_updated": "2026-05-06T07:26:34.217222Z"
}