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

{
    "id": 159,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/159/?format=api",
    "display": "Cable #78 to eth0",
    "cable": 78,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 456,
    "termination": {
        "id": 456,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/456/?format=api",
        "display": "eth0",
        "device": {
            "id": 103,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/103/?format=api",
            "display": "4CCCC-3AF-B2",
            "name": "4CCCC-3AF-B2",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": {
            "id": 78,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/78/?format=api",
            "display": "#78",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-30T22:24:26.119050Z",
    "last_updated": "2024-12-30T22:24:26.119057Z"
}