DemandFlow Support Centre

ITSTORAGETYPE: IT storage type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Storage technology classification with performance characteristics, capacity ranges, and reliability metrics.

ITSTORAGETYPE: IT storage type

Storage technology classification with performance characteristics, capacity ranges, and reliability metrics.

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

Entity properties

PropertyValue
Entity codeITSTORAGETYPE
Display nameIT storage type
PluralIT storage types
Level250

Use cases

ITSTORAGETYPE defines storage technology types referenced by ITASSET via the storageType field. It goes beyond a simple name lookup to capture the technical characteristics that differentiate storage technologies: category (Primary/Secondary/Cache/Removable/Network Storage), performance specs (typical read/write speeds, latency), capacity range, power consumption, and reliability (MTBF in hours). Environmental data (operating temperature range) and connectivity (common interfaces like SATA, NVMe, SAS) support procurement and compatibility decisions.

Fields

IT storage type

FieldTypeRequiredNotes
reftextRef.
nametextYesName.
descriptiontext (multi-line)Description.
codetextYesStorage Type Code.
categoryenumYesValid ids: 1 (Primary Storage), 2 (Secondary Storage), 3 (Cache/Buffer), 4 (Removable Media), 5 (Network Storage).
removableenumValid ids: 1 (Yes), 0 (No).
typicalReadSpeedtextTypical Read Speed.
typicalWriteSpeedtextTypical Write Speed.
typicalLatencytextTypical Latency.
maxCapacitytextMax Capacity Range.
powerConsumptiontextPower Consumption.
mtbfHoursnumberMTBF (hours).
operatingTempRangetextOperating Temp Range.
commonInterfacestextCommon Interfaces.
formFactorstextCommon Form Factors.

Relationships

  • No declared relationships in the default definition.

Creating a IT storage type via the API

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

{
  "entity":   "ITSTORAGETYPE",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "code": "...",
  "category": "1",
  "ref": "..."
}

Listing IT storage types

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

See also

itstoragetypeitstoragetypetypesit_asset_type

Was this article helpful?

← Back to Knowledge Base