GET /api/dcim/cable-terminations/154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 154,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/154/?format=api",
"display": "Cable #76 to eth0",
"cable": 76,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 92,
"termination": {
"id": 92,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/92/?format=api",
"display": "eth0",
"device": {
"id": 13,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/13/?format=api",
"display": "KN6PLV-CCCC-ER",
"name": "KN6PLV-CCCC-ER",
"description": ""
},
"name": "eth0",
"description": "",
"cable": {
"id": 76,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/76/?format=api",
"display": "#76",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-30T22:11:59.110952Z",
"last_updated": "2024-12-30T22:11:59.110961Z"
}