From c05cc06841cc1c9f0fe93c4727f5a011f3809858 Mon Sep 17 00:00:00 2001 From: Chris Wahl Date: Wed, 26 Jun 2019 14:45:59 +0000 Subject: [PATCH] Update version to 4.0.0.293 Signed-off-by: Chris Wahl --- Rubrik/Rubrik.psd1 | 92 +-- Rubrik/en-US/Rubrik-help.xml | 343 ++++++++++ TestsResults.xml | 660 ++++++------------- 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/New-RubrikAPIToken.md | 145 ++++ docs/reference/Remove-RubrikAPIToken.md | 134 ++++ docs/reference/readme.html | 2 +- docs/workflow/flow_audit.html | 2 +- docs/workflow/readme.html | 2 +- 17 files changed, 882 insertions(+), 516 deletions(-) create mode 100644 docs/reference/New-RubrikAPIToken.md create mode 100644 docs/reference/Remove-RubrikAPIToken.md diff --git a/Rubrik/Rubrik.psd1 b/Rubrik/Rubrik.psd1 index 48025c701..9a24c7b9a 100755 --- a/Rubrik/Rubrik.psd1 +++ b/Rubrik/Rubrik.psd1 @@ -3,7 +3,7 @@ # # Generated by: Chris Wahl # -# Generated on: 6/25/2019 +# Generated on: 6/26/2019 # @{ @@ -12,7 +12,7 @@ RootModule = 'Rubrik.psm1' # Version number of this module. -ModuleVersion = '4.0.0.289' +ModuleVersion = '4.0.0.293' # Supported PSEditions # CompatiblePSEditions = @() @@ -69,49 +69,51 @@ PowerShellVersion = '4.0' # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = @('Connect-Rubrik', 'Disconnect-Rubrik', 'Export-RubrikDatabase', - 'Export-RubrikReport', 'Export-RubrikVM', 'Get-RubrikAPIVersion', - 'Get-RubrikAvailabilityGroup', 'Get-RubrikDatabase', - 'Get-RubrikDatabaseFiles', 'Get-RubrikDatabaseMount', - 'Get-RubrikDatabaseRecoverableRange', 'Get-RubrikFileset', - 'Get-RubrikFilesetTemplate', 'Get-RubrikHost', 'Get-RubrikHyperVVM', - 'Get-RubrikLDAP', 'Get-RubrikLogShipping', 'Get-RubrikManagedVolume', - 'Get-RubrikManagedVolumeExport', 'Get-RubrikMount', - 'Get-RubrikNASShare', 'Get-RubrikNutanixVM', 'Get-RubrikOrganization', - 'Get-RubrikReport', 'Get-RubrikReportData', 'Get-RubrikRequest', - 'Get-RubrikSetting', 'Get-RubrikSLA', 'Get-RubrikSnapshot', - 'Get-RubrikSoftwareVersion', 'Get-RubrikSQLInstance', - 'Get-RubrikSupportTunnel', 'Get-RubrikUnmanagedObject', - 'Get-RubrikVCenter', 'Get-RubrikVersion', 'Get-RubrikVM', - 'Get-RubrikVMSnapshot', 'Get-RubrikVMwareDatastore', - 'Get-RubrikVMwareHost', 'Get-RubrikVolumeGroup', - 'Get-RubrikVolumeGroupMount', 'Invoke-RubrikRESTCall', - 'Move-RubrikMountVMDK', 'New-RubrikDatabaseMount', - 'New-RubrikFileset', 'New-RubrikFilesetTemplate', 'New-RubrikHost', - 'New-RubrikLDAP', 'New-RubrikLogBackup', 'New-RubrikLogShipping', - 'New-RubrikManagedVolume', 'New-RubrikManagedVolumeExport', - 'New-RubrikMount', 'New-RubrikNASShare', 'New-RubrikReport', - 'New-RubrikSLA', 'New-RubrikSnapshot', 'New-RubrikVCenter', - 'New-RubrikVMDKMount', 'New-RubrikVolumeGroupMount', - 'Protect-RubrikDatabase', 'Protect-RubrikFileset', - 'Protect-RubrikHyperVVM', 'Protect-RubrikNutanixVM', - 'Protect-RubrikTag', 'Protect-RubrikVM', 'Remove-RubrikDatabaseMount', - 'Remove-RubrikFileset', 'Remove-RubrikHost', - 'Remove-RubrikLogShipping', 'Remove-RubrikManagedVolume', - 'Remove-RubrikManagedVolumeExport', 'Remove-RubrikMount', - 'Remove-RubrikNASShare', 'Remove-RubrikReport', 'Remove-RubrikSLA', - 'Remove-RubrikUnmanagedObject', 'Remove-RubrikVCenter', - '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', 'New-RubrikAPIToken', 'Remove-RubrikAPIToken') +FunctionsToExport = @('Connect-Rubrik', 'Disconnect-Rubrik', 'Export-RubrikDatabase', + 'Export-RubrikReport', 'Export-RubrikVM', 'Get-RubrikAPIVersion', + 'Get-RubrikAvailabilityGroup', 'Get-RubrikDatabase', + 'Get-RubrikDatabaseFiles', 'Get-RubrikDatabaseMount', + 'Get-RubrikDatabaseRecoverableRange', 'Get-RubrikFileset', + 'Get-RubrikFilesetTemplate', 'Get-RubrikHost', 'Get-RubrikHyperVVM', + 'Get-RubrikLDAP', 'Get-RubrikLogShipping', 'Get-RubrikManagedVolume', + 'Get-RubrikManagedVolumeExport', 'Get-RubrikMount', + 'Get-RubrikNASShare', 'Get-RubrikNutanixVM', 'Get-RubrikOrganization', + 'Get-RubrikReport', 'Get-RubrikReportData', 'Get-RubrikRequest', + 'Get-RubrikSetting', 'Get-RubrikSLA', 'Get-RubrikSnapshot', + 'Get-RubrikSoftwareVersion', 'Get-RubrikSQLInstance', + 'Get-RubrikSupportTunnel', 'Get-RubrikUnmanagedObject', + 'Get-RubrikVCenter', 'Get-RubrikVersion', 'Get-RubrikVM', + 'Get-RubrikVMSnapshot', 'Get-RubrikVMwareDatastore', + 'Get-RubrikVMwareHost', 'Get-RubrikVolumeGroup', + 'Get-RubrikVolumeGroupMount', 'Invoke-RubrikRESTCall', + 'Move-RubrikMountVMDK', 'New-RubrikAPIToken', + 'New-RubrikDatabaseMount', 'New-RubrikFileset', + 'New-RubrikFilesetTemplate', 'New-RubrikHost', 'New-RubrikLDAP', + 'New-RubrikLogBackup', 'New-RubrikLogShipping', + 'New-RubrikManagedVolume', 'New-RubrikManagedVolumeExport', + 'New-RubrikMount', 'New-RubrikNASShare', 'New-RubrikReport', + 'New-RubrikSLA', 'New-RubrikSnapshot', 'New-RubrikVCenter', + 'New-RubrikVMDKMount', 'New-RubrikVolumeGroupMount', + 'Protect-RubrikDatabase', 'Protect-RubrikFileset', + 'Protect-RubrikHyperVVM', 'Protect-RubrikNutanixVM', + 'Protect-RubrikTag', 'Protect-RubrikVM', 'Remove-RubrikAPIToken', + 'Remove-RubrikDatabaseMount', 'Remove-RubrikFileset', + 'Remove-RubrikHost', 'Remove-RubrikLogShipping', + 'Remove-RubrikManagedVolume', 'Remove-RubrikManagedVolumeExport', + 'Remove-RubrikMount', 'Remove-RubrikNASShare', 'Remove-RubrikReport', + 'Remove-RubrikSLA', 'Remove-RubrikUnmanagedObject', + 'Remove-RubrikVCenter', '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') # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() diff --git a/Rubrik/en-US/Rubrik-help.xml b/Rubrik/en-US/Rubrik-help.xml index ad438f2a4..c214b99bf 100644 --- a/Rubrik/en-US/Rubrik-help.xml +++ b/Rubrik/en-US/Rubrik-help.xml @@ -9571,6 +9571,182 @@ + + + New-RubrikAPIToken + New + RubrikAPIToken + + Creates a new Rubrik API Token. + + + + The New-RubrikAPIToken cmdlet is used to generate a new API Token for the Rubrik cluster using the role and permissions of the currently logged in session. The token can then be used in making API requests without having to resort to basic authorization. + + + + New-RubrikAPIToken + + OrganizationId + + Bind the new session to the specified organization. When this parameter is not specified, the session will be bound to an organization chosen according to the user's preferences and authorizations. + + String + + String + + + None + + + Expiration + + This value specifies an interval in minutes. The token expires at the end of the interval. By default, this value is 60 (1 hour). This value cannot exceed 525600 (365 days). + + Int32 + + Int32 + + + 60 + + + Tag + + Name assigned to the token. The default value is "API Token". + + String + + String + + + None + + + Server + + Rubrik server IP or FQDN + + String + + String + + + $global:RubrikConnection.server + + + api + + API version + + String + + String + + + $global:RubrikConnection.api + + + + + + OrganizationId + + Bind the new session to the specified organization. When this parameter is not specified, the session will be bound to an organization chosen according to the user's preferences and authorizations. + + String + + String + + + None + + + Expiration + + This value specifies an interval in minutes. The token expires at the end of the interval. By default, this value is 60 (1 hour). This value cannot exceed 525600 (365 days). + + Int32 + + Int32 + + + 60 + + + Tag + + Name assigned to the token. The default value is "API Token". + + String + + String + + + None + + + Server + + Rubrik server IP or FQDN + + String + + String + + + $global:RubrikConnection.server + + + api + + API version + + String + + String + + + $global:RubrikConnection.api + + + + + + + Written by Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl + + + + + -------------------------- EXAMPLE 1 -------------------------- + New-RubrikAPIToken + + This will generate a new API Token named "API Token" that lasts for 60 minutes (1 hour). + + + + -------------------------- EXAMPLE 2 -------------------------- + New-RubrikAPIToken -Expiration 2880 -Tag "2-Day Token" + + This will generate a new API Token named "2-Day Token" that lasts for 2880 minutes (48 hours / 2 days). + + + + -------------------------- EXAMPLE 3 -------------------------- + New-RubrikAPIToken -Expiration 10080 -Tag "Dev Org Weekly Token" -OrganizationId "Organization:::11111111-2222-3333-4444-555555555555" + + This will generate a new API Token named "Dev Org Weekly Token" that lasts for 10080 minutes (7 days) in the organization matching id value "Organization:::11111111-2222-3333-4444-555555555555". This assumes that the current session that is requested the token has authority in that organization. + + + + + + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/New-RubrikAPIToken.html + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/New-RubrikAPIToken.html + + + New-RubrikDatabaseMount @@ -16554,6 +16730,173 @@ + + + Remove-RubrikAPIToken + Remove + RubrikAPIToken + + Removes a Rubrik API Token. + + + + The Remove-RubrikAPIToken cmdlet is used to remove an API Token from the Rubrik cluster. + + + + Remove-RubrikAPIToken + + TokenId + + API Token ID value(s). For multiple ID values, encase the values in parenthesis and separate each ID with a comma. See the examples for more details. + + Array + + Array + + + None + + + 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 + + + + + + TokenId + + API Token ID value(s). For multiple ID values, encase the values in parenthesis and separate each ID with a comma. See the examples for more details. + + Array + + Array + + + None + + + 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 Chris Wahl for community usage Twitter: @ChrisWahl GitHub: chriswahl + + + + + -------------------------- EXAMPLE 1 -------------------------- + Remove-RubrikAPIToken -TokenId "11111111-2222-3333-4444-555555555555" + + This will remove the API Token matching id "11111111-2222-3333-4444-555555555555". + + + + -------------------------- EXAMPLE 2 -------------------------- + Remove-RubrikAPIToken -TokenId ("11111111-2222-3333-4444-555555555555","aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee") + + This will remove the API Tokens matching id values "11111111-2222-3333-4444-555555555555" and "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" in one request. + + + + + + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Remove-RubrikAPIToken.html + http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Remove-RubrikAPIToken.html + + + Remove-RubrikDatabaseMount diff --git a/TestsResults.xml b/TestsResults.xml index 464d5255a..30a18685b 100644 --- a/TestsResults.xml +++ b/TestsResults.xml @@ -1,547 +1,289 @@  - + - + - + - + - + - + - - + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - - - + + + - + - + - + + + + + + + + + + + - + + + + + - + + + + + + + + + - + + + + + - + + + + + + + + + - - - - - + + + + - + - + - + - - - - - + + + + - + - + - + - - - - + + - + - + - + - + - + - - + + - + - + - + - + - + - - + + diff --git a/docs/documentation/contribution.html b/docs/documentation/contribution.html index 28d674d81..13e63fbf4 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/faq.html b/docs/documentation/faq.html index 283d38593..13706ea25 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/getting_started.html b/docs/documentation/getting_started.html index 1f5aa652b..d02d5198f 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/installation.html b/docs/documentation/installation.html index 7ed5cc593..209cd4263 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/licensing.html b/docs/documentation/licensing.html index 6af4c7661..45ad19036 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/project_architecture.html b/docs/documentation/project_architecture.html index c87a91b75..b29a25cc7 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/requirements.html b/docs/documentation/requirements.html index c75200f1c..4995c9820 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/documentation/support.html b/docs/documentation/support.html index 217876bb1..f75bb8b51 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-25T13:35:41.657Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.268Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/index.html b/docs/index.html index a5624ba6c..3e4c3a1df 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-25T13:35:41.672Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.300Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":".","book":{"language":""}}); }); diff --git a/docs/reference/New-RubrikAPIToken.md b/docs/reference/New-RubrikAPIToken.md new file mode 100644 index 000000000..5aed4ea43 --- /dev/null +++ b/docs/reference/New-RubrikAPIToken.md @@ -0,0 +1,145 @@ +--- +external help file: Rubrik-help.xml +Module Name: Rubrik +online version: http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/New-RubrikAPIToken.html +schema: 2.0.0 +--- + +# New-RubrikAPIToken + +## SYNOPSIS +Creates a new Rubrik API Token. + +## SYNTAX + +``` +New-RubrikAPIToken [[-OrganizationId] ] [[-Expiration] ] [[-Tag] ] [[-Server] ] + [[-api] ] [] +``` + +## DESCRIPTION +The New-RubrikAPIToken cmdlet is used to generate a new API Token for the Rubrik cluster using the role and permissions of the currently logged in session. +The token can then be used in making API requests without having to resort to basic authorization. + +## EXAMPLES + +### EXAMPLE 1 +``` +New-RubrikAPIToken +``` + +This will generate a new API Token named "API Token" that lasts for 60 minutes (1 hour). + +### EXAMPLE 2 +``` +New-RubrikAPIToken -Expiration 2880 -Tag "2-Day Token" +``` + +This will generate a new API Token named "2-Day Token" that lasts for 2880 minutes (48 hours / 2 days). + +### EXAMPLE 3 +``` +New-RubrikAPIToken -Expiration 10080 -Tag "Dev Org Weekly Token" -OrganizationId "Organization:::11111111-2222-3333-4444-555555555555" +``` + +This will generate a new API Token named "Dev Org Weekly Token" that lasts for 10080 minutes (7 days) in the organization matching id value "Organization:::11111111-2222-3333-4444-555555555555". +This assumes that the current session that is requested the token has authority in that organization. + +## PARAMETERS + +### -OrganizationId +Bind the new session to the specified organization. +When this parameter is not specified, the session will be bound to an organization chosen according to the user's preferences and authorizations. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Expiration +This value specifies an interval in minutes. +The token expires at the end of the interval. +By default, this value is 60 (1 hour). +This value cannot exceed 525600 (365 days). + +```yaml +Type: Int32 +Parameter Sets: (All) +Aliases: + +Required: False +Position: 2 +Default value: 60 +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Tag +Name assigned to the token. +The default value is "API Token". + +```yaml +Type: String +Parameter Sets: (All) +Aliases: Name + +Required: False +Position: 3 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Server +Rubrik server IP or FQDN + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: 4 +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: 5 +Default value: $global:RubrikConnection.api +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 Chris Wahl for community usage +Twitter: @ChrisWahl +GitHub: chriswahl + +## RELATED LINKS + +[http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/New-RubrikAPIToken.html](http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/New-RubrikAPIToken.html) + diff --git a/docs/reference/Remove-RubrikAPIToken.md b/docs/reference/Remove-RubrikAPIToken.md new file mode 100644 index 000000000..3d7b91db2 --- /dev/null +++ b/docs/reference/Remove-RubrikAPIToken.md @@ -0,0 +1,134 @@ +--- +external help file: Rubrik-help.xml +Module Name: Rubrik +online version: http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Remove-RubrikAPIToken.html +schema: 2.0.0 +--- + +# Remove-RubrikAPIToken + +## SYNOPSIS +Removes a Rubrik API Token. + +## SYNTAX + +``` +Remove-RubrikAPIToken [-TokenId] [[-Server] ] [[-api] ] [-WhatIf] [-Confirm] + [] +``` + +## DESCRIPTION +The Remove-RubrikAPIToken cmdlet is used to remove an API Token from the Rubrik cluster. + +## EXAMPLES + +### EXAMPLE 1 +``` +Remove-RubrikAPIToken -TokenId "11111111-2222-3333-4444-555555555555" +``` + +This will remove the API Token matching id "11111111-2222-3333-4444-555555555555". + +### EXAMPLE 2 +``` +Remove-RubrikAPIToken -TokenId ("11111111-2222-3333-4444-555555555555","aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee") +``` + +This will remove the API Tokens matching id values "11111111-2222-3333-4444-555555555555" and "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" in one request. + +## PARAMETERS + +### -TokenId +API Token ID value(s). +For multiple ID values, encase the values in parenthesis and separate each ID with a comma. +See the examples for more details. + +```yaml +Type: Array +Parameter Sets: (All) +Aliases: tokenIds + +Required: True +Position: 1 +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Server +Rubrik server IP or FQDN + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: 2 +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: 3 +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 Chris Wahl for community usage +Twitter: @ChrisWahl +GitHub: chriswahl + +## RELATED LINKS + +[http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Remove-RubrikAPIToken.html](http://rubrikinc.github.io/rubrik-sdk-for-powershell/reference/Remove-RubrikAPIToken.html) + diff --git a/docs/reference/readme.html b/docs/reference/readme.html index 2174cc7e0..a052c2170 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-25T13:35:41.735Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.393Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/workflow/flow_audit.html b/docs/workflow/flow_audit.html index fd71b44b5..8682c89ee 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-25T13:35:41.750Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.393Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/workflow/readme.html b/docs/workflow/readme.html index d27627805..b443ec035 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-25T13:35:41.750Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-25T13:41:03.372Z"},"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-26T14:39:56.414Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2019-06-26T14:45:39.601Z"},"basePath":"..","book":{"language":""}}); });