rubrikinc / rubrik-sdk-for-powershell

Rubrik Module for PowerShell
https://build.rubrik.com/sdks/powershell/
MIT License
102 stars 87 forks source link

Mount Status #823

Open kkbaker opened 1 year ago

kkbaker commented 1 year ago

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

I would like to see some type of progress that can be relied upon for taking nexts steps when mounting a SQL database.

Describe the solution you'd like Example: Mount the database (tick tock - process id or similar here) Run a dbcc checkdb statement, wait for completetion, then unmount. A clear and concise description of what you want to happen.

Describe alternatives you've considered I am not able to find a process ID to rely upon for mount finish in Rubrik, only see console output.

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

clumnah commented 1 year ago

Have you looked at the cmdlet Get-RubrikRequest? If you pass it in an event ID and an event type, it will tell you the progress of the event. If you add the -WaitForCompletion switch, it will give you an updating progress bar until the event completes. On Nov 14, 2022, at 3:25 PM, kkbaker @.***> wrote:

Is your feature request related to a problem? Please describe. I would like to see some type of progress that can be relied upon for taking nexts steps when mounting a SQL database. Describe the solution you'd like Example: Mount the database (tick tock - process id or similar here) Run a dbcc checkdb statement, wait for completetion, then unmount. A clear and concise description of what you want to happen. Describe alternatives you've considered I am not able to find a process ID to rely upon for mount finish in Rubrik, only see console output. A clear and concise description of any alternative solutions or features you've considered. Additional context Add any other context or screenshots about the feature request here.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>