From b1bf4f854194f53d2db075080ad3cf0aabea79a1 Mon Sep 17 00:00:00 2001 From: Chris Wahl Date: Tue, 25 Jun 2019 13:41:23 +0000 Subject: [PATCH] Update version to 4.0.0.289 Signed-off-by: Chris Wahl --- Rubrik/Rubrik.psd1 | 20 +- Rubrik/en-US/Rubrik-help.xml | 349 ++++++- TestsResults.xml | 896 +++++++++--------- docs/documentation/contribution.html | 2 +- docs/documentation/faq.html | 2 +- docs/documentation/getting_started.html | 2 +- docs/documentation/installation.html | 2 +- docs/documentation/licensing.html | 2 +- docs/documentation/project_architecture.html | 2 +- docs/documentation/requirements.html | 2 +- docs/documentation/support.html | 2 +- docs/index.html | 2 +- docs/reference/Get-RubrikHost.md | 40 +- .../reference/Set-RubrikVolumeFilterDriver.md | 190 ++++ docs/reference/readme.html | 2 +- docs/workflow/flow_audit.html | 2 +- docs/workflow/readme.html | 2 +- 17 files changed, 1031 insertions(+), 488 deletions(-) create mode 100644 docs/reference/Set-RubrikVolumeFilterDriver.md diff --git a/Rubrik/Rubrik.psd1 b/Rubrik/Rubrik.psd1 index 26cca8c37..064ad6f9f 100755 --- a/Rubrik/Rubrik.psd1 +++ b/Rubrik/Rubrik.psd1 @@ -3,7 +3,7 @@ # # Generated by: Chris Wahl # -# Generated on: 6/21/2019 +# Generated on: 6/25/2019 # @{ @@ -12,7 +12,7 @@ RootModule = 'Rubrik.psm1' # Version number of this module. -ModuleVersion = '4.0.0.284' +ModuleVersion = '4.0.0.289' # Supported PSEditions # CompatiblePSEditions = @() @@ -101,14 +101,14 @@ FunctionsToExport = @('Connect-Rubrik', 'Disconnect-Rubrik', 'Export-RubrikDatab 'Remove-RubrikManagedVolumeExport', 'Remove-RubrikMount', 'Remove-RubrikNASShare', 'Remove-RubrikReport', 'Remove-RubrikSLA', 'Remove-RubrikUnmanagedObject', 'Remove-RubrikVCenter', - 'Remove-RubrikVolumeGroupMount', 'Reset-RubrikLogShipping', - 'Restore-RubrikDatabase', 'Remove-RubrikVMSnapshot', 'Set-RubrikAvailabilityGroup', - 'Set-RubrikBlackout', 'Set-RubrikDatabase', 'Set-RubrikHyperVVM', - 'Set-RubrikLogShipping', 'Set-RubrikManagedVolume', 'Set-RubrikMount', - 'Set-RubrikNASShare', 'Set-RubrikNutanixVM', 'Set-RubrikSetting', - 'Set-RubrikVolumeFilterDriver','Set-RubrikSQLInstance', 'Set-RubrikSupportTunnel', - 'Set-RubrikVCenter', 'Set-RubrikVM', - 'Start-RubrikManagedVolumeSnapshot', + 'Remove-RubrikVMSnapshot', 'Remove-RubrikVolumeGroupMount', + 'Reset-RubrikLogShipping', 'Restore-RubrikDatabase', + 'Set-RubrikAvailabilityGroup', 'Set-RubrikBlackout', + 'Set-RubrikDatabase', 'Set-RubrikHyperVVM', 'Set-RubrikLogShipping', + 'Set-RubrikManagedVolume', 'Set-RubrikMount', 'Set-RubrikNASShare', + 'Set-RubrikNutanixVM', 'Set-RubrikSetting', 'Set-RubrikSQLInstance', + 'Set-RubrikSupportTunnel', 'Set-RubrikVCenter', 'Set-RubrikVM', + 'Set-RubrikVolumeFilterDriver', 'Start-RubrikManagedVolumeSnapshot', 'Stop-RubrikManagedVolumeSnapshot', 'Sync-RubrikAnnotation', 'Sync-RubrikTag', 'Update-RubrikHost', 'Update-RubrikVCenter', 'Update-RubrikVMwareVM') diff --git a/Rubrik/en-US/Rubrik-help.xml b/Rubrik/en-US/Rubrik-help.xml index 861e529dc..ad438f2a4 100644 --- a/Rubrik/en-US/Rubrik-help.xml +++ b/Rubrik/en-US/Rubrik-help.xml @@ -3678,7 +3678,7 @@ Get-RubrikHost - + Name Retrieve hosts with a host name matching the provided name. The search type is infix @@ -3690,7 +3690,7 @@ None - + Type Filter the summary information based on the operating system type. Accepted values are 'Windows', 'Linux', 'ANY', 'NONE'. Use NONE to only return information for hosts templates that do not have operating system type set. Use ANY to only return information for hosts that have operating system type set. @@ -3702,7 +3702,7 @@ None - + PrimaryClusterID Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use _local as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session. @@ -3714,7 +3714,7 @@ None - + id ID of the registered host @@ -3726,7 +3726,18 @@ None - + + DetailedObject + + DetailedObject will retrieved the detailed VM object, the default behavior of the API is to only retrieve a subset of the full VM object unless we query directly by ID. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed. + + + SwitchParameter + + + False + + Server Rubrik server IP or FQDN @@ -3738,7 +3749,7 @@ $global:RubrikConnection.server - + api API version @@ -3753,7 +3764,7 @@ - + Name Retrieve hosts with a host name matching the provided name. The search type is infix @@ -3765,7 +3776,7 @@ None - + Type Filter the summary information based on the operating system type. Accepted values are 'Windows', 'Linux', 'ANY', 'NONE'. Use NONE to only return information for hosts templates that do not have operating system type set. Use ANY to only return information for hosts that have operating system type set. @@ -3777,7 +3788,7 @@ None - + PrimaryClusterID Filter the summary information based on the primarycluster_id of the primary Rubrik cluster. Use _local as the primary_cluster_id of the Rubrik cluster that is hosting the current REST API session. @@ -3789,7 +3800,7 @@ None - + id ID of the registered host @@ -3801,7 +3812,19 @@ None - + + DetailedObject + + DetailedObject will retrieved the detailed VM object, the default behavior of the API is to only retrieve a subset of the full VM object unless we query directly by ID. Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed. + + SwitchParameter + + SwitchParameter + + + False + + Server Rubrik server IP or FQDN @@ -3813,7 +3836,7 @@ $global:RubrikConnection.server - + api API version @@ -3862,6 +3885,13 @@ This will return details specifically for the host id matching "Host:::111111-2222-3333-4444-555555555555" + + -------------------------- EXAMPLE 5 -------------------------- + Get-RubrikHost -Name myserver01 -DetailedObject + + This will return the Host object with all properties, including additional details such as information around the Volume Filter Driver if applicable. Using this switch parameter may negatively affect performance + + @@ -23066,6 +23096,301 @@ + + + Set-RubrikVolumeFilterDriver + Set + RubrikVolumeFilterDriver + + Used to Install or Uninstall the Rubrik Volume Filter Driver on a registered Windows host. + + + + The Set-RubrikVolumeFilterDriver either installs or uninstalls the Rubrik Volume Filter Driver on a host registered to a Rubrik cluster + + + + Set-RubrikVolumeFilterDriver + + hostid + + Rubrik's host id value + + String[] + + String[] + + + None + + + Install + + Installs the volume filter driver + + + SwitchParameter + + + False + + + Server + + Rubrik server IP or FQDN + + String + + String + + + $global:RubrikConnection.server + + + api + + API version + + String + + String + + + $global:RubrikConnection.api + + + WhatIf + + Shows what would happen if the cmdlet runs. The cmdlet is not run. + + + SwitchParameter + + + False + + + Confirm + + Prompts you for confirmation before running the cmdlet. + + + SwitchParameter + + + False + + + + Set-RubrikVolumeFilterDriver + + hostid + + Rubrik's host id value + + String[] + + String[] + + + None + + + Remove + + Removes the volume filter driver if installed + + + SwitchParameter + + + False + + + Server + + Rubrik server IP or FQDN + + String + + String + + + $global:RubrikConnection.server + + + api + + API version + + String + + String + + + $global:RubrikConnection.api + + + WhatIf + + Shows what would happen if the cmdlet runs. The cmdlet is not run. + + + SwitchParameter + + + False + + + Confirm + + Prompts you for confirmation before running the cmdlet. + + + SwitchParameter + + + False + + + + + + hostid + + Rubrik's host id value + + String[] + + String[] + + + None + + + Install + + Installs the volume filter driver + + SwitchParameter + + SwitchParameter + + + False + + + Remove + + Removes the volume filter driver if installed + + SwitchParameter + + SwitchParameter + + + False + + + Server + + Rubrik server IP or FQDN + + String + + String + + + $global:RubrikConnection.server + + + api + + API version + + String + + String + + + $global:RubrikConnection.api + + + WhatIf + + Shows what would happen if the cmdlet runs. The cmdlet is not run. + + SwitchParameter + + SwitchParameter + + + False + + + Confirm + + Prompts you for confirmation before running the cmdlet. + + SwitchParameter + + SwitchParameter + + + False + + + + + + + Written by Mike Preston for community usage Twitter: @mwpreston GitHub: mwpreston + + + + + -------------------------- EXAMPLE 1 -------------------------- + Set-RubrikVolumeFilterDriver -Id 'Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443' -Install + + This will install the Volume Filter Driver on the host with an id of Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443 + + + + -------------------------- EXAMPLE 2 -------------------------- + Get-RubrikHost -Name server01 -DetailedObject | Set-RubrikVolumeFilterDriver -Remove + + This will remove the Volume Filter Driver on the host named server01 + + + + -------------------------- EXAMPLE 3 -------------------------- + Set-RubrikVolumeFilterDriver -hostId Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443, Host:::a1e1043c-f460-4ac1-a25a-e07b5eh45583 -Install + + This will install the Volume Filter Driver on the specifed array of host ids + + + + -------------------------- EXAMPLE 4 -------------------------- + Get-RubrikHost -DetailedObject | Where hostVfdDriverState -ne Installed | Set-RubrikVolumeFilterDriver -Install + + Install Volume Filter Drivers for all hosts where the driver currently is not installed + + + + -------------------------- EXAMPLE 5 -------------------------- + Get-RubrikHost -DetailedObject | Where hostVfdDriverState -eq Installed | Set-RubrikVolumeFilterDriver -Remove + + Uninstall Volume Filter Drivers for all hosts where the driver currently is not installed + + + + + + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Set-RubrikVolumeFilterDriver.html + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Set-RubrikVolumeFilterDriver.html + + + Start-RubrikManagedVolumeSnapshot diff --git a/TestsResults.xml b/TestsResults.xml index ee45b3d4d..464d5255a 100644 --- a/TestsResults.xml +++ b/TestsResults.xml @@ -1,543 +1,547 @@  - + - + - + - + - + - + - - + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - + - + - + - - - + + + - + - + - + - + - + - + - + - - - - - + + + + + - + - + - + - - - - - + + + + + - + - + - + - - - - + + + + - + - + - + - + - + - - + + - + - + - + - + - + - - + + diff --git a/docs/documentation/contribution.html b/docs/documentation/contribution.html index 984c1903f..28d674d81 100644 --- a/docs/documentation/contribution.html +++ b/docs/documentation/contribution.html @@ -1811,7 +1811,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Contribution","level":"1.7","depth":1,"next":{"title":"Licensing","level":"1.8","depth":1,"path":"documentation/licensing.md","ref":"documentation/licensing.md","articles":[]},"previous":{"title":"Support","level":"1.6","depth":1,"path":"documentation/support.md","ref":"documentation/support.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/contribution.md","mtime":"2019-06-21T17:04:03.756Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Contribution","level":"1.7","depth":1,"next":{"title":"Licensing","level":"1.8","depth":1,"path":"documentation/licensing.md","ref":"documentation/licensing.md","articles":[]},"previous":{"title":"Support","level":"1.6","depth":1,"path":"documentation/support.md","ref":"documentation/support.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/contribution.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/faq.html b/docs/documentation/faq.html index 8cb825de4..283d38593 100644 --- a/docs/documentation/faq.html +++ b/docs/documentation/faq.html @@ -1634,7 +1634,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"FAQ","level":"1.9","depth":1,"next":{"title":"Workflow","level":"2.1","depth":1,"path":"workflow/readme.md","ref":"workflow/readme.md","articles":[{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]}]},"previous":{"title":"Licensing","level":"1.8","depth":1,"path":"documentation/licensing.md","ref":"documentation/licensing.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/faq.md","mtime":"2019-06-21T17:04:03.756Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"FAQ","level":"1.9","depth":1,"next":{"title":"Workflow","level":"2.1","depth":1,"path":"workflow/readme.md","ref":"workflow/readme.md","articles":[{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]}]},"previous":{"title":"Licensing","level":"1.8","depth":1,"path":"documentation/licensing.md","ref":"documentation/licensing.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/faq.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/getting_started.html b/docs/documentation/getting_started.html index a4fdfd3a8..1f5aa652b 100644 --- a/docs/documentation/getting_started.html +++ b/docs/documentation/getting_started.html @@ -1681,7 +1681,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Getting Started","level":"1.4","depth":1,"next":{"title":"Project Architecture","level":"1.5","depth":1,"path":"documentation/project_architecture.md","ref":"documentation/project_architecture.md","articles":[]},"previous":{"title":"Installation","level":"1.3","depth":1,"path":"documentation/installation.md","ref":"documentation/installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/getting_started.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Getting Started","level":"1.4","depth":1,"next":{"title":"Project Architecture","level":"1.5","depth":1,"path":"documentation/project_architecture.md","ref":"documentation/project_architecture.md","articles":[]},"previous":{"title":"Installation","level":"1.3","depth":1,"path":"documentation/installation.md","ref":"documentation/installation.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/getting_started.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/installation.html b/docs/documentation/installation.html index df1e0128c..7ed5cc593 100644 --- a/docs/documentation/installation.html +++ b/docs/documentation/installation.html @@ -1673,7 +1673,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Installation","level":"1.3","depth":1,"next":{"title":"Getting Started","level":"1.4","depth":1,"path":"documentation/getting_started.md","ref":"documentation/getting_started.md","articles":[]},"previous":{"title":"Requirements","level":"1.2","depth":1,"path":"documentation/requirements.md","ref":"documentation/requirements.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/installation.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Installation","level":"1.3","depth":1,"next":{"title":"Getting Started","level":"1.4","depth":1,"path":"documentation/getting_started.md","ref":"documentation/getting_started.md","articles":[]},"previous":{"title":"Requirements","level":"1.2","depth":1,"path":"documentation/requirements.md","ref":"documentation/requirements.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/installation.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/licensing.html b/docs/documentation/licensing.html index c67bd62fe..6af4c7661 100644 --- a/docs/documentation/licensing.html +++ b/docs/documentation/licensing.html @@ -1635,7 +1635,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Licensing","level":"1.8","depth":1,"next":{"title":"FAQ","level":"1.9","depth":1,"path":"documentation/faq.md","ref":"documentation/faq.md","articles":[]},"previous":{"title":"Contribution","level":"1.7","depth":1,"path":"documentation/contribution.md","ref":"documentation/contribution.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/licensing.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Licensing","level":"1.8","depth":1,"next":{"title":"FAQ","level":"1.9","depth":1,"path":"documentation/faq.md","ref":"documentation/faq.md","articles":[]},"previous":{"title":"Contribution","level":"1.7","depth":1,"path":"documentation/contribution.md","ref":"documentation/contribution.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/licensing.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/project_architecture.html b/docs/documentation/project_architecture.html index e98db6863..c87a91b75 100644 --- a/docs/documentation/project_architecture.html +++ b/docs/documentation/project_architecture.html @@ -1647,7 +1647,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Project Architecture","level":"1.5","depth":1,"next":{"title":"Support","level":"1.6","depth":1,"path":"documentation/support.md","ref":"documentation/support.md","articles":[]},"previous":{"title":"Getting Started","level":"1.4","depth":1,"path":"documentation/getting_started.md","ref":"documentation/getting_started.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/project_architecture.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Project Architecture","level":"1.5","depth":1,"next":{"title":"Support","level":"1.6","depth":1,"path":"documentation/support.md","ref":"documentation/support.md","articles":[]},"previous":{"title":"Getting Started","level":"1.4","depth":1,"path":"documentation/getting_started.md","ref":"documentation/getting_started.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/project_architecture.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/requirements.html b/docs/documentation/requirements.html index 4cd20f29a..c75200f1c 100644 --- a/docs/documentation/requirements.html +++ b/docs/documentation/requirements.html @@ -1641,7 +1641,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Requirements","level":"1.2","depth":1,"next":{"title":"Installation","level":"1.3","depth":1,"path":"documentation/installation.md","ref":"documentation/installation.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/requirements.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Requirements","level":"1.2","depth":1,"next":{"title":"Installation","level":"1.3","depth":1,"path":"documentation/installation.md","ref":"documentation/installation.md","articles":[]},"previous":{"title":"Introduction","level":"1.1","depth":1,"path":"README.md","ref":"README.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/requirements.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/support.html b/docs/documentation/support.html index 77c5b7fb5..217876bb1 100644 --- a/docs/documentation/support.html +++ b/docs/documentation/support.html @@ -1636,7 +1636,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Support","level":"1.6","depth":1,"next":{"title":"Contribution","level":"1.7","depth":1,"path":"documentation/contribution.md","ref":"documentation/contribution.md","articles":[]},"previous":{"title":"Project Architecture","level":"1.5","depth":1,"path":"documentation/project_architecture.md","ref":"documentation/project_architecture.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/support.md","mtime":"2019-06-21T17:04:03.771Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Support","level":"1.6","depth":1,"next":{"title":"Contribution","level":"1.7","depth":1,"path":"documentation/contribution.md","ref":"documentation/contribution.md","articles":[]},"previous":{"title":"Project Architecture","level":"1.5","depth":1,"path":"documentation/project_architecture.md","ref":"documentation/project_architecture.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"documentation/support.md","mtime":"2019-06-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/index.html b/docs/index.html index f772c1b1a..a5624ba6c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1629,7 +1629,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Requirements","level":"1.2","depth":1,"path":"documentation/requirements.md","ref":"documentation/requirements.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"README.md","mtime":"2019-06-21T17:04:03.818Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"next":{"title":"Requirements","level":"1.2","depth":1,"path":"documentation/requirements.md","ref":"documentation/requirements.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"README.md","mtime":"2019-06-25T13:35:41.672Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":".","book":{"language":""}}); }); diff --git a/docs/reference/Get-RubrikHost.md b/docs/reference/Get-RubrikHost.md index 6c87fc8d4..eb1120fc8 100644 --- a/docs/reference/Get-RubrikHost.md +++ b/docs/reference/Get-RubrikHost.md @@ -13,8 +13,8 @@ Retrieve summary information for all hosts that are registered with a Rubrik clu ## SYNTAX ``` -Get-RubrikHost [[-Name] ] [[-Type] ] [[-PrimaryClusterID] ] [[-id] ] - [[-Server] ] [[-api] ] [] +Get-RubrikHost [-Name ] [-Type ] [-PrimaryClusterID ] [-id ] [-DetailedObject] + [-Server ] [-api ] [] ``` ## DESCRIPTION @@ -50,6 +50,14 @@ Get-RubrikHost -id 'Host:::111111-2222-3333-4444-555555555555' This will return details specifically for the host id matching "Host:::111111-2222-3333-4444-555555555555" +### EXAMPLE 5 +``` +Get-RubrikHost -Name myserver01 -DetailedObject +``` + +This will return the Host object with all properties, including additional details such as information around the Volume Filter Driver if applicable. +Using this switch parameter may negatively affect performance + ## PARAMETERS ### -Name @@ -62,7 +70,7 @@ Parameter Sets: (All) Aliases: Hostname Required: False -Position: 1 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -80,7 +88,7 @@ Parameter Sets: (All) Aliases: operating_system_type Required: False -Position: 2 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -96,7 +104,7 @@ Parameter Sets: (All) Aliases: primary_cluster_id Required: False -Position: 3 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -111,12 +119,28 @@ Parameter Sets: (All) Aliases: Required: False -Position: 4 +Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### -DetailedObject +DetailedObject will retrieved the detailed VM object, the default behavior of the API is to only retrieve a subset of the full VM object unless we query directly by ID. +Using this parameter does affect performance as more data will be retrieved and more API-queries will be performed. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Server Rubrik server IP or FQDN @@ -126,7 +150,7 @@ Parameter Sets: (All) Aliases: Required: False -Position: 5 +Position: Named Default value: $global:RubrikConnection.server Accept pipeline input: False Accept wildcard characters: False @@ -141,7 +165,7 @@ Parameter Sets: (All) Aliases: Required: False -Position: 6 +Position: Named Default value: $global:RubrikConnection.api Accept pipeline input: False Accept wildcard characters: False diff --git a/docs/reference/Set-RubrikVolumeFilterDriver.md b/docs/reference/Set-RubrikVolumeFilterDriver.md new file mode 100644 index 000000000..10551e370 --- /dev/null +++ b/docs/reference/Set-RubrikVolumeFilterDriver.md @@ -0,0 +1,190 @@ +--- +external help file: Rubrik-help.xml +Module Name: Rubrik +online version: http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Set-RubrikVolumeFilterDriver.html +schema: 2.0.0 +--- + +# Set-RubrikVolumeFilterDriver + +## SYNOPSIS +Used to Install or Uninstall the Rubrik Volume Filter Driver on a registered Windows host. + +## SYNTAX + +### Install +``` +Set-RubrikVolumeFilterDriver [-hostid ] [-Install] [-Server ] [-api ] [-WhatIf] + [-Confirm] [] +``` + +### Remove +``` +Set-RubrikVolumeFilterDriver [-hostid ] [-Remove] [-Server ] [-api ] [-WhatIf] + [-Confirm] [] +``` + +## DESCRIPTION +The Set-RubrikVolumeFilterDriver either installs or uninstalls the Rubrik Volume Filter Driver on a host registered to a Rubrik cluster + +## EXAMPLES + +### EXAMPLE 1 +``` +Set-RubrikVolumeFilterDriver -Id 'Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443' -Install +``` + +This will install the Volume Filter Driver on the host with an id of Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443 + +### EXAMPLE 2 +``` +Get-RubrikHost -Name server01 -DetailedObject | Set-RubrikVolumeFilterDriver -Remove +``` + +This will remove the Volume Filter Driver on the host named server01 + +### EXAMPLE 3 +``` +Set-RubrikVolumeFilterDriver -hostId Host:::a1e1004c-f460-4ac1-a25a-e07b5eb15443, Host:::a1e1043c-f460-4ac1-a25a-e07b5eh45583 -Install +``` + +This will install the Volume Filter Driver on the specifed array of host ids + +### EXAMPLE 4 +``` +Get-RubrikHost -DetailedObject | Where hostVfdDriverState -ne Installed | Set-RubrikVolumeFilterDriver -Install +``` + +Install Volume Filter Drivers for all hosts where the driver currently is not installed + +### EXAMPLE 5 +``` +Get-RubrikHost -DetailedObject | Where hostVfdDriverState -eq Installed | Set-RubrikVolumeFilterDriver -Remove +``` + +Uninstall Volume Filter Drivers for all hosts where the driver currently is not installed + +## PARAMETERS + +### -hostid +Rubrik's host id value + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: hostids, id + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByPropertyName, ByValue) +Accept wildcard characters: False +``` + +### -Install +Installs the volume filter driver + +```yaml +Type: SwitchParameter +Parameter Sets: Install +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Remove +Removes the volume filter driver if installed + +```yaml +Type: SwitchParameter +Parameter Sets: Remove +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Server +Rubrik server IP or FQDN + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: $global:RubrikConnection.server +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -api +API version + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: $global:RubrikConnection.api +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +## OUTPUTS + +## NOTES +Written by Mike Preston for community usage +Twitter: @mwpreston +GitHub: mwpreston + +## RELATED LINKS + +[http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Set-RubrikVolumeFilterDriver.html](http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Set-RubrikVolumeFilterDriver.html) + diff --git a/docs/reference/readme.html b/docs/reference/readme.html index 927df384a..2174cc7e0 100644 --- a/docs/reference/readme.html +++ b/docs/reference/readme.html @@ -1634,7 +1634,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Reference","level":"2.2","depth":1,"next":{"title":"Connect-Rubrik","level":"2.2.1","depth":2,"path":"reference/Connect-Rubrik.md","ref":"reference/Connect-Rubrik.md","articles":[]},"previous":{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"reference/readme.md","mtime":"2019-06-21T17:04:03.928Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Reference","level":"2.2","depth":1,"next":{"title":"Connect-Rubrik","level":"2.2.1","depth":2,"path":"reference/Connect-Rubrik.md","ref":"reference/Connect-Rubrik.md","articles":[]},"previous":{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"reference/readme.md","mtime":"2019-06-25T13:35:41.735Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/workflow/flow_audit.html b/docs/workflow/flow_audit.html index 2be601a62..fd71b44b5 100644 --- a/docs/workflow/flow_audit.html +++ b/docs/workflow/flow_audit.html @@ -1647,7 +1647,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Flow Audit","level":"2.1.1","depth":2,"next":{"title":"Reference","level":"2.2","depth":1,"path":"reference/readme.md","ref":"reference/readme.md","articles":[{"title":"Connect-Rubrik","level":"2.2.1","depth":2,"path":"reference/Connect-Rubrik.md","ref":"reference/Connect-Rubrik.md","articles":[]},{"title":"Disconnect-Rubrik","level":"2.2.2","depth":2,"path":"reference/Disconnect-Rubrik.md","ref":"reference/Disconnect-Rubrik.md","articles":[]},{"title":"Export-RubrikDatabase","level":"2.2.3","depth":2,"path":"reference/Export-RubrikDatabase.md","ref":"reference/Export-RubrikDatabase.md","articles":[]},{"title":"Export-RubrikReport","level":"2.2.4","depth":2,"path":"reference/Export-RubrikReport.md","ref":"reference/Export-RubrikReport.md","articles":[]},{"title":"Get-RubrikAPIVersion","level":"2.2.5","depth":2,"path":"reference/Get-RubrikAPIVersion.md","ref":"reference/Get-RubrikAPIVersion.md","articles":[]},{"title":"Get-RubrikAvailabilityGroup","level":"2.2.6","depth":2,"path":"reference/Get-RubrikAvailabilityGroup.md","ref":"reference/Get-RubrikAvailabilityGroup.md","articles":[]},{"title":"Get-RubrikDatabase","level":"2.2.7","depth":2,"path":"reference/Get-RubrikDatabase.md","ref":"reference/Get-RubrikDatabase.md","articles":[]},{"title":"Get-RubrikDatabaseFiles","level":"2.2.8","depth":2,"path":"reference/Get-RubrikDatabaseFiles.md","ref":"reference/Get-RubrikDatabaseFiles.md","articles":[]},{"title":"Get-RubrikDatabaseMount","level":"2.2.9","depth":2,"path":"reference/Get-RubrikDatabaseMount.md","ref":"reference/Get-RubrikDatabaseMount.md","articles":[]},{"title":"Get-RubrikDatabaseRecoverableRange","level":"2.2.10","depth":2,"path":"reference/Get-RubrikDatabaseRecoverableRange.md","ref":"reference/Get-RubrikDatabaseRecoverableRange.md","articles":[]},{"title":"Get-RubrikFileset","level":"2.2.11","depth":2,"path":"reference/Get-RubrikFileset.md","ref":"reference/Get-RubrikFileset.md","articles":[]},{"title":"Get-RubrikFilesetTemplate","level":"2.2.12","depth":2,"path":"reference/Get-RubrikFilesetTemplate.md","ref":"reference/Get-RubrikFilesetTemplate.md","articles":[]},{"title":"Get-RubrikHost","level":"2.2.13","depth":2,"path":"reference/Get-RubrikHost.md","ref":"reference/Get-RubrikHost.md","articles":[]},{"title":"Get-RubrikHyperVVM","level":"2.2.14","depth":2,"path":"reference/Get-RubrikHyperVVM.md","ref":"reference/Get-RubrikHyperVVM.md","articles":[]},{"title":"Get-RubrikLDAP","level":"2.2.15","depth":2,"path":"reference/Get-RubrikLDAP.md","ref":"reference/Get-RubrikLDAP.md","articles":[]},{"title":"Get-RubrikLogShipping","level":"2.2.16","depth":2,"path":"reference/Get-RubrikLogShipping.md","ref":"reference/Get-RubrikLogShipping.md","articles":[]},{"title":"Get-RubrikManagedVolume","level":"2.2.17","depth":2,"path":"reference/Get-RubrikManagedVolume.md","ref":"reference/Get-RubrikManagedVolume.md","articles":[]},{"title":"Get-RubrikManagedVolumeExport","level":"2.2.18","depth":2,"path":"reference/Get-RubrikManagedVolumeExport.md","ref":"reference/Get-RubrikManagedVolumeExport.md","articles":[]},{"title":"Get-RubrikMount","level":"2.2.19","depth":2,"path":"reference/Get-RubrikMount.md","ref":"reference/Get-RubrikMount.md","articles":[]},{"title":"Get-RubrikNASShare","level":"2.2.20","depth":2,"path":"reference/Get-RubrikNASShare.md","ref":"reference/Get-RubrikNASShare.md","articles":[]},{"title":"Get-RubrikNutanixVM","level":"2.2.21","depth":2,"path":"reference/Get-RubrikNutanixVM.md","ref":"reference/Get-RubrikNutanixVM.md","articles":[]},{"title":"Get-RubrikOrganization","level":"2.2.22","depth":2,"path":"reference/Get-RubrikOrganization.md","ref":"reference/Get-RubrikOrganization.md","articles":[]},{"title":"Get-RubrikReport","level":"2.2.23","depth":2,"path":"reference/Get-RubrikReport.md","ref":"reference/Get-RubrikReport.md","articles":[]},{"title":"Get-RubrikReportData","level":"2.2.24","depth":2,"path":"reference/Get-RubrikReportData.md","ref":"reference/Get-RubrikReportData.md","articles":[]},{"title":"Get-RubrikRequest","level":"2.2.25","depth":2,"path":"reference/Get-RubrikRequest.md","ref":"reference/Get-RubrikRequest.md","articles":[]},{"title":"Get-RubrikSetting","level":"2.2.26","depth":2,"path":"reference/Get-RubrikSetting.md","ref":"reference/Get-RubrikSetting.md","articles":[]},{"title":"Get-RubrikSLA","level":"2.2.27","depth":2,"path":"reference/Get-RubrikSLA.md","ref":"reference/Get-RubrikSLA.md","articles":[]},{"title":"Get-RubrikSnapshot","level":"2.2.28","depth":2,"path":"reference/Get-RubrikSnapshot.md","ref":"reference/Get-RubrikSnapshot.md","articles":[]},{"title":"Get-RubrikSoftwareVersion","level":"2.2.29","depth":2,"path":"reference/Get-RubrikSoftwareVersion.md","ref":"reference/Get-RubrikSoftwareVersion.md","articles":[]},{"title":"Get-RubrikSQLInstance","level":"2.2.30","depth":2,"path":"reference/Get-RubrikSQLInstance.md","ref":"reference/Get-RubrikSQLInstance.md","articles":[]},{"title":"Get-RubrikSupportTunnel","level":"2.2.31","depth":2,"path":"reference/Get-RubrikSupportTunnel.md","ref":"reference/Get-RubrikSupportTunnel.md","articles":[]},{"title":"Get-RubrikUnmanagedObject","level":"2.2.32","depth":2,"path":"reference/Get-RubrikUnmanagedObject.md","ref":"reference/Get-RubrikUnmanagedObject.md","articles":[]},{"title":"Get-RubrikVCenter","level":"2.2.33","depth":2,"path":"reference/Get-RubrikVCenter.md","ref":"reference/Get-RubrikVCenter.md","articles":[]},{"title":"Get-RubrikVersion","level":"2.2.34","depth":2,"path":"reference/Get-RubrikVersion.md","ref":"reference/Get-RubrikVersion.md","articles":[]},{"title":"Get-RubrikVM","level":"2.2.35","depth":2,"path":"reference/Get-RubrikVM.md","ref":"reference/Get-RubrikVM.md","articles":[]},{"title":"Get-RubrikVMSnapshot","level":"2.2.36","depth":2,"path":"reference/Get-RubrikVMSnapshot.md","ref":"reference/Get-RubrikVMSnapshot.md","articles":[]},{"title":"Get-RubrikVolumeGroup","level":"2.2.37","depth":2,"path":"reference/Get-RubrikVolumeGroup.md","ref":"reference/Get-RubrikVolumeGroup.md","articles":[]},{"title":"Get-RubrikVolumeGroupMount","level":"2.2.38","depth":2,"path":"reference/Get-RubrikVolumeGroupMount.md","ref":"reference/Get-RubrikVolumeGroupMount.md","articles":[]},{"title":"Invoke-RubrikRESTCall","level":"2.2.39","depth":2,"path":"reference/Invoke-RubrikRESTCall.md","ref":"reference/Invoke-RubrikRESTCall.md","articles":[]},{"title":"Move-RubrikMountVMDK","level":"2.2.40","depth":2,"path":"reference/Move-RubrikMountVMDK.md","ref":"reference/Move-RubrikMountVMDK.md","articles":[]},{"title":"New-RubrikDatabaseMount","level":"2.2.41","depth":2,"path":"reference/New-RubrikDatabaseMount.md","ref":"reference/New-RubrikDatabaseMount.md","articles":[]},{"title":"New-RubrikFileset","level":"2.2.42","depth":2,"path":"reference/New-RubrikFileset.md","ref":"reference/New-RubrikFileset.md","articles":[]},{"title":"New-RubrikFilesetTemplate","level":"2.2.43","depth":2,"path":"reference/New-RubrikFilesetTemplate.md","ref":"reference/New-RubrikFilesetTemplate.md","articles":[]},{"title":"New-RubrikHost","level":"2.2.44","depth":2,"path":"reference/New-RubrikHost.md","ref":"reference/New-RubrikHost.md","articles":[]},{"title":"New-RubrikLDAP","level":"2.2.45","depth":2,"path":"reference/New-RubrikLDAP.md","ref":"reference/New-RubrikLDAP.md","articles":[]},{"title":"New-RubrikLogBackup","level":"2.2.46","depth":2,"path":"reference/New-RubrikLogBackup.md","ref":"reference/New-RubrikLogBackup.md","articles":[]},{"title":"New-RubrikLogShipping","level":"2.2.47","depth":2,"path":"reference/New-RubrikLogShipping.md","ref":"reference/New-RubrikLogShipping.md","articles":[]},{"title":"New-RubrikManagedVolume","level":"2.2.48","depth":2,"path":"reference/New-RubrikManagedVolume.md","ref":"reference/New-RubrikManagedVolume.md","articles":[]},{"title":"New-RubrikManagedVolumeExport","level":"2.2.49","depth":2,"path":"reference/New-RubrikManagedVolumeExport.md","ref":"reference/New-RubrikManagedVolumeExport.md","articles":[]},{"title":"New-RubrikMount","level":"2.2.50","depth":2,"path":"reference/New-RubrikMount.md","ref":"reference/New-RubrikMount.md","articles":[]},{"title":"New-RubrikNASShare","level":"2.2.51","depth":2,"path":"reference/New-RubrikNASShare.md","ref":"reference/New-RubrikNASShare.md","articles":[]},{"title":"New-RubrikReport","level":"2.2.52","depth":2,"path":"reference/New-RubrikReport.md","ref":"reference/New-RubrikReport.md","articles":[]},{"title":"New-RubrikSLA","level":"2.2.53","depth":2,"path":"reference/New-RubrikSLA.md","ref":"reference/New-RubrikSLA.md","articles":[]},{"title":"New-RubrikSnapshot","level":"2.2.54","depth":2,"path":"reference/New-RubrikSnapshot.md","ref":"reference/New-RubrikSnapshot.md","articles":[]},{"title":"New-RubrikVCenter","level":"2.2.55","depth":2,"path":"reference/New-RubrikVCenter.md","ref":"reference/New-RubrikVCenter.md","articles":[]},{"title":"New-RubrikVMDKMount","level":"2.2.56","depth":2,"path":"reference/New-RubrikVMDKMount.md","ref":"reference/New-RubrikVMDKMount.md","articles":[]},{"title":"New-RubrikVolumeGroupMount","level":"2.2.57","depth":2,"path":"reference/New-RubrikVolumeGroupMount.md","ref":"reference/New-RubrikVolumeGroupMount.md","articles":[]},{"title":"Protect-RubrikDatabase","level":"2.2.58","depth":2,"path":"reference/Protect-RubrikDatabase.md","ref":"reference/Protect-RubrikDatabase.md","articles":[]},{"title":"Protect-RubrikFileset","level":"2.2.59","depth":2,"path":"reference/Protect-RubrikFileset.md","ref":"reference/Protect-RubrikFileset.md","articles":[]},{"title":"Protect-RubrikHyperVVM","level":"2.2.60","depth":2,"path":"reference/Protect-RubrikHyperVVM.md","ref":"reference/Protect-RubrikHyperVVM.md","articles":[]},{"title":"Protect-RubrikNutanixVM","level":"2.2.61","depth":2,"path":"reference/Protect-RubrikNutanixVM.md","ref":"reference/Protect-RubrikNutanixVM.md","articles":[]},{"title":"Protect-RubrikTag","level":"2.2.62","depth":2,"path":"reference/Protect-RubrikTag.md","ref":"reference/Protect-RubrikTag.md","articles":[]},{"title":"Protect-RubrikVM","level":"2.2.63","depth":2,"path":"reference/Protect-RubrikVM.md","ref":"reference/Protect-RubrikVM.md","articles":[]},{"title":"Remove-RubrikDatabaseMount","level":"2.2.64","depth":2,"path":"reference/Remove-RubrikDatabaseMount.md","ref":"reference/Remove-RubrikDatabaseMount.md","articles":[]},{"title":"Remove-RubrikFileset","level":"2.2.65","depth":2,"path":"reference/Remove-RubrikFileset.md","ref":"reference/Remove-RubrikFileset.md","articles":[]},{"title":"Remove-RubrikHost","level":"2.2.66","depth":2,"path":"reference/Remove-RubrikHost.md","ref":"reference/Remove-RubrikHost.md","articles":[]},{"title":"Remove-RubrikLogShipping","level":"2.2.67","depth":2,"path":"reference/Remove-RubrikLogShipping.md","ref":"reference/Remove-RubrikLogShipping.md","articles":[]},{"title":"Remove-RubrikManagedVolume","level":"2.2.68","depth":2,"path":"reference/Remove-RubrikManagedVolume.md","ref":"reference/Remove-RubrikManagedVolume.md","articles":[]},{"title":"Remove-RubrikManagedVolumeExport","level":"2.2.69","depth":2,"path":"reference/Remove-RubrikManagedVolumeExport.md","ref":"reference/Remove-RubrikManagedVolumeExport.md","articles":[]},{"title":"Remove-RubrikMount","level":"2.2.70","depth":2,"path":"reference/Remove-RubrikMount.md","ref":"reference/Remove-RubrikMount.md","articles":[]},{"title":"Remove-RubrikNASShare","level":"2.2.71","depth":2,"path":"reference/Remove-RubrikNASShare.md","ref":"reference/Remove-RubrikNASShare.md","articles":[]},{"title":"Remove-RubrikReport","level":"2.2.72","depth":2,"path":"reference/Remove-RubrikReport.md","ref":"reference/Remove-RubrikReport.md","articles":[]},{"title":"Remove-RubrikSLA","level":"2.2.73","depth":2,"path":"reference/Remove-RubrikSLA.md","ref":"reference/Remove-RubrikSLA.md","articles":[]},{"title":"Remove-RubrikUnmanagedObject","level":"2.2.74","depth":2,"path":"reference/Remove-RubrikUnmanagedObject.md","ref":"reference/Remove-RubrikUnmanagedObject.md","articles":[]},{"title":"Remove-RubrikVCenter","level":"2.2.75","depth":2,"path":"reference/Remove-RubrikVCenter.md","ref":"reference/Remove-RubrikVCenter.md","articles":[]},{"title":"Remove-RubrikVolumeGroupMount","level":"2.2.76","depth":2,"path":"reference/Remove-RubrikVolumeGroupMount.md","ref":"reference/Remove-RubrikVolumeGroupMount.md","articles":[]},{"title":"Reset-RubrikLogShipping","level":"2.2.77","depth":2,"path":"reference/Reset-RubrikLogShipping.md","ref":"reference/Reset-RubrikLogShipping.md","articles":[]},{"title":"Restore-RubrikDatabase","level":"2.2.78","depth":2,"path":"reference/Restore-RubrikDatabase.md","ref":"reference/Restore-RubrikDatabase.md","articles":[]},{"title":"Set-RubrikAvailabilityGroup","level":"2.2.79","depth":2,"path":"reference/Set-RubrikAvailabilityGroup.md","ref":"reference/Set-RubrikAvailabilityGroup.md","articles":[]},{"title":"Set-RubrikBlackout","level":"2.2.80","depth":2,"path":"reference/Set-RubrikBlackout.md","ref":"reference/Set-RubrikBlackout.md","articles":[]},{"title":"Set-RubrikDatabase","level":"2.2.81","depth":2,"path":"reference/Set-RubrikDatabase.md","ref":"reference/Set-RubrikDatabase.md","articles":[]},{"title":"Set-RubrikHyperVVM","level":"2.2.82","depth":2,"path":"reference/Set-RubrikHyperVVM.md","ref":"reference/Set-RubrikHyperVVM.md","articles":[]},{"title":"Set-RubrikLogShipping","level":"2.2.83","depth":2,"path":"reference/Set-RubrikLogShipping.md","ref":"reference/Set-RubrikLogShipping.md","articles":[]},{"title":"Set-RubrikManagedVolume","level":"2.2.84","depth":2,"path":"reference/Set-RubrikManagedVolume.md","ref":"reference/Set-RubrikManagedVolume.md","articles":[]},{"title":"Set-RubrikMount","level":"2.2.85","depth":2,"path":"reference/Set-RubrikMount.md","ref":"reference/Set-RubrikMount.md","articles":[]},{"title":"Set-RubrikNASShare","level":"2.2.86","depth":2,"path":"reference/Set-RubrikNASShare.md","ref":"reference/Set-RubrikNASShare.md","articles":[]},{"title":"Set-RubrikNutanixVM","level":"2.2.87","depth":2,"path":"reference/Set-RubrikNutanixVM.md","ref":"reference/Set-RubrikNutanixVM.md","articles":[]},{"title":"Set-RubrikSetting","level":"2.2.88","depth":2,"path":"reference/Set-RubrikSetting.md","ref":"reference/Set-RubrikSetting.md","articles":[]},{"title":"Set-RubrikSQLInstance","level":"2.2.89","depth":2,"path":"reference/Set-RubrikSQLInstance.md","ref":"reference/Set-RubrikSQLInstance.md","articles":[]},{"title":"Set-RubrikSupportTunnel","level":"2.2.90","depth":2,"path":"reference/Set-RubrikSupportTunnel.md","ref":"reference/Set-RubrikSupportTunnel.md","articles":[]},{"title":"Set-RubrikVCenter","level":"2.2.91","depth":2,"path":"reference/Set-RubrikVCenter.md","ref":"reference/Set-RubrikVCenter.md","articles":[]},{"title":"Set-RubrikVM","level":"2.2.92","depth":2,"path":"reference/Set-RubrikVM.md","ref":"reference/Set-RubrikVM.md","articles":[]},{"title":"Start-RubrikManagedVolumeSnapshot","level":"2.2.93","depth":2,"path":"reference/Start-RubrikManagedVolumeSnapshot.md","ref":"reference/Start-RubrikManagedVolumeSnapshot.md","articles":[]},{"title":"Stop-RubrikManagedVolumeSnapshot","level":"2.2.94","depth":2,"path":"reference/Stop-RubrikManagedVolumeSnapshot.md","ref":"reference/Stop-RubrikManagedVolumeSnapshot.md","articles":[]},{"title":"Sync-RubrikAnnotation","level":"2.2.95","depth":2,"path":"reference/Sync-RubrikAnnotation.md","ref":"reference/Sync-RubrikAnnotation.md","articles":[]},{"title":"Sync-RubrikTag","level":"2.2.96","depth":2,"path":"reference/Sync-RubrikTag.md","ref":"reference/Sync-RubrikTag.md","articles":[]},{"title":"Update-RubrikHost","level":"2.2.97","depth":2,"path":"reference/Update-RubrikHost.md","ref":"reference/Update-RubrikHost.md","articles":[]},{"title":"Update-RubrikVCenter","level":"2.2.98","depth":2,"path":"reference/Update-RubrikVCenter.md","ref":"reference/Update-RubrikVCenter.md","articles":[]}]},"previous":{"title":"Workflow","level":"2.1","depth":1,"path":"workflow/readme.md","ref":"workflow/readme.md","articles":[{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"workflow/flow_audit.md","mtime":"2019-06-21T17:04:03.928Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Flow Audit","level":"2.1.1","depth":2,"next":{"title":"Reference","level":"2.2","depth":1,"path":"reference/readme.md","ref":"reference/readme.md","articles":[{"title":"Connect-Rubrik","level":"2.2.1","depth":2,"path":"reference/Connect-Rubrik.md","ref":"reference/Connect-Rubrik.md","articles":[]},{"title":"Disconnect-Rubrik","level":"2.2.2","depth":2,"path":"reference/Disconnect-Rubrik.md","ref":"reference/Disconnect-Rubrik.md","articles":[]},{"title":"Export-RubrikDatabase","level":"2.2.3","depth":2,"path":"reference/Export-RubrikDatabase.md","ref":"reference/Export-RubrikDatabase.md","articles":[]},{"title":"Export-RubrikReport","level":"2.2.4","depth":2,"path":"reference/Export-RubrikReport.md","ref":"reference/Export-RubrikReport.md","articles":[]},{"title":"Get-RubrikAPIVersion","level":"2.2.5","depth":2,"path":"reference/Get-RubrikAPIVersion.md","ref":"reference/Get-RubrikAPIVersion.md","articles":[]},{"title":"Get-RubrikAvailabilityGroup","level":"2.2.6","depth":2,"path":"reference/Get-RubrikAvailabilityGroup.md","ref":"reference/Get-RubrikAvailabilityGroup.md","articles":[]},{"title":"Get-RubrikDatabase","level":"2.2.7","depth":2,"path":"reference/Get-RubrikDatabase.md","ref":"reference/Get-RubrikDatabase.md","articles":[]},{"title":"Get-RubrikDatabaseFiles","level":"2.2.8","depth":2,"path":"reference/Get-RubrikDatabaseFiles.md","ref":"reference/Get-RubrikDatabaseFiles.md","articles":[]},{"title":"Get-RubrikDatabaseMount","level":"2.2.9","depth":2,"path":"reference/Get-RubrikDatabaseMount.md","ref":"reference/Get-RubrikDatabaseMount.md","articles":[]},{"title":"Get-RubrikDatabaseRecoverableRange","level":"2.2.10","depth":2,"path":"reference/Get-RubrikDatabaseRecoverableRange.md","ref":"reference/Get-RubrikDatabaseRecoverableRange.md","articles":[]},{"title":"Get-RubrikFileset","level":"2.2.11","depth":2,"path":"reference/Get-RubrikFileset.md","ref":"reference/Get-RubrikFileset.md","articles":[]},{"title":"Get-RubrikFilesetTemplate","level":"2.2.12","depth":2,"path":"reference/Get-RubrikFilesetTemplate.md","ref":"reference/Get-RubrikFilesetTemplate.md","articles":[]},{"title":"Get-RubrikHost","level":"2.2.13","depth":2,"path":"reference/Get-RubrikHost.md","ref":"reference/Get-RubrikHost.md","articles":[]},{"title":"Get-RubrikHyperVVM","level":"2.2.14","depth":2,"path":"reference/Get-RubrikHyperVVM.md","ref":"reference/Get-RubrikHyperVVM.md","articles":[]},{"title":"Get-RubrikLDAP","level":"2.2.15","depth":2,"path":"reference/Get-RubrikLDAP.md","ref":"reference/Get-RubrikLDAP.md","articles":[]},{"title":"Get-RubrikLogShipping","level":"2.2.16","depth":2,"path":"reference/Get-RubrikLogShipping.md","ref":"reference/Get-RubrikLogShipping.md","articles":[]},{"title":"Get-RubrikManagedVolume","level":"2.2.17","depth":2,"path":"reference/Get-RubrikManagedVolume.md","ref":"reference/Get-RubrikManagedVolume.md","articles":[]},{"title":"Get-RubrikManagedVolumeExport","level":"2.2.18","depth":2,"path":"reference/Get-RubrikManagedVolumeExport.md","ref":"reference/Get-RubrikManagedVolumeExport.md","articles":[]},{"title":"Get-RubrikMount","level":"2.2.19","depth":2,"path":"reference/Get-RubrikMount.md","ref":"reference/Get-RubrikMount.md","articles":[]},{"title":"Get-RubrikNASShare","level":"2.2.20","depth":2,"path":"reference/Get-RubrikNASShare.md","ref":"reference/Get-RubrikNASShare.md","articles":[]},{"title":"Get-RubrikNutanixVM","level":"2.2.21","depth":2,"path":"reference/Get-RubrikNutanixVM.md","ref":"reference/Get-RubrikNutanixVM.md","articles":[]},{"title":"Get-RubrikOrganization","level":"2.2.22","depth":2,"path":"reference/Get-RubrikOrganization.md","ref":"reference/Get-RubrikOrganization.md","articles":[]},{"title":"Get-RubrikReport","level":"2.2.23","depth":2,"path":"reference/Get-RubrikReport.md","ref":"reference/Get-RubrikReport.md","articles":[]},{"title":"Get-RubrikReportData","level":"2.2.24","depth":2,"path":"reference/Get-RubrikReportData.md","ref":"reference/Get-RubrikReportData.md","articles":[]},{"title":"Get-RubrikRequest","level":"2.2.25","depth":2,"path":"reference/Get-RubrikRequest.md","ref":"reference/Get-RubrikRequest.md","articles":[]},{"title":"Get-RubrikSetting","level":"2.2.26","depth":2,"path":"reference/Get-RubrikSetting.md","ref":"reference/Get-RubrikSetting.md","articles":[]},{"title":"Get-RubrikSLA","level":"2.2.27","depth":2,"path":"reference/Get-RubrikSLA.md","ref":"reference/Get-RubrikSLA.md","articles":[]},{"title":"Get-RubrikSnapshot","level":"2.2.28","depth":2,"path":"reference/Get-RubrikSnapshot.md","ref":"reference/Get-RubrikSnapshot.md","articles":[]},{"title":"Get-RubrikSoftwareVersion","level":"2.2.29","depth":2,"path":"reference/Get-RubrikSoftwareVersion.md","ref":"reference/Get-RubrikSoftwareVersion.md","articles":[]},{"title":"Get-RubrikSQLInstance","level":"2.2.30","depth":2,"path":"reference/Get-RubrikSQLInstance.md","ref":"reference/Get-RubrikSQLInstance.md","articles":[]},{"title":"Get-RubrikSupportTunnel","level":"2.2.31","depth":2,"path":"reference/Get-RubrikSupportTunnel.md","ref":"reference/Get-RubrikSupportTunnel.md","articles":[]},{"title":"Get-RubrikUnmanagedObject","level":"2.2.32","depth":2,"path":"reference/Get-RubrikUnmanagedObject.md","ref":"reference/Get-RubrikUnmanagedObject.md","articles":[]},{"title":"Get-RubrikVCenter","level":"2.2.33","depth":2,"path":"reference/Get-RubrikVCenter.md","ref":"reference/Get-RubrikVCenter.md","articles":[]},{"title":"Get-RubrikVersion","level":"2.2.34","depth":2,"path":"reference/Get-RubrikVersion.md","ref":"reference/Get-RubrikVersion.md","articles":[]},{"title":"Get-RubrikVM","level":"2.2.35","depth":2,"path":"reference/Get-RubrikVM.md","ref":"reference/Get-RubrikVM.md","articles":[]},{"title":"Get-RubrikVMSnapshot","level":"2.2.36","depth":2,"path":"reference/Get-RubrikVMSnapshot.md","ref":"reference/Get-RubrikVMSnapshot.md","articles":[]},{"title":"Get-RubrikVolumeGroup","level":"2.2.37","depth":2,"path":"reference/Get-RubrikVolumeGroup.md","ref":"reference/Get-RubrikVolumeGroup.md","articles":[]},{"title":"Get-RubrikVolumeGroupMount","level":"2.2.38","depth":2,"path":"reference/Get-RubrikVolumeGroupMount.md","ref":"reference/Get-RubrikVolumeGroupMount.md","articles":[]},{"title":"Invoke-RubrikRESTCall","level":"2.2.39","depth":2,"path":"reference/Invoke-RubrikRESTCall.md","ref":"reference/Invoke-RubrikRESTCall.md","articles":[]},{"title":"Move-RubrikMountVMDK","level":"2.2.40","depth":2,"path":"reference/Move-RubrikMountVMDK.md","ref":"reference/Move-RubrikMountVMDK.md","articles":[]},{"title":"New-RubrikDatabaseMount","level":"2.2.41","depth":2,"path":"reference/New-RubrikDatabaseMount.md","ref":"reference/New-RubrikDatabaseMount.md","articles":[]},{"title":"New-RubrikFileset","level":"2.2.42","depth":2,"path":"reference/New-RubrikFileset.md","ref":"reference/New-RubrikFileset.md","articles":[]},{"title":"New-RubrikFilesetTemplate","level":"2.2.43","depth":2,"path":"reference/New-RubrikFilesetTemplate.md","ref":"reference/New-RubrikFilesetTemplate.md","articles":[]},{"title":"New-RubrikHost","level":"2.2.44","depth":2,"path":"reference/New-RubrikHost.md","ref":"reference/New-RubrikHost.md","articles":[]},{"title":"New-RubrikLDAP","level":"2.2.45","depth":2,"path":"reference/New-RubrikLDAP.md","ref":"reference/New-RubrikLDAP.md","articles":[]},{"title":"New-RubrikLogBackup","level":"2.2.46","depth":2,"path":"reference/New-RubrikLogBackup.md","ref":"reference/New-RubrikLogBackup.md","articles":[]},{"title":"New-RubrikLogShipping","level":"2.2.47","depth":2,"path":"reference/New-RubrikLogShipping.md","ref":"reference/New-RubrikLogShipping.md","articles":[]},{"title":"New-RubrikManagedVolume","level":"2.2.48","depth":2,"path":"reference/New-RubrikManagedVolume.md","ref":"reference/New-RubrikManagedVolume.md","articles":[]},{"title":"New-RubrikManagedVolumeExport","level":"2.2.49","depth":2,"path":"reference/New-RubrikManagedVolumeExport.md","ref":"reference/New-RubrikManagedVolumeExport.md","articles":[]},{"title":"New-RubrikMount","level":"2.2.50","depth":2,"path":"reference/New-RubrikMount.md","ref":"reference/New-RubrikMount.md","articles":[]},{"title":"New-RubrikNASShare","level":"2.2.51","depth":2,"path":"reference/New-RubrikNASShare.md","ref":"reference/New-RubrikNASShare.md","articles":[]},{"title":"New-RubrikReport","level":"2.2.52","depth":2,"path":"reference/New-RubrikReport.md","ref":"reference/New-RubrikReport.md","articles":[]},{"title":"New-RubrikSLA","level":"2.2.53","depth":2,"path":"reference/New-RubrikSLA.md","ref":"reference/New-RubrikSLA.md","articles":[]},{"title":"New-RubrikSnapshot","level":"2.2.54","depth":2,"path":"reference/New-RubrikSnapshot.md","ref":"reference/New-RubrikSnapshot.md","articles":[]},{"title":"New-RubrikVCenter","level":"2.2.55","depth":2,"path":"reference/New-RubrikVCenter.md","ref":"reference/New-RubrikVCenter.md","articles":[]},{"title":"New-RubrikVMDKMount","level":"2.2.56","depth":2,"path":"reference/New-RubrikVMDKMount.md","ref":"reference/New-RubrikVMDKMount.md","articles":[]},{"title":"New-RubrikVolumeGroupMount","level":"2.2.57","depth":2,"path":"reference/New-RubrikVolumeGroupMount.md","ref":"reference/New-RubrikVolumeGroupMount.md","articles":[]},{"title":"Protect-RubrikDatabase","level":"2.2.58","depth":2,"path":"reference/Protect-RubrikDatabase.md","ref":"reference/Protect-RubrikDatabase.md","articles":[]},{"title":"Protect-RubrikFileset","level":"2.2.59","depth":2,"path":"reference/Protect-RubrikFileset.md","ref":"reference/Protect-RubrikFileset.md","articles":[]},{"title":"Protect-RubrikHyperVVM","level":"2.2.60","depth":2,"path":"reference/Protect-RubrikHyperVVM.md","ref":"reference/Protect-RubrikHyperVVM.md","articles":[]},{"title":"Protect-RubrikNutanixVM","level":"2.2.61","depth":2,"path":"reference/Protect-RubrikNutanixVM.md","ref":"reference/Protect-RubrikNutanixVM.md","articles":[]},{"title":"Protect-RubrikTag","level":"2.2.62","depth":2,"path":"reference/Protect-RubrikTag.md","ref":"reference/Protect-RubrikTag.md","articles":[]},{"title":"Protect-RubrikVM","level":"2.2.63","depth":2,"path":"reference/Protect-RubrikVM.md","ref":"reference/Protect-RubrikVM.md","articles":[]},{"title":"Remove-RubrikDatabaseMount","level":"2.2.64","depth":2,"path":"reference/Remove-RubrikDatabaseMount.md","ref":"reference/Remove-RubrikDatabaseMount.md","articles":[]},{"title":"Remove-RubrikFileset","level":"2.2.65","depth":2,"path":"reference/Remove-RubrikFileset.md","ref":"reference/Remove-RubrikFileset.md","articles":[]},{"title":"Remove-RubrikHost","level":"2.2.66","depth":2,"path":"reference/Remove-RubrikHost.md","ref":"reference/Remove-RubrikHost.md","articles":[]},{"title":"Remove-RubrikLogShipping","level":"2.2.67","depth":2,"path":"reference/Remove-RubrikLogShipping.md","ref":"reference/Remove-RubrikLogShipping.md","articles":[]},{"title":"Remove-RubrikManagedVolume","level":"2.2.68","depth":2,"path":"reference/Remove-RubrikManagedVolume.md","ref":"reference/Remove-RubrikManagedVolume.md","articles":[]},{"title":"Remove-RubrikManagedVolumeExport","level":"2.2.69","depth":2,"path":"reference/Remove-RubrikManagedVolumeExport.md","ref":"reference/Remove-RubrikManagedVolumeExport.md","articles":[]},{"title":"Remove-RubrikMount","level":"2.2.70","depth":2,"path":"reference/Remove-RubrikMount.md","ref":"reference/Remove-RubrikMount.md","articles":[]},{"title":"Remove-RubrikNASShare","level":"2.2.71","depth":2,"path":"reference/Remove-RubrikNASShare.md","ref":"reference/Remove-RubrikNASShare.md","articles":[]},{"title":"Remove-RubrikReport","level":"2.2.72","depth":2,"path":"reference/Remove-RubrikReport.md","ref":"reference/Remove-RubrikReport.md","articles":[]},{"title":"Remove-RubrikSLA","level":"2.2.73","depth":2,"path":"reference/Remove-RubrikSLA.md","ref":"reference/Remove-RubrikSLA.md","articles":[]},{"title":"Remove-RubrikUnmanagedObject","level":"2.2.74","depth":2,"path":"reference/Remove-RubrikUnmanagedObject.md","ref":"reference/Remove-RubrikUnmanagedObject.md","articles":[]},{"title":"Remove-RubrikVCenter","level":"2.2.75","depth":2,"path":"reference/Remove-RubrikVCenter.md","ref":"reference/Remove-RubrikVCenter.md","articles":[]},{"title":"Remove-RubrikVolumeGroupMount","level":"2.2.76","depth":2,"path":"reference/Remove-RubrikVolumeGroupMount.md","ref":"reference/Remove-RubrikVolumeGroupMount.md","articles":[]},{"title":"Reset-RubrikLogShipping","level":"2.2.77","depth":2,"path":"reference/Reset-RubrikLogShipping.md","ref":"reference/Reset-RubrikLogShipping.md","articles":[]},{"title":"Restore-RubrikDatabase","level":"2.2.78","depth":2,"path":"reference/Restore-RubrikDatabase.md","ref":"reference/Restore-RubrikDatabase.md","articles":[]},{"title":"Set-RubrikAvailabilityGroup","level":"2.2.79","depth":2,"path":"reference/Set-RubrikAvailabilityGroup.md","ref":"reference/Set-RubrikAvailabilityGroup.md","articles":[]},{"title":"Set-RubrikBlackout","level":"2.2.80","depth":2,"path":"reference/Set-RubrikBlackout.md","ref":"reference/Set-RubrikBlackout.md","articles":[]},{"title":"Set-RubrikDatabase","level":"2.2.81","depth":2,"path":"reference/Set-RubrikDatabase.md","ref":"reference/Set-RubrikDatabase.md","articles":[]},{"title":"Set-RubrikHyperVVM","level":"2.2.82","depth":2,"path":"reference/Set-RubrikHyperVVM.md","ref":"reference/Set-RubrikHyperVVM.md","articles":[]},{"title":"Set-RubrikLogShipping","level":"2.2.83","depth":2,"path":"reference/Set-RubrikLogShipping.md","ref":"reference/Set-RubrikLogShipping.md","articles":[]},{"title":"Set-RubrikManagedVolume","level":"2.2.84","depth":2,"path":"reference/Set-RubrikManagedVolume.md","ref":"reference/Set-RubrikManagedVolume.md","articles":[]},{"title":"Set-RubrikMount","level":"2.2.85","depth":2,"path":"reference/Set-RubrikMount.md","ref":"reference/Set-RubrikMount.md","articles":[]},{"title":"Set-RubrikNASShare","level":"2.2.86","depth":2,"path":"reference/Set-RubrikNASShare.md","ref":"reference/Set-RubrikNASShare.md","articles":[]},{"title":"Set-RubrikNutanixVM","level":"2.2.87","depth":2,"path":"reference/Set-RubrikNutanixVM.md","ref":"reference/Set-RubrikNutanixVM.md","articles":[]},{"title":"Set-RubrikSetting","level":"2.2.88","depth":2,"path":"reference/Set-RubrikSetting.md","ref":"reference/Set-RubrikSetting.md","articles":[]},{"title":"Set-RubrikSQLInstance","level":"2.2.89","depth":2,"path":"reference/Set-RubrikSQLInstance.md","ref":"reference/Set-RubrikSQLInstance.md","articles":[]},{"title":"Set-RubrikSupportTunnel","level":"2.2.90","depth":2,"path":"reference/Set-RubrikSupportTunnel.md","ref":"reference/Set-RubrikSupportTunnel.md","articles":[]},{"title":"Set-RubrikVCenter","level":"2.2.91","depth":2,"path":"reference/Set-RubrikVCenter.md","ref":"reference/Set-RubrikVCenter.md","articles":[]},{"title":"Set-RubrikVM","level":"2.2.92","depth":2,"path":"reference/Set-RubrikVM.md","ref":"reference/Set-RubrikVM.md","articles":[]},{"title":"Start-RubrikManagedVolumeSnapshot","level":"2.2.93","depth":2,"path":"reference/Start-RubrikManagedVolumeSnapshot.md","ref":"reference/Start-RubrikManagedVolumeSnapshot.md","articles":[]},{"title":"Stop-RubrikManagedVolumeSnapshot","level":"2.2.94","depth":2,"path":"reference/Stop-RubrikManagedVolumeSnapshot.md","ref":"reference/Stop-RubrikManagedVolumeSnapshot.md","articles":[]},{"title":"Sync-RubrikAnnotation","level":"2.2.95","depth":2,"path":"reference/Sync-RubrikAnnotation.md","ref":"reference/Sync-RubrikAnnotation.md","articles":[]},{"title":"Sync-RubrikTag","level":"2.2.96","depth":2,"path":"reference/Sync-RubrikTag.md","ref":"reference/Sync-RubrikTag.md","articles":[]},{"title":"Update-RubrikHost","level":"2.2.97","depth":2,"path":"reference/Update-RubrikHost.md","ref":"reference/Update-RubrikHost.md","articles":[]},{"title":"Update-RubrikVCenter","level":"2.2.98","depth":2,"path":"reference/Update-RubrikVCenter.md","ref":"reference/Update-RubrikVCenter.md","articles":[]}]},"previous":{"title":"Workflow","level":"2.1","depth":1,"path":"workflow/readme.md","ref":"workflow/readme.md","articles":[{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]}]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"workflow/flow_audit.md","mtime":"2019-06-25T13:35:41.750Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/workflow/readme.html b/docs/workflow/readme.html index aeee40687..d27627805 100644 --- a/docs/workflow/readme.html +++ b/docs/workflow/readme.html @@ -1634,7 +1634,7 @@

No results matching " var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Workflow","level":"2.1","depth":1,"next":{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]},"previous":{"title":"FAQ","level":"1.9","depth":1,"path":"documentation/faq.md","ref":"documentation/faq.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"workflow/readme.md","mtime":"2019-06-21T17:04:03.943Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-21T17:08:51.148Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Workflow","level":"2.1","depth":1,"next":{"title":"Flow Audit","level":"2.1.1","depth":2,"path":"workflow/flow_audit.md","ref":"workflow/flow_audit.md","articles":[]},"previous":{"title":"FAQ","level":"1.9","depth":1,"path":"documentation/faq.md","ref":"documentation/faq.md","articles":[]},"dir":"ltr"},"config":{"plugins":["expandable-chapters-small"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"expandable-chapters-small":{},"highlight":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","author":"Chris Wahl","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Community PowerShell Module for Rubrik","language":"en","gitbook":"*","description":"PowerShell module for managing and monitoring Rubrik's Cloud Data Management fabric by way of published RESTful APIs"},"file":{"path":"workflow/readme.md","mtime":"2019-06-25T13:35:41.750Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"basePath":"..","book":{"language":""}}); });