Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
A Microsoft Sentinel playbook with the incident trigger, that finds the last clean restore point for VM, specified in the incident by VbrHostName and MachineDisplayName. If finds a clean restore point, adds its date as incident's comment, and if a clean restore point is not found, adds a comment indicating that.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Veeam |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
function |
Built-in | 0 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_last_restore_point_comment | post | /Incidents/Comment |
— |
| Add_no_restore_points_comment | post | /Incidents/Comment |
— |
function (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| GetLastCleanRestorePoint | — | — | functionId=[concat(variables('functionAppId'), '/functions/GetCleanRestorePointsAsync')] |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊