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

{
    "id": 94,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/94/?format=api",
    "display": "Cable #47 to psu1 (DC 12-57V)",
    "cable": 47,
    "cable_end": "B",
    "termination_type": "dcim.powerport",
    "termination_id": 1,
    "termination": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/1/?format=api",
        "display": "psu1 (DC 12-57V)",
        "device": {
            "id": 1,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/1/?format=api",
            "display": "kn6plv-he-switch",
            "name": "kn6plv-he-switch",
            "description": ""
        },
        "name": "psu1",
        "description": "",
        "cable": {
            "id": 47,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/47/?format=api",
            "display": "#47",
            "label": "",
            "description": ""
        },
        "_occupied": true
    },
    "created": "2024-12-10T04:58:57.391087Z",
    "last_updated": "2024-12-10T04:58:57.391118Z"
}