GET /api/dcim/cable-terminations/149/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 149,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/149/?format=api",
"display": "Cable #73 to ether1",
"cable": 73,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 422,
"termination": {
"id": 422,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/422/?format=api",
"display": "ether1",
"device": {
"id": 84,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/84/?format=api",
"display": "KJ6WEG-fishcam",
"name": "KJ6WEG-fishcam",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 73,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/73/?format=api",
"display": "#73",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-13T05:35:00.204749Z",
"last_updated": "2024-12-13T05:35:00.204757Z"
}