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
| Property | Value |
|---|---|
| Entity code | AIRCONT |
| Display name | Air Containment |
| Plural | Air Containments |
| Level | 250 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
efficiency | number | Relative efficiency improvement percentage | |
description | text (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