List Asset Groups
List asset groups in the user's account.
Basic Parameters
Parameter | Description |
---|---|
Asset Group IDs | A 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. |
Asset Group Title | Show only the asset group that has a title equal to the specified string - this must be an exact match. |
Advanced Parameters
Parameter | Description |
---|---|
Attributes | Show attributes for each asset group along with the ID. Specify ALL or a comm-separated list of attribute names. Attribute names: ID, TITLE, OWNER_USER_NAME, OWNER_USER_ID, OWNER_UNIT_ID, NETWORK_IDS, LAST_UPDATE, IP_SET, APPLIANCE_LIST, DOMAIN_LIST, DNS_LIST, NETBIOS_LIST, EC2_ID_LIST, HOST_IDS, ASSIGNED_USER_IDS, ASSIGNED_UNIT_IDS, BUSINESS_IMPACT, CVSS, COMMENTS. |
Disable XML To JSON Auto Convert | When 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
List Asset Groups with Qualys and Send Results Via Email
Preview this Workflow on desktop