Search Tokens for Remediaton Assets
The following section contains information on the QQL tokens that are supported in the View Details and Progress tab of a selected remediation job.
Search tokens for Asset data source
When you select the Asset tab in the View Mode pane, the following tokens are available for data search:
Search for assets based on the specified ID. You can also specify multiple IDs and a range of IDs.
Examples
Search assets with the ID 43227:
asset.id: 43227
Search asset IDs 40000, 43252, and 43227:
asset.id: [40000,43252,43227]
Search asset IDs within the range 40000 to 43227:
asset.id: [40000 ... 43227]
Search for assets by their names. Use backticks within values to narrow down your search for an exact match, or use quotes for a prefix match.
Alphanumeric and special characters are supported.
Examples
Show assets that contain part of the specified name:
asset.name: "4f39e7a1-6ad1"
Show assets by the name:
asset.name: `QK2K12QP3-65-53`
Search for assets on the basis of the job status. Select from values in the drop-down menu.
(Completed, Executing, Partially Completed, Pending, Timeout)
Example
Show jobs that have the status as Executing:
asset.status: Executing
Related Topics
Search Tokens for Remediation Jobs
Boolean Operators for Remediation Tokens
Search Tokens for Remediation Jobs