DemandFlow Support Centre

MOUNTEQP: Mounted Equipment

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A piece of equipment (antenna, RRU, dish) mounted on a tower with position and cable connections.

MOUNTEQP: Mounted Equipment

A piece of equipment (antenna, RRU, dish) mounted on a tower with position and cable connections.

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

Entity properties

PropertyValue
Entity codeMOUNTEQP
Display nameMounted Equipment
PluralMounted Equipment
Level39000

Use cases

MOUNTEQP is the fifth level in the tower hierarchy (TOW > TOWSEC > TOWFACE > MOUNTPOINT > MOUNTEQP). Each record represents a specific piece of equipment installed on a tower, identified by equipment ID, name, serial number, model number, and manufacturer (VEN). Location within the tower is tracked via references to TOW, TOWSEC, TOWFACE, and MOUNTTYPE.

Fields

General

FieldTypeRequiredNotes
nametextYesEquipment ID
eqpnametextYesEquipment name
serialtextYesSerial number
modeltextYesModel number
oemreference → VENYesManufacturer
towerreference → TOWYesTower
sectionreference → TOWSECTower Section
facereference → TOWFACETower Face
mountTypereference → MOUNTTYPEMount Type

Position & Status

FieldTypeRequiredNotes
heightAglnumberHeight AGL (m)
azimuthnumberAzimuth (degrees)
downtiltnumberDowntilt (degrees)
statusreference → MOUNTSTATUSStatus

Specification

FieldTypeRequiredNotes
weightnumberWeight (Kg)
dimHeightnumberDimensions height (cm)
dimWidthnumberDimensions width (cm)
dimDepthnumberDimensions depth (cm)
weightnumberWeight (Kg)

Relationships

  • Lookups: oem points at a VEN record. tower points at a TOW record. section points at a TOWSEC record. face points at a TOWFACE record. mountType points at a MOUNTTYPE record. status points at a MOUNTSTATUS record.
  • Related lists: MOUNTCONN.

Creating a Mounted Equipment via the API

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

{
  "entity":   "MOUNTEQP",
  "level":    39000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "eqpname": "Example",
  "serial": "Example",
  "model": "Example"
}

Listing Mounted Equipment records

# All mounted equipment in your tenant
GET /v1/entities/MOUNTEQP/SUB

See also

mounteqpmountedequipmentmountequipentity reference

Was this article helpful?

← Back to Knowledge Base