GET /api/dcim/cable-terminations/70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 70,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/70/?format=api",
"display": "Cable #35 to ether1",
"cable": 35,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 275,
"termination": {
"id": 275,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/275/?format=api",
"display": "ether1",
"device": {
"id": 58,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/58/?format=api",
"display": "KN6PLV-BrkOxfLA-Yebes",
"name": "KN6PLV-BrkOxfLA-Yebes",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 35,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/35/?format=api",
"display": "#35",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-08T21:26:20.142053Z",
"last_updated": "2024-12-08T21:26:20.142076Z"
}