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_lineString

Entity:COMMAND_LINE
The job command line.

Created Timecreated_timeTimestamp

The time when the job was created.

DescriptiondescString

The description of the job.

FilefileFile[]

Entity:FILE
The file that pertains to the job.

Last Runlast_run_timeTimestamp

The time when the job was last run.

NamenameString

The name of the job.

Next Runnext_run_timeTimestamp

The time when the job will next be run.

Raw Dataraw_dataJSON

Group:context
The event data as received from the event source.

Record IDrecord_idString

Group:primary
Unique identifier for the object

Run Staterun_stateString

The run state of the job.

Run State IDrun_state_idInteger

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)
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 ocsf-1.4.0