Skip to main content
List VM scans in the user’s account. By default scans launched in the past 30 days are listed.
External DocumentationTo learn more, visit the Qualys documentation.

Basic Parameters

ParameterDescription
Launched After DatetimeFilter scans launched after a specific date and time.
Launched Before DatetimeFilter scans launched before a specific date and time.
StateThe state to filter scans by.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen 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
Workflow LibraryPreview this Workflow on desktop