Searching Jobs

   

executionTypeexecutionType 

Choose an option from the drop-down to find results with the specified execution type.

(Automated, Manual)

Example

Show jobs with manual execution type:

executionType: Manual

schedulerIdschedulerId

Show all results matching the specified schedule ID.

For example:

To view all results with a schedule ID:

schedulerId:'1bc30607-dafb-422c-b4e6-563849b7f1e3'

schedulerNameschedulerName

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'

statusstatus

Use a text value #####to find all results with the specified status of the asset job (MANIFEST_GENERATION_IN_PROGRESS, MANIFEST_PUBLISHED, SUCCESS, FAILURE, MANIFEST_ASSIGNED, MANIFEST_ASSIGNMENT_FAILED).

Examples

Show results with this status

status:`SUCCESS`

platformplatform

Use a text value ##### to find results with certain job platform (WINDOWS, LINUX).

Examples

Show all results with this platform

platform:`LINUX`

severityseverity

Use an integer value ##### to find results with severity of job (1-5). Select from values in the drop-down menu.

Example

Show findings with severity 5

severity:5

script.typescript.type

Use a text value ##### to find all results that have the specified script type (Powershell, Perl, Python, Shell, Lua).

Examples

Show results with this script type

script.type:Shell

scriptIdscriptId

Use an integer value ##### to find all results with a script ID of interest.

Examples

Show all results with this script ID

scriptId:`21`

script.namescript.name

Use quotes or backticks within values to help you find all script tokens that have the specified word in their script name.

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`

script.categoryscript.category

Use a text value ##### to find all results that have the specified script category (DATA BACKUP, DATA COLLECTION, GENERAL AUTOMATION, SYSTEM ADMINISTRATION, SYSTEM MAINTENANCE, REMEDIATION,  SYSTEM ADMINISTRATION).

Example:

Show results with this script category

script.category:Data Backup

TestTest

Use the values true | false in quotes to find jobs which are tested.

Example

Show results with test jobs done

isTest:"True"

andand

Use a boolean query to express your query using AND logic.

Example

Show results created by John

user: `JOHN` and activity: `CREATE`

notnot

Use a boolean query to express your query using NOT logic.

Example

Show activity logs that are not rejected

user: `admin` not activity: `REJECT`

oror

Use a boolean query to express your query using OR logic.

Example

Show results with one of these categories

user: `admin` or activity: `APPROVE`