GET /api/dcim/cable-terminations/60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 60,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/60/?format=api",
"display": "Cable #30 to ether5",
"cable": 30,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 23,
"termination": {
"id": 23,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/23/?format=api",
"display": "ether5",
"device": {
"id": 3,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/3/?format=api",
"display": "kn6plv-he-router",
"name": "kn6plv-he-router",
"description": ""
},
"name": "ether5",
"description": "",
"cable": {
"id": 30,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/30/?format=api",
"display": "#30",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-07T23:03:46.903711Z",
"last_updated": "2024-12-07T23:03:46.903734Z"
}