DemandFlow Support Centre

AIRCONT: Air Containment

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Air containment methods for data centre cooling (e.g. hot aisle, cold aisle, chimney, curtains).

AIRCONT: Air Containment

Air containment methods for data centre cooling (e.g. hot aisle, cold aisle, chimney, curtains).

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

Entity properties

PropertyValue
Entity codeAIRCONT
Display nameAir Containment
PluralAir Containments
Level250

Use cases

AIRCONT is a lookup entity referenced by FLOOR and ROOM (as airContainment) to classify the air containment strategy used to separate hot and cold air streams. Values include hot aisle containment, cold aisle containment, chimney cabinets, strip curtains, hard wall containment, or none. Beyond name and description, it includes an efficiency field rating the relative cooling improvement percentage, which helps compare containment methods when planning new deployments. Effective air containment is one of the most impactful ways to improve PUE. Uses a flat definition structure with grid view.

Fields

General: Air Containment

FieldTypeRequiredNotes
nametextYesName.
efficiencynumberRelative efficiency improvement percentage
descriptiontext (multi-line)Description.

Relationships

  • No declared relationships in the default definition.

Creating a Air Containment via the API

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

{
  "entity":   "AIRCONT",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "description": "Description",
  "efficiency": 0
}

Listing Air Containments records

GET /v1/entities/AIRCONT/SUB

See also

aircontair containmentair containmentscooling

Was this article helpful?

← Back to Knowledge Base