DemandFlow Support Centre

TILE: Floor Tile

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A raised floor tile in a data centre room, tracking airflow, cabling, load, and condition.

TILE: Floor Tile

A raised floor tile in a data centre room, tracking airflow, cabling, load, and condition.

Default definition. This article describes the default TILE 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 TILE.

Entity properties

PropertyValue
Entity codeTILE
Display nameFloor Tile
PluralFloor Tiles
Level260

Use cases

A raised floor tile in a data centre room, tracking airflow, cabling, load, and condition.

TILE represents an individual raised floor tile within a ROOM, identified by a grid reference (e.g. A1, B2) using gridRow and gridColumn fields, plus X/Y coordinates for spatial placement on the room map. Each tile references three lookup entities: TILETYPE (solid, perforated, grated etc.), TILESIZE (dimensions in inches/mm), and TILEMATERIAL (steel, aluminium, etc. with load and fire ratings). Physical properties include load rating vs current load for weight management. Airflow fields capture rated and measured CFM values, with hot/cold aisle flags to map airflow patterns across the room. Temperature readings with timestamps support environmental monitoring. Under-floor infrastructure tracks cabling presence and types (power, copper data, fibre, cooling pipes), power whip and data patch access points, and obstruction level (clear through severe) which affects airflow and maintenance access. Condition tracking uses a six-level scale (Excellent through Missing) with inspection and maintenance scheduling. Association fields link tiles to nearby RACK records (nearest rack, serves racks for cooling tiles) and sensor IDs for integration with environmental monitoring systems. This granular tile-level data enables CFD modelling, cooling optimisation, and cable pathway planning.

Fields

Identification

FieldTypeRequiredNotes
nametextYesGrid reference (e.g., A1, B2)
roomreference → ROOMYesParent Room.
gridRowtextYesRow identifier (e.g., A, B, C)
gridColumnnumberYesColumn number
xCoordinatenumberDistance from room origin
yCoordinatenumberDistance from room origin

Physical Properties

FieldTypeRequiredNotes
tileTypereference → TILETYPEYesTile Type.
tileSizereference → TILESIZETile Size.
materialreference → TILEMATERIALMaterial.
loadRatingnumberMaximum static load capacity
currentLoadnumberEstimated current load

Airflow & Environment

FieldTypeRequiredNotes
airflowRatingnumberCubic feet per minute
actualAirflownumberMeasured Airflow (CFM).
isHotAislebooleanHot Aisle Location.
isColdAislebooleanCold Aisle Location.
temperaturenumberCurrent Temperature (°F). Read only.
lastTempReadingdateLast Temperature Reading. Read only.

Under-floor Infrastructure

FieldTypeRequiredNotes
hasCablingbooleanContains Cabling.
cableTypesmultiselectCable Types Present.
hasPowerWhipbooleanPower Whip Access.
hasDataPatchbooleanData Patch Access.
obstructionLevelenumValid ids: 1 (Clear), 2 (Minimal), 3 (Moderate), 4 (Severe).

Maintenance & Condition

FieldTypeRequiredNotes
conditionenumValid ids: 1 (Excellent), 2 (Good), 3 (Fair), 4 (Poor), 5 (Damaged), 6 (Missing).
lastInspectionDatedateLast Inspection Date.
nextMaintenanceDatedateNext Maintenance Date.
notestext (multi-line)Maintenance notes or special conditions

Adjacent Equipment

FieldTypeRequiredNotes
suitetextLogical grouping (e.g., Customer Cage A, Network Zone)
nearestRackreference → RACKNearest Rack.
servesRacksmultiselectRacks that receive cooling from this tile

Sensor Data

FieldTypeRequiredNotes
temperatureSensortextTemperature Sensor ID.
airflowSensortextAirflow Sensor ID.

Relationships

  • Lookups: room points at a ROOM record; tileType points at a TILETYPE record; tileSize points at a TILESIZE record; material points at a TILEMATERIAL record; nearestRack points at a RACK record.

Creating a Floor Tile via the API

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

{
  "entity":   "TILE",
  "level":    260,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "room": "",
  "gridRow": "Example gridRow",
  "gridColumn": 0
}

Listing Floor Tiles

GET /v1/entities/TILE/SUB

See also

tilefloortiles

Was this article helpful?

← Back to Knowledge Base