GET /api/dcim/cable-terminations/61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 61,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/61/?format=api",
"display": "Cable #31 to lan",
"cable": 31,
"cable_end": "A",
"termination_type": "dcim.interface",
"termination_id": 270,
"termination": {
"id": 270,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/270/?format=api",
"display": "lan",
"device": {
"id": 55,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/55/?format=api",
"display": "Mimosa Power",
"name": "Mimosa Power",
"description": ""
},
"name": "lan",
"description": "",
"cable": {
"id": 31,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/31/?format=api",
"display": "#31",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-07T23:09:11.813402Z",
"last_updated": "2024-12-07T23:09:11.813424Z"
}