Basic Parameters

ParameterDescription
Report IDSpecifies a single report ID that is saved in the Report Share storage space. When specified, information on the selected report will be included in the output.

Advanced Parameters

ParameterDescription
Client IDID assigned to the client (Consultant subscription only).
Client NameName of the client (Consultant subscription only).
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
Expires BeforeLimit results only to reports that expire before this time.
StateFilter results only to reports in a specific state.
User Login IDLimit reports only to those launched by the specified user.

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

List Reports with Qualys and Send Results Via Email

Preview this Workflow on desktop