GET /api/dcim/cable-terminations/46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 46,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/46/?format=api",
"display": "Cable #23 to interface 0/8",
"cable": 23,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 178,
"termination": {
"id": 178,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/178/?format=api",
"display": "interface 0/8",
"device": {
"id": 27,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/27/?format=api",
"display": "FishRanch-EdgeSwitch8",
"name": "FishRanch-EdgeSwitch8",
"description": ""
},
"name": "interface 0/8",
"description": "",
"cable": {
"id": 23,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/23/?format=api",
"display": "#23",
"label": "",
"description": "Wireless Wire"
},
"_occupied": true
},
"created": "2024-12-07T18:29:29.760586Z",
"last_updated": "2024-12-07T18:29:29.760610Z"
}