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

{
    "id": 43,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/43/?format=api",
    "display": "Cable #22 to eth0 (Ethernet)",
    "cable": 22,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 220,
    "termination": {
        "id": 220,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/220/?format=api",
        "display": "eth0 (Ethernet)",
        "device": {
            "id": 37,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/37/?format=api",
            "display": "ORCA-AF-to-Wolfback",
            "name": "ORCA-AF-to-Wolfback",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": {
            "id": 22,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/22/?format=api",
            "display": "#22",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-07T18:27:22.523348Z",
    "last_updated": "2024-12-07T18:27:22.523368Z"
}