On This Page
Search Fields for Sync
Fields
All field names are case sensitive.
Field Name | Description | Values / Format |
---|---|---|
domains.name |
Name of a domain. |
String |
host |
Name of host. |
String |
last_run.day |
Day that of the last sync process ran. |
String |
last_run.month |
Month that of the last sync process ran. |
String |
last_run.year |
Year that of the last sync process ran. |
String |
name |
Name of the IPAM in ISPA. |
String |
status |
Status of the Push or Analyze process that syncs a USP to SecureTrack. |
String Possible values include:
|
vendor.name |
Name of a IPAM vendor. |
String |
Query Examples
Each field can only be used once in a search query. For example, the following is not allowed:
status='Success' OR status='Failed'
-
Find all IPAMs that were synced in January with a successful status.
last_run='Jan' AND status='Success'
-
Find all IPAMs that include the Default domain.
domain.name='default'