GET /api/dcim/cable-terminations/39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 39,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/39/?format=api",
"display": "Cable #20 to pwr-in",
"cable": 20,
"cable_end": "A",
"termination_type": "dcim.powerport",
"termination_id": 32,
"termination": {
"id": 32,
"url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/32/?format=api",
"display": "pwr-in",
"device": {
"id": 51,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
"display": "PDU",
"name": "PDU",
"description": ""
},
"name": "pwr-in",
"description": "",
"cable": {
"id": 20,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
"display": "#20",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-07T07:36:24.862141Z",
"last_updated": "2024-12-07T07:36:24.862159Z"
}