External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.
Actions
List Malware Events
Retrieve all malware events created on the backup server.

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 |
|---|---|
| Backup Object ID | Filter the malware events by backup object ID. |
| Created By | Filter 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. |
| Engine | Filter the malware events by engine. You can use * at the start and/or end of the string to replace one or more characters. |
| Event Type | The type of malware event to filter by. |
| Filter After Creation Time | Filter results that were created after the specified date. |
| Filter After Detection Time | Filter results that were detected after the specified date. |
| Filter Before Creation Time | Filter results that were created before the specified date. |
| Filter Before Detection Time | Filter results that were detected before the specified date. |
| Limit | The number of items to return. |
| Machine Name | Filter the malware events by machine name. You can use * at the start and/or end of the string to replace one or more characters. |
| Offset | The offset of the results. |
| Order Column | The column to sort the results by. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Severity | The severity of the malware event to filter by. |
| Sort Order | Determine whether the results are sorted in ascending or descending order. |
| Source | The source of the malware event to filter by. |
| State | The state of the malware event to filter by. |
{
"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
}
}
Was this page helpful?