GET /api/dcim/cable-terminations/110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 110,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/110/?format=api",
"display": "Cable #55 to Ether1",
"cable": 55,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 364,
"termination": {
"id": 364,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/364/?format=api",
"display": "Ether1",
"device": {
"id": 73,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/73/?format=api",
"display": "KJ6WEG-OAK-ORCA-HAP2",
"name": "KJ6WEG-OAK-ORCA-HAP2",
"description": ""
},
"name": "Ether1",
"description": "",
"cable": {
"id": 55,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/55/?format=api",
"display": "#55",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T01:28:04.175499Z",
"last_updated": "2024-12-11T01:28:04.175516Z"
}