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

{
    "id": 144,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/144/?format=api",
    "display": "Cable #71 to pwr",
    "cable": 71,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 21,
    "termination": {
        "id": 21,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/21/?format=api",
        "display": "pwr",
        "device": {
            "id": 101,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/101/?format=api",
            "display": "ORCA Battery",
            "name": "ORCA Battery",
            "description": ""
        },
        "name": "pwr",
        "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.791752Z",
    "last_updated": "2024-12-13T04:22:41.791762Z"
}