DemandFlow Support Centre

WLINK: Wireless Link

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A point-to-point or point-to-multipoint wireless bridge between two sites, with RF configuration and link budget tracking.

WLINK: Wireless Link

A point-to-point or point-to-multipoint wireless bridge between two sites, with RF configuration and link budget tracking.

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

Entity properties

PropertyValue
Entity codeWLINK
Display nameWireless Link
PluralWireless Links
Level42300

Use cases

A point-to-point or point-to-multipoint wireless bridge between two sites, with RF configuration and link budget tracking.

WLINK models a building-to-building or campus wireless bridge for IT infrastructure. e.g. Ubiquiti airMAX/airFiber, Cambium ePMP, MikroTik. Used where running fibre between buildings is impractical or too expensive. This is an IT infrastructure entity, not telco licensed microwave backhaul. Each endpoint connects to a COMPPORTINV radio interface on a COMPINV wireless bridge device at a specific SITE. The siteA/siteB lookups identify the physical locations at each end, while interfaceA/interfaceB reference the specific radio ports on the bridge hardware. The Performance panel tracks link budget calculations (expected throughput, fade margin, availability) and monitoring data (signal strength, noise floor, SNR, actual throughput). This entity complements CONNECTION (wired cables) by providing wireless alternatives for point-to-point infrastructure links.

Fields

Link Details

FieldTypeRequiredNotes
nametextYesLink Name.
descriptiontext (multi-line)Description.
statusenumYesValid ids: 1 (Active), 2 (Planned), 3 (Degraded), 4 (Failed), 5 (Decommissioned).
linkTypeenumValid ids: 1 (Point-to-Point), 2 (Point-to-Multipoint), 3 (Mesh).
vendorreference → VENVendor.
modeltextEquipment Model.

Endpoints

FieldTypeRequiredNotes
siteAreference → SITESite A.
interfaceAreference → COMPPORTINVYesInterface A.
siteBreference → SITESite B.
interfaceBreference → COMPPORTINVYesInterface B.
isRedundantbooleanRedundant Link.

RF Configuration

FieldTypeRequiredNotes
frequencynumberFrequency (MHz).
channelWidthenumValid ids: 1 (5 MHz), 2 (10 MHz), 3 (20 MHz), 4 (40 MHz), 5 (80 MHz), 6 (160 MHz).
txPowernumberTX Power (dBm).
rxSensitivitynumberRX Sensitivity (dBm).
distancenumberDistance (m).
authTypeenumValid ids: 1 (None), 2 (Pre-Shared Key), 3 (802.1X).

Link Budget

FieldTypeRequiredNotes
expectedThroughputnumberExpected Throughput (Mbps).
fadeMarginnumberFade Margin (dB).
linkAvailabilitynumberLink Availability (%).
modulationTypeenumValid ids: 1 (QPSK), 2 (16-QAM), 3 (64-QAM), 4 (256-QAM), 5 (1024-QAM).

Monitoring

FieldTypeRequiredNotes
lastSignalStrengthnumberSignal Strength (dBm). Read only.
lastNoiseFloornumberNoise Floor (dBm). Read only.
lastSnrnumberSNR (dB). Read only.
actualThroughputnumberActual Throughput (Mbps). Read only.
lastPolledDatedatetimeLast Polled. Read only.

Attachments and additional panels

  • Activity timeline panel attached.

Relationships

  • Lookups: vendor points at a VEN record; siteA points at a SITE record; interfaceA points at a COMPPORTINV record; siteB points at a SITE record; interfaceB points at a COMPPORTINV record.

Creating a Wireless Link via the API

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

{
  "entity":   "WLINK",
  "level":    42300,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "status": 1,
  "interfaceA": "",
  "interfaceB": ""
}

Listing Wireless Links

GET /v1/entities/WLINK/SUB

See also

wlinkwirelesslinklinkswlinks

Was this article helpful?

← Back to Knowledge Base