Retrieves VA results list.
Service | varesult |
Permission | VA Result XML API |
Version | 4.4.9 or later |
Parameter | Definition |
|---|---|
HH$ExecutionTimeFrom | Date (format: dd MMM yyyy HH:mm:ss) |
HH$ResolveReason | String |
HH$Resolves | CSV Resolve IDs |
HH$Id | Long |
HH$TagName | String |
HH$DbGroupName | String |
HH$ExecutionTimeTo | Date |
HH$Databases | CSV Database IDs |
HH$ResolvedBy | User ID |
HH$Severities | CSV ActionSeverity names (INFO, NOTICE, LOW, MEDIUM, and HIGH) |
HH$RuleName | Tests that generated the result |
HH$ScanNames | Scan names that generated the result |
HH$Categories | CSV VA result categories to include in the response |
HH$SqlFix | VA results containing the specified SQL fix |
HH$pageSize | Long — The maximum number of results per call The default value is 100 and the value -1 is for all the results |
For example, to get VA results with severity HIGH from scan name, myscan, issue the following request:
https://127.0.0.1:8443/xmlapi.svc?service=varesult&HH$Severities=HIGH&HH$ScanNames=myscan