The Job object provides information about a scheduled job or task, including its name, command line, and state. It encompasses attributes that describe the properties and status of the scheduled job.

Attributes

CaptionNameTypeDescription
Command Line cmd_line String The job command line.
Created Time created_time Timestamp The time when the job was created.
Description desc String The description of the job.
File file File[] The file that pertains to the job.
Last Run last_run_time Timestamp The time when the job was last run.
Name name String The name of the job.
Next Run next_run_time Timestamp The time when the job will next be run.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Run State run_state String The run state of the job.
Run State ID run_state_id Integer The run state ID of the job.
  • 0: Unknown (UNKNOWN)
  • 1: Ready (READY)
  • 2: Queued (QUEUED)
  • 3: Running (RUNNING)
  • 4: Stopped (STOPPED)
  • 99: Other (OTHER)
Unmapped Data unmapped Unmapped[] The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.
User user User[] The user that created the job.

Relationships

Job shown in context

Inbound Relationships

These objects and events reference Job in their attributes:

Outbound Relationships

Job references the following objects and events in its attributes:

This page describes qdm-1.3.2+ocsf-1.3.0