GET /api/dcim/cable-terminations/111/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 111,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/111/?format=api",
"display": "Cable #56 to eth0",
"cable": 56,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 424,
"termination": {
"id": 424,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/424/?format=api",
"display": "eth0",
"device": {
"id": 86,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/86/?format=api",
"display": "ORCA-Nano",
"name": "ORCA-Nano",
"description": ""
},
"name": "eth0",
"description": "",
"cable": {
"id": 56,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/56/?format=api",
"display": "#56",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-11T01:31:34.324946Z",
"last_updated": "2024-12-11T01:31:34.324965Z"
}