Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAUDIT_LOG
FieldNullableData typeConstraintUnique Constraint Description
IDNOT NULLNUMERICPrimary Key  
SCHEDULER_IDNOT NULLVARCHAR Xcorresponds to the SCHEDULER_ID that is specified during installation of the JobScheduler instance
ACCOUNTNOT NULLVARCHAR  user account the audit was stored for
REQUESTNOT NULLVARCHAR  REST API request the audit was stored for
PARAMETERS LONGTEXT  given parameters from the request
JOB VARCHAR  

the job that was started, modified, etc.

references INVENTORY_JOBS.NAME

JOB_CHAIN VARCHAR  

the job chain that was started, modified, etc.

references INVENTORY_JOB_CHAINS.NAME

ORDER_ID VARCHAR  

the order that was started, modified, etc.

references INVENTORY_ORDERS.ORDER_ID

FOLDER VARCHAR  the path of the folder where the job, job chain, etc. resides
COMMENT VARCHAR  a user comment on the action taken
CREATEDNOT NULLDATETIME  UTC timestamp of record creation
TICKET_LINK VARCHAR  the link to a ticket, issue, bugtracker, etc. describing the problem the action was taken for
TIME_SPENT NUMERIC  time spent on the action taken

...