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
| Property | Value |
|---|---|
| Entity code | MOUNTEQP |
| Display name | Mounted Equipment |
| Plural | Mounted Equipment |
| Level | 39000 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Equipment ID |
eqpname | text | Yes | Equipment name |
serial | text | Yes | Serial number |
model | text | Yes | Model number |
oem | reference → VEN | Yes | Manufacturer |
tower | reference → TOW | Yes | Tower |
section | reference → TOWSEC | Tower Section | |
face | reference → TOWFACE | Tower Face | |
mountType | reference → MOUNTTYPE | Mount Type |
Position & Status
| Field | Type | Required | Notes |
|---|---|---|---|
heightAgl | number | Height AGL (m) | |
azimuth | number | Azimuth (degrees) | |
downtilt | number | Downtilt (degrees) | |
status | reference → MOUNTSTATUS | Status |
Specification
| Field | Type | Required | Notes |
|---|---|---|---|
weight | number | Weight (Kg) | |
dimHeight | number | Dimensions height (cm) | |
dimWidth | number | Dimensions width (cm) | |
dimDepth | number | Dimensions depth (cm) | |
weight | number | Weight (Kg) |
Relationships
- Lookups:
oempoints at aVENrecord.towerpoints at aTOWrecord.sectionpoints at aTOWSECrecord.facepoints at aTOWFACErecord.mountTypepoints at aMOUNTTYPErecord.statuspoints at aMOUNTSTATUSrecord. - 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