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
| Property | Value |
|---|---|
| Entity code | NWPLAT |
| Display name | Network Platform |
| Plural | Network Platforms |
| Level | 6100 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
classification | enum | Classification Valid ids: core (Core Network), transport (Transport), access (Access Network), oss (OSS/BSS), nfvi (Cloud/NFVI), security (Security), voice (Voice/UC). | |
domain | reference → DEPT | Owning department | |
description | text (multi-line) | Description |
Relationships
- Lookups:
domainpoints at aDEPTrecord. - Related lists:
NWPLATINST(formatSUB|NWPLAT),NWPLATCOMP(formatSUB|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