equipment_log#

Download the definition as a CSV file: csv.

Definition of the equipment_log table.#

Property

Kind

References

Requirement

Description

id

str

Required

ID / primary key.

equipment

str

master_data.equipment.id

Required

The equipment / sensor to which this record applies.

author

str

Required

Author of the log entry.

datetime

datetime

Required

Date and time of the event being logged.

description

str

Required

Description of of the event being logged.

dict

Required

Links to further documentation of the logged event.

_version

int

Required

Version number of this record.

_change_date

datetime

Required

Date this record was changed.

_user

str

admin.user.id

Required

Which user/agent last modified this record.

_status

str

reference_data.status.id

Required

Whether this is the latest version or an archived version of the record.

_comments

str

Required

Free text comments on this record, for example description of changes made etc.