Skip to main content
Create a new malware event. Important Note: For information about how Veeam Backup & Replication identifies a machine refer to Veeam’s documentation.
External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.

Parameters

ParameterDescription
DetailsAdditional details about the malware event.
Detection Time UtcThe date and time of the event detection in UTC.
EngineThe malware engine that detected the malware event.
Machine Backup Object IDThe backup object ID of the machine you want to mark with the malware event.
Machine Fully Qualified Domain NameThe fully qualified domain name (FQDN) of the machine you want to mark with the malware event.
Machine IPv4 AddressThe IPv4 address of the machine you want to mark with the malware event.
Machine IPv6 AddressThe IPv6 address of the machine you want to mark with the malware event.
Machine Restore Point IDThe restore point ID of the machine you want to mark with the malware event.
Machine UUIDThe BIOS UUID of the machine you want to mark with the malware event.
SeverityThe severity of the malware event.

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

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