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

{
    "id": 123,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/123/?format=api",
    "display": "Cable #61 to eth4",
    "cable": 61,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 73,
    "termination": {
        "id": 73,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/73/?format=api",
        "display": "eth4",
        "device": {
            "id": 9,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/9/?format=api",
            "display": "KN6PLV-SR-ER-X",
            "name": "KN6PLV-SR-ER-X",
            "description": ""
        },
        "name": "eth4",
        "description": "",
        "cable": {
            "id": 61,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/61/?format=api",
            "display": "#61",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-11T02:07:45.136451Z",
    "last_updated": "2024-12-11T02:07:45.136468Z"
}