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 Line cmd_line String Entity:COMMAND_LINE
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[] Entity: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 Group:context
The event data as received from the event source.
Record ID record_id String Group:primary
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 unmapped Unmapped[] Data from the source that was not mapped into the schema.
User user User[] 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 ocsf-1.4.0