Search Tokens for Remediation Jobs
The following tokens are supported in the Jobs sub-tab.
Search for jobs by the job name. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.
Special characters are supported.
Examples
Show any job that contains 'Linux weekly' as part of the job name:
job.name: "linux weekly"
Show jobs by the exact name 'Linux Weekly':
job.name: `Linux Weekly`
Search for jobs by specifying the current job status. Select from values in the drop-down menu.
(Completed, Executing, Partial, Pending, Timeout)
Example
Show jobs that have the status as Pending:
job.status: Pending
Search for jobs by entering a value ##### to specify the job ID.
Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.
Alphanumeric characters are supported.
Examples
Show any job that contains part of the job ID:
job.id: "dcc5f461-e841-4f03"
Show jobs matching this job ID:
job.id: `dcc5f461-e841-4f03-8727-84d649e95827`
job.schedule.frequencyjob.schedule.frequency
Search for jobs by specifying the job frequency. Select from values in the drop-down menu.
(Daily, Monthly, Once, Weekly)
Example
Show jobs that have been scheduled run only once:
job.schedule.frequency: Once
job.schedule.typejob.schedule.type
Search for jobs with the specified schedule type. Select from values in the drop-down menu.
(On-demand, Scheduled)
Example
Show jobs that have been created for immediate execution:
job.schedule.type: On-demand
Related Topics
Boolean Operators for Remediation Tokens
Search Tokens for Remediation Controls