Table SIEM.public.scheduled_job_detail
Details of jobs scheduled to run (such as running a report on a schedule).

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
job_id uuid 2147483647 Scheduled job identifier
job_name varchar 255 Scheduled job name
job_type varchar 255 Scheduled job type, ie, hourly, daily etc.
description text 2147483647  √  null Scheduled job's description
params text 2147483647  √  null Parameters of the scheduled job
last_run timestamptz 35,6  √  null Timestamp of job last executed
error_message text 2147483647  √  null Error message
schedule_time varchar 127 Scheduled job time
start_time timestamptz 35,6  √  null Start time of scheduled job
end_time timestamptz 35,6  √  null End time of scheduled job
author varchar 64  √  null Author of scheduled job
date_created timestamptz 35,6 Date the entry was created
date_modified timestamptz 35,6 Date the entry was modified
modified_by int4 10  √  null User who last modified object
created_by int4 10  √  null User who created object

Table contained 0 rows at Mon Mar 26 23:24 EDT 2012