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

{
    "id": 136,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/136/?format=api",
    "display": "Cable #67 to ether2",
    "cable": 67,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 442,
    "termination": {
        "id": 442,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/442/?format=api",
        "display": "ether2",
        "device": {
            "id": 92,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
            "display": "ORCA-EdgePower",
            "name": "ORCA-EdgePower",
            "description": ""
        },
        "name": "ether2",
        "description": "",
        "cable": {
            "id": 67,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/67/?format=api",
            "display": "#67",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T07:26:28.799722Z",
    "last_updated": "2024-12-11T07:26:28.799745Z"
}