DemandFlow Support Centre

ITFORMFACTOR: Form Factor

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Physical form factor for IT equipment with standard dimensions, rack units, weight, and mounting specifications.

ITFORMFACTOR: Form Factor

Physical form factor for IT equipment with standard dimensions, rack units, weight, and mounting specifications.

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

Entity properties

PropertyValue
Entity codeITFORMFACTOR
Display nameForm Factor
PluralForm Factors
Level55500

Use cases

ITFORMFACTOR defines the physical packaging standard for IT equipment, referenced by ITASSET via the formFactor field. It captures dimensional constraints that are critical for data centre planning: standard and maximum dimensions (width, height, depth in mm), rack unit height, typical weight, mounting method, cooling requirements, and power connector type. The code field provides a short identifier (e.g., '1U', '2U', 'Blade', 'Tower', 'Desktop', 'SFF') for use in reports and compact displays.

Fields

Form Factor Information

FieldTypeRequiredNotes
reftextRef.
nametextYesForm Factor Name.
codetextYesForm Factor Code.
descriptiontext (multi-line)Description.
standardtextIndustry Standard.
activeenumYesValid ids: 1 (Yes), 0 (No).
sortOrdernumberSort Order.

Physical Specifications

FieldTypeRequiredNotes
standardWidthnumberStandard Width (mm).
standardHeightnumberStandard Height (mm).
standardDepthnumberStandard Depth (mm).
maxWidthnumberMax Width (mm).
maxHeightnumberMax Height (mm).
maxDepthnumberMax Depth (mm).
rackUnitsnumberRack Units (U).
typicalWeightnumberTypical Weight (kg).
mountingMethodtextMounting Method.
coolingRequirementtextCooling Requirement.
powerConnectorTypetextStandard Power Connector.

Relationships

  • No declared relationships in the default definition.

Creating a Form Factor via the API

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

{
  "entity":   "ITFORMFACTOR",
  "level":    55500,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "code": "...",
  "active": "1",
  "ref": "..."
}

Listing Form Factors

# All records in your tenant
GET /v1/entities/ITFORMFACTOR/SUB:<your-sub-id>

See also

itformfactorformfactorfactorsformfactors

Was this article helpful?

← Back to Knowledge Base