Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Retrieves the health status summary for the HPE OneView appliance and all resource types it manages.Syntax
Description
Get-OVHealthStatus queries the appliance health status endpoint and returns an entry per resource type, indicating the aggregate health state (e.g. OK, Warning, Critical, Unknown). This provides a quick top-level view of the operational state of all resources managed by the appliance.
Results are sorted by appliance connection name and then by resource type. The returned objects are typed as HPEOneview.Appliance.HealthStatus.
This cmdlet is useful for dashboards, monitoring scripts, and initial triage when investigating issues across a large managed environment.
Parameters
Specifies the HPE OneView appliance connection(s) to query. Defaults to the default connection from
${Global:ConnectedSessions}. Alias: Appliance.Examples
Example 1: Get health status from the default applianceOutput
HPEOneview.Appliance.HealthStatus
An object per resource type containing:
| Property | Description |
|---|---|
resourceType | The type of resource (e.g. server-hardware, enclosures) |
healthSummary | Aggregate health state: OK, Warning, Critical, or Unknown |
ApplianceConnection | The appliance connection this result belongs to |
ApplianceConnection.Name then by resourceType.