DemandFlow Support Centre

NWTICKET: Network Ticket

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Network operations ticket for faults, service requests, and planned work on telecom platform instances, with SLA tracking, assignment, and resolution workflow.

NWTICKET: Network Ticket

Network operations ticket for faults, service requests, and planned work on telecom platform instances, with SLA tracking, assignment, and resolution workflow.

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

Entity properties

PropertyValue
Entity codeNWTICKET
Display nameNetwork Ticket
PluralNetwork Tickets
Level6600

Use cases

NWTICKET is the network operations equivalent of TICKET (IT service desk). It handles four ticket types: Fault (something is broken), Service Request (user needs something), Planned Work (scheduled maintenance), and Capacity Request (capacity augmentation). The General panel captures core ticket data: subject, description, type, priority, status, category, and the affected platform instance (NWPLATINST).

Fields

Ticket Information

FieldTypeRequiredNotes
reftextTicket ref. Read only.
nametextYesSubject
descriptiontext (multi-line)YesDescription
ticketTypeenumYesType Valid ids: 1 (Fault), 2 (Service Request), 3 (Planned Work), 4 (Capacity Request).
statusenumYesStatus Valid ids: 1 (New), 2 (Assigned), 3 (In Progress), 4 (Pending), 5 (Resolved), 6 (Closed), 7 (Cancelled).

Classification

FieldTypeRequiredNotes
priorityenumYesPriority Valid ids: 1 (Critical), 2 (High), 3 (Medium), 4 (Low).
impactenumYesImpact Valid ids: 1 (Network-wide), 2 (Regional), 3 (Single Site), 4 (Single Element).
urgencyenumUrgency Read only. Valid ids: 1 (1 - Critical), 2 (2 - Critical), 3 (3 - High), 4 (4 - High), 6 (6 - Medium), 8 (8 - Medium), 9 (9 - Low), 12 (12 - Low), 16 (16 - Low).
categoryenumCategory Valid ids: 1 (Radio/RF), 2 (Transport), 3 (Core Network), 4 (IP/MPLS), 5 (Optical), 6 (Access Network), 7 (Power/Environmental), 8 (Security), 9 (Other).

Affected Platform & Reporter

FieldTypeRequiredNotes
platformInstancereference → NWPLATINSTAffected Platform
ownerIdreference → userYesReported By Read only.
affectedUserreference → userAffected User
departmentreference → DEPTDepartment
sitereference → SITESite
affectedAssetsarray of references → COMPINVAffected Assets

Assignment

FieldTypeRequiredNotes
assignedToreference → userAssigned To
assignedGrouptextAssigned Group
escalatedToreference → userEscalated To
escalationLevelenumEscalation Level Valid ids: 0 (None), 1 (Level 1), 2 (Level 2), 3 (Level 3), 4 (Management).

SLA & Timing

FieldTypeRequiredNotes
slareference → SLAAuto-populated from support agreement or account default SLA Read only.
createddatetimeCreated Date Read only.
firstResponseDatedatetimeFirst Response Date
targetResponseDatedatetimeCalculated from SLA policy response target for this priority Read only.
targetResolutionDatedatetimeCalculated from SLA policy resolution target for this priority Read only.
resolvedDatedatetimeResolved Date
closedDatedatetimeClosed Date
slaStatusenumAuto-calculated from SLA targets and current time Read only. Valid ids: 1 (Within SLA), 2 (At Risk), 3 (Breached).

Resolution Details

FieldTypeRequiredNotes
resolutionSummarytext (multi-line)Resolution Summary
resolutionCodeenumResolution Code Valid ids: 1 (Fixed), 2 (Workaround), 3 (Cannot Reproduce), 4 (Configuration Change), 5 (Hardware Replacement), 6 (Software Update), 7 (Capacity Added), 8 (Duplicate), 9 (No Action Required).
rootCausetext (multi-line)Root Cause
knownIssueenumKnown Issue Valid ids: 1 (Yes), 0 (No).

Related Items

FieldTypeRequiredNotes
parentTicketreference → NWTICKETLink fault to parent ticket
servicereference → NWSVCAffected Network Service
problemreference → NWPROBLEMProblem
changeRequestreference → NWCHANGEChange Request
supportAgreementreference → SUPAGREEMENTSupport Agreement
satisfactionRatingenumSatisfaction Rating Valid ids: 5 (Very Satisfied), 4 (Satisfied), 3 (Neutral), 2 (Dissatisfied), 1 (Very Dissatisfied).
feedbackNotestext (multi-line)Feedback Notes

Activity. Activity timeline panel attached.

Relationships

  • Lookups: platformInstance points at a NWPLATINST record. department points at a DEPT record. site points at a SITE record. affectedAssets points at a COMPINV record. sla points at a SLA record. parentTicket points at a NWTICKET record. service points at a NWSVC record. problem points at a NWPROBLEM record. changeRequest points at a NWCHANGE record. supportAgreement points at a SUPAGREEMENT record.
  • Related lists: NWTICKETTIME.

Creating a Network Ticket via the API

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

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

Listing Network Tickets records

# All network tickets in your tenant
GET /v1/entities/NWTICKET/SUB

See also

nwticketnetworkticketticketsnwticketsentity reference

Was this article helpful?

← Back to Knowledge Base