(Automated, Manual)
Example
Show jobs with manual execution type:
executionType: Manual
Show all results matching the specified schedule ID.
For example:
To view all results with a schedule ID:
schedulerId:'1bc30607-dafb-422c-b4e6-563849b7f1e3'
Use a text value ##### to find all results with a schedule name.
For example:
To view all results with the schedule name:
schedulerName:'PC With Schedule'
Examples
Show results with this status
status:`SUCCESS`
Examples
Show all results with this platform
platform:`LINUX`
Example
Show findings with severity 5
severity:5
Examples
Show results with this script type
script.type:Shell
Examples
Show all results with this script ID
scriptId:`21`
Examples
Show all results that contain parts of this script name
script.name:"O365unix"
Show all results that match exact value "unixrun"
script.name:`unixrun`
Example:
Show results with this script category
script.category:Data Backup
Example
Show results with test jobs done
isTest:"True"
Example
Show results created by John
user: `JOHN` and activity: `CREATE`
Example
Show activity logs that are not rejected
user: `admin` not activity: `REJECT`
Example
Show results with one of these categories
user: `admin` or activity: `APPROVE`