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

{
    "id": 175,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/175/?format=api",
    "display": "Cable #49 to pwr9",
    "cable": 49,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 10,
    "termination": {
        "id": 10,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/10/?format=api",
        "display": "pwr9",
        "device": {
            "id": 51,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
            "display": "PDU",
            "name": "PDU",
            "description": ""
        },
        "name": "pwr9",
        "description": "",
        "cable": {
            "id": 49,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/49/?format=api",
            "display": "#49",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2026-05-06T07:15:01.691271Z",
    "last_updated": "2026-05-06T07:15:01.691279Z"
}