Home

Searching for Schedules

Use the search tokens below to search for scan jobs in registry details. Looking for help with writing your query? click here

filters.repoTags.repofilters.repoTags.repo

Use a text value ##### to find schedules tagged with specific repository.

Example

Show schedules tagged with this repository

filters.repoTags.repo: reponew

filters.repoTags.tagfilters.repoTags.tag

Use a text value ##### to find schedules tagged with specific image.

Example

Show schedules tagged with this image

filters.repoTags.tag: imageabc

createdcreated

Use a date range or specific date to find when scan schedules were created.

Examples

Show findings with scan schedules created within certain dates

created: [2018-02-01 ... 2018-02-12]

Show findings with scan schedules created starting 2018-02-01, ending 1 month ago

created: [2018-02-01 ... now-1M]

Show findings with scan schedules created starting 2 weeks ago, ending 1 second ago

created: [now-2w ... now-1s]

Show findings with scan schedules created on certain date

created:'2018-02-22'

updatedupdated

Use a date range or specific date to find when scan schedules were updated.

Examples

Show findings with scan schedules updated within certain dates

updated: [2018-02-01 ... 2018-02-12]

Show findings with scan schedules updated starting 2018-02-01, ending 1 month ago

updated: [2018-02-01 ... now-1M]

Show findings with scan schedules updated starting 2 weeks ago, ending 1 second ago

updated: [now-2w ... now-1s]

Show findings with scan schedules updated on certain date

updated:'2018-02-22'

onDemandonDemand

Use the values true | false to find schedules configured for On Demand scanning.

Example

Show schedules configured for On Demand scan

onDemand: true

statusstatus

Use a text value ##### to find schedules with specific status (Created, Canceled, Failed, Finished, Paused, Queued, Running).

Example

Show schedules with queued status

status: Queued

andand

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

Example

Show schedules for On Demand scan and status Finished

status: Finished and status: true

notnot

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

Example

Show schedules that don't have status Finished

not status: Finished

oror

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

Example

Show schedules with one of these status levels

status: Canceled or status: Failed


 

 

Was this topic helpful?

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.