GET /api/dcim/cable-terminations/24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 24,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/24/?format=api",
"display": "Cable #12 to eth0 (Ethernet)",
"cable": 12,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 250,
"termination": {
"id": 250,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/250/?format=api",
"display": "eth0 (Ethernet)",
"device": {
"id": 47,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/47/?format=api",
"display": "San Pedro CPE",
"name": "San Pedro CPE",
"description": ""
},
"name": "eth0",
"description": "",
"cable": {
"id": 12,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/12/?format=api",
"display": "#12",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-06T18:52:34.135565Z",
"last_updated": "2024-12-06T18:52:34.135620Z"
}