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