After a script or a schedule is created, you can view the details and their current statuses in the Jobs tab.
When a script is executed, the job name displayed is same as the script name. When a script is tested, the job name is displayed as Test-<ScriptName-TimestampEpoch> (milliseconds not included).
In the Jobs tab, search for script jobs by using the following QQL tokens in the search box:
- script.category:
- script.name:
- script.type:
- scriptId:
Search for schedule jobs by using the following QQL tokens in the search box:
- schedulerId:
- schedulerName:
Following details for each script are included in the Jobs tab:
Time: Date and timestamp of the job performed.
Job Name: Name of the script executed/tested.
Platform: Name of the platform on which the script is executed/tested whether Windows or Linux.
Severity: Severity of the script on the scale of 1 to 5.
Script Category: Category selected while creating the script.
Result Count: Total count of assets on which the script is executed or tested.
Success: Shows the count of the assets on which the script was successfully executed or tested.
Fail: Shows the count of the assets on which the script execution or test failed.
Pending: Shows the count of the assets that are pending for the script execution or testing.
Note: According to the CAR Data Retention policy, the jobs and asset jobs are automatically deleted after 7 days as part of a scheduled job.