GET /api/dcim/cable-terminations/6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": 6,
"url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/6/?format=api",
"display": "Cable #3 to ether1",
"cable": 3,
"cable_end": "B",
"termination_type": "dcim.interface",
"termination_id": 157,
"termination": {
"id": 157,
"url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/157/?format=api",
"display": "ether1",
"device": {
"id": 22,
"url": "https://netbox.bayareabackbone.com/api/dcim/devices/22/?format=api",
"display": "bam-he-srv1",
"name": "bam-he-srv1",
"description": ""
},
"name": "ether1",
"description": "",
"cable": {
"id": 3,
"url": "https://netbox.bayareabackbone.com/api/dcim/cables/3/?format=api",
"display": "#3",
"label": "",
"description": ""
},
"_occupied": true
},
"created": "2024-12-06T01:35:13.456409Z",
"last_updated": "2024-12-06T01:35:13.456429Z"
}