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

{
    "id": 2,
    "url": "https://netbox.bayareabackbone.com/api/dcim/device-bays/2/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/device-bays/2/?format=api",
    "display": "bay2",
    "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": "bay2",
    "label": "",
    "description": "",
    "installed_device": {
        "id": 22,
        "url": "https://netbox.bayareabackbone.com/api/dcim/devices/22/?format=api",
        "display": "bam-he-srv1",
        "name": "bam-he-srv1",
        "description": ""
    },
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-06T01:25:05.115141Z",
    "last_updated": "2024-12-06T01:31:14.750466Z"
}