We need to automate Qualys Agent based scan reporting. But i am not able to find any API through which we can generate PC or VM report based on Agent scan.
We need to automate Qualys Agent based scan reporting. But i am not able to find any API through which we can generate PC or VM report based on Agent scan.
Dinesh,
Agents, like the scanner generate data points that we merge into each individual host record in the database.
The data about a host is always an append kind of an operation into our results store, for that host.
The reporting API within VM and PC is still the same.....that is what you will need to get this done.
Create a new report template, in the findings section, scroll down to click on the checkbox to include agent based findings. make a note of this template ID and that is what you will need to use.
Cheers,
DJ
On a side note, you may also be interested in the recently published Cloud Agent API User Guide. There's a use cases section at the end that will guide you on how to use it.
Dinesh,
Agents, like the scanner generate data points that we merge into each individual host record in the database.
The data about a host is always an append kind of an operation into our results store, for that host.
The reporting API within VM and PC is still the same.....that is what you will need to get this done.
Create a new report template, in the findings section, scroll down to click on the checkbox to include agent based findings. make a note of this template ID and that is what you will need to use.
Cheers,
DJ