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

{
    "id": 116,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/116/?format=api",
    "display": "Cable #58 to lan0",
    "cable": 58,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 414,
    "termination": {
        "id": 414,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/414/?format=api",
        "display": "lan0",
        "device": {
            "id": 80,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/80/?format=api",
            "display": "KJ6WEG-OAK-ORCA-Sector-SW",
            "name": "KJ6WEG-OAK-ORCA-Sector-SW",
            "description": ""
        },
        "name": "lan0",
        "description": "",
        "cable": {
            "id": 58,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/58/?format=api",
            "display": "#58",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T01:32:33.016955Z",
    "last_updated": "2024-12-11T01:32:33.016973Z"
}