Contents
How are query assets different from other assets?
A query asset stores a database query that retrieves a list of other assets from the database. However, if the query is to be used for a collection, it can return assets of one type only. This section contains the following topics: WebCenter Sites uses queries differently in collection assets than it does for other assets:
How does the asset API work in Oracle?
Asset API uses the AssetDataManager.insert( List data ) method to create a new asset in WebCenter Sites. The method takes in a list of AssetData and uses these AssetData to create new assets in WebCenter Sites. If successful, the method will populate the passed in AssetData with the IDs of the newly created assets.
How is the query builder used in insightvm?
The Query Builder is a cloud-based feature that helps you distill asset and vulnerability data using custom-built queries. You can use the Query Builder to: Quickly pivot between asset, vulnerability, service, and software results using the same query Export data to a CSV file.
Where to find unlocked queries in query builder?
In the Query Builder, you can either: To use any of the queries that your organization has made before, click Load Query to display a dropdown menu to load all existing queries, which can be unlocked or locked (designated with a lock icon). Unlocked queries are editable. After loading an unlocked query, you’ll see the following:
Which is an example of a case insensitive query?
Matches are case insensitive. Example: This query matches assets with an asset name ending in “53” like QK2K12QP3-65-53. Example: This query matches assets with tag names ending in “region east” like Region East, region east, Region EAST.
How to search for an asset in Qualys?
Your results will include any asset with the EXACT value returned. Many asset fields containing text allow you to use full text search and advanced search capabilities. If your query does not include quotes (single or double) then we’ll perform the broadest search.
Are there any fields that are not included in asset index?
Keep in mind some fields are not included in the asset index, like tag name and vulnerability title, and for those you’ll need to search by field name. How it works – A search for “win” without a field name will return assets where win appears in the asset name, hostname, operating system, software name, and so on.