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

{
    "id": 1,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-bays/1/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-bays/1/?format=api",
    "display": "bay1",
    "device": {
        "id": 20,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/20/?format=api",
        "display": "bam-he-srv0+1",
        "name": "bam-he-srv0+1",
        "description": ""
    },
    "name": "bay1",
    "label": "",
    "description": "",
    "installed_device": null,
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:25:05.115016Z",
    "last_updated": "2024-12-06T01:25:05.115046Z"
}