The goal of this notebook is to give you an introduction to Rubrik APIs and the Powershell SDKs.
This is targeted at the DBA as we are focusing on the backup and recovery operations that DBAs will most likely do with Rubrik.
Since all things in Rubrik are an API call, all tasks that are done in the UI, can be done via a REST API Call.
- Introduction To API Documentation
- Introduction To Swagger API Explorer
- Demo Chrome Developer Tools
- Introduction To Rubrik SDK
- Connect To Rubrik
- Get Database Information From Rubrik
- Backup A Database
- Restore A Database
- Export A Database
- Live Mount A Database
- Setup Log Shipping
- Database Migration Cutover
- Additional Resources