Download Assessment Report
You can download a specific report in CSV or PDF format using the report Id. You can download report for IaC posture to know the evaluation results and prevent misconfigurations.
Input ParametersInput Parameters
|
Parameter |
Mandatory |
Data Type |
Description |
|---|---|---|---|
|
reportId |
Mandatory | String |
Specify the unique Id associated with the report. |
|
reportFormat |
Optional | String |
Specify the report format: csv or pdf. |
Sample - Download assessment reports (CSV format)Sample - Download assessment reports (CSV format)
API request
curl -X GET -u <username>:<password>
"<qualys_base_url>/cloudview-api/rest/v1/report/assessment/4d78ec60-5ec9-11eb-89c0-937a2c5d739f/download?reportFormat=csv"
Response
Response Code: 200
The response includes the assessment report in CSV format.
Sample - Download assessment reports in PDF formatSample - Download assessment reports in PDF format
API request
curl -k -X GET -u <username>:<password>
"<qualys_base_url>/cloudview-api/rest/v1/report/assessment/4d78ec60-5ec9-11eb-89c0-937a2c5d739f/download?reportFormat=pdf"
Response
Response Code: 200
The response body includes the link for download of assessment report in PDF format.