GET /api/dcim/cable-terminations/20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 20,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/20/?format=api",
"display": "Cable #10 to eth1",
"cable": 10,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 31,
"termination": {
"id": 31,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/31/?format=api",
"display": "eth1",
"device": {
"id": 4,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/4/?format=api",
"display": "SBM4-EdgeRouterX",
"name": "SBM4-EdgeRouterX",
"description": ""
},
"name": "eth1",
"description": "",
"cable": {
"id": 10,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/10/?format=api",
"display": "#10",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-06T18:48:26.240730Z",
"last_updated": "2024-12-06T18:48:26.240751Z"
}