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
| Property | Value |
|---|---|
| Entity code | COOLARCH |
| Display name | Cooling Architecture |
| Plural | Cooling Architectures |
| Level | 250 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (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