Qorus Integration Engine® Enterprise Edition 6.0.16_prod
Loading...
Searching...
No Matches
Audit Event Strings

Variables

public const OMQ::AES_USER_EVENT = "USER-EVENT"
 user event audit code More...
 
public const OMQ::AES_SYSTEM_STARTUP = "SYSTEM-STARTUP"
 system startup audit code More...
 
public const OMQ::AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN"
 system shutdown audit code More...
 
public const OMQ::AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START"
 system recovery start audit code More...
 
public const OMQ::AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE"
 system recovery complete audit code More...
 
public const OMQ::AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE"
 workflow status change audit code More...
 
public const OMQ::AES_WORKFLOW_START = "WORKFLOW-START"
 workflow start audit code More...
 
public const OMQ::AES_WORKFLOW_STOP = "WORKFLOW-STOP"
 workflow stop audit code More...
 
public const OMQ::AES_SERVICE_START = "SERVICE-START"
 service start audit code More...
 
public const OMQ::AES_SERVICE_STOP = "SERVICE-STOP"
 service stop audit code More...
 
public const OMQ::AES_JOB_START = "JOB-START"
 job start audit code More...
 
public const OMQ::AES_JOB_STOP = "JOB-STOP"
 job stop audit code More...
 
public const OMQ::AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP"
 job instance start audit code More...
 
public const OMQ::AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START"
 job instance stop audit code More...
 
public const OMQ::AES_API_CALL = "API-CALL"
 api call audit code More...
 
public const OMQ::AES_JOB_RECOVERY = "JOB-RECOVERY"
 job recovery audit code More...
 
public const OMQ::AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED"
 workflow order data created audit code More...
 
public const OMQ::AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED"
 ongoing alert raised audit code More...
 
public const OMQ::AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED"
 ongoing alert cleared audit code More...
 
public const OMQ::AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED"
 transient alert raised audit code More...
 
public const OMQ::AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED"
 source file loaded into the system schema by oload audit code More...
 
public const OMQ::AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED"
 group status changed audit code More...
 

Detailed Description

Variable Documentation

◆ AES_ALERT_ONGOING_CLEARED

public const OMQ::AES_ALERT_ONGOING_CLEARED = "ALERT-ONGOING-CLEARED"

ongoing alert cleared audit code

this code is used when an ongoing alert is cleared and the "alert ongoing cleared" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_ALERT_ONGOING_CLEARED

Since
Qorus 3.0.0

◆ AES_ALERT_ONGOING_RAISED

public const OMQ::AES_ALERT_ONGOING_RAISED = "ALERT-ONGOING-RAISED"

ongoing alert raised audit code

this code is used when an ongoing alert is raised and the "alert ongoing raised" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_ALERT_ONGOING_RAISED

Since
Qorus 3.0.0

◆ AES_ALERT_TRANSIENT_RAISED

public const OMQ::AES_ALERT_TRANSIENT_RAISED = "ALERT-TRANSIENT-RAISED"

transient alert raised audit code

this code is used when a transient alert is raised and the "alert transient raised" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_ALERT_TRANSIENT_RAISED

Since
Qorus 3.0.0

◆ AES_API_CALL

public const OMQ::AES_API_CALL = "API-CALL"

api call audit code

this code is used when a "api call" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_API_CALL

◆ AES_GROUP_STATUS_CHANGED

public const OMQ::AES_GROUP_STATUS_CHANGED = "GROUP-STATUS-CHANGED"

group status changed audit code

this code is used when an RBAC interface group's status changes and the "group status changed" event is writteo the the AUDIT_EVENTS table; corresponds to OMQ::AE_GROUP_STATUS_CHANGED

Since
Qorus 3.0.0

◆ AES_JOB_INSTANCE_START

public const OMQ::AES_JOB_INSTANCE_START = "JOB-INSTANCE-STOP"

job instance start audit code

this code is used when a "job instance start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_JOB_INSTANCE_START

◆ AES_JOB_INSTANCE_STOP

public const OMQ::AES_JOB_INSTANCE_STOP = "JOB-INSTANCE-START"

job instance stop audit code

this code is used when a "job instance stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_JOB_INSTANCE_STOP

◆ AES_JOB_RECOVERY

public const OMQ::AES_JOB_RECOVERY = "JOB-RECOVERY"

job recovery audit code

this code is used when a "job recovery" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_JOB_RECOVERY

◆ AES_JOB_START

public const OMQ::AES_JOB_START = "JOB-START"

job start audit code

this code is used when a "job start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_JOB_START

◆ AES_JOB_STOP

public const OMQ::AES_JOB_STOP = "JOB-STOP"

job stop audit code

this code is used when a "job stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_JOB_STOP

◆ AES_SERVICE_START

public const OMQ::AES_SERVICE_START = "SERVICE-START"

service start audit code

this code is used when a "service start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SERVICE_START

◆ AES_SERVICE_STOP

public const OMQ::AES_SERVICE_STOP = "SERVICE-STOP"

service stop audit code

this code is used when a "service stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SERVICE_STOP

◆ AES_SOURCE_FILE_LOADED

public const OMQ::AES_SOURCE_FILE_LOADED = "SOURCE-FILE-LOADED"

source file loaded into the system schema by oload audit code

this code is used when any source file is loaded into the database by oload and the "source file loaded" event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SOURCE_FILE_LOADED

Since
Qorus 3.0.0

◆ AES_SYSTEM_RECOVERY_COMPLETE

public const OMQ::AES_SYSTEM_RECOVERY_COMPLETE = "SYSTEM-RECOVERY-COMPLETE"

system recovery complete audit code

this code is used when a "system recovery complete" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SYSTEM_RECOVERY_COMPLETE

◆ AES_SYSTEM_RECOVERY_START

public const OMQ::AES_SYSTEM_RECOVERY_START = "SYSTEM-RECOVERY-START"

system recovery start audit code

this code is used when a "system recovery start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SYSTEM_RECOVERY_START

◆ AES_SYSTEM_SHUTDOWN

public const OMQ::AES_SYSTEM_SHUTDOWN = "SYSTEM-SHUTDOWN"

system shutdown audit code

this code is used when a "system shutdown" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SYSTEM_SHUTDOWN

◆ AES_SYSTEM_STARTUP

public const OMQ::AES_SYSTEM_STARTUP = "SYSTEM-STARTUP"

system startup audit code

this code is used when a "system startup" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_SYSTEM_STARTUP

◆ AES_USER_EVENT

public const OMQ::AES_USER_EVENT = "USER-EVENT"

user event audit code

These are the possible audit event strings corresponding to the audit event codes for system auditing events this code is used when a user audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_USER_EVENT

◆ AES_WORKFLOW_DATA_CREATED

public const OMQ::AES_WORKFLOW_DATA_CREATED = "WORKFLOW-DATA-CREATED"

workflow order data created audit code

this code is used when a workflow order is created and the "order created" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_WORKFLOW_DATA_CREATED

◆ AES_WORKFLOW_START

public const OMQ::AES_WORKFLOW_START = "WORKFLOW-START"

workflow start audit code

this code is used when a "workflow start" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_WORKFLOW_START

◆ AES_WORKFLOW_STATUS_CHANGE

public const OMQ::AES_WORKFLOW_STATUS_CHANGE = "WORKFLOW-STATUS-CHANGE"

workflow status change audit code

this code is used when a "workflow status change" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_WORKFLOW_STATUS_CHANGE

◆ AES_WORKFLOW_STOP

public const OMQ::AES_WORKFLOW_STOP = "WORKFLOW-STOP"

workflow stop audit code

this code is used when a "workflow stop" audit event is written to the AUDIT_EVENTS table; corresponds to OMQ::AE_WORKFLOW_STOP