IQ FireWatch LogoIQ FireWatch Docs

Log

Audit/log records linked to user/sensor context.

Entity: Log

Description

Audit/log records linked to user/sensor context.

Attributes

AttributeType / UnitDescription
USIDPK+FK → UserSensor(UID,SID,valid_since)User–sensor link.
UIDPK+FK → User(UID)Actor user.
logged_atPK (timestamp)Log timestamp.
LTIDPK+FK → LogType(LTID)Log type.
LID_payloadjson/textDetails/payload.

Keys

  • Primary Key (composite): (USID, UID, logged_at, LTID)
  • Foreign Keys: USIDUserSensor(...), UIDUser.UID, LTIDLogType.LTID
  • Unique Keys:

On this page