Searching Jobs

correlationIDcorrelationID

Use the alphanumeric correlationId to find the job associated with it.

Example  

Show correlation ID to find relevant jobs.

correlationID: `eef90fe4-fd0a-4c3b-a66a-53eb77432749`

 

descriptiondescription

Use text value #### to filter jobs with same description.

Example  

Show jobs with same description..

description: `test_file`

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

isTestisTest

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

Example

Show results with test jobs done

isTest:"True"

platformplatform

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

Examples

Show all results with this platform

platform:`LINUX`

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'

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.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

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`

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

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`

script.languagescript.language

Use a text value to filter jobs with a specific Scripting language. (Lua ,Perl , PowerShell-Command ,PowerShell-Script , Python ,Shell , VBScript)

Example  

Show scripting languages.

script.language:`Python`

qidqid

Use the text value #### to filter relevant jobs .

Example

Show results with similar jobs.

qid: `51001511`

qidSeverityqidSeverity

Use the value to to filter the jobs based on qid severity.

Example

Show results with jobs based on QID severity.

qidSeverity: `3`

qidTitleqidTitle

Use the value to filter the Jobss based on qid title.

Example

Show job results with QID title.

qidTitle: `CAR VMDR Dev Testing`

qidVulnerabilityTypeqidVulnerabilityType

Use Confirmed/Potential/Information gathered as values to filter QIDs with respective Vulnerability type.

Example  

Show QID vulnerability type.

qidVulnerabilityType: `Potential`

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`