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 HPE Service Pack for ProLiant (SPP) firmware baseline objects stored in the appliance firmware repository.Syntax
Description
Get-OVBaseline queries the appliance firmware repository and returns one or more HPEOneView.Appliance.Baseline objects representing uploaded Service Pack for ProLiant (SPP) ISO files or individual hotfix packages.
You can filter results by the ISO file name, the SPP display name, the baseline version string, or by returning only hotfix entries. The returned objects can be piped directly to Update-OVServerFirmware, Show-OVFirmwareReport, or Remove-OVBaseline.
When multiple appliances are connected, results from all appliances are returned unless you specify -ApplianceConnection.
Parameters
The ISO file name (or
System.IO.FileInfo object) of the baseline to find. Accepts wildcards. This parameter is used when you know the exact uploaded file name on the appliance.Aliases: isoFileName, FileNameThe display name of the SPP baseline. Accepts wildcards (e.g.,
"HPE Service Pack*"). Required when using the BaselineName parameter set.Aliases: nameThe version string of the SPP baseline (e.g.,
"2023.11.01"). Use with -SppName to narrow results to a specific release.When specified, returns only individual hotfix packages rather than full SPP ISOs.
Limit results to baselines within the specified scope(s). Accepts scope objects returned by
Get-OVScope. Defaults to AllResourcesInScope, which returns all baselines visible to the current user’s active permissions.Specify one or more appliance connection objects or hostnames. Defaults to all connected appliances (
$Global:ConnectedSessions).Aliases: ApplianceExamples
List all firmware baselines
Find a baseline by SPP name
Find a specific SPP version
Find a baseline by uploaded file name
List all hotfix packages
.exe, .scexe, .rpm, .zip, .fwpkg), not full SPP bundles.
Use result in a firmware compliance report
Output
HPEOneView.Appliance.Baseline
Each returned object includes the following notable properties:
| Property | Description |
|---|---|
name | Display name of the SPP |
version | SPP version string |
isoFileName | File name of the uploaded ISO |
releaseDate | SPP release date |
fwComponents | Collection of individual firmware components included in the bundle |
uri | REST URI of the baseline resource |