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

{
    "id": 40,
    "url": "https://netbox.bayareabackbone.com/api/dcim/cable-terminations/40/?format=api",
    "display": "Cable #20 to fmt2.1500.06.51",
    "cable": 20,
    "cable_end": "B",
    "termination_type": "dcim.powerfeed",
    "termination_id": 1,
    "termination": {
        "id": 1,
        "url": "https://netbox.bayareabackbone.com/api/dcim/power-feeds/1/?format=api",
        "display": "fmt2.1500.06.51",
        "name": "fmt2.1500.06.51",
        "cable": {
            "id": 20,
            "url": "https://netbox.bayareabackbone.com/api/dcim/cables/20/?format=api",
            "display": "#20",
            "label": "",
            "description": ""
        },
        "description": "",
        "_occupied": true
    },
    "created": "2024-12-07T07:36:24.938537Z",
    "last_updated": "2024-12-07T07:36:24.938556Z"
}