DemandFlow Support Centre

NWPLATINST: Network Platform Instance

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A specific deployed instance of a telecom network platform in a particular environment, with vendor, ownership, lifecycle, and dependency tracking.

NWPLATINST: Network Platform Instance

A specific deployed instance of a telecom network platform in a particular environment, with vendor, ownership, lifecycle, and dependency tracking.

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

Entity properties

PropertyValue
Entity codeNWPLATINST
Display nameNetwork Platform Instance
PluralNetwork Platform Instances
Level6200

Use cases

NWPLATINST is the telecom network equivalent of DPLAT (IT deployed platforms), kept completely separate from the IT domain. Each record represents a specific deployment of a NWPLAT platform type (e. g.

Fields

Basics

FieldTypeRequiredNotes
nametextYesName
nwplatreference → NWPLATYesPlatform Type
environmentenumYesEnvironment Valid ids: production (Production), dr (Disaster Recovery), preprod (Pre-production), staging (Staging), lab (Lab).
statusenumYesStatus Valid ids: planned (Planned), deploying (Deploying), active (Active), deprecated (Deprecated), decommissioning (Decommissioning), retired (Retired).
descriptiontext (multi-line)Description

Technical & Lifecycle

FieldTypeRequiredNotes
deploymentModelenumDeployment Model Valid ids: physical (Physical), virtual (Virtualised), cloudnative (Cloud-native), containerised (Containerised), hybrid (Hybrid).
currentVersionreference → NWPLATSWCurrent Version
criticalityenumCriticality Valid ids: low (Low), medium (Medium), high (High), critical (Critical).
commissionDatedateCommission Date
plannedDecomDatedatePlanned Decommission
supportAgreementreference → SUPAGREEMENTSupport Agreement
hypClusterreference → HYPCLUSTERVirtualisation cluster this platform runs on
k8sClusterreference → K8SCLUSTERKubernetes cluster this platform runs on

Ownership

FieldTypeRequiredNotes
vendorreference → VENVendor
domainreference → DEPTDepartment
ownerreference → userPlatform Owner
architectreference → userArchitect
opsreference → userOperations
tagstextTags

Activity. Activity timeline panel attached.

Additional panels. This definition also includes the following non-form panels: dashboard.

Relationships

  • Lookups: nwplat points at a NWPLAT record. currentVersion points at a NWPLATSW record. supportAgreement points at a SUPAGREEMENT record. hypCluster points at a HYPCLUSTER record. k8sCluster points at a K8SCLUSTER record. vendor points at a VEN record. domain points at a DEPT record.
  • Related lists: NWPLATDEP (format SUB|NWPLATINST), NWPLATDEP (format SUB|NWPLATINST), COMPINV, HYPCLUSTER, NWPLATSW (format SUB|NWPLATINST), NWTICKET, NWCHANGE, NWPROBLEM.

Creating a Network Platform Instance via the API

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

{
  "entity":   "NWPLATINST",
  "level":    6200,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "nwplat": "",
  "environment": "production",
  "status": "planned"
}

Listing Network Platform Instances records

# All network platform instances in your tenant
GET /v1/entities/NWPLATINST/SUB

See also

nwplatinstnetworkplatforminstanceinstancesnetworkplatforminstancesentity reference

Was this article helpful?

← Back to Knowledge Base