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
| Caption | Name | Type | Description |
|---|---|---|---|
| Command Line | cmd_line | String | Entity: |
| Created Time | created_time | Timestamp | The time when the job was created. |
| Description | desc | String | The description of the job. |
| File | file | File[] | Entity: |
| 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: |
| Record ID | record_id | String | Group: |
| 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.
|
| Unmapped | unmapped | Unmapped[] | Data from the source that was not mapped into the schema. |
| User | user | User[] | Entity: |
Relationships
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
Updated 13 days ago