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

container.image.repo.repositorycontainer.image.repo.repository

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

Example

Show schedules tagged with this repository

container.image.repo.repository: reponew

container.image.repo.tag.namecontainer.image.repo.tag.name

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

Example

Show schedules tagged with this image

container.image.repo.tag.name: imageabc

job.isOnDemandjob.isOnDemand

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

Example

Show schedules configured for On Demand scan

job.isOnDemand: true

job.statusjob.status

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

Example

Show schedules with queued status

job.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