List VM Scans
List VM scans in the user's account. By default scans launched in the past 30 days are listed.
Parameters
Parameter | Description |
---|---|
Disable XML To JSON Auto Convert | When checked, XML responses are not automatically converted into JSON format. |
Example Output
{
"SIMPLE_RETURN": {
"RESPONSE": {
"DATETIME": "2018-04-15T21:32:40Z",
"TEXT": "New vm scan launched",
"ITEM_LIST": {
"ITEM": [
{
"KEY": "ID",
"VALUE": 136992
},
{
"KEY": "REFERENCE",
"VALUE": "scan/1358285558.36992"
}
]
}
}
}
}
Workflow Library Example
List Vm Scans with Qualys and Send Results Via Email
Preview this Workflow on desktop