DemandFlow Support Centre

NSRV: Network Service

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Network service definition with criticality, status, platform dependencies, documents, and activity notes.

NSRV: Network Service

Network service definition with criticality, status, platform dependencies, documents, and activity notes.

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

Entity properties

PropertyValue
Entity codeNSRV
Display nameNetwork Service
PluralNetwork Services
Level1000

Use cases

NSRV represents a business-facing network service - a named capability delivered over the network infrastructure (e. g. , 'Corporate Internet', 'VoIP Service', 'Data Replication', 'Guest WiFi').

Fields

Service Details

FieldTypeRequiredNotes
nametextYesService Name
descriptiontext (multi-line)Description

Information

FieldTypeRequiredNotes
criticalityenumCriticality Valid ids: 1 (Non-Critical), 2 (Low), 3 (Moderate), 4 (High), 5 (Critical).
statusenumStatus Valid ids: 1 (Active), 2 (In development), 3 (Retired).
dependenciesarray of references → PLATSupported by

Documents

FieldTypeRequiredNotes
documentsfile

Activity. Activity timeline panel attached.

Relationships

  • Lookups: dependencies points at a PLAT record.

Creating a Network Service via the API

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

{
  "entity":   "NSRV",
  "level":    1000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "Example text.",
  "criticality": "1",
  "status": "1"
}

Listing Network Services records

# All network services in your tenant
GET /v1/entities/NSRV/SUB

See also

nsrvnetworkserviceservicesnserviceentity reference

Was this article helpful?

← Back to Knowledge Base