On This Page
Search Fields for USPs
Fields
All field names are case sensitive.
| Field Name | Description | Values / Format |
|---|---|---|
|
description |
Description for the USP. |
String |
|
devices.name |
Name of a device. |
String |
|
domain.name |
Name of a domain. |
String |
|
last_analysis |
Date and time that of the last Analyze process. |
String |
|
name |
Name of the USP. |
String |
|
progress |
Number of analyzed devices. |
String |
|
status |
Status of the Push or Analyze process that syncs a USP to SecureTrack. |
String Possible values include:
|
|
zones.name |
Name of a zone. |
String |
Query Examples
-
Find all USPs that were analyzed in 2021 with a successful status.
last_analysis='2021' AND status='Success'
-
Find all USPs that include the AWS_Public zone.
zones.name='AWS_Public'
-
Find all USPs that include devices with London or Boston in their name.
devices.name='London' OR devices.name='Boston'