GET /api/dcim/cable-terminations/153/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 153,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/153/?format=api",
"display": "Cable #75 to lan0",
"cable": 75,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 420,
"termination": {
"id": 420,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/420/?format=api",
"display": "lan0",
"device": {
"id": 83,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/83/?format=api",
"display": "KJ6WEG-OAK-FishRanch-SectorM5",
"name": "KJ6WEG-OAK-FishRanch-SectorM5",
"description": ""
},
"name": "lan0",
"description": "",
"cable": {
"id": 75,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/75/?format=api",
"display": "#75",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-13T05:35:39.515978Z",
"last_updated": "2024-12-13T05:35:39.515986Z"
}