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

{
    "id": 44,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/44/?format=api",
    "display": "Cable #22 to interface 0/1",
    "cable": 22,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 161,
    "termination": {
        "id": 161,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/161/?format=api",
        "display": "interface 0/1",
        "device": {
            "id": 26,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
            "display": "ORCA-EdgeSwitch8",
            "name": "ORCA-EdgeSwitch8",
            "description": ""
        },
        "name": "interface 0/1",
        "description": "",
        "cable": {
            "id": 22,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/22/?format=api",
            "display": "#22",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T18:27:22.641252Z",
    "last_updated": "2024-12-07T18:27:22.641271Z"
}