GET /api/dcim/cable-terminations/156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 156,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/156/?format=api",
"display": "Cable #77 to Ether1",
"cable": 77,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 324,
"termination": {
"id": 324,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/324/?format=api",
"display": "Ether1",
"device": {
"id": 68,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/68/?format=api",
"display": "WA6KQB-CCCC-HAP",
"name": "WA6KQB-CCCC-HAP",
"description": ""
},
"name": "Ether1",
"description": "",
"cable": {
"id": 77,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/77/?format=api",
"display": "#77",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-30T22:13:07.302360Z",
"last_updated": "2024-12-30T22:13:07.302368Z"
}