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

{
    "id": 71,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/71/?format=api",
    "display": "Cable #36 to ether5",
    "cable": 36,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 58,
    "termination": {
        "id": 58,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/58/?format=api",
        "display": "ether5",
        "device": {
            "id": 7,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
            "display": "Berkeley Router",
            "name": "Berkeley Router",
            "description": ""
        },
        "name": "ether5",
        "description": "",
        "cable": {
            "id": 36,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/36/?format=api",
            "display": "#36",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-08T21:34:18.084413Z",
    "last_updated": "2024-12-08T21:34:18.084434Z"
}