GET /api/dcim/cable-terminations/135/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 135,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/135/?format=api",
"display": "Cable #67 to Ether3",
"cable": 67,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 366,
"termination": {
"id": 366,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/366/?format=api",
"display": "Ether3",
"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": "Ether3",
"description": "",
"cable": {
"id": 67,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/67/?format=api",
"display": "#67",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T07:26:28.682787Z",
"last_updated": "2024-12-11T07:26:28.682805Z"
}