Search Schedules
script.schedule.createdBy.usernamescript.schedule.createdBy.username
Use a text value ##### in quotes to search results with certain username who created the script.
Example:
Show results with this username:
script.schedule.createdBy.username:"adminuser"
script.schedule.idscript.schedule.id
Show all results matching the schedule ID of interest.
For example:
To view all results with a schedule ID:
script.schedule.id:`dbd7df07-2547-40a4-aef9-40e7299ea201`
script.schedule.scriptIdscript.schedule.scriptId
Us this token to search schedules with a particular script ID.
Example:
To view all results with a script ID:
script.schedule.scriptId:`255955`
script.schedule.namescript.schedule.name
Use quotes or backticks within values to find all results that have the specified word in their schedule name.
For example:
Show all results that contain parts of this schedule name
script.schedule.name: `PC With Schedule`
script.schedule.statusscript.schedule.status
Use a text value ##### to find all results with status (ACTIVE, INACTIVE).
Example
Show results with "Active" status
script.schedule.status: ACTIVE
Use a boolean query to express your query using AND logic.
Example
Show schedules that are active and created by John
status: ACTIVE and createdBy: JOHN
Use a boolean query to express your query using OR logic.
Example
Show schedules with one of these categories
user: `admin` or activity: `APPROVE`