GET /api/dcim/cable-terminations/59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 59,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/59/?format=api",
"display": "Cable #30 to lan",
"cable": 30,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 269,
"termination": {
"id": 269,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/269/?format=api",
"display": "lan",
"device": {
"id": 54,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/54/?format=api",
"display": "Mimosa Power",
"name": "Mimosa Power",
"description": ""
},
"name": "lan",
"description": "",
"cable": {
"id": 30,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/30/?format=api",
"display": "#30",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-07T23:03:46.702342Z",
"last_updated": "2024-12-07T23:03:46.702367Z"
}