DemandFlow Support Centre

RACKTYPE: Rack Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The RACKTYPE entity represents classification of server rack types with physical dimensions, U height, weight capacity, and mounting specifications.

RACKTYPE: Rack Type

The RACKTYPE entity represents classification of server rack types with physical dimensions, U height, weight capacity, and mounting specifications.

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

Entity properties

PropertyValue
Entity codeRACKTYPE
Display nameRack Type
PluralRack Types
Level1000

Use cases

RACKTYPE is a lookup entity referenced by RACK records to classify the type of rack (e.g. 42U standard, 48U tall, 2-post, 4-post, open frame). It captures the full physical envelope (width, depth, height in both mm and inches) plus the usable U height which determines how many units of equipment can be mounted. Weight capacity, power capacity, and mounting style are critical for planning and procurement. The status field allows deprecating rack types no longer in use without deleting historical references.

Fields

General

FieldTypeRequiredNotes
nametextYese.g. 42U Standard, 48U Tall, 2-Post Open.
descriptiontext (multi-line)Description.
manufacturertextManufacturer.
modelNumbertextModel Number.
mountingTypeenumMounting Type. Valid ids: 1 (4-Post Cabinet), 2 (2-Post Open Frame), 3 (4-Post Open Frame), 4 (Wall Mount), 5 (Colocation Cabinet).
statusenumYesStatus. Valid ids: 1 (Active), 2 (Inactive).
rackUnitsnumberYesNumber of equipment mounting positions (1U = 1.75 inches / 44.45mm).
heightMmnumberYesOverall Height (mm).
widthMmnumberYesExternal width including frame.
depthMmnumberYesExternal depth including doors.
heightInnumberOverall Height (inches).
widthInnumberWidth (inches).
depthInnumberDepth (inches).
maxStaticLoadnumberMaximum weight capacity when stationary.
maxRollingLoadnumberMaximum weight capacity when moving.
maxPowerKwnumberMaximum supported power draw.

Relationships

  • No declared relationships in the default definition.

Creating a Rack Type via the API

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

{
  "entity":   "RACKTYPE",
  "level":    1000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "status": "1",
  "rackUnits": 100,
  "heightMm": 100
}

Listing RACKTYPE records

# All rack types in your tenant
GET /v1/entities/RACKTYPE/SUB

See also

racktyperack typerack typesracktype

Was this article helpful?

← Back to Knowledge Base