GET /api/dcim/cable-terminations/10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 10,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/10/?format=api",
"display": "Cable #5 to ether8",
"cable": 5,
"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": 5,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/5/?format=api",
"display": "#5",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-06T06:36:19.063622Z",
"last_updated": "2024-12-06T06:36:19.063642Z"
}