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

{
    "id": 155,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/155/?format=api",
    "display": "Cable #76 to eth0 (Ethernet)",
    "cable": 76,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 217,
    "termination": {
        "id": 217,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/217/?format=api",
        "display": "eth0 (Ethernet)",
        "device": {
            "id": 36,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/36/?format=api",
            "display": "CCCC AF to Wolfback",
            "name": "CCCC AF to Wolfback",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": {
            "id": 76,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/76/?format=api",
            "display": "#76",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-30T22:11:59.162350Z",
    "last_updated": "2024-12-30T22:11:59.162358Z"
}