You can use the search tokens available in the Schedules tab under Scans tab and refine your search results. Click each token to learn more about it.
Example
Find scan schedules with DISCOVERY scan type and Active status
scan.schedule.type: "DISCOVERY" AND scan.schedule.status: "True"
Example
Find scan schedules that don't have type DISCOVERY
NOT scan.schedule.type: "DISCOVERY"
Example
Find scan schedules with DISCOVERY scan type OR Active status
scan.schedule.type: "DISCOVERY" OR scan.schedule.status: "True"
Use these search tokens to find scan schedules.
Example
Find the scan schedule associated with the given asset ID
asset.id:123456
scan.schedule.idscan.schedule.id
Example
Find the scan schedule with the given ID
scan.schedule.id:9725
scan.schedule.namescan.schedule.name
Examples
Find scan schedules that contain a part of the given name
scan.schedule.name: "schedule scan name"
Find the scan schedule with the given name
scan.schedule.name:`schedule scan name`
scan.schedule.typescan.schedule.type
Example
Find scan schedules with the specified scan type
scan.schedule.type:"DISCOVERY"
scan.schedule.statusscan.schedule.status
Examples
Find scan schedules that are active
scan.schedule.status:"ACTIVE"
Find scan schedules that are inactive
scan.schedule.status:"INACTIVE"
scan.schedule.scanStatusscan.schedule.scanStatus
Example
Find scan schedules with the scan status as SUBMITTED
scan.schedule.scanStatus:"SUBMITTED"
scan.schedule.quickFiltersscan.schedule.quickFilters
Example
Find scan schedules with the given quick filter
scan.schedule.quickFilters:"MY_SCHEDULES"