Skip to main content
Retrieve all malware events created on the backup server.
External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.

Parameters

ParameterDescription
Backup Object IDFilter the malware events by backup object ID.
Created ByFilter the malware events by the event creator.

You can use * at the start and/or end of the string to replace one or more characters.
EngineFilter the malware events by engine.

You can use * at the start and/or end of the string to replace one or more characters.
Event TypeThe type of malware event to filter by.
Filter After Creation TimeFilter results that were created after the specified date.
Filter After Detection TimeFilter results that were detected after the specified date.
Filter Before Creation TimeFilter results that were created before the specified date.
Filter Before Detection TimeFilter results that were detected before the specified date.
LimitThe number of items to return.
Machine NameFilter the malware events by machine name.

You can use * at the start and/or end of the string to replace one or more characters.
OffsetThe offset of the results.
Order ColumnThe column to sort the results by.
Return All PagesAutomatically fetch all resources, page by page.
SeverityThe severity of the malware event to filter by.
Sort OrderDetermine whether the results are sorted in ascending or descending order.
SourceThe source of the malware event to filter by.
StateThe state of the malware event to filter by.

Example Output

{
	"data": [
		{
			"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
			"type": "Unknown",
			"creationTimeUtc": "2019-08-24T14:15:22Z",
			"detectionTimeUtc": "2019-08-24T14:15:22Z",
			"machine": {
				"displayName": "string",
				"uuid": "string",
				"backupObjectId": "e5daa78c-c0bb-44d5-8a9c-04130e3d324a",
				"restorePointId": "8c843d10-6d0f-4abe-b898-e1ba18b94f68"
			},
			"state": "Created",
			"details": "string",
			"source": "Manual",
			"severity": "Clean",
			"createdBy": "string",
			"engine": "string"
		}
	],
	"pagination": {
		"total": 0,
		"count": 0,
		"skip": 0,
		"limit": 0
	}
}

Workflow Library Example

List Malware Events with Veeam Basic Backup and Replication and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop