GET /api/dcim/cable-terminations/113/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 113,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/113/?format=api",
"display": "Cable #57 to eth1",
"cable": 57,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 425,
"termination": {
"id": 425,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/425/?format=api",
"display": "eth1",
"device": {
"id": 86,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/86/?format=api",
"display": "ORCA-Nano",
"name": "ORCA-Nano",
"description": ""
},
"name": "eth1",
"description": "",
"cable": {
"id": 57,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/57/?format=api",
"display": "#57",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T01:32:11.083986Z",
"last_updated": "2024-12-11T01:32:11.084005Z"
}