GET /api/dcim/racks/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/racks/2/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/racks/2/?format=api",
    "display": "SBM.7.0",
    "name": "SBM.7.0",
    "facility_id": null,
    "site": {
        "id": 2,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/2/?format=api",
        "display": "San Bruno Mtn 7",
        "name": "San Bruno Mtn 7",
        "slug": "san-bruno-mtn-7",
        "description": ""
    },
    "location": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "serial": "",
    "asset_tag": null,
    "rack_type": null,
    "form_factor": {
        "value": "2-post-frame",
        "label": "2-post frame"
    },
    "width": {
        "value": 19,
        "label": "19 inches"
    },
    "u_height": 42,
    "starting_unit": 1,
    "weight": null,
    "max_weight": null,
    "weight_unit": null,
    "desc_units": false,
    "outer_width": null,
    "outer_height": null,
    "outer_depth": null,
    "outer_unit": null,
    "mounting_depth": null,
    "airflow": null,
    "description": "",
    "comments": "",
    "tags": [],
    "custom_fields": {},
    "created": "2024-12-05T21:42:25.140127Z",
    "last_updated": "2024-12-10T23:09:54.878280Z",
    "device_count": 6,
    "powerfeed_count": 0
}