DemandFlow Support Centre

NWPLAT: Network Platform

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A catalogue entry for a type of telecom network platform, defining a class of technology (e.g. IMS, EPC, 5G Core, SDN Controller) with its deployed instances listed as related objects.

NWPLAT: Network Platform

A catalogue entry for a type of telecom network platform, defining a class of technology (e.g. IMS, EPC, 5G Core, SDN Controller) with its deployed instances listed as related objects.

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

Entity properties

PropertyValue
Entity codeNWPLAT
Display nameNetwork Platform
PluralNetwork Platforms
Level6100

Use cases

NWPLAT is the telecom network equivalent of PLAT (IT platforms), kept completely separate so that telecom network and traditional IT platform management are independent domains. Like PLAT, it is a lightweight normalisation point: name, domain/layer classification, and description. Operational detail belongs on the deployed instances (NWPLATINST) and their software versions (NWPLATSW).

Fields

Platform Type

FieldTypeRequiredNotes
nametextYesName
classificationenumClassification Valid ids: core (Core Network), transport (Transport), access (Access Network), oss (OSS/BSS), nfvi (Cloud/NFVI), security (Security), voice (Voice/UC).
domainreference → DEPTOwning department
descriptiontext (multi-line)Description

Relationships

  • Lookups: domain points at a DEPT record.
  • Related lists: NWPLATINST (format SUB|NWPLAT), NWPLATCOMP (format SUB|NWPLAT), PJ.

Creating a Network Platform via the API

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

{
  "entity":   "NWPLAT",
  "level":    6100,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "classification": "core",
  "domain": "",
  "description": "Example text."
}

Listing Network Platforms records

# All network platforms in your tenant
GET /v1/entities/NWPLAT/SUB

See also

nwplatnetworkplatformplatformsnetworkplatformsentity reference

Was this article helpful?

← Back to Knowledge Base