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

{
    "id": 145,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/145/?format=api",
    "display": "Cable #71 to battery",
    "cable": 71,
    "cable_end": "B",
    "termination_type": "dcim.powerport",
    "termination_id": 52,
    "termination": {
        "id": 52,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/52/?format=api",
        "display": "battery",
        "device": {
            "id": 92,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/92/?format=api",
            "display": "ORCA-EdgePower",
            "name": "ORCA-EdgePower",
            "description": ""
        },
        "name": "battery",
        "description": "",
        "cable": {
            "id": 71,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/71/?format=api",
            "display": "#71",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-13T04:22:41.820610Z",
    "last_updated": "2024-12-13T04:22:41.820617Z"
}