rubrik-sdk-for-python icon indicating copy to clipboard operation
rubrik-sdk-for-python copied to clipboard

Ability to create snapshots for multiple dbs from a single call for on_demand_snapshot function

Open aburkhart13 opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe.

When using the following call for dbs, it is required to perform a call for each db or use for loop and call the function for each snapshot https://rubrik.gitbook.io/rubrik-sdk-for-python/v/devel/data-management-functions/on_demand_snapshot#vmware

Describe the solution you'd like

I would like an option to allow for multiple databases to be selected within the same call either with a direct reference with the db name or using a wild card to perform for a group of databases.

Describe alternatives you've considered Currently this can be accomplished with a for loop

Additional context

aburkhart13 avatar Jan 24 '20 13:01 aburkhart13

Similar concept: https://github.com/rubrikinc/rubrik-scripts-for-powershell/blob/master/MSSQL/invoke-databaserefresh.ps1

drew-russell avatar Jan 24 '20 13:01 drew-russell