Pure Storage PowerShell SDK 1.17.3.0
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
RELEASE COMPATIBILITY
This release requires PowerShell 3.0 or higher.
This release requires .NET 4.5.
This release is compatible with Purity FlashArrays that support Pure Storage REST API 1.0 to 1.17 inclusive.
This release requires a 64-bit operating system.
INSTALLATION AND UNINSTALLATION
To install the PowerShell SDK, extract and run PurePowerShellSDKInstaller.msi, and follow the instructions. Administrator privilege is required to install. To verify the installation, run "Get-Command -Module PureStoragePowerShellSDK" in a new PowerShell session. The newly installed cmdlets should be listed. The PowerShell SDK can be uninstalled from "Programs and Features" via the Control Panel.
The PowerShell SDK can also be installed using the PowerShell Gallery. See https://www.powershellgallery.com/ for details on how to discover resources on the PowerShell Gallery. If installed using the PowerShell Gallery the PowerShell SDK can be removed using Remove-Module -Name PureStoragePowerShellSDK.
KNOWN ISSUES
Get-PfaProtectionGroupVolumeSnapshots does not work if the array is connected using REST API 1.4.
RELEASE 1.17.3.0
Release 1.17.3.0 adds the following changes to Release 1.16.6.0
Added support for REST 1.17. The following features are implemented.
Added support for Maintenance Window.
- New-PfaMaintenanceWindow
- Get-PfaMaintenanceWindow
- Remove-PfaMaintenanceWindow
Added CaCertificate to New-PfaKMIP cmdlet.
Added support for Azure Offload.
- Connect-PfaOffloadAzureTarget
- Get-PfaOffloadAzureTarget
- Get-PfaAllOffloadAzureTarget
- Disconnect-PfaOffloadAzureTarget
Added support for EULA.
- Get-PfaArrayEula
- Set-PfaArrayEulaAccept
Added support for Network Interface metrics.
- Get-PfaNetworkInterfaceMetrics
- Get-PfaNetworkInterfaceMetricsError
- Get-PfaAllNetworkInterfaceMetrics
- Get-PfaAllNetworkInterfaceMetricsError
- Get-PfaAllNetworkInterfaceMetricsErrorTotal
- Get-PfaAllNetworkInterfaceMetricsTotal
Added support for POD metrics.
- Get-PfaAllPodSpaceMetricsTotal
Added support for Protection Group replication bandwidth
- Get-PfaAllProtectionGroupReplicationBandwidth
- Get-PfaAllProtectionGroupReplicationBandwidthByTimeRange
- Get-PfaProtectionGroupReplicationBandwidth
- Get-PfaProtectionGroupReplicationBandwidthByTimeRange
Added support for reading volume host encryption key status
- Get-PfaVolumeHostEncryptionKeyStatus
- Get-PfaAllVolumeHostEncryptionKeyStatus
Added support for reading volume space metrics.
- Get-PfaAllVolumeSpaceMetricsTotal
- Get-PfaAllVolumeTotal
Added support for reading volume group bandwidth
- Set-PfaVolumeGroupBandwidthLimit
Added support for volume and volume group IOPS limit
- Set-PfaVolumeGroupIOPSLimit
- Set-PfaVolumeIOPSLimit
Added support for VNC support for software app
- Disable-PfaSoftwareVNC
- Enable-PfaSoftwareVNC
Added support for reading the software app nodes.
- Get-PfaAllSoftwareNode
- Get-PfaSoftwareNode
PERFORMANCE TESTING
No performance testing was done for this release.
OPEN SOURCE LICENSES
Json.NET:
The MIT License (MIT)
Copyright (c) 2007 James Newton-King
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SSH.NET:
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.