Field | Nullable | Data type | Constraint | Unique Constraint | Description |
---|
ID | NOT NULL | NUMERIC | Primary Key | | |
SCHEDULER_ID
| NOT NULL | NUMERIC | | X | corresponds to SCHEDULER_ORDER_HISTORY.SPOOLER_ID
|
HISTORY_ID | NOT NULL | NUMERIC | | X | corresponds to SCHEDULER_ORDER_HISTORY.HISTORY_ID |
TRIGGER_ID
| NOT NULL | NUMERIC | Foreign Key | X | references REPORT_TRIGGERS .ID
|
TASK_ID | NOT NULL | NUMERIC | Foreign Key | | references REPORT_TASKS .ID
|
CLUSTER_MEMBER_ID | | VARCHAR | | | corresponds to SCHEDULER_HISTORY.CLUSTER_MEMBER_ID |
STEP | NOT NULL | NUMERIC | | X | consecutive number of the order step corresponds to SCHEDULER_ORDER_STEP_HISTORY.STEP |
FOLDER | NOT NULL | VARCHAR | | | folder of the order step e.g. /test for a given job chain path /test/my_jobchain.job_chain.xml |
NAME | NOT NULL | VARCHAR | | | job name of the order step corresponds to SCHEDULER_HISTORY.JOB_NAME e.g. /test/my_job |
BASENAME | NOT NULL | VARCHAR | | | job base name of the order step e.g. my_job , for a given job path /test/my_job.job.xml |
TITLE | NULL | VARCHAR | | | job title of the order step corresponds to INVENTORY_JOBS.TITLE |
START_TIME | NOT NULL | DATETIME | | | UTC timestamp of the start of the order step corresponds to SCHEDULER_ORDER_STEP_HISTORY.START_TIME |
END_TIME | NULL | DATETIME | | | UTC timestamp of the end of the order step corresponds to SCHEDULER_ORDER_STEP_HISTORY.END_TIME |
STATE | NOT NULL | VARCHAR | | | state of the order inside the job chain corresponds to SCHEDULER_ORDER_STEP_HISTORY.STATE |
CAUSE | NOT NULL | VARCHAR | | | start cause for execution, can be mapped to an individual start cause by use of table REPORTING_MAP_CAUSES corresponds to SCHEDULER_HISTORY.CAUSE |
EXIT_CODE | NOT NULL | NUMERIC | | | corresponds to SCHEDULER_HISTORY.EXIT_CODE |
ERROR | NOT NULL | NUMERIC | | | specifies if an error occurred: corresponds to SCHEDULER_ORDER_STEP_HISTORY.ERROR |
ERROR_CODE | NULL | VARCHAR | | | exception-code of the order step error corresponds to SCHEDULER_ORDER_STEP_HISTORY.ERROR_CODE |
ERROR_TEXT | NULL | VARCHAR | | | exception-message of the order step error corresponds to SCHEDULER_ORDER_STEP_HISTORY.ERROR_TEXT |
AGENT_URL | | VARCHAR | | | agent url corresponds to SCHEDULER_HISTORY.AGENT_URL |
IS_RUNTIME_DEFINED | NOT NULL | NUMERIC | | | specifies if a start time has been configured: corresponds to INVENTORY_JOBS.IS_RUNTIME_DEFINED |
SYNC_COMPLETED | NOT NULL | NUMERIC | | | for use by the JobScheduler Reporting Interface only: specifies if a synchronization has been completed: |
RESULTS_COMPLETED | NOT NULL | NUMERIC | | | for use by the JobScheduler Reporting Interface only: specifies if a aggregation has been completed: |
CREATED | NOT NULL | DATETIME | | | UTC timestamp of record creation |
MODIFIED | NOT NULL | DATETIME | | | UTC timestamp of record modification |