GET /api/dcim/cable-terminations/68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 68,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/68/?format=api",
    "display": "Cable #34 to lan0",
    "cable": 34,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 273,
    "termination": {
        "id": 273,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/273/?format=api",
        "display": "lan0",
        "device": {
            "id": 57,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/57/?format=api",
            "display": "KN6PLV-BrkOxfLA-Webb",
            "name": "KN6PLV-BrkOxfLA-Webb",
            "description": ""
        },
        "name": "lan0",
        "description": "",
        "cable": {
            "id": 34,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/34/?format=api",
            "display": "#34",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-08T21:19:02.329994Z",
    "last_updated": "2024-12-08T21:19:02.330015Z"
}