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

{
    "id": 91,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/91/?format=api",
    "display": "Cable #46 to pwr1",
    "cable": 46,
    "cable_end": "A",
    "termination_type": "dcim.poweroutlet",
    "termination_id": 2,
    "termination": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-outlets/2/?format=api",
        "display": "pwr1",
        "device": {
            "id": 51,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/51/?format=api",
            "display": "PDU",
            "name": "PDU",
            "description": ""
        },
        "name": "pwr1",
        "description": "",
        "cable": {
            "id": 46,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/46/?format=api",
            "display": "#46",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-10T04:58:32.553011Z",
    "last_updated": "2024-12-10T04:58:32.553033Z"
}