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

{
    "id": 118,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/118/?format=api",
    "display": "Cable #59 to ether1",
    "cable": 59,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 430,
    "termination": {
        "id": 430,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/430/?format=api",
        "display": "ether1",
        "device": {
            "id": 88,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/88/?format=api",
            "display": "W6SRR-SR-LIVERMORE",
            "name": "W6SRR-SR-LIVERMORE",
            "description": ""
        },
        "name": "ether1",
        "description": "",
        "cable": {
            "id": 59,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/59/?format=api",
            "display": "#59",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T02:03:13.811492Z",
    "last_updated": "2024-12-11T02:03:13.811511Z"
}