HPRESTCmdlets
1.2.0.0
These cmdlets can be used to get and set HPE REST data and to invoke actions on these devices and the systems they manage.
There are also advanced functions that can create an index or directory of HPE REST data sources. A file with examples called HPRESTExamples.ps
These cmdlets can be used to get and set HPE REST data and to invoke actions on these devices and the systems they manage.
There are also advanced functions that can create an index or directory of HPE REST data sources. A file with examples called HPRESTExamples.ps1 is included in this release.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) Copyright 2015-2017 Hewlett Packard Enterprise Development LP
Package Details
Author(s)
- Hewlett Packard Enterprise
Tags
Hewlett Packard Enterprise HPE REST RESTful iLO Moonshot
Functions
Connect-HPREST Disconnect-HPREST Edit-HPRESTData Find-HPREST Format-HPRESTDir Get-HPRESTData Get-HPRESTDataRaw Get-HPRESTDir Get-HPRESTMessage Get-HPRESTHttpData Get-HPRESTModuleVersion Get-HPRESTIndex Get-HPRESTSchema Get-HPRESTSchemaExtref Get-HPRESTUriFromHref Invoke-HPRESTAction Remove-HPRESTData Set-HPRESTData
Dependencies
This module has no dependencies.
Release Notes
HPRESTCmdlets - Version 1.2.0.0
October 26, 2017
Enhancements and fixes:
- Allow the user to enter the IP address in Connect-HPREST and not get iLO certificate authentication error when a valid certificate is installed on the iLO.
- Removed Enable-HPRESTCertificateAuthentication, Disable-HPRESTCertificateAuthentication and Test-HPRESTCertficateAuthentication cmdlets and added DisableCertificateAuthentication parameter to Connect-HPREST cmdlet.
- Added Timeout parameter to Connect-HPREST.
- Fixed Edit-HPRESTData issue where the cmdlet was sending invalid JSON to iLO for updating the settings.
- For all the cmdlets that have the Session parameter, it is made the first parameter in the cmdlets and support for ValueFromPipeline is removed for all parameters in such cmdlets.
- Updated Disconnect-HPREST to use Location header values stored in session and then clear the session object on successful disconnect.
- Find-HPREST supports Hostname input to Range parameter.
- Improved efficiency of Find-HPREST by removing the initial ping to the targets specified by the Range parameter.
- Added a feature to use the Settings href to execute a PUT using Edit-HPRESTData. This href change occurs in the code if the current href resource does not allow HTTP PUT method and if the Settings href is available.
- Updated Get-HPRESTModuleVersion to include PSVersion, OSVersion and DotNetVersion properties.
- Added Language parameter to Get-HPRESTData.
Known Issues:
- Schema for HpMessageExt.1.0.0 does not exist in the iLO REST interface and retrieval of this schema fails.
- When using HPRESTCmdlets with Powershell version 3.0, usage of the special characters &, ', ", /, < and > in payload or username/password will fail.
HPE PowerShell Information:
https://www.hpe.com/servers/powershell
FileList
- HPRESTCmdlets.nuspec
- HPRESTCmdlets.psd1
- HPRESTCmdlets.psm1
- HPRESTCmdletsLicense.rtf
- HPRESTCmdlets_2f9b1ca0-2031-45c0-9d82-a432014abfdf_ModuleInfo.xml
- HPRESTExamples.ps1
- ShowLicense.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.2.0.0 (current version) | 4,992 | 10/26/2017 |
1.1.0.1 | 563 | 3/6/2017 |
1.1.0.0 | 234 | 11/29/2016 |
1.0.0.4 | 621 | 12/10/2015 |
1.0.0.3 | 105 | 10/14/2015 |