DemandFlow Support Centre

NWPLATHW: Hardware Type

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An abstract hardware or infrastructure type used by network platforms, such as a server family, switch platform, cloud service, or appliance model.

NWPLATHW: Hardware Type

An abstract hardware or infrastructure type used by network platforms, such as a server family, switch platform, cloud service, or appliance model.

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

Entity properties

PropertyValue
Entity codeNWPLATHW
Display nameHardware Type
PluralHardware Types
Level6170

Use cases

Catalogue entity for abstract hardware/infrastructure types. Not linked to physical inventory (COMPINV) - this is about defining classes of hardware (e. g.

Fields

Hardware Type

FieldTypeRequiredNotes
nametextYesName
hwCategoryenumYesCategory Valid ids: server (Server), storage (Storage), networking (Networking), cloud (Cloud / IaaS), appliance (Appliance), virtualisation (Virtualisation), container (Container Platform), accelerator (Accelerator / GPU).
vendorreference → VENVendor
descriptiontext (multi-line)Description

Relationships

  • Lookups: vendor points at a VEN record.
  • Related lists: NWPLATHWVER (format SUB|NWPLATHW).

Creating a Hardware Type via the API

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

{
  "entity":   "NWPLATHW",
  "level":    6170,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "hwCategory": "server",
  "vendor": "",
  "description": "Example text."
}

Listing Hardware Types records

# All hardware types in your tenant
GET /v1/entities/NWPLATHW/SUB

See also

nwplathwhardwaretypetypeshardwaretypesentity reference

Was this article helpful?

← Back to Knowledge Base