GET /api/dcim/cable-terminations/125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 125,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/125/?format=api",
"display": "Cable #62 to eth1",
"cable": 62,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 70,
"termination": {
"id": 70,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/70/?format=api",
"display": "eth1",
"device": {
"id": 9,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/9/?format=api",
"display": "KN6PLV-SR-ER-X",
"name": "KN6PLV-SR-ER-X",
"description": ""
},
"name": "eth1",
"description": "",
"cable": {
"id": 62,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/62/?format=api",
"display": "#62",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T02:08:38.250942Z",
"last_updated": "2024-12-11T02:08:38.250961Z"
}