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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "url": "https://netbox.c3voc.de/api/dcim/racks/1/?format=api",
            "display": "Event-Server",
            "name": "Event-Server",
            "facility_id": null,
            "site": {
                "id": 1,
                "url": "https://netbox.c3voc.de/api/dcim/sites/1/?format=api",
                "display": "Event",
                "name": "Event",
                "slug": "event"
            },
            "location": null,
            "tenant": null,
            "status": {
                "value": "active",
                "label": "Active"
            },
            "role": null,
            "serial": "",
            "asset_tag": null,
            "type": null,
            "width": {
                "value": 19,
                "label": "19 inches"
            },
            "u_height": 10,
            "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": "2022-07-23T13:49:37.809596Z",
            "last_updated": "2023-01-08T15:02:44.113575Z",
            "device_count": 14,
            "powerfeed_count": 0
        }
    ]
}