GET /api/dcim/cable-terminations/88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 88,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/88/?format=api",
"display": "Cable #44 to lan0",
"cable": 44,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 299,
"termination": {
"id": 299,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/299/?format=api",
"display": "lan0",
"device": {
"id": 64,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/64/?format=api",
"display": "N9JIM-Allison-90sec-210",
"name": "N9JIM-Allison-90sec-210",
"description": ""
},
"name": "lan0",
"description": "",
"cable": {
"id": 44,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/44/?format=api",
"display": "#44",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-09T07:05:46.560270Z",
"last_updated": "2024-12-09T07:05:46.560291Z"
}