Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Armis Update Alert Status playbook would be responsible to update the Alert status from the sentinel to the Armis Portal
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Armis |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 0 |
keyvault |
Managed | 1 | 1 |
http |
Built-in | 0 | 2 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_secret | get | /secrets/@{encodeURIComponent('ArmisAPISecretKey')}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Armis_Alert_Status_Update_to_Portal | PATCH | @{variables('ArmisAPIBaseURL')}/api/v1/alerts/@{variables('ArmisAlertID')}/ |
— |
| Armis_Authentication | POST | @{variables('ArmisAPIBaseURL')}/api/v1/access_token/ |
— |
📄 Source: ArmisUpdateAlertStatus/readme.md
This playbook can be used to update the status of an Armis alert from the Microsoft Sentinel platform.
Once deployment is complete, authorize each connection like Microsoft Sentinel, Key vault.
<Armis Alerts Table Name> | where Type == "<Type field of the custom log table>" and status_s == "<Armis Alert Status>" and severity_s != "Low"
---
**Browse:** [🏠](../README.md) · [Solutions](../solutions-index.md) · [Connectors](../connectors-index.md) · [Methods](../methods-index.md) · [Tables](../tables-index.md) · [Content](../content/content-index.md) · [Parsers](../parsers/parsers-index.md) · [ASIM Parsers](../asim/asim-index.md) · [ASIM Products](../asim/asim-products-index.md) · [Logic Apps](../logic-apps/logic-apps-index.md) · [📊](../statistics.md)
↑ [Back to Playbooks](playbooks.md) · [Back to Armis](../solutions/armis.md)