Scan data queries
To view even more details from software scans, view the data queries that you may create using the New - SW scan details command on the Administration - Data queries page.
Scan details command
To create a command to make fast and intuitive access to HW and SW scan details directly from the Object detail to significantly reduce time needed for diagnostics, audits, and incident analysis follow these steps:
-
Go to Administration – Data queries and create two New data queries:
- New – SW scan details
- New – HW scan details
-
For each:
-
If needed, go to Edit – Properties and the query
-
Click on Edit – Query
-
Take note of the data query numerical id that is contained in the query page url.
-
-
Go to Administration – Applications - choose ObjectUrlCommands certified app and add following Json into Settings AM.ObjectUrlDefinitions
{
"": [
{
"name": "HW scan detail",
"url": "{url path to data query page}?customId=[$tblNode.intNodeId$]&id={HW scan query id}",
"onAllComputerTypes": true,
"position": 2,
"icon": "text_bullet_list_square_20_regular"
},
{
"name": "SW scan detail",
"url": "{url path to data query page}?customId=[$tblNode.intNodeId$]&id={SW scan query id}",
"onAllComputerTypes": true,
"position": 2,
"icon": "text_bullet_list_square_20_regular"
}
]
}
-
-
Replace
{url path to data query page}with url for Data query -
Replace
{HW/SW scan query id}with ids from previous step -
Example:
"url": " https://contoso.onalvao.com/Alvao/DataQuery/Result?customId=[$tblNode.intNodeId$]&id=2"
-
-
Enable the application using the Enable command.