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

{
    "id": 177,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/177/?format=api",
    "display": "Cable #84 to AC-IN",
    "cable": 84,
    "cable_end": "A",
    "termination_type": "dcim.powerport",
    "termination_id": 68,
    "termination": {
        "id": 68,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/68/?format=api",
        "display": "AC-IN",
        "device": {
            "id": 115,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/115/?format=api",
            "display": "Roof POE Injector",
            "name": "Roof POE Injector",
            "description": ""
        },
        "name": "AC-IN",
        "description": "",
        "cable": {
            "id": 84,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/84/?format=api",
            "display": "#84",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2026-05-06T07:26:05.066693Z",
    "last_updated": "2026-05-06T07:26:05.066704Z"
}