GET /api/dcim/cable-terminations/129/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 129,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/129/?format=api",
"display": "Cable #64 to eth2",
"cable": 64,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 437,
"termination": {
"id": 437,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/437/?format=api",
"display": "eth2",
"device": {
"id": 91,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/91/?format=api",
"display": "Sunol-Nano",
"name": "Sunol-Nano",
"description": ""
},
"name": "eth2",
"description": "",
"cable": {
"id": 64,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/64/?format=api",
"display": "#64",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T02:11:06.266140Z",
"last_updated": "2024-12-11T02:11:06.266157Z"
}