Skip to content

Computersystem resource definitions of iLO 7 v1.13

For each data type provided by the HPE ilO Redfish service, find below its description including the list of possible instances (URIs), links to related other resources, described properties and many other details.

Refer to the data types and collection section for more information on Redfish data types and collections.

ComputerSystemCollection

@odata.type: "#ComputerSystemCollection.ComputerSystemCollection"

A Collection of ComputerSystem resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systemsGET
Link NameDestination type
Members[]ComputerSystem

Members (array)

Member of ComputerSystemCollection.ComputerSystemCollection

Members is an array containing elements of:

Members[{item}].@odata.id Member of ComputerSystemCollection.ComputerSystemCollection

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of ComputerSystemCollection.ComputerSystemCollection

DescriptionThe total number of collection members.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

ComputerSystem

@odata.type: "#ComputerSystem.v1_18_0.ComputerSystem"

The ComputerSystem resource describes the compute node and its properties. A ComputerSystem represents a physical or virtual machine and the local resources, such as memory, CPU, and other devices that can be accessed from that machine.

ComputerSystem.Reset

There are two possible ways for ComputerSystem Reset. These are defined as ForceRestart and GracefulRestart.

POST /redfish/v1/computersystem/1/actions/computersystem.reset/

json Response Body { "ResetType": "GracefulRestart" }

json Response Body { "ResetType": "GracefulShutdown" }

NOTE

The system behavior upon a GracefulShutdown and GracefulRestart operations are OS-dependent. As HPE iLO does not differentiate these operations at the backend level, Hewlett Packard Enterprise recommends using OS commands to complete the operations.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}GET PATCH
Link NameDestination type
EthernetInterfacesCollection of EthernetInterface
Oem/Hpe/Links/USBDevicesCollection of HpeUSBDevice
Links/Chassis[]Chassis
MemoryCollection of Memory
Oem/Hpe/Links/USBPortsCollection of HpeUSBPort
ProcessorsCollection of Processor
NetworkInterfacesCollection of NetworkInterface
SecureBootSecureBoot
StorageCollection of Storage
BiosBios
LogServicesCollection of LogService
Oem/Hpe/Links/EthernetInterfacesCollection of EthernetInterface
Oem/Hpe/Links/PCISlotsCollection of HpeServerPCISlot
Links/ManagedBy[]Manager
Oem/Hpe/Links/PCIDevicesCollection of HpeServerPciDevice

AssetTag

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionA user-definable tag that is used to track this system for inventory or other client purposes.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Bios

The Bios URI. Bios is a link ("@odata.id": URI) to another resource.

BiosVersion

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe version of the system BIOS or primary system firmware.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Boot

Boot.BootOptions A reference to the collection of the UEFI Boot Options associated with this Computer System. BootOptions is a link ("@odata.id": URI) to another resource.

Boot.BootOrder (array) Member of ComputerSystem.v1_18_0.ComputerSystem

BootOrder is an array containing elements of:

BootOrder[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

Typestring or null
Read OnlyTrue
AddediLO7 1.11

Boot.BootSourceOverrideEnabled Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionBootSourceOverrideTarget must be specified before BootSourceOverrideEnabled can be used.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
DisabledThe system will boot normally.
OnceOn its next boot cycle, the system will boot (one time) to the Boot Source Override Target. The value of BootSourceOverrideEnabled is then reset back to Disabled.
ContinuousThe system will boot to the target specified in the BootSourceOverrideTarget until this property is set to Disabled.

Boot.BootSourceOverrideMode Member of ComputerSystem.v1_18_0.ComputerSystem

Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
LegacyThe system will boot in non-UEFI boot mode to the Boot Source Override Target.
UEFIThe system will boot in UEFI boot mode to the Boot Source Override Target.

Boot.BootSourceOverrideTarget Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe current boot source to be used at next boot instead of the normal boot device, if BootSourceOverrideEnabled is true.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Boot.BootSourceOverrideTarget@Redfish.AllowableValues (array) Member of ComputerSystem.v1_18_0.ComputerSystem

BootSourceOverrideTarget@Redfish.AllowableValues is an array containing elements of:

BootSourceOverrideTarget@Redfish.AllowableValues[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe current boot source to be used at next boot instead of the normal boot device, if BootSourceOverrideEnabled is not Disabled.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
NoneBoot from the normal boot device.
PxeBoot from the Pre-Boot EXecution (PXE) environment.
FloppyBoot from the floppy disk drive.
CdBoot from the CD/DVD disc.
UsbBoot from a USB device as specified by the system BIOS.
HddBoot from a hard drive.
BiosSetupBoot to the BIOS Setup Utility.
UtilitiesBoot the manufacturer's Utilities program(s).
DiagsBoot the manufacturer's Diagnostics program.
UefiShellBoot to the UEFI Shell.
UefiTargetBoot to the UEFI Device specified in the UefiTargetBootSourceOverride property.
SDCardBoot from an SD Card
UefiHttpBoot from a UEFI HTTP network location

Boot.UefiTargetBootSourceOverride Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis property is the UEFI Device Path of the device to boot from when BootSourceOverrideTarget is UefiTarget.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Boot.UefiTargetBootSourceOverride@Redfish.AllowableValues (array) Member of ComputerSystem.v1_18_0.ComputerSystem

UefiTargetBootSourceOverride@Redfish.AllowableValues is an array containing elements of:

UefiTargetBootSourceOverride@Redfish.AllowableValues[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionAn array of structured boot strings.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

BootProgress

BootProgress.LastBootTimeSeconds Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe number of seconds the system spent booting to the operating system during the last boot.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

BootProgress.LastState Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionSmartNIC device operating system status
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoneThe system is not booting.
PrimaryProcessorInitializationStartedThe system has started initializing the primary processor.
BusInitializationStartedThe system has started initializing the buses.
MemoryInitializationStartedThe system has started initializing the memory.
SecondaryProcessorInitializationStartedThe system has started initializing the remaining processors.
PCIResourceConfigStartedThe system has started initializing the PCI resources.
SystemHardwareInitializationCompleteThe system has completed initializing all hardware.
SetupEnteredThe system has entered the setup utility.
OSBootStartedThe operating system has started booting.
OSRunningThe operating system is running.
OEMA boot progress state in an OEM-defined format.

BootProgress.OemLastState Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionSmartNIC device operating system oem status
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
OSServicesReadyThe operating system services are ready.
OSServicesOfflineThe operating system services are offline.
OSHaltingThe operating system has started halting.
OSHaltedThe operating system has performed a shutdown.

EthernetInterfaces

A reference to the collection of Ethernet interfaces associated with this system. EthernetInterfaces is a link ("@odata.id": URI) to another resource.

HostName

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe DNS Host Name, without any domain information
Typestring or null
Read OnlyFalse
AddediLO7 1.11

HostingRole

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe enumerations of HostingRoles specify different features that the hosting ComputerSystem supports.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ApplicationServerThe system hosts functionality that supports general purpose applications.
StorageServerThe system hosts functionality that supports the system acting as a storage server.
SwitchThe system hosts functionality that supports the system acting as a switch.
ApplianceThe system hosts functionality that supports the system acting as an appliance.
BareMetalServerThe system hosts functionality that supports the system acting as a bare metal server.
VirtualMachineServerThe system hosts functionality that supports the system acting as a virtual machine server.
ContainerServerThe system hosts functionality that supports the system acting as a container server.

LocationIndicatorActive

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionAn indicator allowing an operator to physically locate this resource.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

LogServices

The LogService collection URI for this resource. LogServices is a link ("@odata.id": URI) to another resource.

Manufacturer

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe manufacturer or OEM of this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Memory

The central memory in the system. Memory is a link ("@odata.id": URI) to another resource.

MemoryDomains

A reference to the collection of Memory Domains associated with this system. MemoryDomains is a link ("@odata.id": URI) to another resource.

MemorySummary

MemorySummary.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

MemorySummary.TotalSystemMemoryGiB Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis is the total amount of memory in the system measured in GiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemorySummary.TotalSystemPersistentMemoryGiB Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe total configured, system-accessible persistent memory, measured in GiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Model

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe model information that the manufacturer uses to refer to this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

NetworkInterfaces

The collection of network interfaces partitioned to this system. NetworkInterfaces is a link ("@odata.id": URI) to another resource.

Oem.Hpe.AggregateHealthStatus

Oem.Hpe.AggregateHealthStatus.AgentlessManagementService Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis indicates if the Agentless Management Service is available or not.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnavailableThe Agentless Management Service is unavailable.
ReadyThe Agentless Management Service is Ready.

Oem.Hpe.AggregateHealthStatus.AggregateServerHealth Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis represents the overall health state
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
OKNormal
WarningA condition exists that requires attention
CriticalA critical condition exists that requires immediate attention

Oem.Hpe.AggregateHealthStatus.BiosOrHardwareHealth Oem.Hpe.AggregateHealthStatus.BiosOrHardwareHealth.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.FanRedundancy Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis indicates if the Fan is redundant or not.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RedundantThe fans are Redundant.
NonRedundantThe fans are not Redundant.
FailedRedundantThe Redundant fan has failed.
UnknownThe Redundant state is unknown.

Oem.Hpe.AggregateHealthStatus.Fans Oem.Hpe.AggregateHealthStatus.Fans.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.LiquidCooling Oem.Hpe.AggregateHealthStatus.LiquidCooling.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.LiquidCoolingRedundancy Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis indicates if the LiquidCooling Units are redundant or not.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RedundantThe Liquid Cooling modules are Redundant.
NonRedundantThe Liquid Cooling modules are not Redundant.
FailedRedundantThe Redundant fan has failed.
UnknownThe Redundant state is unknown.

Oem.Hpe.AggregateHealthStatus.Memory Oem.Hpe.AggregateHealthStatus.Memory.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.Network Oem.Hpe.AggregateHealthStatus.Network.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.PowerSupplies Oem.Hpe.AggregateHealthStatus.PowerSupplies.PowerSuppliesMismatch Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis indicates if the there is a mismatch in the power supplies.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.AggregateHealthStatus.PowerSupplies.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.PowerSupplyRedundancy Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis indicates if the Power Supply is redundant or not.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RedundantThe power supplies are Redundant.
NonRedundantThe power supplies are not Redundant.
FailedRedundantThe Redundant power supply has failed.
UnknownThe Redundant state is unknown.

Oem.Hpe.AggregateHealthStatus.Processors Oem.Hpe.AggregateHealthStatus.Processors.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.SmartStorageBattery Oem.Hpe.AggregateHealthStatus.SmartStorageBattery.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.Storage Oem.Hpe.AggregateHealthStatus.Storage.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AggregateHealthStatus.Temperatures Oem.Hpe.AggregateHealthStatus.Temperatures.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.AvailableSystemCapabilities (array)

Member of ComputerSystem.v1_18_0.ComputerSystem

AvailableSystemCapabilities is an array containing elements of:

AvailableSystemCapabilities[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates SmartNIC DPU supports OS-triggered DPC
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
OSTriggeredDPC

Oem.Hpe.Bios

Oem.Hpe.Bios.Backup Oem.Hpe.Bios.Backup.BuildNumber Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build number of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.BuildNumberString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe string version of the build number of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.Date Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build date of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.DebugBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionTrue if the firmware is a debug build; False if it is not.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.Family Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe family of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.MajorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe major version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.MinorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe minor version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.ReleaseBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis parameter is set to true for release builds and false for non-release builds.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.Time Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build time of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Backup.VersionString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe version string of the firmware. This value might be null if VersionString is unavailable.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock Oem.Hpe.Bios.Bootblock.BuildNumber Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build number of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.BuildNumberString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe string version of the build number of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.Date Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build date of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.DebugBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionTrue if the firmware is a debug build; False if it is not.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.Family Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe family of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.MajorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe major version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.MinorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe minor version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.ReleaseBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis parameter is set to true for release builds and false for non-release builds.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.Time Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build time of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Bootblock.VersionString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe version string of the firmware. This value might be null if VersionString is unavailable.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current Oem.Hpe.Bios.Current.BuildNumber Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build number of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.BuildNumberString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe string version of the build number of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.Date Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build date of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.DebugBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionTrue if the firmware is a debug build; False if it is not.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.Family Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe family of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.MajorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe major version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.MinorVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe minor version of the firmware.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.ReleaseBuild Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis parameter is set to true for release builds and false for non-release builds.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.Time Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe build time of the firmware.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.Current.VersionString Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe version string of the firmware. This value might be null if VersionString is unavailable.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Bios.UefiClass Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe UEFI BIOS Class value defined in the UEFI specification.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Null
1
2
3

Oem.Hpe.BootProgress

Oem.Hpe.BootProgress.OemResetReason Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe Smart NIC Device Operating system OEM reset reason .
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
Unknownunknown reason, cold start
OSNormala normal reset by ESXio
BMCNormalreset by BMC
OSCrasha reset after a crash by ESXio
HWWatchdoga reset due to hardware watchdog
Thermala reset due to thermal shutdown

Oem.Hpe.BootProgress.ResetReason Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe Smart NIC Device Operating system reset reason .
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
OEMoem value , SmartNIC DPU
Unknownunknown reason, cold start
OSNormala normal reset by ESXio
BMCNormalreset by BMC
OSCrasha reset after a crash by ESXio
HWWatchdoga reset due to hardware watchdog
Thermala reset due to thermal shutdown

Oem.Hpe.CriticalTempRemainOff

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates whether server should remain off after thermal shutdown is triggered.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.CurrentPowerOnTimeSeconds

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionDisplays the amount of time(in seconds) that has passed since the server was last powered on. The data is reset on iLO reset.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DeviceDiscoveryComplete

Oem.Hpe.DeviceDiscoveryComplete.AMSDeviceDiscovery Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis property indicates the current AMS Device Discovery Status.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
BusyThe server has AMS loaded and iLO is discovering devices that require AMS to be loaded
CompleteThe server has AMS loaded and iLO is finished discovering devices that require AMS to be loaded
NoAMSThe server does not have AMS loaded for device discovery.
InitialDefault state after iLO has booted.

Oem.Hpe.DeviceDiscoveryComplete.DeviceDiscovery Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis property indicates the current device discovery status of devices that are not Smart Array or AMS related.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
BusyiLO is discovering devices.
vAuxDeviceDiscoveryCompleteThe server is off and iLO is finished discovering devices.
vMainDeviceDiscoveryCompleteThe server is on and iLO is finished discovering devices.
DataIncompleteiLO response took longer than expected while discovering devices.
InitialDefault state after iLO has booted.

Oem.Hpe.DeviceDiscoveryComplete.ServerFirmwareInventoryComplete Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the Server Firmware Inventory Complete.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DeviceDiscoveryComplete.SmartArrayDiscovery Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis property indicates the current Smart Array Storage Device Discovery Status
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
BusyiLO is discovering Smart Array devices. If the server is shutdown before discovery is complete, this reflects an incomplete data set.
PendingSoftwareRAIDPending discovery of Dynamic Smart Array.
CompleteiLO is finished discovering Smart Array storage.
InitialDefault state for Smart Array
CachedData is cached, server is offline or data not yet available.

Oem.Hpe.ElapsedEraseTimeInMinutes

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionReports the time elapsed since the erase started
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EnabledSystemCapabilities (array)

Member of ComputerSystem.v1_18_0.ComputerSystem

EnabledSystemCapabilities is an array containing elements of:

EnabledSystemCapabilities[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates SmartNIC DPU supports OS-triggered DPC
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
OSTriggeredDPC

Oem.Hpe.EndOfPostDelaySeconds

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionSupported on UEFI based systems only. The number of seconds to delay before finalizing POST with the Mode action (e.g. delay before shutdown). If > 255 seconds is requested, the value is rounded up to the nearest minute.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.EstimatedEraseTimeInMinutes

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionReports the guestimate time (in minutes) for the overall erase process
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HPMPCAPartNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe HPM PCA part number on MHS configuration.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HPMPCASerialNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe HPM PCA serial number on MHS configuration.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HostOS

Oem.Hpe.HostOS.OsName Member of ComputerSystem.v1_18_0.ComputerSystem

Descriptionfrom cpqHoName if AMS is running
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HostOS.OsSysDescription Member of ComputerSystem.v1_18_0.ComputerSystem

Descriptionfrom cpqHosysDesc if AMS is running
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HostOS.OsType Member of ComputerSystem.v1_18_0.ComputerSystem

Descriptionfrom cpqHoOsType if AMS is running.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HostOS.OsVersion Member of ComputerSystem.v1_18_0.ComputerSystem

Descriptionfrom cpqHoVersion if AMS is running
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.IndicatorLED

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe state of the indicator LED.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
LitThe Indicator LED is lit.
BlinkingThe indicator LED is blinking.
OffThe Indicator LED is off.

Oem.Hpe.IntegrationConfig

Oem.Hpe.IntegrationConfig.OsReadyTimeout Member of ComputerSystem.v1_18_0.ComputerSystem

Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.IntelligentProvisioningAlwaysOn

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionAlways on Intelligent Provisioning is available.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.IntelligentProvisioningIndex

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndex in the Firmware Version Table for Intelligent Provisioning.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.IntelligentProvisioningLocation

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionLocation string of Intelligent Provisioning in Firmware Version Table.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.IntelligentProvisioningVersion

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIntelligent Provisioning Version.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.IsColdBooting

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates if the system is cold booting.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.OperatingSystem

Oem.Hpe.OperatingSystem.Kernel Oem.Hpe.OperatingSystem.Kernel.Version Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionSmartNIC device operating system kernel version
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.PCAPartNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe PCA part number.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PCASerialNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe PCA serial number.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PostDiscoveryCompleteTimeStamp

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionDisplays the last known POST Discovery Complete time
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.PostDiscoveryMode

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe manner in which the system will operate during the discovery section of POST.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
AutoBIOS will automatically use ForceFastBoot if the system hardware has not changed from last time of FullDiscovery or ForceFullDiscovery if the system hardware has changed.
ForceFullDiscoveryServer makes a full discovery of all devices.
ForceFastBootServer uses the existing cached discovery data.

Oem.Hpe.PostMode

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe manner in which the system will operate during and at completion of POST.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
NormalNormal operations.
PostToShutdownServer boots until Discovery Completes, then shuts down.
PostToRebootServer boots until Discovery Completes, then reboots.
PostToWaitServer boots until Discovery Completes, then indefintely waits.

Oem.Hpe.PostState

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe current state of system POST.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
UnknowniLO was unable to determine the current server state.
ResetThe server is currently in reset.
PowerOffThe server power is off.
InPostThe server is booting and has not reached discovery complete.
InPostDiscoveryStartThe server has started to discover devices.
InPostDiscoveryCompleteThe server has reached discovery complete and is now waiting for the installed OS to be booted. Discovery complete is the point at which it has been deemed safe to read and write the BIOS configuration information.
FinishedPostThe server has booted the installed OS.

Oem.Hpe.PowerAllocationLimit

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe total amount of power allocated to the system.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerAutoOn

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionAuto Power-On mode defines what occurs when the AC power is applied to the system.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
RemainOff
PowerOn
Restore

Oem.Hpe.PowerOnDelay

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe PowerAutoOn policy delay that can also be found in the HpBios::PowerOnDelay object. Will be null if PowerAutoOn is set to RemainOff. Blades only support Minimum and RandomUpTo120Sec.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Null
Minimum
15Sec
30Sec
45Sec
60Sec
RandomUpTo120Sec

Oem.Hpe.PowerOnMinutes

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe number of lifetime minutes that the server has been powered on.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerRegulatorMode

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionPower Regulator mode. Switching to and from OS Control mode requires a server reboot to take effect.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
OSControl
Dynamic
Max
Min
Unknown

Oem.Hpe.PowerRegulatorModesSupported (array)

Member of ComputerSystem.v1_18_0.ComputerSystem

PowerRegulatorModesSupported is an array containing elements of:

PowerRegulatorModesSupported[{item}] Member of ComputerSystem.v1_18_0.ComputerSystem

Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SMBIOS

Oem.Hpe.SMBIOS.extref Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe URI of an external resource.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.ServerFQDN

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe IP address or FQDN of the server. Host software like AMS is required to obtain this value from the OS.
Typestring
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.ServerIntelligentDiagnosticsModeEnabled

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the current state of server Intelligent Diagnostics mode.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ServerPowerAutoOn

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicated to power ON server after management processor reset.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.ServerSafeModeEnabled

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the current state of server Safe Mode.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ServerSignature

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe CRC32 of: All Device Signatures combined together, Server Slot Location in Enclosure, Enclosure UUID, and Manager Domain IP Address
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ServerSignatureStatus

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe current state of Server Signature.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
InitialThe server signature calculation has not run yet.
BusyThe server signature calculation is being run.
InvalidThe server signature is invalid. Re-compute action necessary.
CompleteThe server signature calculation is complete and valid.

Oem.Hpe.SmartStorageConfig (array)

Member of ComputerSystem.v1_18_0.ComputerSystem

SmartStorageConfig is an array containing elements of:

SmartStorageConfig[{item}].@odata.id Member of ComputerSystem.v1_18_0.ComputerSystem

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.SystemROMAndiLOEraseComponentStatus

Oem.Hpe.SystemROMAndiLOEraseComponentStatus.BIOSSettingsEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.SystemROMAndiLOEraseComponentStatus.iLOSettingsEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.SystemROMAndiLOEraseStatus

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.SystemUsage

Oem.Hpe.SystemUsage.AvgCPU0Freq Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent CPU0 average frequency in MHz.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.AvgCPU1Freq Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent CPU1 average frequency in MHz.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.AvgCPU2Freq Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent CPU2 average frequency in MHz.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.AvgCPU3Freq Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent CPU3 average frequency in MHz.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPU0Power Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent power consumed by the system CPU0 in Watts.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPU1Power Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent power consumed by the system CPU1 in Watts.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPU2Power Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent power consumed by the system CPU2 in Watts.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPU3Power Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent power consumed by the system CPU3 in Watts.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPUICUtil Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent System CPU Interconnect utilization in percentage
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.CPUUtil Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent System CPU utilization in percentage
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.IOBusUtil Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent System I/O bus utilization in percentage
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.JitterCount Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent processor Jitter Count.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SystemUsage.MemoryBusUtil Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionCurrent System memory bus utilization in percentage
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.UserDataEraseComponentStatus

Oem.Hpe.UserDataEraseComponentStatus.NVDIMMEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.UserDataEraseComponentStatus.NVMeDrivesEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.UserDataEraseComponentStatus.SATADrivesEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.UserDataEraseComponentStatus.TPMEraseStatus Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.UserDataEraseStatus

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionIndicates the erase status of the individual components
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleIndicates SecureSystem Erase is not started
InitiatedIndicates Secure System Erase process is started
InProgressIndicates Secure System Erase process is under progress
CompletedWithSuccessIndicates Secure System Erase process has been completed with no errors
CompletedWithErrorsIndicates Secure System Erase process has been completed with some errors
FailedIndicates Secure System Erase process has failed

Oem.Hpe.VirtualProfile

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe current state of the systems virtual profile. This profile is the one that, when the server is rebooted, will set the Virtual properties. Intent is to use this state to determine whether the server needs to be rebooted so these values are set. Additional informaiton about the profile will be considered later.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Active
Busy
Inactive
Unknown

Oem.Hpe.VirtualUUID

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionUsed in conjunction with the UUID (Logical) value.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PartNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe manufacturer's system part number.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerState

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis is the current power state of the system
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Null
On
Off
Unknown
Reset
PoweringOn
PoweringOff

ProcessorSummary

ProcessorSummary.Count Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe number of processors in the system.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ProcessorSummary.Model Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe processor model for the primary or majority of processors in this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorSummary.Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Processors

The central processors in the system. Processors is a link ("@odata.id": URI) to another resource.

SKU

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionSKU for this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SecureBoot

A reference to the UEFI SecureBoot resource associated with this system. SecureBoot is a link ("@odata.id": URI) to another resource.

SerialNumber

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe system serial number.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

Storage

A reference to the collection of storage devices associated with this system. Storage is a link ("@odata.id": URI) to another resource.

SystemType

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe type of computer system that this resource represents.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PhysicalA computer system
VirtualA virtual machine instance running on this system
OSAn operating system instance
PhysicallyPartitionedA hardware-based partition of a computer system
VirtuallyPartitionedA virtual or software-based partition of a computer system
DPUSmartNIC DPU System

TrustedModules (array)

Member of ComputerSystem.v1_18_0.ComputerSystem

TrustedModules is an array containing elements of:

TrustedModules[{item}].FirmwareVersion Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe firmware version of this Trusted Module
Typestring or null
Read OnlyTrue
AddediLO7 1.11

TrustedModules[{item}].InterfaceType Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThis property indicates the interface type of the Trusted Module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
TM1_0Trusted Module (TM) 1.0
TPM1_2Trusted Platform Module (TPM) 1.2
TPM2_0Trusted Platform Module (TPM) 2.0

TrustedModules[{item}].Oem.Hpe.VendorName Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionTrusted module vendor name.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
None
STMicro
Intel
Nationz
Unknown

TrustedModules[{item}].Status Member of ComputerSystem.v1_18_0.ComputerSystem See the Redfish standard schema and specification for information on common Status object.

UUID

Member of ComputerSystem.v1_18_0.ComputerSystem

DescriptionThe universal unique identifier for this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Actions

ComputerSystem.Reset Member of ComputerSystem.v1_18_0.ComputerSystem This action resets the system.

Parameters:

ResetType (string)

The type of reset.

ValueDescription
GracefulRestartShut down gracefully and restart the system.
GracefulShutdownShut down gracefully and power off.
PowerCyclePower cycle the unit.
OnTurn on the unit.
ForceOffTurn off the unit immediately (non-graceful shutdown).
PushPowerButtonSimulate the pressing of the physical power button on this unit.
ForceOnTurn on the unit immediately.
ForceRestartShut down immediately and non-gracefully and restart the system.
NmiGenerate a diagnostic interrupt, which is usually an NMI on x86 systems, to stop normal operations, complete diagnostic actions, and, typically, halt the system.

target (string)

Link to invoke action

title (string)

Friendly action name

HpeComputerSystemExt.SystemReset Member of ComputerSystem.v1_18_0.ComputerSystem

Parameters:

ResetType (string)

ResetType identifies the type of Action to be performed.

ValueDescription
ColdBoot
AuxCycle

HpeComputerSystemExt.ServerIntelligentDiagnosticsMode Member of ComputerSystem.v1_18_0.ComputerSystem There are no parameters for this action.

HpeComputerSystemExt.ServerSafeMode Member of ComputerSystem.v1_18_0.ComputerSystem There are no parameters for this action.

HpeComputerSystemExt.RestoreSystemDefaults Member of ComputerSystem.v1_18_0.ComputerSystem There are no parameters for this action.

HpeComputerSystemExt.PowerButton Member of ComputerSystem.v1_18_0.ComputerSystem

Parameters:

PushType (string)

PushType identifies the type of Action to be performed.

ValueDescription
Press
PressAndHold

HpeComputerSystemExt.SecureSystemErase Member of ComputerSystem.v1_18_0.ComputerSystem

Parameters:

UserDataErase (boolean)

Action to perform erasing all the user data on the system including TPMs, persistent memory devices, storage controller configurations, RAID settings, as well as the hard drives attached to the system. USB and other removable media will be excluded.

SystemROMAndiLOErase (boolean)

Action to perform resetting the system BIOS settings and iLO to manufacturing defaults. It also erases the user data in the NAND like Active Health System(AHS), Repository.

ComputerSystem.SetSimpleUpdateStatus Member of ComputerSystem.v1_18_0.ComputerSystem

Parameters:

Message (string)

Message to be displayed

TaskState (string)

TaskState identifies the type of Action to be performed.

ValueDescription
New
Starting
Running
Suspended
Interrupted
Pending
Stopping
Completed
Killed
Exception
Service

PercentComplete (integer)

Percentage of task complete

TaskStatus (string)

Current status of the ongoing task

ValueDescription
Ok
Warning
Critical

HpeComputerSystemExt.ServerSigRecompute Member of ComputerSystem.v1_18_0.ComputerSystem There are no parameters for this action.

HpeComputerSystemExt.RestoreManufacturingDefaults Member of ComputerSystem.v1_18_0.ComputerSystem There are no parameters for this action.