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

{
    "id": 18,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/18/?format=api",
    "display": "Cable #9 to eth0 (Ethernet)",
    "cable": 9,
    "cable_end": "B",
    "termination_type": "dcim.interface",
    "termination_id": 211,
    "termination": {
        "id": 211,
        "url": "https://netbox.bayareabackbone.com/api/dcim/interfaces/211/?format=api",
        "display": "eth0 (Ethernet)",
        "device": {
            "id": 34,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/34/?format=api",
            "display": "Wolfback AP",
            "name": "Wolfback AP",
            "description": ""
        },
        "name": "eth0",
        "description": "",
        "cable": {
            "id": 9,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/9/?format=api",
            "display": "#9",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-06T17:30:33.359418Z",
    "last_updated": "2024-12-06T17:30:33.359440Z"
}