GET /api/dcim/cable-terminations/69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 69,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/69/?format=api",
"display": "Cable #35 to ether8",
"cable": 35,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 61,
"termination": {
"id": 61,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/61/?format=api",
"display": "ether8",
"device": {
"id": 7,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
"display": "Berkeley Router",
"name": "Berkeley Router",
"description": ""
},
"name": "ether8",
"description": "",
"cable": {
"id": 35,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/35/?format=api",
"display": "#35",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-08T21:26:19.957854Z",
"last_updated": "2024-12-08T21:26:19.957876Z"
}