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

{
    "id": 9,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/9/?format=api",
    "display": "Cable #5 to eth1_emac1 (Ethernet)",
    "cable": 5,
    "cable_end": "A",
    "termination_type": "dcim.interface",
    "termination_id": 197,
    "termination": {
        "id": 197,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/197/?format=api",
        "display": "eth1_emac1 (Ethernet)",
        "device": {
            "id": 30,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/30/?format=api",
            "display": "kn6plv-he-mimosa",
            "name": "kn6plv-he-mimosa",
            "description": ""
        },
        "name": "eth1_emac1",
        "description": "",
        "cable": {
            "id": 5,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/5/?format=api",
            "display": "#5",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-06T06:36:18.852964Z",
    "last_updated": "2024-12-06T06:36:18.852991Z"
}