DemandFlow Support Centre

ROOMDENSITY: Room density

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Room power density classification tiers with W/sq ft and kW/rack ranges for capacity planning.

ROOMDENSITY: Room density

The ROOMDENSITY entity: Room power density classification tiers with W/sq ft and kW/rack ranges for capacity planning.

Default definition. This article describes the default ROOMDENSITY definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ROOMDENSITY.

Entity properties

PropertyValue
Entity codeROOMDENSITY
Display nameRoom density
PluralRoom densities
Level250

Use cases

ROOMDENSITY is a lookup entity referenced by ROOM (as density) to classify the power density tier of a data hall. Beyond name and description, it defines density ranges in two units: watts per square foot (minWattsSqft, maxWattsSqft) and kilowatts per rack (minKwPerRack, maxKwPerRack). These dual metrics serve different planning perspectives: W/sq ft for facility-level cooling design, kW/rack for customer provisioning and SLA definition.

Typical tiers range from low density (~3-5 kW/rack) through medium (~8-15 kW/rack) to high density (~20-40+ kW/rack). The color field enables visual heat-map overlays on floor plans. Uses a flat definition structure with grid view.

Fields

Room density

FieldTypeRequiredNotes
nametextYesName
minWattsSqftnumberMinimum power density in watts per square foot
maxWattsSqftnumberMaximum power density in watts per square foot
minKwPerRacknumberMinimum power density in kilowatts per rack
maxKwPerRacknumberMaximum power density in kilowatts per rack
colorcolorColor for visualization
descriptiontext (multi-line)Description

Relationships

  • No declared relationships in the default definition.

Creating a Room density via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ROOMDENSITY",
  "level":    250,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "minWattsSqft":    1,
  "maxWattsSqft":    1,
  "minKwPerRack":    1
}

Listing Room densities records

GET /v1/entities/ROOMDENSITY/SUB

See also

roomdensityroom densityroom densitiesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base