Skip to content

Rubrik SDK for PowerShell v5.3

Compare
Choose a tag to compare
@jaapbrasser jaapbrasser released this 09 Apr 17:00
· 252 commits to master since this release
208a322

Summary of Changes

For a full summary of changes between all version, please take a look at our CHANGELOG.md

Changed

  • Changed the Quick Start Guide to links are pointing to working VMware pages Issue 726
  • Changed, parameter sets, SLA_Name/SLA_ByID/SLA_Unprotected/SLA_Forever, added to Protect-RubrikFileset & New-RubrikSnapshot, fixing Issue 720
  • Added support for WhatIf & Confirm to the Invoke-RubrikRESTCall cmdlet fixing Issue 713
  • Created 3 new parameter sets to Invoke-RubrikRESTCall : BodyAsArray, BodyAsJson, General fixing Issue 711
  • Changed how ConfirmImpact is handled in the New-RubrikSnapshot cmdlet, it will now error when no SLAID is found when query by SLA and won't prompt for Test-SLA unless using -Confirm, fixing Issue 699
  • Removed 2 deprecated parameters from Get-RubrikReport: -ShowOnlyLatest & -FilterOnlyOnLatest Issue 696
  • Changed how PrimaryClusterID is handled in the Get-RubrikDatabase cmdlet fixing Issue 691
  • Changed Protect-RubrikVM to use correct REST endpoint & body for Rubrik CDM 5.2 and later Issue 689

Added

  • Added new cmdlet: Get-RubrikDebugInfo, that gathers essential information for troubleshooting Issue 742
  • Added new cmdlet: Test-RubrikSnapshotVerification, that can test if a snapshot, or series of snapshots are recoverable Issue 733
  • Added example in documentation for: Invoke-RubrikGraphQLCall Issue 736
  • Added better warning message for New-RubrikMount, now displays warning when an object ID is specified instead of snapshot ID, Issue 732
  • Added 5.3 endpoint for Get-RubrikVolumeGroupMount, resolving issue Issue 729
  • Added support to Get-RubrikUser to work around all of the API endpoint changes in CDM 5.3 as per Issue 723
  • Added new parameter, SLAPrimaryClusterId, to Protect-RubrikFileset & New-RubrikSnapshot, fixing Issue 720
  • Added additional parameters: -DoNotProtect & -Inherit to Set-RubrikSQLInstance as requested in Issue 717
  • Added Request parameter to allow Get-RubrikRequest to work directly from the pipeline as request in Issue 715
  • Added BodyAsJson parameter to Invoke-RubrikRESTCall cmdlet as requested in Issue 711
  • Added RetentionLock switch parameter to New-RubrikSLA & Set-RubrikSLA cmdlet as requested in Issue 712
  • Added new parameter, -EventSeriesStatus, to Get-RubrikEvent to allow for filtering on event_series_status Issue 705
  • Added uri parameter to Invoke-RubrikRESTCall cmdlet as requested in Issue 700
  • Added 3 examples in documentation for: Get-RubrikReport Issue 696
  • Added additional request types to Get-RubrikRequest as requested in Issue 695 & Issue 716
  • Added example in documentation for: Get-RubrikReport Issue 692