DemandFlow Support Centre

NWPLATHWVER: Hardware Version

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A specific version or generation of an abstract hardware type, with lifecycle dates and status tracking.

NWPLATHWVER: Hardware Version

A specific version or generation of an abstract hardware type, with lifecycle dates and status tracking.

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

Entity properties

PropertyValue
Entity codeNWPLATHWVER
Display nameHardware Version
PluralHardware Versions
Level6180

Use cases

Child entity of NWPLATHW for tracking versions/generations of a hardware type (e. g. Gen 10, Gen 11 of an HPE ProLiant, or v1.

Fields

Version Details

FieldTypeRequiredNotes
nametextYesName
versiontextVersion / generation label
specstext (multi-line)Key specifications
notestext (multi-line)Notes

Lifecycle Dates

FieldTypeRequiredNotes
releaseDatedateRelease date
endOfSaleDatedateEnd of sale
endOfSupportDatedateEnd of support
endOfLifeDatedateEnd of life
statusenumYesStatus Valid ids: planned (Planned), current (Current), supported (Supported (not current)), endsale (End of Sale), endsupport (End of Support), eol (End of Life), retired (Retired).

Relationships

  • Related lists: NWPLATHWREQ (format SUB|NWPLATHWVER).

Creating a Hardware Version via the API

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

{
  "entity":   "NWPLATHWVER",
  "level":    6180,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "status": "planned",
  "version": "Example",
  "specs": "Example text."
}

Listing Hardware Versions records

# All hardware versions in your tenant
GET /v1/entities/NWPLATHWVER/SUB

See also

nwplathwverhardwareversionversionshardwareversionsentity reference

Was this article helpful?

← Back to Knowledge Base