Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook takes a NetApp volume online by calling the NetApp Ransomware Resilience take-volume-online 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_Volume_Online | POST | @{concat(parameters('netAppApiBaseUrl'), '/v1/services/rps/v1/account/', variables('AccountId'), '/storage/take-volume-online')} |
— |
📄 Source: NetApp-RansomwareResilience_Volume_Online_Playbook/readme.md
This playbook helps security teams bring a volume back online in NetApp Ransomware Resilience as part of recovery operations.
Use this playbook when a volume that was taken offline for containment or investigation should be restored to service in a controlled way.
This playbook should be deployed after:
volume_id: ID of Volume (required)agent_id: Console Agent ID (required)system_id: System ID (required)volume_id, agent_id, and system_id.PlaybookName: Name of this playbook resource.NetAppRansomwareResilienceAuthPlaybookName: Name of the deployed Auth playbook.NetAppRansomwareResilienceAuthPlaybookName parameter matches the deployed Auth playbook name.volume_id, agent_id, system_id).Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊