GET /api/dcim/cable-terminations/65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 65,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/65/?format=api",
"display": "Cable #33 to ether6",
"cable": 33,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 59,
"termination": {
"id": 59,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/59/?format=api",
"display": "ether6",
"device": {
"id": 7,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
"display": "Berkeley Router",
"name": "Berkeley Router",
"description": ""
},
"name": "ether6",
"description": "",
"cable": {
"id": 33,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/33/?format=api",
"display": "#33",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-08T21:18:22.999392Z",
"last_updated": "2024-12-08T21:18:22.999416Z"
}