Parameters

ParameterDescription
Asset Group TitlesA comma-separated list to show hosts belonging to asset groups with certain strings in the asset group title. One or more asset group titles may be specified. Multiple entries are comma separated (for example, My First Asset Group,Another Asset Group).
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.
Host IDsA comma-separated list to filter results by host IDs/ranges. One or more IDs and/or ranges may be specified. A range is specified with a dash (for example, 190-400). Valid host IDs are required.
IPsA comma-separated list to filter results by IP addresses/ranges. An IP range is specified with a hyphen (for example, 10.10.10.1-10.10.10.100).
IPv6sA comma-separated list to filter results by IPv6 addresses/ranges. An IP range is specified with a hyphen (for example, 10.10.10.1-10.10.10.100). If this parameter is used as filter parameter then other target input filter parameters are not accepted.

Example Output

{    "HOST_LIST_OUTPUT": {        "RESPONSE": {            "DATETIME": "2021-01-21T08:23:54Z",            "HOST_LIST": {                "HOST": {                    "ID": 7933740,                    "IP": "10.4.4.1",                    "TRACKING_METHOD": "IP",                    "NETWORK_ID": 63010,                    "DNS": {                        "__cdata": "10-4-4-1.sample.qualys.com"                    },                    "DNS_DATA": {                        "HOSTNAME": {                            "__cdata": "10-4-4-1"                        },                        "DOMAIN": {                            "__cdata": "sample.qualys.com"                        },                        "FQDN": {                            "__cdata": "10-4-4-1.sample.qualys.com"                        }                    },                    "OS": {                        "__cdata": "Linux 2.4-2.6 / Embedded Device / F5 Networks Big-IP"                    }                }            }        }    }}

Workflow Library Example

List Host Assets with Qualys and Send Results Via Email

Preview this Workflow on desktop