Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook unblocks a user by calling the NetApp Ransomware Resilience unblock-user API endpoint after obtaining an authentication token from the NetApp Auth playbook.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | NetApp Ransomware Resilience |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 2 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Call_Auth_Playbook | POST | [listCallbackUrl(variables('AuthPlaybookTriggerResourceId'), '2019-05-01').value] |
— |
| Submit_Unblock_User | POST | @{concat(parameters('netAppApiBaseUrl'), '/v1/services/rps/v1/account/', variables('AccountId'), '/users/unblock-user')} |
— |
📄 Source: NetApp-RansomwareResilience_Unblock_User_Playbook/readme.md
This playbook helps security teams restore user access in NetApp Ransomware Resilience after review and approval.
Use this playbook when a previously blocked user should be safely returned to normal access as part of incident recovery.
This playbook should be deployed after:
user_id: User ID to unblock (required)user_ips: Client IPs to unblock (required for NFS; optional for CIFS)user_id, and optionally user_ips based on the protection scenario.PlaybookName: Name of this playbook resource.NetAppRansomwareResilienceAuthPlaybookName: Name of the deployed NetApp Auth playbook.NetAppRansomwareResilienceAuthPlaybookName parameter matches the deployed Auth playbook name.user_ips).user_id, and optional user_ips).Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊