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

{
    "id": 161,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/161/?format=api",
    "display": "Cable #79 to eth1",
    "cable": 79,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 457,
    "termination": {
        "id": 457,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/457/?format=api",
        "display": "eth1",
        "device": {
            "id": 103,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/103/?format=api",
            "display": "4CCCC-3AF-B2",
            "name": "4CCCC-3AF-B2",
            "description": ""
        },
        "name": "eth1",
        "description": "",
        "cable": {
            "id": 79,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/79/?format=api",
            "display": "#79",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-31T00:57:54.632082Z",
    "last_updated": "2024-12-31T00:57:54.632090Z"
}