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

{
    "id": 11,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-bays/11/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-bays/11/?format=api",
    "display": "bay2",
    "device": {
        "id": 98,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/98/?format=api",
        "display": "Shelf (edgepower + edgeswitch)",
        "name": "Shelf (edgepower + edgeswitch)",
        "description": ""
    },
    "name": "bay2",
    "label": "",
    "description": "",
    "installed_device": {
        "id": 26,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/26/?format=api",
        "display": "ORCA-EdgeSwitch8",
        "name": "ORCA-EdgeSwitch8",
        "description": ""
    },
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T07:03:47.938934Z",
    "last_updated": "2024-12-11T07:07:49.711437Z"
}