Scan templates

When viewing scan templates, you can use the keywords in this section to search and filter.

ID

The ID field is the unique identifier for a given template, written as a UUID. Use the syntax id:<uuid> to filter by ID field.

id:cdb084f9-4811-445c-8ea1-3ea9cf88d536

Name

Use the syntax name:<text> to search by scan template name.

name:WiFi
name:"Data Center"

Timestamps

Use the following syntaxes to search the scan template timestamp fields (created_at, updated_at):

  • created_at:<term>
  • updated_at:<term>

The term supports the standard runZero [time comparison syntax][time].

created_at:>2weeks
created_at:<30minutes
updated_at:>1year
updated_at:<12hours

Created by

The email address for the user that created the template can be searched using the syntax created_by_email:<term>.

created_by_email:user@example.com
Updated