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

{
    "id": 6,
    "url": "https://netbox.bayareabackbone.com/api/dcim/racks/6/?format=api",
    "display_url": "https://netbox.bayareabackbone.com/dcim/racks/6/?format=api",
    "display": "SR.0",
    "name": "SR.0",
    "facility_id": null,
    "site": {
        "id": 7,
        "url": "https://netbox.bayareabackbone.com/api/dcim/sites/7/?format=api",
        "display": "Sunol Ridge",
        "name": "Sunol Ridge",
        "slug": "sunol-ridge",
        "description": ""
    },
    "location": null,
    "tenant": null,
    "status": {
        "value": "active",
        "label": "Active"
    },
    "role": null,
    "serial": "",
    "asset_tag": null,
    "rack_type": null,
    "form_factor": {
        "value": "4-post-cabinet",
        "label": "4-post cabinet"
    },
    "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-11T06:26:19.754890Z",
    "last_updated": "2024-12-11T06:26:19.754912Z",
    "device_count": 3,
    "powerfeed_count": 0
}