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

{
    "id": 38,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/38/?format=api",
    "display": "Cable #19 to ether4",
    "cable": 19,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 57,
    "termination": {
        "id": 57,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/57/?format=api",
        "display": "ether4",
        "device": {
            "id": 7,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/7/?format=api",
            "display": "Berkeley Router",
            "name": "Berkeley Router",
            "description": ""
        },
        "name": "ether4",
        "description": "",
        "cable": {
            "id": 19,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/19/?format=api",
            "display": "#19",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T06:43:22.956103Z",
    "last_updated": "2024-12-07T06:43:22.956123Z"
}