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