Search Tokens for Remediation Job Schedules
The following tokens are supported in the Schedules sub-tab.
Search for scheduled jobs by specifying the schedule ID or a part of it. 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 scheduled jobs that contains part of the specified ID:
schedule.id: "4f39e7a1-6ad1-41d5"
Show scheduled jobs with the specified ID:
schedule.id: `4f39e7a1-6ad1-41d5-a770-585f5078a531`
Search for scheduled jobs by specifying the schedule name or a part of it. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.
Alphanumeric and special characters are supported.
Examples
Show scheduled jobs that contain part of the specified schedule name:
schedule.name: "weekly"
Show schedule jobs with the specified name:
schedule.name: `Linux_Weekly`
schedule.statusschedule.status
Search for scheduled jobs by the specified status. Select from values in the drop-down menu.
(Active, Inactive)
Example
Show the schedules for which the status is 'Inactive':
schedule.status: Inactive
Related Topics
Search Tokens for Remediation Jobs
Boolean Operators for Remediation Tokens
Search Tokens for Remediation Jobs