Skip to content

xtremlib3.0

Latest

Choose a tag to compare

@bkvarda bkvarda released this 04 Aug 21:15
· 17 commits to master since this release

For use with and tested against XtremIO 3.x (though all commands SHOULD be backwards-compatible with 4.x).

  • All Get commands now return the full object returned from XtremIO - you can do with it what you'd like.
  • Error handling has been improved from 1.0
  • Post/Delete commands (Removes and updates) continue to return $true if they successfully complete
  • It should no longer be necessary to import the XtremIO certificate (cert validation is bypassed)
  • Remove-XtremVolumeMapping is now significantly faster (due to 3.0 API updates in conjunction with modified cmdlet)
  • You can now store encrypted credentials in a .txt file (useful for scripting)
  • Some variable names have changed to be more consistent between functions
  • Some cmdlet names have changes to be more consistent with PowerShell nomenclature