GET /api/dcim/cable-terminations/85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 85,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/85/?format=api",
"display": "Cable #43 to Ether1",
"cable": 43,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 291,
"termination": {
"id": 291,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/291/?format=api",
"display": "Ether1",
"device": {
"id": 63,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/63/?format=api",
"display": "N9JIM-ALLISON-HAPAC2",
"name": "N9JIM-ALLISON-HAPAC2",
"description": ""
},
"name": "Ether1",
"description": "",
"cable": {
"id": 43,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/43/?format=api",
"display": "#43",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-09T07:05:00.131780Z",
"last_updated": "2024-12-09T07:05:00.131805Z"
}