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

{
    "id": 92,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/92/?format=api",
    "display": "Cable #46 to pwr-out",
    "cable": 46,
    "cable_end": "B",
    "termination_type": "dcim.powerport",
    "termination_id": 34,
    "termination": {
        "id": 34,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-ports/34/?format=api",
        "display": "pwr-out",
        "device": {
            "id": 54,
            "url": "https://netbox.bayareabackbone.com/api/dcim/devices/54/?format=api",
            "display": "Mimosa Power",
            "name": "Mimosa Power",
            "description": ""
        },
        "name": "pwr-out",
        "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.599288Z",
    "last_updated": "2024-12-10T04:58:32.599304Z"
}