GET /api/dcim/cable-terminations/137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 137,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/137/?format=api",
"display": "Cable #55 to eth5",
"cable": 55,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 80,
"termination": {
"id": 80,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/80/?format=api",
"display": "eth5",
"device": {
"id": 10,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/10/?format=api",
"display": "ORCA-EdgeRouterX",
"name": "ORCA-EdgeRouterX",
"description": ""
},
"name": "eth5",
"description": "",
"cable": {
"id": 55,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/55/?format=api",
"display": "#55",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T07:28:38.245567Z",
"last_updated": "2024-12-11T07:28:38.245588Z"
}