Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook queries Rubrik Security Cloud to enrich the incoming event with additional information from Rubrik about the object and it's snapshots that the event refers to.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | RubrikSecurityCloud |
| Source | View on GitHub |
This playbook uses 4 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
keyvault |
Managed | 1 | 0 |
keyvault_1 |
Managed | 0 | 2 |
RubrikCustomConnector |
Custom | 1 | 1 |
http |
Built-in | 0 | 3 |
keyvault_1 (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| ClientId | get | /secrets/@{encodeURIComponent('Rubrik-AS-Int-ClientId')}/value |
— |
| ClientSecret | get | /secrets/@{encodeURIComponent('Rubrik-AS-Int-ClientSecret')}/value |
— |
RubrikCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Authentication_2 | post | /api/client_token |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| List_the_snapshots_for_all_objects_2 | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| Search_the_global_objects | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
| List_the_snapshots_for_all_objects | POST | @{triggerBody()?['BaseUrl']}/api/graphql |
— |
📄 Source: RubrikDataObjectDiscovery/readme.md
This playbook queries Rubrik Security Cloud to enrich the incoming event with additional information from Rubrik about the object and it’s snapshots that the event refers to.
Once deployment is complete, authorize each connection like keyvault.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊