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

{
    "id": 42,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/42/?format=api",
    "display": "Cable #21 to eth0",
    "cable": 21,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 75,
    "termination": {
        "id": 75,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/75/?format=api",
        "display": "eth0",
        "device": {
            "id": 10,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/10/?format=api",
            "display": "ORCA-EdgeRouterX",
            "name": "ORCA-EdgeRouterX",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": {
            "id": 21,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/21/?format=api",
            "display": "#21",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T18:25:54.546507Z",
    "last_updated": "2024-12-07T18:25:54.546529Z"
}