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

{
    "id": 102,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/102/?format=api",
    "display": "Cable #51 to eth4",
    "cable": 51,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 108,
    "termination": {
        "id": 108,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/108/?format=api",
        "display": "eth4",
        "device": {
            "id": 15,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/15/?format=api",
            "display": "W6AK-MtVaca-router",
            "name": "W6AK-MtVaca-router",
            "description": ""
        },
        "name": "eth4",
        "description": "",
        "cable": {
            "id": 51,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/51/?format=api",
            "display": "#51",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-10T19:46:05.979780Z",
    "last_updated": "2024-12-10T19:46:05.979802Z"
}