GET /api/dcim/cable-terminations/142/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 142,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/142/?format=api",
"display": "Cable #70 to ether1",
"cable": 70,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 450,
"termination": {
"id": 450,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/450/?format=api",
"display": "ether1",
"device": {
"id": 95,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/95/?format=api",
"display": "SR-EdgePower",
"name": "SR-EdgePower",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 70,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/70/?format=api",
"display": "#70",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T08:14:36.207242Z",
"last_updated": "2024-12-11T08:14:36.207265Z"
}