GET /api/dcim/cable-terminations/107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 107,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/107/?format=api",
"display": "Cable #54 to interface 0/3",
"cable": 54,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 163,
"termination": {
"id": 163,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/163/?format=api",
"display": "interface 0/3",
"device": {
"id": 26,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
"display": "ORCA-EdgeSwitch8",
"name": "ORCA-EdgeSwitch8",
"description": ""
},
"name": "interface 0/3",
"description": "",
"cable": {
"id": 54,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/54/?format=api",
"display": "#54",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T01:27:09.299406Z",
"last_updated": "2024-12-11T01:27:09.299426Z"
}