DemandFlow Support Centre

COOLARCH: Cooling Architecture

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The COOLARCH entity stores cooling architectures. Cooling architecture design patterns (e.g. perimeter, in-row, overhead, rear-door heat exchanger).

COOLARCH: Cooling Architecture

The COOLARCH entity stores cooling architectures. Cooling architecture design patterns (e.g. perimeter, in-row, overhead, rear-door heat exchanger).

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

Entity properties

PropertyValue
Entity codeCOOLARCH
Display nameCooling Architecture
PluralCooling Architectures
Level250

Use cases

COOLARCH is a lookup entity referenced by BUILDING (as coolingArchitecture) to classify the overall cooling design philosophy. Values include perimeter cooling (CRAC/CRAH along walls), in-row cooling (units between racks), overhead cooling (ceiling-mounted), rear-door heat exchanger, liquid-to-chip, and immersion cooling.

Fields

Cooling Architecture

FieldTypeRequiredNotes
nametextYesName
descriptiontext (multi-line)Description

Relationships

  • No declared relationships in the default definition.

Creating a Cooling Architecture via the API

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

{
  "entity":   "COOLARCH",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name":        "Example value",
  "description": "Example value"
}

Listing Cooling Architectures

GET /v1/entities/COOLARCH/SUB

See also

coolarchcooling architecturecooling architecturescooling

Was this article helpful?

← Back to Knowledge Base