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

{
    "id": 99,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/99/?format=api",
    "display": "Cable #50 to pwr5",
    "cable": 50,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 6,
    "termination": {
        "id": 6,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/6/?format=api",
        "display": "pwr5",
        "device": {
            "id": 51,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
            "display": "PDU",
            "name": "PDU",
            "description": ""
        },
        "name": "pwr5",
        "description": "",
        "cable": {
            "id": 50,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/50/?format=api",
            "display": "#50",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-10T04:59:54.080628Z",
    "last_updated": "2024-12-10T04:59:54.080648Z"
}