Basic Parameters

ParameterDescription
Report IDThe ID of the report to download.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{    "REPORT_LIST_OUTPUT": {        "RESPONSE": {            "DATETIME": "2017-10-30T22:32:15Z",            "REPORT_LIST": {                "REPORT": [                    {                        "ID": 42703,                        "TITLE": {                            "__cdata": "Test now"                        },                        "TYPE": "Scan",                        "USER_LOGIN": "acme_aa",                        "LAUNCH_DATETIME": "2017-10-30T17:59:22Z",                        "OUTPUT_FORMAT": "PDF",                        "SIZE": "129.1 MB",                        "STATUS": {                            "STATE": "Finished"                        },                        "EXPIRATION_DATETIME": "2017-11-06T17:59:24Z"                    }                ]            }        }    }}

Workflow Library Example

Get Report with Qualys and Send Results Via Email

Preview this Workflow on desktop