Search Jobs
job.correlationIdjob.correlationId
Use the alphanumeric correlationId to find the job associated with it.
Example
Show correlation ID to find relevant jobs.
job.correlationId: `eef90fe4-fd0a-4c3b-a66a-53eb77432749`
job.descriptionjob.description
Use text value #### to filter jobs with same description.
Example
Show jobs with same description.
job.description: `test_file`
job.executionTypejob.executionType
Choose an option from the drop-down to find results with the specified execution type.
(Automated, Manual)
Example
Show jobs with manual execution type
job.executionType: Manual
Use the values true | false in quotes to find jobs which are tested.
Example
Show results with test jobs done
job.isTest:"True"
script.platformscript.platform
Use a text value ##### to find results with certain job platform (WINDOWS, LINUX).
Examples
Show all results with this platform
script.platform:`LINUX`
job.scheduler.idjob.scheduler.id
Show all results matching the specified schedule ID.
For example:
To view all results with a schedule ID:
job.scheduler.id: '1bc30607-dafb-422c-b4e6-563849b7f1e3'
job.scheduler.namejob.scheduler.name
Use a text value ##### to find all results with a schedule name.
For example:
To view all results with the schedule name:
job.scheduler.name: 'PC With Schedule'
Use a text value ##### to find all results that have the specified script type (Powershell, Perl, Python, Shell, and Lua).
Examples
Show results with this script type
script.type: Shell
Use an integer value ##### to find all results with a script ID of interest.
Examples
Show all results with this script ID
script.id:`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
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`
job.shareScriptResultWithFimjob.shareScriptResultWithFim
Use the boolean value to search for asset jobs created by scripts executed on FIM assets. Accepted values are true and false.
Examples
Show scripts created for database monitoring
job.shareScriptResultWithFim:true
script.severityscript.severity
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
script.severity:5
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`
Use the text value #### to filter relevant jobs using QID number.
Example
Show jobs with QID: 51001511.
finding.qid: `51001511`
finding.severityfinding.severity
Use the value to to filter the jobs based on qid severity.
Example
Show results with jobs based on QID severity.
finding.severity: `3`
Use the value to filter the Jobss based on qid title.
Example
Show job results with QID title.
finding.title: `CAR VMDR Dev Testing`
Use Confirmed/Potential/Information gathered as values to filter QIDs with respective Vulnerability type.
Example
Show QID vulnerability type.
finding.Type: `Potential`
Use this text #### to filter jobs based on the Qualys Detection Score.
Example
Show jobs with Qualys Detection Score.
finding.qds: `54`
Use an integer value ##### to find results with a job ID of interest.
Examples
Show all results with this job ID
job.id:`12345`
Software Package Job Tokens
software.package.idsoftware.package.id
Use a numeric value to search jobs by the associated software package ID.
Example:
Show jobs for package ID 12345.
software.package.id:12345
software.package.actionsoftware.package.action
Use a string value to search jobs by the software package action. Supported values: Install, Uninstall.
Example:
Show jobs for uninstallation packages.
software.package.action:"Uninstall"
software.package.methodsoftware.package.method
Use a string value to search jobs by the installation method of the software package. Supported values:
- Windows:
MSI,EXE - Linux:
RPM,DEB,Package Manager
Example:
Show jobs for RPM packages
software.package.method:"RPM"
Use a boolean query to express your query using AND logic.
Example
Show results created by John
job.id: `12345` and script.platform: `LINUX`
Use a boolean query to express your query using NOT logic.
Example
Show activity logs that are not rejected
job.id: `12345` not script.platform: `LINUX`
Use a boolean query to express your query using OR logic.
Example
Show results with one of these categories
job.id: `12345` or script.platform: `LINUX`