Logs & Audit
The LumiotLoRaWAN platform features a robust audit system that immutably records all critical operations performed by users (creation, modification, deletion, and operational actions).
Each audit log consists of an affected Resource and the performed Action.
Below is the complete (100%) list of log messages that can appear in the console, their meaning, and the roles permitted to generate them.
Distributors (Tenants)
Management of the highest corporate level (Infrastructure).
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a new distributor/tenant with LoRaWAN Network Server synchronization | SuperAdmin |
UPDATE | Update of corporate tenant data (name, logo, quotas, network config) | SuperAdmin, Integrador |
DELETE | Deletion of a tenant with cascading deprovisioning in the LoRaWAN Network Server | SuperAdmin |
Subsidiaries (Subsidiaries)
Management of applications or branches of a distributor.
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a new subsidiary/application with LNS synchronization | SuperAdmin, Integrador |
UPDATE | Update of subsidiary data (name, logo, configuration) | SuperAdmin, Integrador |
DELETE | Deletion of a subsidiary with cascading deprovisioning in the LoRaWAN Network Server | SuperAdmin, Integrador |
Users (User)
Management of platform access accounts.
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a new user with LNS synchronization | SuperAdmin, Integrador, Cliente |
UPDATE | Update of user data (name, email, role, status, subsidiary) | SuperAdmin, Integrador, Cliente, Operador |
PASSWORD_CHANGE | Change of a user's password | SuperAdmin, Integrador, Cliente, Operador |
DELETE | Deletion of a user with deprovisioning in the LoRaWAN Network Server | SuperAdmin, Integrador, Cliente |
GENERATE_MQTT_TOKEN | Generation of a personal MQTT token for direct IoT integration | SuperAdmin, Integrador, Cliente, Operador |
REVOKE_MQTT_TOKEN | Revocation/invalidation of a user's MQTT token | SuperAdmin, Integrador, Cliente, Operador |
Pre-registered Devices (DeviceInventory)
Management of the whitelist of authorized sensors before being claimed.
| Action | Description | Permitted Roles |
|---|---|---|
TEMPLATE_DOWNLOAD | Download the Excel template for bulk device upload | SuperAdmin, Integrador |
BULK_UPLOAD | Bulk upload of devices via Excel file | SuperAdmin, Integrador |
MANUAL_REGISTER | Individual manual registration of a device in the inventory | SuperAdmin, Integrador |
UPDATE | Edit data of a pre-registered device (SN, DevEUI, model) | SuperAdmin, Integrador |
DELETE | Physical deletion of a device from the pre-registration inventory | SuperAdmin |
Pre-registered Gateways (GatewayInventory)
Management of the whitelist of authorized antennas.
| Action | Description | Permitted Roles |
|---|---|---|
TEMPLATE_DOWNLOAD | Download the Excel template for bulk gateway upload | SuperAdmin, Integrador |
BULK_UPLOAD | Bulk upload of gateways via Excel file | SuperAdmin, Integrador |
MANUAL_REGISTER | Individual manual registration of a gateway in the inventory | SuperAdmin, Integrador |
UPDATE | Edit data of a pre-registered gateway (SN, EUI, model) | SuperAdmin, Integrador |
DELETE | Physical deletion of a gateway from the pre-registration inventory | SuperAdmin |
Active Devices (Device)
Management of end sensors already operating on the network.
| Action | Description | Permitted Roles |
|---|---|---|
CLAIM | Linking of a pre-registered device to a subsidiary (LNS Activation) | SuperAdmin, Integrador, Cliente |
UPDATE | Configuration update (name, profile, keys, location) | SuperAdmin, Integrador, Cliente |
DELETE | Physical deletion of the active device with deprovisioning in the LoRaWAN Network Server | SuperAdmin, Integrador, Cliente |
TRANSFER | Secure transfer of the device between subsidiaries or tenants | SuperAdmin, Integrador |
SEND_DOWNLINK | Sending a downlink command (hexadecimal) to the device | SuperAdmin, Integrador, Cliente, Operador |
FLUSH_DOWNLINK_QUEUE | Flushing the pending command queue of the device | SuperAdmin, Integrador, Cliente, Operador |
SYNC_CODEC | Synchronization of the industrial codec (Dragino) between Lumiot and the LoRaWAN Network Server | SuperAdmin, Integrador, Cliente |
Active Gateways (Gateway)
Management of operational LoRaWAN antennas.
| Action | Description | Permitted Roles |
|---|---|---|
TEMPLATE_DOWNLOAD | Download the Excel template for bulk claim | SuperAdmin, Integrador, Cliente |
BULK_CLAIM | Bulk claim of gateways via Excel file | SuperAdmin, Integrador, Cliente |
CLAIM | Manual linking of a pre-registered gateway to a subsidiary | SuperAdmin, Integrador, Cliente |
UPDATE | Configuration update (name, location, tags) | SuperAdmin, Integrador, Cliente |
TRANSFER | Secure transfer of the gateway between subsidiaries or tenants | SuperAdmin, Integrador |
DELETE | Physical deletion of the active gateway with deprovisioning | SuperAdmin, Integrador, Cliente |
Device Profiles (DeviceProfile)
Radio frequency configuration templates (Class A/B/C, OTAA, etc).
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a new profile with LNS synchronization | SuperAdmin, Integrador, Cliente |
CLONE | Cloning a global profile to another tenant | SuperAdmin, Integrador, Cliente |
UPDATE | Profile parameter update (MAC, codec, ADR) | SuperAdmin, Integrador, Cliente |
DELETE | Deletion of the profile with deprovisioning | SuperAdmin, Integrador, Cliente |
Profile Widgets (DeviceProfileWidget)
User interface controls associated with device profiles.
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a control widget (button, switch, slider) | SuperAdmin, Integrador, Cliente |
UPDATE | Update or reordering of an existing widget | SuperAdmin, Integrador, Cliente |
DELETE | Deletion of a widget from the profile | SuperAdmin, Integrador, Cliente |
Multicast (Multicast)
Broadcast groups for massive command sending or updates (FUOTA).
| Action | Description | Permitted Roles |
|---|---|---|
CREATE | Creation of a multicast group with LNS synchronization | SuperAdmin, Integrador |
UPDATE | Update of group configuration | SuperAdmin, Integrador |
DELETE | Deletion of the group with deprovisioning | SuperAdmin, Integrador |
ADD_DEVICE | Adding a device to the multicast group | SuperAdmin, Integrador, Cliente |
REMOVE_DEVICE | Removing a device from the group | SuperAdmin, Integrador, Cliente |
ADD_GATEWAY | Adding a gateway to the group for distribution | SuperAdmin, Integrador, Cliente |
REMOVE_GATEWAY | Removing a gateway from the group | SuperAdmin, Integrador, Cliente |
SEND_COMMAND | Sending a downlink command to all devices in the group | SuperAdmin, Integrador, Cliente |
FLUSH_QUEUE | Flushing the pending command queue of the group | SuperAdmin, Integrador, Cliente |