Job

job

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 Linecmd_lineStringEntity:COMMAND_LINE

The job command line.
Created Timecreated_timeTimestampThe time when the job was created.
DescriptiondescStringThe description of the job.
FilefileFile[]Entity:FILE

The file that pertains to the job.
Last Runlast_run_timeTimestampThe time when the job was last run.
NamenameStringThe name of the job.
Next Runnext_run_timeTimestampThe time when the job will next be run.
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Run Staterun_stateStringThe run state of the job.
Run State IDrun_state_idIntegerThe run state ID of the job.
  • 0: Unknown (UNKNOWN)
  • 1: Ready (READY)
  • 2: Queued (QUEUED)
  • 3: Running (RUNNING)
  • 4: Stopped (STOPPED)
  • 99: Other (OTHER)
UnmappedunmappedUnmapped[]Data from the source that was not mapped into the schema.
UseruserUser[]Entity: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.5.1+ocsf-1.6.0