GET /api/dcim/cable-terminations/97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 97,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/97/?format=api",
"display": "Cable #49 to pwr4",
"cable": 49,
"cable_end": "A",
"termination_type": "dcim.poweroutlet",
"termination_id": 5,
"termination": {
"id": 5,
"url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/5/?format=api",
"display": "pwr4",
"device": {
"id": 51,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
"display": "PDU",
"name": "PDU",
"description": ""
},
"name": "pwr4",
"description": "",
"cable": {
"id": 49,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/49/?format=api",
"display": "#49",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-10T04:59:43.691435Z",
"last_updated": "2024-12-10T04:59:43.691454Z"
}