GET /api/dcim/cable-terminations/41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 41,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/41/?format=api",
"display": "Cable #21 to interface 0/7",
"cable": 21,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 167,
"termination": {
"id": 167,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/167/?format=api",
"display": "interface 0/7",
"device": {
"id": 26,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
"display": "ORCA-EdgeSwitch8",
"name": "ORCA-EdgeSwitch8",
"description": ""
},
"name": "interface 0/7",
"description": "",
"cable": {
"id": 21,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/21/?format=api",
"display": "#21",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-07T18:25:54.358706Z",
"last_updated": "2024-12-07T18:25:54.358768Z"
}