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

{
    "id": 13,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-bays/13/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-bays/13/?format=api",
    "display": "bay2",
    "device": {
        "id": 99,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/99/?format=api",
        "display": "Shelf (phone + er-x + hap)",
        "name": "Shelf (phone + er-x + hap)",
        "description": ""
    },
    "name": "bay2",
    "label": "",
    "description": "",
    "installed_device": {
        "id": 10,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/10/?format=api",
        "display": "ORCA-EdgeRouterX",
        "name": "ORCA-EdgeRouterX",
        "description": ""
    },
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-11T07:08:52.932022Z",
    "last_updated": "2024-12-11T07:10:48.244683Z"
}