Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hewlettpackard/globaldashboardps
A Powershell module for working with HPE OneView Global Dashboard
https://github.com/hewlettpackard/globaldashboardps
global-dashboard hpe hpe-oneview hpe-oneview-api hpe-oneview-globaldashboard powershell powershell-module
Last synced: about 2 months ago
JSON representation
A Powershell module for working with HPE OneView Global Dashboard
- Host: GitHub
- URL: https://github.com/hewlettpackard/globaldashboardps
- Owner: HewlettPackard
- License: mit
- Created: 2019-03-25T13:33:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T18:58:33.000Z (over 2 years ago)
- Last Synced: 2024-08-06T05:58:13.802Z (5 months ago)
- Topics: global-dashboard, hpe, hpe-oneview, hpe-oneview-api, hpe-oneview-globaldashboard, powershell, powershell-module
- Language: PowerShell
- Homepage:
- Size: 73.2 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# HPE OneView Global Dashboard Powershell module
[![PS Gallery](https://img.shields.io/powershellgallery/dt/GlobalDashboardPS.svg?label=psgallery)](https://www.powershellgallery.com/packages/GlobalDashboardPS)
This is a work in progress repo for creating a PS module for working with the HPE OneView Global Dashboard REST API. Keep track of changes in the [changelog](changelog.md)
The module is published to the [Powershell Gallery](https://www.powershellgallery.com/packages/GlobalDashboardPS). To install directly (note that you need to have Powershell get for this, please refer to the PS Gallery for more information):
```powershell
Install-Module -Name GlobalDashboardPS -Repository PSGallery
```For now the following functions are available:
- Connect-OVGD
- New-OVGDSessionKey
- Disconnect-OVGD
- Remove-OVGDSessionKey
- Get-OVGDAppliance
- Add-OVGDAppliance
- Set-OVGDAppliance (note! the Refresh option does not work at this point)
- Remove-OVGDAppliance
- Get-OVGDCertificate
- Get-OVGDConvergedSystem
- Get-OVGDEnclosure
- Get-OVGDGroup
- New-OVGDGroup
- Remove-OVGDGroup
- Get-OVGDResourceAlerts
- Get-OVGDGroupMember
- Get-OVGDServerHardware
- Get-OVGDServerProfile
- Get-OVGDServerProfileTemplate
- Get-OVGDStorageSystem
- Get-OVGDTask
- Get-OVGDManagedSAN
- Get-OVGDSANManager
- Get-OVGDStoragePool
- Get-OVGDStorageVolume
- BuildResource (private function)
- Invoke-OVGDRequest (private function)
- Set-InsecureSSL (private function)
- Add-OVGDTypeName (private function)