External DocumentationTo learn more, visit the Qualys documentation.
Actions
List Asset Groups
List asset groups in the user’s account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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"
}
]
}
}
}
}
Was this page helpful?