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

{
    "id": 5,
    "url": "https://netbox.c3voc.de/api/dcim/racks/5/?format=api",
    "display": "FOH Module",
    "name": "FOH Module",
    "facility_id": null,
    "site": {
        "id": 1,
        "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
        "display": "Event",
        "name": "Event",
        "slug": "event"
    },
    "location": {
        "id": 4,
        "url": "https://netbox.c3voc.de/api/dcim/locations/4/?format=api",
        "display": "case4",
        "name": "case4",
        "slug": "case4",
        "_depth": 0
    },
    "tenant": null,
    "status": {
        "value": "planned",
        "label": "Planned"
    },
    "role": null,
    "serial": "",
    "asset_tag": null,
    "type": null,
    "width": {
        "value": 19,
        "label": "19 inches"
    },
    "u_height": 4,
    "starting_unit": 1,
    "weight": null,
    "max_weight": null,
    "weight_unit": null,
    "desc_units": false,
    "outer_width": null,
    "outer_depth": null,
    "outer_unit": null,
    "mounting_depth": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2025-05-24T14:15:03.571372Z",
    "last_updated": "2025-05-24T14:15:03.571381Z",
    "device_count": 6,
    "powerfeed_count": 0
}