Home

Search Tokens for Scan Schedules

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.

Generic

andand

Use a boolean query to express your query using AND logic.

Example

Find scan schedules with DISCOVERY scan type and Active status

scan.schedule.type: "DISCOVERY" AND scan.schedule.status: "True"

notnot

Use a boolean query to express your query using NOT logic.

Example

Find scan schedules that don't have type DISCOVERY

NOT scan.schedule.type: "DISCOVERY"

oror

Use a boolean query to express your query using OR logic.

Example

Find scan schedules with DISCOVERY scan type OR Active status

scan.schedule.type: "DISCOVERY" OR scan.schedule.status: "True"

Scan Schedules Tokens

Use these search tokens to find scan schedules.

asset.idasset.id

Use an integer value to find the scan schedule associated to asset with given ID.

Example

Find the scan schedule associated with the given asset ID

asset.id:123456

scan.schedule.idscan.schedule.id

Use an integer value to find the scan schedule with the specified ID.

Example

Find the scan schedule with the given ID

scan.schedule.id:9725

scan.schedule.namescan.schedule.name

Use values within quotes or backticks to find scan schedule with the specified scan 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

Select the type to find scan schedules with the selected scan schedules type: DISCOVERY, VULNERABILITY.

Example

Find scan schedules with the specified scan type

scan.schedule.type:"DISCOVERY"

scan.schedule.statusscan.schedule.status

Select schedule status to find scan schedules that are active or inactive.

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

Select the status to find scan schedules with the selected last scan status: SUBMITTED, RUNNING, FINISHED, NO_HOST_ALIVE, NO_WEB_SERVICE, SERVICE_ERROR, TIME_LIMIT_REACHED, TIME_LIMIT_EXCEEDED, CANCELED, ERROR.

Example

Find scan schedules with the scan status as SUBMITTED

scan.schedule.scanStatus:"SUBMITTED"

scan.schedule.quickFiltersscan.schedule.quickFilters

Select the quick filter to find scan schedules with specified value - MY_SCHEDULES, NOT_LAUNCHED, INVALID.

Example

Find scan schedules with the given quick filter

scan.schedule.quickFilters:"MY_SCHEDULES"