GET /api/dcim/cable-terminations/15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 15,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/15/?format=api",
"display": "Cable #8 to ether2",
"cable": 8,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 55,
"termination": {
"id": 55,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/55/?format=api",
"display": "ether2",
"device": {
"id": 7,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
"display": "Berkeley Router",
"name": "Berkeley Router",
"description": ""
},
"name": "ether2",
"description": "",
"cable": {
"id": 8,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/8/?format=api",
"display": "#8",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-06T17:28:49.220271Z",
"last_updated": "2024-12-06T17:28:49.220295Z"
}