Skip to content

Other 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.

AccountService

@odata.type: "#AccountService.v1_15_0.AccountService"

The AccountService resource describes the BMC user account management service. It represents the properties for this service and has links to the list of accounts.

Managing User Accounts with the Accounts Collection

JSONPath: /Accounts/@odata.id

The destination of this link is a collection of user accounts (see ManagerAccount).

  • You may create a new user account by POSTing a new account description the the Accounts collection. See ManagerAccount for details.

e.g. POST https://{iLO}/redfish/v1/accountservice/accounts/ with new account description

  • You may modify an existing user by PATCHing properties to the user account resource. See ManagerAccount for details.

e.g. PATCH https://{iLO}/redfish/v1/accountservice/accounts/{item} with different properties

  • You may remove a user account by DELETEing the resources representing the user

e.g. DELETE https://{iLO}/redfish/v1/accountservice/accounts/{item}

Resource Instances

UriHTTP Allow
/redfish/v1/accountserviceGET PATCH
Link NameDestination type
Oem/Hpe/appaccountsCollection of HpeiLOAppAccount
AccountsCollection of ManagerAccount

AccountLockoutCounterResetAfter

Member of AccountService.v1_15_0.AccountService

DescriptionThe interval of time in seconds between the last failed login attempt and reset of the lockout threshold counter. This value must be less than or equal to AccountLockoutDuration. Reset sets the counter to zero.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

AccountLockoutCounterResetEnabled

Member of AccountService.v1_15_0.AccountService

DescriptionThe value indicates whether the threshold counter will be reset after AccountLockoutCounterResetAfter expires.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

AccountLockoutDuration

Member of AccountService.v1_15_0.AccountService

DescriptionThe time in seconds an account is locked out. The value must be greater than or equal to the value of the AccountLockoutCounterResetAfter property. If set to 0, no lockout occurs.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

AccountLockoutThreshold

Member of AccountService.v1_15_0.AccountService

DescriptionThe number of failed login attempts allowed before a user account is locked for a specified duration. A value of 0 means it is never locked.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Accounts

This property references a resource of type Collection with a MemberType of ManagerAccount. Accounts is a link ("@odata.id": URI) to another resource.

ActiveDirectory

ActiveDirectory.AccountProviderType Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the type of external account provider this resource references.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
ActiveDirectoryServiceAn external Active Directory Service.

ActiveDirectory.Authentication ActiveDirectory.Authentication.AuthenticationType Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the type of authentication used to connect to the external account provider.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
UsernameAndPasswordUsername and password combination.

ActiveDirectory.Authentication.Password Member of AccountService.v1_15_0.AccountService

DescriptionThis property is used with a PATCH or PUT to write the password for the account service. This property is null on a GET.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

ActiveDirectory.Authentication.Username Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the distinguished name for the account service.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

ActiveDirectory.RemoteRoleMapping (array) Member of AccountService.v1_15_0.AccountService

RemoteRoleMapping is an array containing elements of:

RemoteRoleMapping[{item}].LocalRole Member of AccountService.v1_15_0.AccountService

DescriptionThe name of the local role in which to map the remote user or group.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

RemoteRoleMapping[{item}].RemoteGroup Member of AccountService.v1_15_0.AccountService

DescriptionThis property is the name of the remote group (or in the case of a Redfish Service, remote role) that will be mapped to the local role referenced by this entity.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

ActiveDirectory.ServiceAddresses (array) Member of AccountService.v1_15_0.AccountService

ServiceAddresses is an array containing elements of:

ServiceAddresses[{item}] Member of AccountService.v1_15_0.AccountService

Typestring or null
Read OnlyTrue
AddediLO7 1.11

ActiveDirectory.ServiceEnabled Member of AccountService.v1_15_0.AccountService

DescriptionThis indicates whether this service is enabled.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

AuthFailureLoggingThreshold

Member of AccountService.v1_15_0.AccountService

DescriptionThe number of authorization failures allowed before the failure attempt is logged to the manager log.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

HTTPBasicAuth

Member of AccountService.v1_15_0.AccountService

DescriptionIndicates if HTTP Basic authentication is enabled for this service.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledHTTP Basic authentication is enabled.
UnadvertisedHTTP Basic authentication is enabled, but is not advertised with the WWW-Authenticate response header.
DisabledHTTP Basic authentication is disabled.

LDAP

LDAP.AccountProviderType Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the type of external account provider this resource references.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
ActiveDirectoryServiceAn external Active Directory Service.
LDAPServiceA generic external LDAP Service.

LDAP.Authentication LDAP.Authentication.AuthenticationType Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the type of authentication used to connect to the external account provider.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
UsernameAndPasswordUsername and password combination.

LDAP.Authentication.Password Member of AccountService.v1_15_0.AccountService

DescriptionThis property is used with a PATCH or PUT to write the password for the account service. This property is null on a GET.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

LDAP.Authentication.Username Member of AccountService.v1_15_0.AccountService

DescriptionThis property contains the distinguished name for the account service.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

LDAP.Certificates A link to a collection of Certificates used for the external account service. Certificates is a link ("@odata.id": URI) to another resource.

LDAP.LDAPService LDAP.LDAPService.SearchSettings LDAP.LDAPService.SearchSettings.BaseDistinguishedNames (array) Member of AccountService.v1_15_0.AccountService

BaseDistinguishedNames is an array containing elements of:

BaseDistinguishedNames[{item}] Member of AccountService.v1_15_0.AccountService

Typestring or null
Read OnlyTrue
AddediLO7 1.11

LDAP.RemoteRoleMapping (array) Member of AccountService.v1_15_0.AccountService

RemoteRoleMapping is an array containing elements of:

RemoteRoleMapping[{item}].LocalRole Member of AccountService.v1_15_0.AccountService

DescriptionThe name of the local role in which to map the remote user or group.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

RemoteRoleMapping[{item}].RemoteGroup Member of AccountService.v1_15_0.AccountService

DescriptionThis property is the name of the remote group (or in the case of a Redfish Service, remote role) that will be mapped to the local role referenced by this entity.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

LDAP.ServiceAddresses (array) Member of AccountService.v1_15_0.AccountService

ServiceAddresses is an array containing elements of:

ServiceAddresses[{item}] Member of AccountService.v1_15_0.AccountService

Typestring or null
Read OnlyTrue
AddediLO7 1.11

LDAP.ServiceEnabled Member of AccountService.v1_15_0.AccountService

DescriptionThis indicates whether this service is enabled.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

LocalAccountAuth

Member of AccountService.v1_15_0.AccountService

DescriptionControls when this service will use the accounts defined withing this AccountService as part of authentication.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledAuthentication via accounts defined in this AccountService is enabled.
DisabledAuthentication via accounts defined in this AccountService is disabled.

MaxPasswordLength

Member of AccountService.v1_15_0.AccountService

DescriptionThe maximum password length for this service.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

MinPasswordLength

Member of AccountService.v1_15_0.AccountService

DescriptionThe minimum password length for this account service.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.AppAccounts

This property shall contain a reference to a resource of type HpeiLOAppAccount. AppAccounts is a link ("@odata.id": URI) to another resource.

Oem.Hpe.AuthFailureDelayTimeSeconds

Member of AccountService.v1_15_0.AccountService

DescriptionThe time in seconds to delay for each failure after AuthFailuresBeforeDelay authentication attempts have failed. Values of 2, 5, 10, and 30 seconds are valid.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
2
5
10
30

Oem.Hpe.AuthFailureLoggingThreshold

Member of AccountService.v1_15_0.AccountService

DescriptionThis property enables you to view and configure logging criteria for failed authentications. A failed login log entry is recorded after the configured number of attempts. 0 = feature disabled; 1-3 and 5 are allowable values.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Null
1
2
3
5

Oem.Hpe.AuthFailuresBeforeDelay

Member of AccountService.v1_15_0.AccountService

DescriptionThe number of failed authentication attempts allowed before authentication is delayed by AuthFailureDelayTimeSeconds. Values of 0, 1, 3, and 5 are valid, with 0 indicating delay after every authentication failure.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Null
1
3
5

Oem.Hpe.DefaultPassword

Member of AccountService.v1_15_0.AccountService

DescriptionThe default password used to log in to the management processor when factory reset is performed.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.DefaultUserName

Member of AccountService.v1_15_0.AccountService

DescriptionThe default name used to log in to the management processor when factory reset is performed.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.DirectorySettings

Oem.Hpe.DirectorySettings.LdapAuthenticationMode Member of AccountService.v1_15_0.AccountService

DescriptionRepresents the LDAP authentication mode.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
DisabledDirectory authentication is disabled.
DefaultSchemaDirectory Default schema or Schema-free option is selected.
ExtendedSchemaHPE Extended schema is selected.

Oem.Hpe.DirectorySettings.LdapCaCertificateLoaded Member of AccountService.v1_15_0.AccountService

DescriptionRepresents if the directory server CA certificate is loaded or not.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DirectorySettings.LdapCaCertificates A link to a collection of Certificates. LdapCaCertificates is a link ("@odata.id": URI) to another resource.

Oem.Hpe.DirectorySettings.LdapServerPort Member of AccountService.v1_15_0.AccountService

DescriptionRepresents the port number of the directory server.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DirectoryTest

The value of this property shall be a reference to a resource of type HpeDirectoryTest. DirectoryTest is a link ("@odata.id": URI) to another resource.

Oem.Hpe.EnforcePasswordComplexity

Member of AccountService.v1_15_0.AccountService

DescriptionEnforce complexity rules when a user password is set or changed. Three of four character classes must be present; ASCII UPPERCASE, LOWERCASE, DIGITS, and Other
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.KerberosSettings

Oem.Hpe.KerberosSettings.KDCServerPort Member of AccountService.v1_15_0.AccountService

DescriptionRepresents the port number of the KDC server.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.KerberosSettings.KerberosRealm Member of AccountService.v1_15_0.AccountService

DescriptionRepresents the Realm of the KDC server.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.MinPasswordLength

Member of AccountService.v1_15_0.AccountService

DescriptionThis property specifies the minimum number of characters allowed when a user password is set or changed. It must be a value from 0 to 39.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.TwoFactorAuth

Member of AccountService.v1_15_0.AccountService

DescriptionThis property indicates two factor authentication enabled or not
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Enabled
Disabled

Roles

A link to a collection of Roles. Roles is a link ("@odata.id": URI) to another resource.

Actions

HpeiLOAccountService.ImportKerberosKeytab Member of AccountService.v1_15_0.AccountService Import the Kerberos keytab file.

Parameters:

ImportUri (string)

URI of the kerberos keytab file.

Assembly

@odata.type: "#Assembly.v1_5_0.Assembly"

The Assembly schema defines an assembly.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/fans/{item}/assemblyGET
/redfish/v1/chassis/{item}/thermalsubsystem/pumps/{item}/assemblyGET

Assemblies (array)

Member of Assembly.v1_5_0.Assembly

Assemblies is an array containing elements of:

Assemblies[{item}].@odata.id Member of Assembly.v1_5_0.Assembly

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Assemblies[{item}].MemberId Member of Assembly.v1_5_0.Assembly

DescriptionThe unique identifier for the member within an array.
Typestring
Read OnlyTrue
AddediLO7 1.11

Assemblies[{item}].PhysicalContext Member of Assembly.v1_5_0.Assembly

DescriptionThe area or device to which the assembly data applies.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

Assemblies[{item}].Status Member of Assembly.v1_5_0.Assembly See the Redfish standard schema and specification for information on common Status object.

BootOption

@odata.type: "#BootOption.v1_0_1.BootOption"

This is the schema definition for the BootOption resource. It represents the properties of a bootable device available in the System.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/bootoptions/{item}GET

Alias

Member of BootOption.v1_0_1.BootOption

DescriptionThe alias of this Boot Source.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

BootOptionReference

Member of BootOption.v1_0_1.BootOption

DescriptionThe unique boot option string that is referenced in the BootOrder.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

DisplayName

Member of BootOption.v1_0_1.BootOption

DescriptionThe user-readable display string of the Boot Option.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

UefiDevicePath

Member of BootOption.v1_0_1.BootOption

DescriptionThe UEFI device path used to access this UEFI Boot Option.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

BootOptionCollection

@odata.type: "#BootOptionCollection.BootOptionCollection"

A Collection of BootOption resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/bootoptionsGET
Link NameDestination type
Members[]BootOption

Members (array)

Member of BootOptionCollection.BootOptionCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of BootOptionCollection.BootOptionCollection

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

Certificate

@odata.type: "#Certificate.v1_6_0.Certificate"

The Certificate resource describes an X509 certificate.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/externalaccountproviders/ldap/certificates/{item}GET PATCH DELETE
/redfish/v1/managers/{item}/securityservice/bmchpeldevid/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/bmciak/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/bmcidevidpca/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/bmclak/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/platformcert/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/systemiak/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/systemidevid/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/systemlak/certificates/{item}GET
/redfish/v1/managers/{item}/securityservice/systemldevid/certificates/{item}GET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/db/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbdefault/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbr/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrdefault/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbt/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtdefault/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbx/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxdefault/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kek/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kekdefault/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pk/certificates/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pkdefault/certificates/{item}GET DELETE

CertificateString

Member of Certificate.v1_6_0.Certificate

DescriptionContains PEM formatted X509 certificate or PKCS7 certificate chain (Base64 encoded).
Typestring
Read OnlyFalse
AddediLO7 1.11
Formattext

CertificateType

Member of Certificate.v1_6_0.Certificate

Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
PEMA PEM encoded certificate.
PKCS7A PEM encoded PKCS7 certificate.

Issuer

Issuer.City Member of Certificate.v1_6_0.Certificate

DescriptionThe city or locality of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Issuer.CommonName Member of Certificate.v1_6_0.Certificate

DescriptionThe fully qualified domain name of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Issuer.Country Member of Certificate.v1_6_0.Certificate

DescriptionThe country of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Issuer.DisplayString Member of Certificate.v1_6_0.Certificate

DescriptionA human-readable string for this identifier.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Issuer.Email Member of Certificate.v1_6_0.Certificate

DescriptionThe email address of the contact within the organization of the entity.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Issuer.Organization Member of Certificate.v1_6_0.Certificate

DescriptionThe name of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Issuer.OrganizationalUnit Member of Certificate.v1_6_0.Certificate

DescriptionThe name of the unit or division of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Issuer.State Member of Certificate.v1_6_0.Certificate

DescriptionThe state, province, or region of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

SerialNumber

Member of Certificate.v1_6_0.Certificate

DescriptionThe serial number that the Certificate Authority assigned to the certificate.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject

Subject.City Member of Certificate.v1_6_0.Certificate

DescriptionThe city or locality of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject.CommonName Member of Certificate.v1_6_0.Certificate

DescriptionThe fully qualified domain name of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject.Country Member of Certificate.v1_6_0.Certificate

DescriptionThe country of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject.DisplayString Member of Certificate.v1_6_0.Certificate

DescriptionA human-readable string for this identifier.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Subject.Email Member of Certificate.v1_6_0.Certificate

DescriptionThe email address of the contact within the organization of the entity.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Subject.Organization Member of Certificate.v1_6_0.Certificate

DescriptionThe name of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject.OrganizationalUnit Member of Certificate.v1_6_0.Certificate

DescriptionThe name of the unit or division of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

Subject.State Member of Certificate.v1_6_0.Certificate

DescriptionThe state, province, or region of the organization of the entity.
Typestring
Read OnlyTrue
AddediLO7 1.11

UefiSignatureOwner

Member of Certificate.v1_6_0.Certificate

DescriptionThe UEFI signature owner for this certificate.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ValidNotAfter

Member of Certificate.v1_6_0.Certificate

DescriptionThe date on which the certificate validity period ends.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

ValidNotBefore

Member of Certificate.v1_6_0.Certificate

DescriptionThe date on which the certificate validity period begins.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

CertificateCollection

@odata.type: "#CertificateCollection.CertificateCollection"

A Collection of Certificate resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/externalaccountproviders/ldap/certificatesGET POST
/redfish/v1/managers/{item}/securityservice/bmchpeldevid/certificatesGET
/redfish/v1/managers/{item}/securityservice/bmciak/certificatesGET
/redfish/v1/managers/{item}/securityservice/bmcidevidpca/certificatesGET
/redfish/v1/managers/{item}/securityservice/bmclak/certificatesGET
/redfish/v1/managers/{item}/securityservice/platformcert/certificatesGET
/redfish/v1/managers/{item}/securityservice/systemiak/certificatesGET
/redfish/v1/managers/{item}/securityservice/systemidevid/certificatesGET
/redfish/v1/managers/{item}/securityservice/systemlak/certificatesGET
/redfish/v1/managers/{item}/securityservice/systemldevid/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/db/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbdefault/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbr/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrdefault/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbt/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtdefault/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbx/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxdefault/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kek/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kekdefault/certificatesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pk/certificatesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pkdefault/certificatesGET
Link NameDestination type
Members[]Certificate

Members (array)

Member of CertificateCollection.CertificateCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of CertificateCollection.CertificateCollection

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

CertificateLocations

@odata.type: "#CertificateLocations.v1_0_2.CertificateLocations"

The CertificateLocations schema describes a Resource that an administrator can use in order to locate all certificates installed on a given service.

Resource Instances

UriHTTP Allow
/redfish/v1/certificateservice/certificatelocationsGET

CertificateService

@odata.type: "#CertificateService.v1_0_3.CertificateService"

The CertificateService schema describes a certificate service that represents the actions available to manage certificates and links to the certificates.

Resource Instances

UriHTTP Allow
/redfish/v1/certificateserviceGET
Link NameDestination type
Links/CertificateLocationsCertificateLocations

CertificateLocations

The information about the location of certificates. CertificateLocations is a link ("@odata.id": URI) to another resource.

Actions

CertificateService.GenerateCSR Member of CertificateService.v1_0_3.CertificateService

Parameters:

City (string)

The city or locality of the organization making the request.

GivenName (string)

The given name of the user making the request.

KeyPairAlgorithm (string)

The type of key-pair for use with signing algorithms.

CertificateCollection (object)

The link to the certificate collection where the certificate is installed after the certificate authority (CA) signs the certificate.

Country (string)

The two-letter country code of the organization making the request.

KeyCurveId (string)

The curve ID to use with the key, if needed based on the KeyPairAlgorithm parameter value.

CommonName (string)

The fully qualified domain name of the component to secure.

State (string)

The state, province, or region of the organization making the request.

ContactPerson (string)

The name of the user making the request.

Email (string)

The email address of the contact within the organization making the request.

Surname (string)

The surname of the user making the request.

KeyUsage (array)

The usage of the key contained in the certificate.

UnstructuredName (string)

The unstructured name of the subject.

KeyBitLength (integer)

The length of the key, in bits, if needed based on the KeyPairAlgorithm parameter value.

Organization (string)

The name of the organization making the request.

AlternativeNames (array)

The additional host names of the component to secure.

ChallengePassword (string)

The challenge password to apply to the certificate for revocation requests.

OrganizationalUnit (string)

The name of the unit or division of the organization making the request.

Initials (string)

The initials of the user making the request.

ComponentIntegrity

@odata.type: "#ComponentIntegrity.v1_2_3.ComponentIntegrity"

The ComponentIntegrity resource provides critical and pertinent security information about a specific device, system, software element, or other managed entity.

Resource Instances

UriHTTP Allow
/redfish/v1/ComponentIntegrity/{item}GET POST

ComponentIntegrityEnabled

Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionAn indication of whether security protocols are enabled for the component.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

ComponentIntegrityType

Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
SPDMSecurity Protocol and Data Model (SPDM) protocol.
TPMTrusted Platform Module (TPM).
OEMOEM-specific.

ComponentIntegrityTypeVersion

Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe version of the security technology.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ExtendedVerificationStatus

Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionExtended Verification Status of the Host Processor Module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NotValidatedHost Processor Module is not validated yet, HPM is in factory Mode/HPM auth key slot not yet populated
SuccessHost Processor Module authentication successful.
FailedHost Processor Module authentication Failed.
ErrorHost Processor Module authentication internal error occured. Please retry.
CertificateCheckFailedHost Processor Module authentication Certificate check failed.
BindNotPerformedHost Processor Module authentication failed, HPM Binding not performed.

SPDM

SPDM.IdentityAuthentication SPDM.IdentityAuthentication.ResponderAuthentication SPDM.IdentityAuthentication.ResponderAuthentication.VerificationStatus Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe status of the verification of the identity of the component.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
SuccessSuccessful verification.
FailedUnsuccessful verification.

SPDM.MeasurementSet SPDM.MeasurementSet.MeasurementSpecification Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DMTFDMTF.

SPDM.MeasurementSet.Measurements (array) Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Measurements is an array containing elements of:

Measurements[{item}].LastUpdated Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe date and time when information for the measurement was last updated.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Measurements[{item}].Measurement Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe measurement data.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Measurements[{item}].MeasurementHashAlgorithm Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe hash algorithm used to compute the measurement.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Measurements[{item}].MeasurementIndex Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe index of the measurement.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Measurements[{item}].MeasurementType Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ImmutableROMImmutable ROM.
MutableFirmwareMutable firmware or any mutable code.
HardwareConfigurationHardware configuration, such as straps.
FirmwareConfigurationFirmware configuration, such as configurable firmware policy.
MutableFirmwareVersionMutable firmware version.
MutableFirmwareSecurityVersionNumberMutable firmware security version number.
MeasurementManifestMeasurement Manifest.

Measurements[{item}].SecurityVersionNumber Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe security version number the measurement represents.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SPDM.Requester The link to the the component that is reporting the integrity information of the target component. Requester is a link ("@odata.id": URI) to another resource.

Status

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

TPM

TPM.ComponentCommunication TPM.ComponentCommunication.Sessions (array) Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Sessions is an array containing elements of:

Sessions[{item}].SessionId Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe identifier for an active session or communication channel between two components.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Sessions[{item}].SessionType Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PlainA plain text session without any protection.
EncryptedAuthenticatedAn established session where both encryption and authentication are protecting the communication.
AuthenticatedOnlyAn established session where only authentication is protecting the communication.

TPM.MeasurementSet TPM.MeasurementSet.Measurements (array) Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

Measurements is an array containing elements of:

Measurements[{item}].LastUpdated Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe date and time when information for the measurement was last updated.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Measurements[{item}].Measurement Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe measurement data.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Measurements[{item}].MeasurementHashAlgorithm Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe hash algorithm used to compute the measurement.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Measurements[{item}].PCR Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe Platform Configuration Register (PCR) bank of the measurement.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

TPM.NonceSizeBytesMaximum Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe maximum number of bytes that can be specified in the Nonce parameter of the TPMGetSignedMeasurements action.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

TargetComponentURI

Member of ComponentIntegrity.v1_2_3.ComponentIntegrity

DescriptionThe link to the the component whose integrity that this resource reports.
Typestring
Read OnlyTrue
AddediLO7 1.11

Actions

ComponentIntegrity.TPMGetSignedMeasurements Member of ComponentIntegrity.v1_2_3.ComponentIntegrity This action gets the TPM Signed Measurements.

Parameters:

Nonce (string)

A set of bytes as a hex-encoded string that is signed with the measurements. The value should be unique.

title (string)

Friendly action name

target (string)

Link to invoke action

PCRSelection (string)

An object that identify the PCRs to sign.

ComponentIntegrity.SPDMGetSignedMeasurements Member of ComponentIntegrity.v1_2_3.ComponentIntegrity This action gets the SPDM Signed Measurements.

Parameters:

Nonce (string)

A set of bytes as a hex-encoded string that is signed with the measurements. The value should be unique.

target (string)

Link to invoke action

title (string)

Friendly action name

SlotId (integer)

The slot identifier for the certificate containing the private key to generate the signature over the measurements.

MeasurementIndices (array)

An array of indices that identify the measurement blocks to sign.

ComponentIntegrityCollection

@odata.type: "#ComponentIntegrityCollection.ComponentIntegrityCollection"

A Collection of ComponentIntegrity resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/ComponentIntegrityGET PATCH
Link NameDestination type
Members[]ComponentIntegrity

Members (array)

Member of ComponentIntegrityCollection.ComponentIntegrityCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of ComponentIntegrityCollection.ComponentIntegrityCollection

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

EnvironmentMetrics

@odata.type: "#EnvironmentMetrics.v1_3_2.EnvironmentMetrics"

The EnvironmentMetrics schema represents the environmental metrics of a device.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/environmentmetricsGET
/redfish/v1/systems/{item}/processors/{item}/environmentmetricsGET

EnergyJoules

EnergyJoules.DataSourceUri Member of EnvironmentMetrics.v1_3_2.EnvironmentMetrics

DescriptionThe link to the resource that provides the data for this sensor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

EnergyJoules.Reading Member of EnvironmentMetrics.v1_3_2.EnvironmentMetrics

DescriptionThe sensor value
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

EventDestination

@odata.type: "#EventDestination.v1_13_0.EventDestination"

The EventDestination resource describes the target of an event subscription, including the types of events subscribed and context to provide to the target in the Event payload.

Resource Instances

UriHTTP Allow
/redfish/v1/eventservice/subscriptions/{item}GET PATCH DELETE

Context

Member of EventDestination.v1_13_0.EventDestination

DescriptionA client-supplied string that is stored with the listener destination subscription.
Typestring
Read OnlyFalse
AddediLO7 1.11

Destination

Member of EventDestination.v1_13_0.EventDestination

DescriptionThe URI of the destination listener service.
Typestring
Read OnlyFalse
AddediLO7 1.11
Formaturi-reference

EventFormatType

Member of EventDestination.v1_13_0.EventDestination

DescriptionThe content types of the message that are sent to the EventDestination.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Event
MetricReport

HttpHeaders (array)

Member of EventDestination.v1_13_0.EventDestination

HttpHeaders is an array containing elements of:

HttpHeaders[{item}]

MetricReportDefinitions (array)

Member of EventDestination.v1_13_0.EventDestination

MetricReportDefinitions is an array containing elements of:

MetricReportDefinitions[{item}].@odata.id Member of EventDestination.v1_13_0.EventDestination

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.DeliveryRetryAttempts

Member of EventDestination.v1_13_0.EventDestination

DescriptionThis is the number of attempts an event posting is retried before the subscription is terminated.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.DeliveryRetryIntervalInSeconds

Member of EventDestination.v1_13_0.EventDestination

DescriptionThis represents the number of seconds between retry attempts for sending any given Event
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.MutualAuthenticationEnabled

Member of EventDestination.v1_13_0.EventDestination

DescriptionThis represents if the subscriber and iLO need to perform mutual authentication when an event is sent.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.RequestedMaxEventsToQueue

Member of EventDestination.v1_13_0.EventDestination

DescriptionThis represents the number of events the service should queue.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.RetireOldEventInMinutes

Member of EventDestination.v1_13_0.EventDestination

DescriptionThis represents the number of minutes until an event is expired.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Protocol

Member of EventDestination.v1_13_0.EventDestination

DescriptionThe protocol type of the event connection.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Redfish

RegistryPrefixes (array)

Member of EventDestination.v1_13_0.EventDestination

RegistryPrefixes is an array containing elements of:

RegistryPrefixes[{item}] Member of EventDestination.v1_13_0.EventDestination

Typestring or null
Read OnlyTrue
AddediLO7 1.11

SubscriptionType

Member of EventDestination.v1_13_0.EventDestination

DescriptionThe subscription type for events.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
RedfishEvent

EventDestinationCollection

@odata.type: "#EventDestinationCollection.EventDestinationCollection"

A Collection of EventDestination resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/eventservice/subscriptionsGET POST
Link NameDestination type
Members[]EventDestination

Members (array)

Member of EventDestinationCollection.EventDestinationCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of EventDestinationCollection.EventDestinationCollection

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

EventService

@odata.type: "#EventService.v1_7_2.EventService"

The EventService resource describes the Event Service. It represents the properties for the service itself and has links to the actual list of subscriptions.

Resource Instances

UriHTTP Allow
/redfish/v1/eventserviceGET
Link NameDestination type
SubscriptionsCollection of EventDestination
Oem/Hpe/CACertificatesCollection of HpeCertificate

DeliveryRetryAttempts

Member of EventService.v1_7_2.EventService

DescriptionThis is the number of attempts an event posting is retried before the subscription is terminated.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

DeliveryRetryIntervalSeconds

Member of EventService.v1_7_2.EventService

DescriptionThis represents the number of seconds between retry attempts for sending any given Event
Typeinteger
Read OnlyFalse
AddediLO7 1.11

EventTypesForSubscription (array)

Member of EventService.v1_7_2.EventService

EventTypesForSubscription is an array containing elements of:

EventTypesForSubscription[{item}] Member of EventService.v1_7_2.EventService

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
StatusChangeThe status of this resource has changed
ResourceUpdatedThe value of this resource has been updated
ResourceAddedA resource has been added
ResourceRemovedA resource has been removed
AlertA condition exists which requires attention

Oem.Hpe.CACertificates

The value of this property shall be a reference to a Collection of HpeCertificate resources. CACertificates is a link ("@odata.id": URI) to another resource.

Oem.Hpe.RequestedMaxEventsToQueueDefault

Member of EventService.v1_7_2.EventService

DescriptionThis represents the default number of events the service should queue.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.RetireOldEventInMinutesDefault

Member of EventService.v1_7_2.EventService

DescriptionThis represents the default number of minutes until an event is expired.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.TTLCountDefault

Member of EventService.v1_7_2.EventService

DescriptionThe default number of TTLUnits until this listener destination subscription expires. It may be renewed prior to expire to reset the Time to Live counter. The value 999999 is reserved to mean a perpetual subscription.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.TTLUnitsDefault

Member of EventService.v1_7_2.EventService

DescriptionThe default time unit used to measure the subscription time of this listener destination. This is the units for TTLCount and is used to express the subscription lifetime of the listener destination.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
secondsTime to Live (TTL) in Seconds
minutesTime to Live (TTL) in Minutes
daysTime to Live (TTL) in Days

RegistryPrefixes (array)

Member of EventService.v1_7_2.EventService

RegistryPrefixes is an array containing elements of:

RegistryPrefixes[{item}] Member of EventService.v1_7_2.EventService

Typestring or null
Read OnlyTrue
AddediLO7 1.11

ServiceEnabled

Member of EventService.v1_7_2.EventService

DescriptionThis indicates whether this service is enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Status

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

Subscriptions

This is a reference to a collection of ListenerDestination resources. Subscriptions is a link ("@odata.id": URI) to another resource.

Actions

EventService.SubmitTestEvent Member of EventService.v1_7_2.EventService

Parameters:

EventId (string)

Severity (string)

ValueDescription
OK
Warning
Critical

EventType (string)

ValueDescription
StatusChange
ResourceUpdated
ResourceAdded
ResourceRemoved
Alert

OriginOfCondition (string)

EventTimestamp (string)

MessageId (string)

Message (string)

MessageArgs (array)

HpeEventService.ClearAllSubscriptions Member of EventService.v1_7_2.EventService There are no parameters for this action.

HpeEventService.ImportCACertificate Member of EventService.v1_7_2.EventService Imports a Trusted CA Certificate

Parameters:

Certificate (string)

Contains PEM formatted X509 certificate or PKCS7 certificate chain (Base64 encoded).

Fabric

@odata.type: "#Fabric.v1_3_0.Fabric"

The Fabric schema represents a simple fabric consisting of one or more switches,

Resource Instances

UriHTTP Allow
/redfish/v1/fabrics/{item}GET POST PATCH
Link NameDestination type
switchesCollection of Switch

FabricType

Member of Fabric.v1_3_0.Fabric

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PCIePCI Express.
AHCIAdvanced Host Controller Interface (AHCI).
UHCIUniversal Host Controller Interface (UHCI).
SASSerial Attached SCSI.
SATASerial AT Attachment.
USBUniversal Serial Bus (USB).
NVMeNon-Volatile Memory Express (NVMe).
FCFibre Channel.
iSCSIInternet SCSI.
FCoEFibre Channel over Ethernet (FCoE).
FCPFibre Channel Protocol for SCSI.
FICONFIbre CONnection (FICON).
NVMeOverFabricsNVMe over Fabrics.
SMBServer Message Block (SMB). Also known as the Common Internet File System (CIFS).
NFSv3Network File System (NFS) version 3.
NFSv4Network File System (NFS) version 4.
HTTPHypertext Transport Protocol (HTTP).
HTTPSHypertext Transfer Protocol Secure (HTTPS).
FTPFile Transfer Protocol (FTP).
SFTPSSH File Transfer Protocol (SFTP).
iWARPInternet Wide Area RDMA Protocol (iWARP).
RoCERDMA over Converged Ethernet Protocol.
RoCEv2RDMA over Converged Ethernet Protocol Version 2.
I2CInter-Integrated Circuit Bus.
TCPTransmission Control Protocol (TCP).
UDPUser Datagram Protocol (UDP).
TFTPTrivial File Transfer Protocol (TFTP).
GenZGenZ.
MultiProtocolMultiple Protocols.
InfiniBandInfiniBand.
EthernetEthernet.
NVLinkNVLink.
OEMOEM-specific.
DisplayPortDisplayPort.
HDMIHDMI.
VGAVGA.
DVIDVI.
CXLCompute Express Link.

Switches

The collection of links to the switches that this fabric contains. Switches is a link ("@odata.id": URI) to another resource.

FabricCollection

@odata.type: "#FabricCollection.FabricCollection"

A Collection of Fabric Resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/fabricsGET
Link NameDestination type
Members[]Fabric

Members (array)

Member of FabricCollection.FabricCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of FabricCollection.FabricCollection

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

Fan

@odata.type: "#Fan.v1_5_1.Fan"

The Fan schema describes a cooling fan unit for a computer system or similar devices contained within a chassis. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/fans/{item}GET
Link NameDestination type
AssemblyAssembly

Assembly

The link to the summary of assembly for this subsystem. Assembly is a link ("@odata.id": URI) to another resource.

HotPluggable

Member of Fan.v1_5_1.Fan

DescriptionAn indication of whether this device can be inserted or removed while the equipment is in operation.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

PhysicalContext

Member of Fan.v1_5_1.Fan

DescriptionThe area or device associated with this fan.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

SpeedPercent

SpeedPercent.DataSourceUri Member of Fan.v1_5_1.Fan

DescriptionThe link to the resource that provides the data for this sensor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SpeedPercent.Reading Member of Fan.v1_5_1.Fan

DescriptionThe sensor value
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

SpeedPercent.SpeedRPM Member of Fan.v1_5_1.Fan

DescriptionThe rotational speed.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Status

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

FanCollection

@odata.type: "#FanCollection.FanCollection"

The Collection of Fan resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/fansGET
Link NameDestination type
Members[]Fan

Members (array)

Member of FanCollection.FanCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of FanCollection.FanCollection

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

HostInterface

@odata.type: "#HostInterface.v1_1_1.HostInterface"

The HostInterface resource describes a Redfish Host Interface, which is a method of accessing the Redfish API from the host computer system.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/hostinterfaces/{item}GET PATCH

AuthenticationModes (array)

Member of HostInterface.v1_1_1.HostInterface

AuthenticationModes is an array containing elements of:

AuthenticationModes[{item}].AuthenticationMode Member of HostInterface.v1_1_1.HostInterface

Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
AuthNoneRequests without any sort of authentication are allowed.
BasicAuthRequests using HTTP Basic Authentication are allowed.
RedfishSessionAuthRequests using Redfish Session Authentication are allowed.
OemAuthRequests using OEM authentication mechanisms are allowed.

ExternallyAccessible

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis indicates whether this interface is accessible by external entities.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

FirmwareAuthEnabled

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis indicates whether this firmware authentication is enabled for this interface.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

FirmwareAuthRoleId

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis property contains the Role for firmware authentication on this interface.
Typestring
Read OnlyFalse
AddediLO7 1.11

HostEthernetInterfaces

This is a reference to a collection of NICs that Computer Systems use for network communication with this Host Interface. HostEthernetInterfaces is a link ("@odata.id": URI) to another resource.

HostEthernetInterfaces property is not supported in iLO5.

HostInterfaceType

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis indicates the Host Interface type for this interface.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NetworkHostInterfaceThis interface is a Network Host Interface.

InterfaceEnabled

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis indicates whether this interface is enabled.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

KernelAuthEnabled

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis indicates whether this kernel authentication is enabled for this interface.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

KernelAuthRoleId

Member of HostInterface.v1_1_1.HostInterface

DescriptionThis property contains the Role for kernel authentication on this interface.
Typestring
Read OnlyFalse
AddediLO7 1.11

ManagerEthernetInterface

This is a reference to a single NIC that this Manager uses for network communication with this Host Interface. ManagerEthernetInterface is a link ("@odata.id": URI) to another resource.

NetworkProtocol

This is a reference to the network services and their settings that the Manager controls. It is here that clients will find network configuration options as well as network services. NetworkProtocol is a link ("@odata.id": URI) to another resource.

Status

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

HostInterfaceCollection

@odata.type: "#HostInterfaceCollection.HostInterfaceCollection"

A Collection of HostInterface resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/hostinterfacesGET
Link NameDestination type
Members[]HostInterface

Members (array)

Member of HostInterfaceCollection.HostInterfaceCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of HostInterfaceCollection.HostInterfaceCollection

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

JsonSchemaFile

@odata.type: "#JsonSchemaFile.v1_0_4.JsonSchemaFile"

The JSON Schema File resource describes the location (URI) of a particular Redfish schema definition being implemented or referenced by a Redfish service.

Resource Instances

UriHTTP Allow
/redfish/v1/jsonschemas/{item}GET

Languages (array)

Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

Languages is an array containing elements of:

Languages[{item}] Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

Typestring
Read OnlyTrue
AddediLO7 1.11

Location (array)

Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

Location is an array containing elements of:

Location[{item}].Language Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

DescriptionThe RFC 5646 language code for this schema or registry item.
Typestring
Read OnlyTrue
AddediLO7 1.11

Location[{item}].Uri Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

DescriptionLink to locally available URI for schema.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Schema

Member of JsonSchemaFile.v1_0_4.JsonSchemaFile

DescriptionThe typename this schema describes.
Typestring
Read OnlyTrue
AddediLO7 1.11

JsonSchemaFileCollection

@odata.type: "#JsonSchemaFileCollection.JsonSchemaFileCollection"

A Collection of JsonSchemaFile resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/jsonschemasGET
Link NameDestination type
Members[]JsonSchemaFile

Members (array)

Member of JsonSchemaFileCollection.JsonSchemaFileCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of JsonSchemaFileCollection.JsonSchemaFileCollection

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

Key

@odata.type: "#Key.v1_4_1.Key"

The Key schema describes sensitive data for accessing devices or services.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/accounts/{item}/keys/{item}GET PATCH DELETE

KeyString

Member of Key.v1_4_1.Key

DescriptionThe string for the key.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

KeyType

Member of Key.v1_4_1.Key

Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NVMeoFAn NVMe-oF key.
SSHAn SSH public key.

SSH

SSH.Comment Member of Key.v1_4_1.Key

DescriptionThe user-specified comment associated with this key, which typically contains the client's username and host name.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SSH.Fingerprint Member of Key.v1_4_1.Key

DescriptionA fingerprint of the key.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

KeyCollection

@odata.type: "#KeyCollection.KeyCollection"

The collection of Key resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/accounts/{item}/keysGET POST
Link NameDestination type
Members[]Key

Members (array)

Member of KeyCollection.KeyCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of KeyCollection.KeyCollection

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

LogEntry

@odata.type: "#LogEntry.v1_11_0.LogEntry"

This resource defines the record format for a log. It is designed to be used for SEL logs (from IPMI) as well as Event Logs and OEM-specific log formats. The EntryType field indicates the type of log and the resource includes several additional properties dependent on the EntryType.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/logservices/iel/entries/{item}GET
/redfish/v1/managers/{item}/remotesupportservice/serviceeventlogs/{item}GET
/redfish/v1/systems/{item}/logservices/dpu/entries/{item}GET PATCH
/redfish/v1/systems/{item}/logservices/event/entries/{item}GET
/redfish/v1/systems/{item}/logservices/iml/entries/{item}GET PATCH
/redfish/v1/systems/{item}/logservices/sl/entries/{item}GET

Created

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe date and time when the log entry was created, for example, 2014-04-15T00:38:00Z.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

EntryType

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry type.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Oem

EventId

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe unique instance identifier for an event.
Typestring
Read OnlyTrue
AddediLO7 1.11

EventTimestamp

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe date and time when the event occurred.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Message

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry details.
Typestring
Read OnlyTrue
AddediLO7 1.11

MessageArgs (array)

Member of LogEntry.v1_11_0.LogEntry

MessageArgs is an array containing elements of:

MessageArgs[{item}] Member of LogEntry.v1_11_0.LogEntry

Typestring
Read OnlyTrue
AddediLO7 1.11

MessageId

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe MessageId, event data, or OEM-specific information. This property decodes from the entry type. If the entry type is Event, this property contains a Redfish Specification-defined MessageId. If the entry type is SEL, this property contains the Event Data. Otherwise, this property contains OEM-specific information.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Categories (array)

Member of LogEntry.v1_11_0.LogEntry

Categories is an array containing elements of:

Categories[{item}] Member of LogEntry.v1_11_0.LogEntry

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Security
Hardware
Firmware
Maintenance
Administration
Power
Cooling
Invalid User Input
Other
Configuration

Oem.Hpe.Class

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry event class.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ClassDescription

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry event class description.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Code

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry event code.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Count

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe occurrence count of the log entry.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Destination

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe destination host name or IP address of the remote server that recevied the service event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EventNumber

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe event log identification number. Events are numbered in the order in which they are generated.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Identifier

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe unique identifier of the service event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe link to troubleshooting information.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.RecommendedAction

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe recommended action for the event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Repaired

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe repaired status of the IML event.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.ServiceEvent

Member of LogEntry.v1_11_0.LogEntry

DescriptionThis indicates a service ticket to be raised for the corresponding event log.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ServiceEventMessageID

Member of LogEntry.v1_11_0.LogEntry

DescriptionThis property represents the Embedded Remote Support Message ID. It is applicable only for a Service Event log.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Severity

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry event Severity.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
InformationalInformational event
CautionCaution event
CriticalCritical event
RepairedCritical or Caution event repaired

Oem.Hpe.SubmitStatus

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe service event log submission status .
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Updated

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe date and time of the latest log entry update, for example, 2014-04-15T00:38:00Z.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.UserAction

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe User action for the event.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
RepairedThe event repaired by user.
IgnoredThe event ignored by user.
NoneNo user action taken on the event.
Not ApplicableUser action not applicable for the event.

OemRecordFormat

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe format of an OEM record.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Hpe-IML
Hpe-iLOEventLog
Hpe-SL
Hpe-Event

Severity

Member of LogEntry.v1_11_0.LogEntry

DescriptionThe log entry severity.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
OK
Warning
Critical

LogEntryCollection

@odata.type: "#LogEntryCollection.LogEntryCollection"

A Collection of LogEntry resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/logservices/iel/entriesGET POST
/redfish/v1/managers/{item}/remotesupportservice/serviceeventlogsGET
/redfish/v1/systems/{item}/logservices/dpu/entriesGET POST
/redfish/v1/systems/{item}/logservices/event/entriesGET POST
/redfish/v1/systems/{item}/logservices/iml/entriesGET POST
/redfish/v1/systems/{item}/logservices/sl/entriesGET POST
Link NameDestination type
Members[]LogEntry

Members (array)

Member of LogEntryCollection.LogEntryCollection

Members is an array containing elements of:

Members[{item}].@odata.context Member of LogEntryCollection.LogEntryCollection

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members[{item}].@odata.etag Member of LogEntryCollection.LogEntryCollection

Typestring
Read OnlyTrue
AddediLO7 1.11

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members[{item}].@odata.type Member of LogEntryCollection.LogEntryCollection

Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Created Member of LogEntryCollection.LogEntryCollection

DescriptionThe date and time when the log entry was created, for example, 2014-04-15T00:38:00Z.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Members[{item}].EntryType Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry type.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Oem

Members[{item}].EventId Member of LogEntryCollection.LogEntryCollection

DescriptionThe unique instance identifier for an event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].EventTimestamp Member of LogEntryCollection.LogEntryCollection

DescriptionThe date and time when the event occurred.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Members[{item}].Links Members[{item}].Links.OriginOfCondition The link to the resource that caused the log entry. OriginOfCondition is a link ("@odata.id": URI) to another resource.

Members[{item}].Message Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry details.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].MessageArgs (array) Member of LogEntryCollection.LogEntryCollection

MessageArgs is an array containing elements of:

MessageArgs[{item}] Member of LogEntryCollection.LogEntryCollection

Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].MessageId Member of LogEntryCollection.LogEntryCollection

DescriptionThe MessageId, event data, or OEM-specific information. This property decodes from the entry type. If the entry type is Event, this property contains a Redfish Specification-defined MessageId. If the entry type is SEL, this property contains the Event Data. Otherwise, this property contains OEM-specific information.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Categories (array) Member of LogEntryCollection.LogEntryCollection

Categories is an array containing elements of:

Categories[{item}] Member of LogEntryCollection.LogEntryCollection

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Security
Hardware
Firmware
Maintenance
Administration
Power
Cooling
Invalid User Input
Other
Configuration

Members[{item}].Oem.Hpe.Class Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry event class.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.ClassDescription Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry event class description.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Code Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry event code.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Count Member of LogEntryCollection.LogEntryCollection

DescriptionThe occurrence count of the log entry.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Destination Member of LogEntryCollection.LogEntryCollection

DescriptionThe destination host name or IP address of the remote server that recevied the service event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.EventNumber Member of LogEntryCollection.LogEntryCollection

DescriptionThe event log identification number. Events are numbered in the order in which they are generated.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Identifier Member of LogEntryCollection.LogEntryCollection

DescriptionThe unique identifier of the service event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.LearnMoreLink Member of LogEntryCollection.LogEntryCollection

DescriptionThe link to troubleshooting information.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members[{item}].Oem.Hpe.RecommendedAction Member of LogEntryCollection.LogEntryCollection

DescriptionThe recommended action for the event.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Repaired Member of LogEntryCollection.LogEntryCollection

DescriptionThe repaired status of the IML event.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Members[{item}].Oem.Hpe.ServiceEvent Member of LogEntryCollection.LogEntryCollection

DescriptionThis indicates a service ticket to be raised for the corresponding event log.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.ServiceEventMessageID Member of LogEntryCollection.LogEntryCollection

DescriptionThis property represents the Embedded Remote Support Message ID. It is applicable only for a Service Event log.
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Severity Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry event Severity.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
InformationalInformational event
CautionCaution event
CriticalCritical event
RepairedCritical or Caution event repaired

Members[{item}].Oem.Hpe.SubmitStatus Member of LogEntryCollection.LogEntryCollection

DescriptionThe service event log submission status .
Typestring
Read OnlyTrue
AddediLO7 1.11

Members[{item}].Oem.Hpe.Updated Member of LogEntryCollection.LogEntryCollection

DescriptionThe date and time of the latest log entry update, for example, 2014-04-15T00:38:00Z.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Members[{item}].Oem.Hpe.UserAction Member of LogEntryCollection.LogEntryCollection

DescriptionThe User action for the event.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
RepairedThe event repaired by user.
IgnoredThe event ignored by user.
NoneNo user action taken on the event.
Not ApplicableUser action not applicable for the event.

Members[{item}].OemRecordFormat Member of LogEntryCollection.LogEntryCollection

DescriptionThe format of an OEM record.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Hpe-IML
Hpe-iLOEventLog
Hpe-SL
Hpe-Event

Members[{item}].Severity Member of LogEntryCollection.LogEntryCollection

DescriptionThe log entry severity.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
OK
Warning
Critical

Members@odata.count

Member of LogEntryCollection.LogEntryCollection

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

LogService

@odata.type: "#LogService.v1_1_0.LogService"

This resource contains properties for monitoring and configuring an event log service for the resource or service to which it is associated.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/logservices/ielGET
/redfish/v1/systems/{item}/logservices/dpuGET POST
/redfish/v1/systems/{item}/logservices/eventGET
/redfish/v1/systems/{item}/logservices/imlGET
/redfish/v1/systems/{item}/logservices/slGET
Link NameDestination type
EntriesCollection of LogEntry

DateTime

Member of LogService.v1_1_0.LogService

DescriptionThe current date and time, with UTC offset, that the Log Service uses to set or read time.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

DateTimeLocalOffset

Member of LogService.v1_1_0.LogService

DescriptionThe UTC offset that the current DateTime property value contains in the +HH:MM format.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Entries

The URI to this log entries collection resource. Entries is a link ("@odata.id": URI) to another resource.

MaxNumberOfRecords

Member of LogService.v1_1_0.LogService

DescriptionThe maximum number of log entries.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

OverWritePolicy

Member of LogService.v1_1_0.LogService

DescriptionWhen the log is full, the overwrite policy is enforced.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnknownThe overwrite policy is not known or is undefined.
WrapsWhenFullWhen the log is full, new entries will overwrite previous entries.
NeverOverwritesWhen the log is full, new entries are discarded.

ServiceEnabled

Member of LogService.v1_1_0.LogService

DescriptionAn indication of whether this service is enabled.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Status

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

Actions

LogService.ClearLog Member of LogService.v1_1_0.LogService There are no parameters for this action.

LogServiceCollection

@odata.type: "#LogServiceCollection.LogServiceCollection"

A Collection of LogService resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/logservicesGET
/redfish/v1/systems/{item}/logservicesGET
Link NameDestination type
Members[]LogService

Members (array)

Member of LogServiceCollection.LogServiceCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of LogServiceCollection.LogServiceCollection

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

Memory

@odata.type: "#Memory.v1_14_0.Memory"

The Memory resource describes a memory module.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memory/{item}GET
Link NameDestination type
memorymetricsMemoryMetrics

AllocationAlignmentMiB

Member of Memory.v1_14_0.Memory

DescriptionThe boundary which memory regions are allocated on, measured in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

AllocationIncrementMiB

Member of Memory.v1_14_0.Memory

DescriptionThe size of the smallest unit of allocation for a memory region, thus it is the multiple in which regions are actually reserved.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

BaseModuleType

Member of Memory.v1_14_0.Memory

DescriptionThe base module type of the memory.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RDIMMRegistered DIMM
UDIMMUDIMM
SO_DIMMSO_DIMM
LRDIMMLoad Reduced
Mini_RDIMMMini_RDIMM
Mini_UDIMMMini_UDIMM
SO_RDIMM_72bSO_RDIMM_72b
SO_UDIMM_72bSO_UDIMM_72b
SO_DIMM_16bSO_DIMM_16b
SO_DIMM_32bSO_DIMM_32b
DieA die within a package.

BusWidthBits

Member of Memory.v1_14_0.Memory

DescriptionBus Width in bits.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

CacheSizeMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of the cache portion memory in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

CapacityMiB

Member of Memory.v1_14_0.Memory

DescriptionMemory Capacity in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ConfigurationLocked

Member of Memory.v1_14_0.Memory

DescriptionIndicates that the configuration of this memory has been locked
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

DataWidthBits

Member of Memory.v1_14_0.Memory

DescriptionData Width in bits.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

DeviceID

Member of Memory.v1_14_0.Memory

DescriptionDevice ID
Typestring or null
Read OnlyTrue
AddediLO7 1.11

DeviceLocator

Member of Memory.v1_14_0.Memory

DescriptionLocation of the Memory in the platform
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ErrorCorrection

Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoECCNo ECC available
SingleBitECCSingle bit Data error can be corrected by ECC
MultiBitECCMulti-bit Data errors can be corrected by ECC
AddressParityAddress Parity errors can be corrected

FirmwareApiVersion

Member of Memory.v1_14_0.Memory

DescriptionVersion of API supported by the firmware
Typestring or null
Read OnlyTrue
AddediLO7 1.11

FirmwareRevision

Member of Memory.v1_14_0.Memory

DescriptionThe firmware revision of this device
Typestring or null
Read OnlyTrue
AddediLO7 1.11

LogicalSizeMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of the logical memory in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Manufacturer

Member of Memory.v1_14_0.Memory

DescriptionThe Memory manufacturer
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MemoryDeviceType

Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DDRDDR
DDR2DDR2
DDR3DDR3
DDR4DDR4
DDR4_SDRAMDDR4 SDRAM
DDR4E_SDRAMDDR4E SDRAM
LPDDR4_SDRAMLPDDR4 SDRAM
DDR3_SDRAMDDR3 SDRAM
LPDDR3_SDRAMLPDDR3 SDRAM
DDR2_SDRAMDDR2 SDRAM
DDR2_SDRAM_FB_DIMMDDR2 SDRAM FB_DIMM
DDR2_SDRAM_FB_DIMM_PROBEDDR2 SDRAM FB_DIMM PROBE
DDR_SGRAMDDR SGRAM
DDR_SDRAMDDR SDRAM
ROMROM
SDRAMSDRAM
EDOEDO
FastPageModeFast Page Mode
PipelinedNibblePipelined Nibble
LogicalLogical Non-volatile device.
DDR5DDR5

MemoryLocation

MemoryLocation.Channel Member of Memory.v1_14_0.Memory

DescriptionChannel number in which Memory is connected
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryLocation.MemoryController Member of Memory.v1_14_0.Memory

DescriptionMemory controller number in which Memory is connected
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryLocation.Slot Member of Memory.v1_14_0.Memory

DescriptionSlot number in which Memory is connected
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryLocation.Socket Member of Memory.v1_14_0.Memory

DescriptionSocket number in which Memory is connected
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryMedia (array)

Member of Memory.v1_14_0.Memory

MemoryMedia is an array containing elements of:

MemoryMedia[{item}] Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DRAMDRAM media
NANDNAND media
Intel3DXPointIntel 3D XPoint media
ProprietaryProprietary media

MemorySubsystemControllerManufacturerID

Member of Memory.v1_14_0.Memory

DescriptionThe manufacturer ID of the memory subsystem controller of this memory module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MemorySubsystemControllerProductID

Member of Memory.v1_14_0.Memory

DescriptionThe product ID of the memory subsystem controller of this memory module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MemoryType

Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DRAMDRAM
NVDIMM_NNVDIMM_N as defined by JEDEC.
NVDIMM_FNVDIMM_F as defined by JEDEC.
NVDIMM_PNVDIMM_P as defined by JEDEC.
IntelOptaneThe memory module is Intel Optane DC Persistent Memory and composed of a combination of non-volatile and volatile memory.

ModuleManufacturerID

Member of Memory.v1_14_0.Memory

DescriptionThe manufacturer ID of this memory module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ModuleProductID

Member of Memory.v1_14_0.Memory

DescriptionThe product ID of this memory module.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

NonVolatileSizeMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of the non-volatile portion memory in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Armed

Member of Memory.v1_14_0.Memory

DescriptionSpecifies the current backup-ready status of the NVDIMM_N if available.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Attributes (array)

Member of Memory.v1_14_0.Memory

Attributes is an array containing elements of:

Attributes[{item}] Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
HpeSmartMemoryThis DIMM is HPE Smart Memory
HpeStandardMemoryThis DIMM is HPE Standard Memory
HpeLogicalNVDIMMThis DIMM is HPE Logical Memory.

Oem.Hpe.BaseModuleType

Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
BurstEDO
FastPage
Synchronous
EDO
LRDIMM
RDRAM
RDIMM
UDIMM
NVDIMM
NVDIMM-N
LRNVDIMM
SO_RDIMM_72b
SO_UDIMM_72b
PMM

Oem.Hpe.BlocksRead

Member of Memory.v1_14_0.Memory

DescriptionNumber of blocks read for the lifetime of the Memory.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.BlocksWritten

Member of Memory.v1_14_0.Memory

DescriptionNumber of blocks written for the lifetime of the Memory.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DIMMManufacturingDate

Member of Memory.v1_14_0.Memory

DescriptionModule manufacturing date in YYWW format.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DIMMStatus

Member of Memory.v1_14_0.Memory

DescriptionSpecifies memory module status and whether the module in use.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
UnknownThe status of the DIMM is unknown.
OtherDIMM status that does not fit any of these definitions.
NotPresentDIMM is not present.
PresentUnusedDIMM is present but unused.
GoodInUseDIMM is functioning properly and currently in use.
AddedButUnusedDIMM is added but currently unused.
UpgradedButUnusedDIMM is upgraded but currently unused.
ExpectedButMissingDIMM is expected but missing.
DoesNotMatchDIMM type does not match.
NotSupportedDIMM is not supported.
ConfigurationErrorConfiguration error in DIMM.
DegradedDIMM state is degraded.
PresentSpareDIMM is present but used as spare.
GoodPartiallyInUseDIMM is functioning properly but partially in use.
MapOutConfigurationDIMM mapped out due to configuration error.
MapOutErrorDIMM mapped out due to training failure.

Oem.Hpe.MaxOperatingSpeedMTs

Member of Memory.v1_14_0.Memory

DescriptionMaximum capable speed of the device, in megatransfers per second (MT/s).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.MinimumVoltageVoltsX10

Member of Memory.v1_14_0.Memory

DescriptionThe minimum DIMM voltage multiplied by 10, for example, 1.2v = 12.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PartNumber

Member of Memory.v1_14_0.Memory

DescriptionThe HPE product part number of this device
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PredictedMediaLifeLeftPercent

Member of Memory.v1_14_0.Memory

DescriptionThe percentage of media life left.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ProductName

Member of Memory.v1_14_0.Memory

Descriptionfriendly product name from SMBIOS 202 record
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.RelatedBackupStores (array)

Member of Memory.v1_14_0.Memory

RelatedBackupStores is an array containing elements of:

RelatedBackupStores[{item}].@odata.id Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.RelatedPhysicalDIMMs (array)

Member of Memory.v1_14_0.Memory

RelatedPhysicalDIMMs is an array containing elements of:

RelatedPhysicalDIMMs[{item}].@odata.id Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.RelatedPowerBackupUnitBays (array)

Member of Memory.v1_14_0.Memory

RelatedPowerBackupUnitBays is an array containing elements of:

RelatedPowerBackupUnitBays[{item}] Member of Memory.v1_14_0.Memory

DescriptionBattery backup unit bay number.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SPDBytes (array)

Member of Memory.v1_14_0.Memory

SPDBytes is an array containing elements of:

SPDBytes[{item}] Member of Memory.v1_14_0.Memory

DescriptionThe SPD Bytes in the DIMM
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SpareBlockLeftPercent

Member of Memory.v1_14_0.Memory

DescriptionThe percentage of the number of spare blocks remaining.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.VendorName

Member of Memory.v1_14_0.Memory

DescriptionVendor Name decoded from VendorID
Typestring or null
Read OnlyTrue
AddediLO7 1.11

OperatingMemoryModes (array)

Member of Memory.v1_14_0.Memory

OperatingMemoryModes is an array containing elements of:

OperatingMemoryModes[{item}] Member of Memory.v1_14_0.Memory

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
VolatileVolatile memory
PMEMPersistent memory, byte accesible through system address space
BlockBlock accessible system memory

OperatingSpeedMhz

Member of Memory.v1_14_0.Memory

DescriptionOperating speed of Memory in MHz
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PartNumber

Member of Memory.v1_14_0.Memory

DescriptionThe product part number of this device
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PersistentRegionNumberLimit

Member of Memory.v1_14_0.Memory

DescriptionTotal number of persistent regions this Memory can support.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PersistentRegionSizeLimitMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of persistent regions in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PersistentRegionSizeMaxMiB

Member of Memory.v1_14_0.Memory

DescriptionMaximum size of a single persistent region in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

RankCount

Member of Memory.v1_14_0.Memory

DescriptionNumber of ranks available in the Memory
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Regions (array)

Member of Memory.v1_14_0.Memory

Regions is an array containing elements of:

Regions[{item}].MemoryClassification Member of Memory.v1_14_0.Memory

DescriptionClassification of memory occupied by the given memory region
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
VolatileVolatile memory
ByteAccessiblePersistentByte accessible persistent memory
BlockBlock accesible memory

Regions[{item}].PassphraseEnabled Member of Memory.v1_14_0.Memory

DescriptionState of the passphrase for this region
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Regions[{item}].RegionId Member of Memory.v1_14_0.Memory

DescriptionUnique region ID representing a specific region within the Memory
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Regions[{item}].SizeMiB Member of Memory.v1_14_0.Memory

DescriptionSize of this memory region in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

SecurityCapabilities

SecurityCapabilities.ConfigurationLockCapable Member of Memory.v1_14_0.Memory

DescriptionSupport for configuration locking
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

SecurityCapabilities.DataLockCapable Member of Memory.v1_14_0.Memory

DescriptionSupport for data locking
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

SecurityCapabilities.PassphraseCapable Member of Memory.v1_14_0.Memory

DescriptionMemory passphrase set capability
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

SecurityCapabilities.PassphraseLockLimit Member of Memory.v1_14_0.Memory

DescriptionMaximum number of incorrect passphrase attempts allowed before memory is locked.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

SecurityState

Member of Memory.v1_14_0.Memory

DescriptionThe current security state of this Memory
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledSecure mode is enabled and access to the data is unlocked
DisabledSecure mode is disabled
LockedSecure mode is enabled and access to the data is locked
PassphraselimitNumber of attempts to unlock the Memory exceeded limit

SerialNumber

Member of Memory.v1_14_0.Memory

DescriptionThe serial number of this device
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

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

SubsystemDeviceID

Member of Memory.v1_14_0.Memory

DescriptionSubsystem Device ID
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SubsystemVendorID

Member of Memory.v1_14_0.Memory

DescriptionSubSystem Vendor ID
Typestring or null
Read OnlyTrue
AddediLO7 1.11

VendorID

Member of Memory.v1_14_0.Memory

DescriptionVendor ID
Typestring or null
Read OnlyTrue
AddediLO7 1.11

VolatileRegionNumberLimit

Member of Memory.v1_14_0.Memory

DescriptionTotal number of volatile regions this Memory can support.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

VolatileRegionSizeLimitMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of volatile regions in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

VolatileRegionSizeMaxMiB

Member of Memory.v1_14_0.Memory

DescriptionMaximum size of a single volatile region in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

VolatileSizeMiB

Member of Memory.v1_14_0.Memory

DescriptionTotal size of the volitile portion memory in MiB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryChunks

@odata.type: "#MemoryChunks.v1_2_3.MemoryChunks"

The MemoryChunks resource describes a Memory Chunk and its configuration.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memorydomains/{item}/memorychunks/{item}GET DELETE

AddressRangeType

Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionMemory type of this memory chunk
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PMEMByte accessible persistent memory

InterleaveSets (array)

Member of MemoryChunks.v1_2_3.MemoryChunks

InterleaveSets is an array containing elements of:

InterleaveSets[{item}].Memory Describes a memory device of the interleave set. Memory is a link ("@odata.id": URI) to another resource.

InterleaveSets[{item}].MemoryLevel Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionLevel of the interleave set for multi-level tiered memory.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

InterleaveSets[{item}].OffsetMiB Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionOffset within the DIMM that corresponds to the start of this memory region, with units in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

InterleaveSets[{item}].RegionId Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionDIMM region identifier
Typestring or null
Read OnlyTrue
AddediLO7 1.11

InterleaveSets[{item}].SizeMiB Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionSize of this memory region in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

IsMirrorEnabled

Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionMirror Enabled status
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

IsSpare

Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionSpare enabled status
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

MemoryChunkSizeMiB

Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionSize of the memory chunk in MiB
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.MemoryChunkSizePercentage

Member of MemoryChunks.v1_2_3.MemoryChunks

DescriptionSize of chunk in percent of total capacity.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Status

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

MemoryChunksCollection

@odata.type: "#MemoryChunksCollection.MemoryChunksCollection"

A Collection of MemoryChunks resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memorydomains/{item}/memorychunksGET POST
Link NameDestination type
Members[]MemoryChunks

Members (array)

Member of MemoryChunksCollection.MemoryChunksCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MemoryChunksCollection.MemoryChunksCollection

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

MemoryCollection

@odata.type: "#MemoryCollection.MemoryCollection"

A Collection of Memory resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memoryGET
Link NameDestination type
Members[]Memory

Members (array)

Member of MemoryCollection.MemoryCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MemoryCollection.MemoryCollection

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

Oem.Hpe.AmpModeActive

Member of MemoryCollection.MemoryCollection

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnknownThe management software cannot determine the AMP, host OS may not have provided it yet.
Other
NoneThe management software cannot determine the AMP, or the system is not configured for AMP.
MirroringThe system is configured for mirrored memory protection. All memory banks are duplicated in mirrored memory, as opposed to only one for online spare memory. If enough ECC errors occur, the spare memory is activated and the memory that is experiencing the errors is disabled.
OnlineSpareA single spare bank of memory is set aside at boot time. If enough ECC errors occur, the spare memory is activated and the memory that is experiencing the errors is disabled.
RAIDXORThe system is configured for AMP with the XOR engine.
AdvancedECCThe system is configured for AMP with the Advanced ECC engine.
Lockstep
A3DCThe system is configured for AMP with A3DC.
DIMMECCThe system is configured for AMP with DIMM ECC (Error Correcting Code) only.

Oem.Hpe.AmpModeStatus

Member of MemoryCollection.MemoryCollection

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnknownThe management software cannot determine the status, host OS may not have provided it yet.
OtherThe system does not support AMP, or the management software cannot determine the status.
NotProtectedThe system supports AMP, but the feature is disabled.
ProtectedThe system supports AMP. The feature is enabled but not engaged.
DegradedThe system was protected, but AMP is engaged. Therefore, AMP is no longer available.
DIMMECCThe system is protected by DIMM ECC (Error Correcting Code) only.
MirroringThe system is protected by AMP in the mirrored mode. No DIMM faults have been detected.
DegradedMirroringThe system is protected by AMP in the mirrored mode. One or more DIMM faults have been detected.
OnlineSpareThe system is protected by AMP in the hot spare mode. No DIMM faults have been detected.
DegradedOnlineSpare
RAIDXORThe system is protected by AMP in the XOR memory mode. No DIMM faults have been detected.
DegradedRAIDXORThe system is protected by AMP in the XOR memory mode. One or more DIMM faults have been detected.
AdvancedECCThe system is protected by AMP in the Advanced ECC mode.
DegradedAdvancedECCThe system is protected by AMP in the Advanced ECC mode. One or more DIMM faults have been detected.
Lockstep
DegradedLockstep
A3DCThe system is protected by AMP in the A3DC mode.
DegradedA3DCThe system is protected by AMP in the A3DC mode. One or more DIMM faults have been deteced.
Unsupported

Oem.Hpe.AmpModeSupported (array)

Member of MemoryCollection.MemoryCollection

AmpModeSupported is an array containing elements of:

AmpModeSupported[{item}] Member of MemoryCollection.MemoryCollection

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RAIDXORThe system can be configured for AMP using the XOR engine.
DualBoardMirroringThe system can be configured for mirrored advanced memory protection in a dual memory board configuration. The mirrored memory can be swapped with memory on the same memory board or with memory on the second memory board.
SingleBoardMirroringThe system can be configured for mirrored advanced memory protection in a single memory board.
AdvancedECCThe system can be configured for Advanced ECC.
MirroringThe system can be configured for mirrored AMP.
OnlineSpareThe system can be configured for online spare AMP.
OnlineSpareRankThe system can be configured for Online Spare Rank AMP.
OnlineSpareChannelThe system can be configured for Online Spare Channel AMP.
IntersocketMirroringThe system can be configured for mirrored intersocket AMP between the memory of two processors or boards.
IntrasocketMirroringThe system can be configured for mirrored intrasocket AMP between the memory of a single processor or board.
Lockstep
A3DCThe system can be configured for A3DC.
NoneThe system cannot be configured for AMP.
DIMMECCThe system can be configured for DIMM ECC (Error Correcting Code) only.

Oem.Hpe.MemoryList (array)

Member of MemoryCollection.MemoryCollection

MemoryList is an array containing elements of:

MemoryList[{item}].BoardCpuNumber Member of MemoryCollection.MemoryCollection

Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryList[{item}].BoardMemoryType Member of MemoryCollection.MemoryCollection

DescriptionBoard Memory Type - DIMM/HBM.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MemoryList[{item}].BoardNumberOfSockets Member of MemoryCollection.MemoryCollection

DescriptionThe number of present memory module sockets.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryList[{item}].BoardOperationalFrequency Member of MemoryCollection.MemoryCollection

DescriptionThe frequency at which memory on the board is operating in MHz.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryList[{item}].BoardOperationalVoltage Member of MemoryCollection.MemoryCollection

DescriptionThe voltage at which memory on the board is operating in mV.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryList[{item}].BoardTotalMemorySize Member of MemoryCollection.MemoryCollection

DescriptionThe total size of the memory populated on the board in MB.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MemoryDomain

@odata.type: "#MemoryDomain.v1_2_1.MemoryDomain"

The MemoryDomain resource describes a Memory Domain and its configuration. Memory Domains are used to indicate to the client which Memory (DIMMs) can be grouped together in Memory Chunks to form interleave sets or otherwise grouped together.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memorydomains/{item}GET

AllowsBlockProvisioning

Member of MemoryDomain.v1_2_1.MemoryDomain

DescriptionIndicates if this Memory Domain supports the provisioning of blocks of memory.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

AllowsMemoryChunkCreation

Member of MemoryDomain.v1_2_1.MemoryDomain

DescriptionIndicates if this Memory Domain supports the creation of Memory Chunks.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

AllowsMirroring

Member of MemoryDomain.v1_2_1.MemoryDomain

DescriptionIndicates if this Memory Domain supports the creation of Memory Chunks with mirroring enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

AllowsSparing

Member of MemoryDomain.v1_2_1.MemoryDomain

DescriptionIndicates if this Memory Domain supports the creation of Memory Chunks with sparing enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

InterleavableMemorySets (array)

Member of MemoryDomain.v1_2_1.MemoryDomain

InterleavableMemorySets is an array containing elements of:

InterleavableMemorySets[{item}].MemorySet (array) Member of MemoryDomain.v1_2_1.MemoryDomain

MemorySet is an array containing elements of:

MemorySet[{item}].@odata.id Member of MemoryDomain.v1_2_1.MemoryDomain

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

InterleavableMemorySets[{item}].MemorySet@odata.count Member of MemoryDomain.v1_2_1.MemoryDomain

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

MemoryChunks

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

MemoryDomainCollection

@odata.type: "#MemoryDomainCollection.MemoryDomainCollection"

A Collection of MemoryDomain resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memorydomainsGET
Link NameDestination type
Members[]MemoryDomain

Members (array)

Member of MemoryDomainCollection.MemoryDomainCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MemoryDomainCollection.MemoryDomainCollection

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

MemoryMetrics

@odata.type: "#MemoryMetrics.v1_7_3.MemoryMetrics"

The MemoryMetrics schema shall contain the memory metrics for a memory device or system memory summary in a Redfish implementation.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/memory/{item}/memorymetricsGET

Oem.Hpe.PageRetirementCounts

Member of MemoryMetrics.v1_7_3.MemoryMetrics

DescriptionThis property shall contain Memory page counters for this resource.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

OperatingSpeedMHz

Member of MemoryMetrics.v1_7_3.MemoryMetrics

DescriptionOperating speed of memory in MHz or MT/s as appropriate.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MessageRegistryFile

@odata.type: "#MessageRegistryFile.v1_0_4.MessageRegistryFile"

The MessageRegistryFile resource describes the Schema File locator resource.

Resource Instances

UriHTTP Allow
/redfish/v1/registries/{item}GET

Languages (array)

Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

Languages is an array containing elements of:

Languages[{item}] Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

Typestring
Read OnlyTrue
AddediLO7 1.13

Location (array)

Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

Location is an array containing elements of:

Location[{item}].Language Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

DescriptionThe RFC 5646 language code for this schema or registry item.
Typestring
Read OnlyTrue
AddediLO7 1.13

Location[{item}].Uri Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

DescriptionLink to locally available URI for schema.
Typestring
Read OnlyTrue
AddediLO7 1.13
Formaturi-reference

Registry

Member of MessageRegistryFile.v1_0_4.MessageRegistryFile

DescriptionThe Registry Name, Major and Minor version used in MessageID construction.
Typestring
Read OnlyTrue
AddediLO7 1.13

MessageRegistryFileCollection

@odata.type: "#MessageRegistryFileCollection.MessageRegistryFileCollection"

A Collection of MessageRegistryFile resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/registriesGET
Link NameDestination type
Members[]MessageRegistryFile

Members (array)

Member of MessageRegistryFileCollection.MessageRegistryFileCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MessageRegistryFileCollection.MessageRegistryFileCollection

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

MetricDefinition

@odata.type: "#MetricDefinition.v1_0_0.MetricDefinition"

The metadata information about a metric.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricdefinitions/{item}GET

Calculable

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionThe types of calculations which can be applied to the metric reading. This property provides information to the client on the suitability of calculatiion using the metric reading.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NonCalculatableNo calculations should be performed on the metric reading.
SummableThe sum of the metric reading across multiple instances is meaningful.
NonSummableThe sum of the metric reading across multiple instances is not meaningful.

CalculationAlgorithm

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionThe calculation which is performed on a source metric to obtain the metric being defined.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
AverageThe metric is calculated as the average of a metric reading over a sliding time interval.
MaximumThe metric is calculated as the maximum value of a metric reading over during a time interval.
MinimumThe metric is calculated as the minimum value of a metric reading over a sliding time interval.

Implementation

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionThe implementation of the metric.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PhysicalSensorThe metric is implemented as a physical sensor.
CalculatedThe metric is implemented by applying a calculation on another metric property. The calculation is specified in the CalculationAlgorithm property.
SynthesizedThe metric is implemented by applying a calculation on one or more metric properties. (The calculation is not specified. For expressing generalized formula, see MathSON).
DigitalMeterThe metric is implemented as digital meter.

IsLinear

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionIndicates whether the metric values are linear (vs non-linear).
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

MaxReadingRange

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionMaximum value for metric reading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MetricDataType

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionThe data type of the related metric values. The property provides information to the client on the nature of the metric reading.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
BooleanThe data type follows the JSON Boolean definition.
DateTimeThe data type follows the JSON String definition with the Date-Time format applied.
DecimalThe data type follows the JSON Decimal definition.
IntegerThe data type follows the JSON Integer definition.
StringThe data type follows the JSON String definition.
EnumerationThe data type follows the JSON String definition with a set of enumerations defined.

MetricProperties (array)

Member of MetricDefinition.v1_0_0.MetricDefinition

MetricProperties is an array containing elements of:

MetricProperties[{item}] Member of MetricDefinition.v1_0_0.MetricDefinition

Typestring or null
Read OnlyTrue
AddediLO7 1.11

MetricType

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionSpecifies the type of metric provided. The property provides information to the client on how the metric can be handled.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NumericThe metric is a numeric metric. The metric value is any real number.
DiscreteThe metric is a discrete metric. The metric value is discrete. The possible values are listed in the DiscreteValues property.
GaugeThe metric is a gauge metric. The metric value is a real number. When the metric value reaches the gauges extrema, it stays at that value, until the reading falls within the extrema.
CounterThe metric is a counter metric. The metric reading is a non-negative integer which increases monotonically. When a counter reaches its maximum, the value resets to 0 and resumes counting.
CountdownThe metric is a countdown metric. The metric reading is a non-negative integer which decreases monotonically. When a counter reaches its minimum, the value resets to preset value and resumes counting down.

MinReadingRange

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionMinimum value for metric reading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Units

Member of MetricDefinition.v1_0_0.MetricDefinition

DescriptionThe units of measure for this metric.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

MetricDefinitionCollection

@odata.type: "#MetricDefinitionCollection.MetricDefinitionCollection"

A Collection of MetricDefinition resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricdefinitionsGET
Link NameDestination type
Members[]MetricDefinition

Members (array)

Member of MetricDefinitionCollection.MetricDefinitionCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MetricDefinitionCollection.MetricDefinitionCollection

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

MetricReport

@odata.type: "#MetricReport.v1_0_0.MetricReport"

The metric definitions used to create a metric report.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricreports/{item}GET

MetricReportDefinition

The metric definitions used to create a metric report. MetricReportDefinition is a link ("@odata.id": URI) to another resource.

MetricValues (array)

Member of MetricReport.v1_0_0.MetricReport

MetricValues is an array containing elements of:

MetricValues[{item}].MetricDefinition A link to the Metric Definition. MetricDefinition is a link ("@odata.id": URI) to another resource.

MetricValues[{item}].MetricId Member of MetricReport.v1_0_0.MetricReport

DescriptionThe metric definitions identifier for this metric.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MetricValues[{item}].MetricValue Member of MetricReport.v1_0_0.MetricReport

DescriptionThe value identifies this resource.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MetricValues[{item}].Timestamp Member of MetricReport.v1_0_0.MetricReport

DescriptionThe time when the value of the metric is obtained.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

MetricReportCollection

@odata.type: "#MetricReportCollection.MetricReportCollection"

A Collection of MetricReport resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricreportsGET
Link NameDestination type
Members[]MetricReport

Members (array)

Member of MetricReportCollection.MetricReportCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MetricReportCollection.MetricReportCollection

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

MetricReportDefinition

@odata.type: "#MetricReportDefinition.v1_4_2.MetricReportDefinition"

A set of metrics that are collected into a metric report.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricreportdefinitions/{item}GET

MetricProperties (array)

Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

MetricProperties is an array containing elements of:

MetricProperties[{item}] Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

Typestring or null
Read OnlyTrue
AddediLO7 1.11

MetricReport

Specifies the location where the resultant metric report is placed. MetricReport is a link ("@odata.id": URI) to another resource.

MetricReportDefinitionType

Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionIndicates when the metric report is generated.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
PeriodicThe metric report is generated at a periodic time interval, specified in the Schedule property.
OnChangeThe metric report is generated when any of the metric values change.
OnRequestThe metric report is generated when a HTTP GET is performed on the specified metric report.

Metrics (array)

Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

Metrics is an array containing elements of:

Metrics[{item}].CollectionDuration Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionSpecifies the duration over which the function is computed.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Metrics[{item}].CollectionFunction Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionSpecifies the function to apply to the list of metric properties.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
AverageThe metric is calculated as the average of a metric reading over a sliding time interval.
MaximumThe metric is calculated as the maximum value of a metric reading over during a time interval.
MinimumThe metric is calculated as the minimum value of a metric reading over a sliding time interval.
SummationThe metric is calculated as the sum of the values over a sliding time interval.

Metrics[{item}].CollectionTimeScope Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionThe time scope of the related metric values.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
PointThe corresponding metric values apply to a point in time. On the corresponding metric value instances, the value of Timestamp shall specify the point in time.
IntervalThe corresponding metric values apply to a time interval. On the corresponding metric value instances, the value of Timestamp shall specify the end of the time interval and Duration shall specify its duration.
StartupIntervalThe corresponding metric values apply to a time interval that began at the startup of the measured resource (i.e. the Resources associated by Links.MetricDefinitionForResources). On the corresponding metric value instances, the value of Timestamp shall specify the end of the time interval. The value of Duration shall specifies the duration between startup of the resource and TimeStamp.

Metrics[{item}].MetricId Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionSpecifies the label for the metric definition which is derived by applying the CollectionFunction to the metric property.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Metrics[{item}].MetricProperties (array) Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

MetricProperties is an array containing elements of:

MetricProperties[{item}] Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

Typestring or null
Read OnlyTrue
AddediLO7 1.11

Schedule

Schedule.EnabledDaysOfMonth (array) Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

EnabledDaysOfMonth is an array containing elements of:

EnabledDaysOfMonth[{item}] Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Schedule.InitialStartTime Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionThe date and time when the initial occurrence is scheduled to occur.
Typestring or null
Read OnlyFalse
AddediLO7 1.11
Formatdate-time

Schedule.RecurrenceInterval Member of MetricReportDefinition.v1_4_2.MetricReportDefinition

DescriptionThe duration between consecutive occurrences.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Status

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

MetricReportDefinitionCollection

@odata.type: "#MetricReportDefinitionCollection.MetricReportDefinitionCollection"

A Collection of MetricReportDefinition resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/metricreportdefinitionsGET
Link NameDestination type
Members[]MetricReportDefinition

Members (array)

Member of MetricReportDefinitionCollection.MetricReportDefinitionCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of MetricReportDefinitionCollection.MetricReportDefinitionCollection

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

PCIeDevice

@odata.type: "#PCIeDevice.v1_5_0.PCIeDevice"

This is the schema definition for the PCIeDevice resource. It represents the properties of a PCIe Device attached to a System.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/pciedevices/{item}GET PATCH
Link NameDestination type
PCIeFunctionsPCIeFunction

AssetTag

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe user-assigned asset tag for this PCIe device.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

DeviceType

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe device type for this PCIe device.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
SingleFunctionA single-function PCIe device.
MultiFunctionA multi-function PCIe device.
SimulatedA PCIe device which is not currently physically present, but is being simulated by the PCIe infrastructure.

FirmwareVersion

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe version of firmware for this PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Manufacturer

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe manufacturer of this PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Model

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe model number for the PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.FirmwareVersion (array)

Member of PCIeDevice.v1_5_0.PCIeDevice

FirmwareVersion is an array containing elements of:

FirmwareVersion[{item}].ComponentName Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionName of GPU cores
Typestring or null
Read OnlyTrue
AddediLO7 1.11

FirmwareVersion[{item}].VersionString Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionVersion string of GPU cores
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PCIeFunctions

The link to the collection of PCIe functions associated with this PCIe device. PCIeFunctions is a link ("@odata.id": URI) to another resource.

PCIeInterface

PCIeInterface.LanesInUse Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe number of PCIe lanes in use by this device.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PCIeInterface.MaxLanes Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe number of PCIe lanes supported by this device.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PCIeInterface.MaxPCIeType Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe highest version of the PCIe specification supported by this device.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
Gen1A PCIe v1.0 slot.
Gen2A PCIe v2.0 slot.
Gen3A PCIe v3.0 slot.
Gen4A PCIe v4.0 slot.
Gen5A PCIe v5.0 slot.

PCIeInterface.PCIeType Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe version of the PCIe specification in use by this device.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
Gen1A PCIe v1.0 slot.
Gen2A PCIe v2.0 slot.
Gen3A PCIe v3.0 slot.
Gen4A PCIe v4.0 slot.
Gen5A PCIe v5.0 slot.

PartNumber

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe part number for this PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SKU

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe SKU for this PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SerialNumber

Member of PCIeDevice.v1_5_0.PCIeDevice

DescriptionThe serial number for this PCIe device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

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

PCIeDeviceCollection

@odata.type: "#PCIeDeviceCollection.PCIeDeviceCollection"

The collection of PCIeDevice Resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/pciedevicesGET
Link NameDestination type
Members[]PCIeDevice

Members (array)

Member of PCIeDeviceCollection.PCIeDeviceCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of PCIeDeviceCollection.PCIeDeviceCollection

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

PCIeFunction

@odata.type: "#PCIeFunction.v1_2_3.PCIeFunction"

The schema definition for the PCIeFunction Resource. It represents the properties of a PCIeFunction attached to a System.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/pciedevices/{item}/pciefunctions/{item}GET

ClassCode

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Class Code of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

DeviceClass

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe class for this PCIe function.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnclassifiedDeviceAn unclassified device.
MassStorageControllerA mass storage controller.
NetworkControllerA network controller.
DisplayControllerA display controller.
MultimediaControllerA multimedia controller.
MemoryControllerA memory controller.
BridgeA bridge.
CommunicationControllerA communication controller.
GenericSystemPeripheralA generic system peripheral.
InputDeviceControllerAn input device controller.
DockingStationA docking station.
ProcessorA processor.
SerialBusControllerA serial bus controller.
WirelessControllerA wireless controller.
IntelligentControllerAn intelligent controller.
SatelliteCommunicationsControllerA satellite communications controller.
EncryptionControllerAn encryption controller.
SignalProcessingControllerA signal processing controller.
ProcessingAcceleratorsA processing accelerators.
NonEssentialInstrumentationA non-essential instrumentation.
CoprocessorA coprocessor.
UnassignedClassAn unassigned class.
OtherA other class. The function Device Class Id needs to be verified.

DeviceId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Device ID of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

FunctionId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe PCIe Function Number.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

FunctionType

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe type of the PCIe function.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PhysicalA physical PCIe function.
VirtualA virtual PCIe function.

RevisionId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Revision ID of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

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

SubsystemId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Subsystem ID of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SubsystemVendorId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Subsystem Vendor ID of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

VendorId

Member of PCIeFunction.v1_2_3.PCIeFunction

DescriptionThe Vendor ID of this PCIe function.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PCIeFunctionCollection

@odata.type: "#PCIeFunctionCollection.PCIeFunctionCollection"

The collection of PCIeFunction Resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/pciedevices/{item}/pciefunctionsGET
Link NameDestination type
Members[]PCIeFunction

Members (array)

Member of PCIeFunctionCollection.PCIeFunctionCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of PCIeFunctionCollection.PCIeFunctionCollection

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

PCIeSlots

@odata.type: "#PCIeSlots.v1_3_0.PCIeSlots"

The PCIeSlots schema describes PCIe slot properties.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/pcieslotsGET

Slots (array)

Member of PCIeSlots.v1_3_0.PCIeSlots

Slots is an array containing elements of:

Slots[{item}].HotPluggable Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionAn indication of whether this PCIe slot supports hotplug.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Slots[{item}].Lanes Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe number of PCIe lanes supported by this slot.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Slots[{item}].Location Slots[{item}].Location.PartLocation Slots[{item}].Location.PartLocation.LocationOrdinalValue Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe number that represents the location of the part. If LocationType is slot and this unit is in slot 2, the LocationOrdinalValue is 2.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Slots[{item}].Location.PartLocation.LocationType Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe location types for PartLocation.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
SlotThe slot as the type of location.
BayThe bay as the type of location.
ConnectorThe connector as the type of location.
SocketThe socket as the type of location.
EmbeddedEmbedded within a part.

Slots[{item}].Location.PartLocation.Orientation Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe orientation for the ordering of the part location ordinal value.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
FrontToBackThe ordering for LocationOrdinalValue is front to back.
BackToFrontThe ordering for the LocationOrdinalValue is back to front.
TopToBottomThe ordering for the LocationOrdinalValue is top to bottom.
BottomToTopThe ordering for LocationOrdinalValue is bottom to top.
LeftToRightThe ordering for the LocationOrdinalValue is left to right.
RightToLeftThe ordering for the LocationOrdinalValue is right to left.

Slots[{item}].Location.PartLocation.Reference Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe reference area for the location of the part.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
TopThe part is in the top of the unit.
BottomThe part is in the bottom of the unit.
FrontThe part is in the front of the unit.
RearThe part is in the rear of the unit.
LeftThe part is on the left side of of the unit.
RightThe part is on the right side of the unit.
MiddleThe part is in the middle of the unit.

Slots[{item}].Location.PartLocation.ServiceLabel Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe label of the part location, such as a silk-screened name or a printed label.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Slots[{item}].Location.Placement Slots[{item}].Location.Placement.AdditionalInfo Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionArea designation or other additional info.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Slots[{item}].Location.Placement.Rack Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe name of a rack location within a row.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Slots[{item}].Location.Placement.RackOffset Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe vertical location of the item, in terms of RackOffsetUnits.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Slots[{item}].Location.Placement.RackOffsetUnits Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe type of rack unit in use.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
OpenUA rack unit that is equal to 48 mm (1.89 in).
EIA_310A rack unit that is equal to 1.75 in (44.45 mm).

Slots[{item}].Location.Placement.Row Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe name of the row.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Slots[{item}].PCIeType Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe PCIe specification supported by this slot.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
Gen1A PCIe v1.0 slot.
Gen2A PCIe v2.0 slot.
Gen3A PCIe v3.0 slot.
Gen4A PCIe v4.0 slot.
Gen5A PCIe v5.0 slot.

Slots[{item}].SlotType Member of PCIeSlots.v1_3_0.PCIeSlots

DescriptionThe PCIe slot type for this slot.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
FullLengthFull-Length PCIe slot.
HalfLengthHalf-Length PCIe slot.
LowProfileLow-Profile or Slim PCIe slot.
MiniMini PCIe slot.
M2PCIe M.2 slot.
OEMAn OEM-specific slot.
OCP3SmallOpen Compute Project 3.0 small form factor slot.
OCP3LargeOpen Compute Project 3.0 large form factor slot.
U2PCIe U.2 slot or bay

Slots[{item}].Status Member of PCIeSlots.v1_3_0.PCIeSlots See the Redfish standard schema and specification for information on common Status object.

Port

@odata.type: "#Port.v1_12_0.Port"

A Port represents a discrete physical port capable of connecting to a network.

The Data Source is either DCi or RDE. HPE OEM section shall be present only for DCi Data Source.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/networkadapters/{item}/ports/{item}GET POST PATCH
/redfish/v1/chassis/{item}/networkadapters/{item}/ports/{item}/settingsGET PATCH
/redfish/v1/fabrics/{item}/switches/{item}/ports/{item}GET POST
/redfish/v1/managers/{item}/dedicatednetworkports/{item}GET PATCH
/redfish/v1/managers/{item}/sharednetworkports/{item}GET PATCH
/redfish/v1/systems/{item}/networkinterfaces/{item}/ports/{item}GET POST PATCH
/redfish/v1/systems/{item}/networkinterfaces/{item}/ports/{item}/settingsGET PATCH
/redfish/v1/systems/{item}/storage/{item}/controllers/{item}/ports/{item}GET PATCH
/redfish/v1/systems/{item}/storage/{item}/storagecontrollers/{item}/ports/{item}GET PATCH
Link NameDestination type
settingsPort

@Redfish.Settings

Member of Port.v1_12_0.Port See the Redfish standard schema and specification for information on common @Redfish properties.

ActiveWidth

Member of Port.v1_12_0.Port

DescriptionThe number of active lanes for this interface.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

CapableProtocolVersions (array)

Member of Port.v1_12_0.Port

CapableProtocolVersions is an array containing elements of:

CapableProtocolVersions[{item}] Member of Port.v1_12_0.Port

Typestring or null
Read OnlyTrue
AddediLO7 1.11

CurrentProtocolVersion

Member of Port.v1_12_0.Port

DescriptionThe protocol version being sent over this port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

CurrentSpeedGbps

Member of Port.v1_12_0.Port

DescriptionThe current speed of this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Enabled

Member of Port.v1_12_0.Port

DescriptionAn indication of whether this port is enabled.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Ethernet

Ethernet.AssociatedMACAddresses (array) Member of Port.v1_12_0.Port

AssociatedMACAddresses is an array containing elements of:

AssociatedMACAddresses[{item}] Member of Port.v1_12_0.Port

Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.EEEEnabled Member of Port.v1_12_0.Port

DescriptionIndicates whether IEEE 802.3az Energy-Efficient Ethernet (EEE) is enabled on this port.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.FlowControlConfiguration Member of Port.v1_12_0.Port

DescriptionThe locally configured 802.3x flow control setting for this port.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoneNo IEEE 802.3x flow control is enabled on this port.
TXIEEE 802.3x flow control may be initiated by this station.
RXIEEE 802.3x flow control may be initiated by the link partner.
TX_RXIEEE 802.3x flow control may be initiated by this station or the link partner.

Ethernet.FlowControlStatus Member of Port.v1_12_0.Port

DescriptionThe 802.3x flow control behavior negotiated with the link partner for this port.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoneNo IEEE 802.3x flow control is enabled on this port.
TXIEEE 802.3x flow control may be initiated by this station.
RXIEEE 802.3x flow control may be initiated by the link partner.
TX_RXIEEE 802.3x flow control may be initiated by this station or the link partner.

Ethernet.LLDPEnabled Member of Port.v1_12_0.Port

DescriptionEnable/disable LLDP for this port.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPReceive Ethernet.LLDPReceive.ChassisId Member of Port.v1_12_0.Port

DescriptionLink Layer Data Protocol (LLDP) chassis ID received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.ChassisIdSubtype Member of Port.v1_12_0.Port

DescriptionThe type of identifier used for the chassis ID received from the remote partner across this link.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ChassisCompChassis component, based in the value of entPhysicalAlias in RFC4133.
IfAliasInterface alias, based on the ifAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in RFC4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the ifName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.
NotTransmittedNo data to be sent to/received from remote partner.

Ethernet.LLDPReceive.ManagementAddressIPv4 Member of Port.v1_12_0.Port

DescriptionThe IPv4 management address received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.ManagementAddressIPv6 Member of Port.v1_12_0.Port

DescriptionThe IPv6 management address received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.ManagementAddressMAC Member of Port.v1_12_0.Port

DescriptionThe management MAC address received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.ManagementVlanId Member of Port.v1_12_0.Port

DescriptionThe management VLAN ID received from the remote partner across this link.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.PortId Member of Port.v1_12_0.Port

DescriptionA colon delimited string of hexadecimal octets identifying a port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.PortIdSubtype Member of Port.v1_12_0.Port

DescriptionThe port ID subtype received from the remote partner across this link.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ChassisCompChassis component, based in the value of entPhysicalAlias in RFC4133.
IfAliasInterface alias, based on the ifAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in RFC4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the ifName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.
NotTransmittedNo data to be sent to/received from remote partner.

Ethernet.LLDPReceive.SystemCapabilities (array) Member of Port.v1_12_0.Port

SystemCapabilities is an array containing elements of:

SystemCapabilities[{item}] Member of Port.v1_12_0.Port

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
None
Bridge
DOCSISCableDevice
Other
Repeater
Router
Station
Telephone
WLANAccessPoint

Ethernet.LLDPReceive.SystemDescription Member of Port.v1_12_0.Port

DescriptionThe system description received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPReceive.SystemName Member of Port.v1_12_0.Port

DescriptionThe system name received from the remote partner across this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ethernet.LLDPTransmit Ethernet.LLDPTransmit.ChassisId Member of Port.v1_12_0.Port

DescriptionLink Layer Data Protocol (LLDP) chassis ID.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.ChassisIdSubtype Member of Port.v1_12_0.Port

DescriptionThe type of identifier used for the chassis ID.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
ChassisCompChassis component, based in the value of entPhysicalAlias in RFC4133.
IfAliasInterface alias, based on the ifAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in RFC4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the ifName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.
NotTransmittedNo data to be sent to/received from remote partner.

Ethernet.LLDPTransmit.ManagementAddressIPv4 Member of Port.v1_12_0.Port

DescriptionThe IPv4 management address to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.ManagementAddressIPv6 Member of Port.v1_12_0.Port

DescriptionThe IPv6 management address to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.ManagementAddressMAC Member of Port.v1_12_0.Port

DescriptionThe management MAC address to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.ManagementVlanId Member of Port.v1_12_0.Port

DescriptionThe management VLAN ID to be transmitted from this endpoint.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.PortId Member of Port.v1_12_0.Port

DescriptionA colon delimited string of hexadecimal octets identifying a port to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.PortIdSubtype Member of Port.v1_12_0.Port

DescriptionThe port ID subtype to be transmitted from this endpoint.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
ChassisCompChassis component, based in the value of entPhysicalAlias in RFC4133.
IfAliasInterface alias, based on the ifAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in RFC4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the ifName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.
NotTransmittedNo data to be sent to/received from remote partner.

Ethernet.LLDPTransmit.SystemCapabilities (array) Member of Port.v1_12_0.Port

SystemCapabilities is an array containing elements of:

SystemCapabilities[{item}] Member of Port.v1_12_0.Port

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
None
Bridge
DOCSISCableDevice
Other
Repeater
Router
Station
Telephone
WLANAccessPoint

Ethernet.LLDPTransmit.SystemDescription Member of Port.v1_12_0.Port

DescriptionThe system description to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.LLDPTransmit.SystemName Member of Port.v1_12_0.Port

DescriptionThe system name to be transmitted from this endpoint.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Ethernet.WakeOnLANEnabled Member of Port.v1_12_0.Port

DescriptionIndicates whether Wake on LAN (WoL) is enabled on this port.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

FibreChannel

FibreChannel.AssociatedWorldWideNames (array) Member of Port.v1_12_0.Port

AssociatedWorldWideNames is an array containing elements of:

AssociatedWorldWideNames[{item}] Member of Port.v1_12_0.Port

Typestring or null
Read OnlyTrue
AddediLO7 1.11

FibreChannel.FabricName Member of Port.v1_12_0.Port

DescriptionThe Fibre Channel Fabric Name provided by the switch.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

FibreChannel.NumberDiscoveredRemotePorts Member of Port.v1_12_0.Port

DescriptionThe number of ports not on the associated device that the associated device has discovered through this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

FibreChannel.PortConnectionType Member of Port.v1_12_0.Port

DescriptionThe connection type of this port.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NotConnectedThis port is not connected.
NPortThis port connects through an N-Port to a switch.
PointToPointThis port connects in a Point-to-point configuration.
PrivateLoopThis port connects in a private loop configuration.
PublicLoopThis port connects in a public configuration.
GenericThis port connection type is a generic fabric port.
ExtenderFabricThis port connection type is an extender fabric port.
FPortThis port connection type is a fabric port.
EPortThis port connection type is an extender fabric port.
TEPortThis port connection type is an trunking extender fabric port.
NPPortThis port connection type is a proxy N port for N-Port virtualization.
GPortThis port connection type is a generic fabric port.
NLPortThis port connects in a node loop configuration.
FLPortThis port connects in a fabric loop configuration.
EXPortThis port connection type is an external fabric port.
UPortThis port connection type is unassigned.
DPortThis port connection type is a diagnostic port.

FunctionMaxBandwidth (array)

Member of Port.v1_12_0.Port

FunctionMaxBandwidth is an array containing elements of:

FunctionMaxBandwidth[{item}].AllocationPercent Member of Port.v1_12_0.Port

DescriptionThe maximum bandwidth allocation percentage allocated to the corresponding network device function instance.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

FunctionMaxBandwidth[{item}].NetworkDeviceFunction The link to the network device function associated with this bandwidth setting of this network port. NetworkDeviceFunction is a link ("@odata.id": URI) to another resource.

FunctionMinBandwidth (array)

Member of Port.v1_12_0.Port

FunctionMinBandwidth is an array containing elements of:

FunctionMinBandwidth[{item}].AllocationPercent Member of Port.v1_12_0.Port

DescriptionThe minimum bandwidth allocation percentage allocated to the corresponding network device function instance.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

FunctionMinBandwidth[{item}].NetworkDeviceFunction The link to the network device function associated with this bandwidth setting of this network port. NetworkDeviceFunction is a link ("@odata.id": URI) to another resource.

InterfaceEnabled

Member of Port.v1_12_0.Port

DescriptionAn indication of whether the interface is enabled.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

LinkConfiguration (array)

Member of Port.v1_12_0.Port

LinkConfiguration is an array containing elements of:

LinkConfiguration[{item}].AutoSpeedNegotiationCapable Member of Port.v1_12_0.Port

DescriptionAn indication of whether the port is capable of autonegotiating speed.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

LinkConfiguration[{item}].AutoSpeedNegotiationEnabled Member of Port.v1_12_0.Port

DescriptionControls whether this port is configured to enable autonegotiating speed.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

LinkConfiguration[{item}].CapableLinkSpeedGbps (array) Member of Port.v1_12_0.Port

CapableLinkSpeedGbps is an array containing elements of:

CapableLinkSpeedGbps[{item}] Member of Port.v1_12_0.Port

Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

LinkConfiguration[{item}].ConfiguredNetworkLinks (array) Member of Port.v1_12_0.Port

ConfiguredNetworkLinks is an array containing elements of:

ConfiguredNetworkLinks[{item}].ConfiguredLinkSpeedGbps Member of Port.v1_12_0.Port

DescriptionThe link speed per lane this port is configured to use for autonegotiation.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

ConfiguredNetworkLinks[{item}].ConfiguredWidth Member of Port.v1_12_0.Port

DescriptionThe link width this port is configured to use for autonegotiation in conjunction with the link speed.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

LinkNetworkTechnology

Member of Port.v1_12_0.Port

DescriptionThe link network technology capabilities of this port.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
EthernetThe port is capable of connecting to an Ethernet network.
InfiniBandThe port is capable of connecting to an InfiniBand network.
FibreChannelThe port is capable of connecting to a Fibre Channel network.
GenZThe port is capable of connecting to a Gen-Z fabric.

LinkState

Member of Port.v1_12_0.Port

DescriptionThe desired link state for this interface.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledThis link is enabled.
DisabledThis link is disabled.

LinkStatus

Member of Port.v1_12_0.Port

DescriptionThe desired link status for this interface.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
LinkUpThis link on this interface is up.
StartingThis link on this interface is starting. A physical link has been established, but the port is not able to transfer data.
TrainingThis physical link on this interface is training.
LinkDownThe link on this interface is down.
NoLinkNo physical link detected on this interface.

LinkTransitionIndicator

Member of Port.v1_12_0.Port

DescriptionThe number of link state transitions for this interface.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Location

Location.PartLocation Location.PartLocation.LocationOrdinalValue Member of Port.v1_12_0.Port

DescriptionThe number that represents the location of the part. If LocationType is slot and this unit is in slot 2, the LocationOrdinalValue is 2.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Location.PartLocation.LocationType Member of Port.v1_12_0.Port

DescriptionThe location types for PartLocation.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
SlotThe slot as the type of location.
BayThe bay as the type of location.
ConnectorThe connector as the type of location.
SocketThe socket as the type of location.
EmbeddedEmbedded within a part.

Location.PartLocation.Orientation Member of Port.v1_12_0.Port

DescriptionThe orientation for the ordering of the part location ordinal value.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
FrontToBackThe ordering for LocationOrdinalValue is front to back.
BackToFrontThe ordering for the LocationOrdinalValue is back to front.
TopToBottomThe ordering for the LocationOrdinalValue is top to bottom.
BottomToTopThe ordering for LocationOrdinalValue is bottom to top.
LeftToRightThe ordering for the LocationOrdinalValue is left to right.
RightToLeftThe ordering for the LocationOrdinalValue is right to left.

Location.PartLocation.Reference Member of Port.v1_12_0.Port

DescriptionThe reference area for the location of the part.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
TopThe part is in the top of the unit.
BottomThe part is in the bottom of the unit.
FrontThe part is in the front of the unit.
RearThe part is in the rear of the unit.
LeftThe part is on the left side of of the unit.
RightThe part is on the right side of the unit.
MiddleThe part is in the middle of the unit.

Location.PartLocation.ServiceLabel Member of Port.v1_12_0.Port

DescriptionThe label of the part location, such as a silk-screened name or a printed label.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Location.Placement Location.Placement.AdditionalInfo Member of Port.v1_12_0.Port

DescriptionArea designation or other additional info.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Location.Placement.Rack Member of Port.v1_12_0.Port

DescriptionThe name of a rack location within a row.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Location.Placement.RackOffset Member of Port.v1_12_0.Port

DescriptionThe vertical location of the item, in terms of RackOffsetUnits.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Location.Placement.RackOffsetUnits Member of Port.v1_12_0.Port

DescriptionThe type of rack unit in use.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
OpenUA rack unit that is equal to 48 mm (1.89 in).
EIA_310A rack unit that is equal to 1.75 in (44.45 mm).

Location.Placement.Row Member of Port.v1_12_0.Port

DescriptionThe name of the row.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

LocationIndicatorActive

Member of Port.v1_12_0.Port

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

MaxFrameSize

Member of Port.v1_12_0.Port

DescriptionThe maximum frame size supported by the port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MaxSpeedGbps

Member of Port.v1_12_0.Port

DescriptionThe maximum speed of this port as currently configured.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.AutoNegotiationCapable

Member of Port.v1_12_0.Port

DescriptionIndicates the ability of this network port to autonegotiate link speed.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Member of Port.v1_12_0.Port

ConfiguredNetworkLinks is an array containing elements of:

ConfiguredNetworkLinks[{item}].ConfiguredLinkSpeedGbps Member of Port.v1_12_0.Port

DescriptionThe link speed per lane this port is configured to use for autonegotiation.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

ConfiguredNetworkLinks[{item}].ConfiguredWidth Member of Port.v1_12_0.Port

DescriptionThe number of lanes this port is configured to use for autonegotiation. If this property is omitted, the lane count shall default to one.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.EvbData

Oem.Hpe.EvbData.Receiving Oem.Hpe.EvbData.Receiving.CdcpActive Member of Port.v1_12_0.Port

DescriptionTrue if a currently active IEEE 802.1Qbg CDCP TLV has been received from the link partner.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelActive Member of Port.v1_12_0.Port

DescriptionA currently unexpired HPE Channel Link Control or HPE Channel Description TLV has been received from the link partner.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelDescriptionLocalSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe link partner's HPE Channel Description sequence number that was last successfully received and processed.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelDescriptionRemoteSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe last HPE Channel Decsription sequence number sent on this link that was successfully received and processed by the link partner.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelDescriptionSubtype Member of Port.v1_12_0.Port

DescriptionThe header subtype field of the last received HPE Channel Description TLV.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelLinkControlLocalSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe link partner's HPE Channel Link Control sequence number that was last successfully received and processed.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelLinkControlMCEnable Member of Port.v1_12_0.Port

DescriptionThe Feature Indicators field, Management Controller (MC) Channel (SCID 4094) enabled state in the HPE CLC TLV being received from the link partner on this port.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelLinkControlRemoteSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe last HPE Channel Link control sequence number sent on this link that was successfully received and processed by the link partner.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.ChannelLinkControlSubtype Member of Port.v1_12_0.Port

DescriptionThe header subtype field of the last received HPE Channel Link Control TLV.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.Role Member of Port.v1_12_0.Port

DescriptionThe link partner's IEEE 802.1Qbg operating role.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
bridgeIndicates the link partner is operating as a Bridge.
stationIndicates the link partner is operating as a Station.

Oem.Hpe.EvbData.Receiving.SChannelAssignments (array) Member of Port.v1_12_0.Port

SChannelAssignments is an array containing elements of:

SChannelAssignments[{item}].Scid Member of Port.v1_12_0.Port

DescriptionSCID value for this <SCID,SVID> S-Channel identifier pairreceived from the link partner on this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

SChannelAssignments[{item}].Svid Member of Port.v1_12_0.Port

DescriptionSVID assignment value for this <SCID,SVID> S-Channel identifier pair received from the link partner on this port. When 0 it indicates an assignment request is in progress.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.SChannelMaxCount Member of Port.v1_12_0.Port

DescriptionIndicates the number of S-Channels the link partner can support on this physical link.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.SChannelsSupported Member of Port.v1_12_0.Port

DescriptionWhen true this link supports S-Channels.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Receiving.VirtualLinkStatusVector Member of Port.v1_12_0.Port

DescriptionA bit vector indicating S-Channel status received from the link partner, 1=up, 0=down. S-Channel status bits are ordered by SCID from lowest numbered (first) to highest (last).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting Oem.Hpe.EvbData.Transmitting.ChannelDescriptionData (array) Member of Port.v1_12_0.Port

ChannelDescriptionData is an array containing elements of:

ChannelDescriptionData[{item}].Descriptor0BandwidthCirMbps Member of Port.v1_12_0.Port

DescriptionThe bandwidth Commited Information Rate (CIR) for this S-Channel, in Mbps.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0BandwidthPirMbps Member of Port.v1_12_0.Port

DescriptionThe bandwidth Peak Information Rate (PIR) for this S-Channel, in Mbps.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0ChannelTerminationType Member of Port.v1_12_0.Port

DescriptionIndicates the termination provided for this S-Channel.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
primary-physicalThis S-Channel is presented to the host OS as a primary PCI physical function.
SR-IOV-virtualThis S-Channel is presented to the host OS as a PCI SR-IOV virtual function.
secondary-physicalThis S-Channel is presented to the host OS as a secondary PCI physical function, i.e. a PCI physical function behind a bridge on the device.
vSwitch-portThis S-Channel is mapped to a Virtual Switch port.
NCSI-portThis S-Channel is mapped to the NCSI internal port for management.

ChannelDescriptionData[{item}].Descriptor0EthernetSupport Member of Port.v1_12_0.Port

DescriptionWhen true, this S-Channel supports Ethernet.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0FCoESupport Member of Port.v1_12_0.Port

DescriptionWhen true, this S-Channel supports Fibre Channel over Ethernet (FCoE).
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0PcpSupport Member of Port.v1_12_0.Port

DescriptionIndicates which IEEE 802.1Q Ethernet Priority Code Point (PCP) classes are supported on this S-Channel. When no PCPs are supported, the S-Channel makes no attempt to filter or control traffic class. A string of 1/0 characters indicating 1=enabled, 0=disabled. PCP classes are ordered from highest numbered 7 (first) to lowest 0 (last).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0RoCEESupport Member of Port.v1_12_0.Port

DescriptionWhen true, this S-Channel supports RDMA over Converged Enhanced Ethernet (RoCEE).
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0Scid Member of Port.v1_12_0.Port

DescriptionThe S-Channel identifier for this Descriptor0 instance.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor0iSCSISupport Member of Port.v1_12_0.Port

DescriptionWhen true, this S-Channel supports Internet SCSI (iSCSI).
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor1ConnectionID Member of Port.v1_12_0.Port

DescriptionA unique S-Channel identifer in UUID format.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ChannelDescriptionData[{item}].Descriptor1Scid Member of Port.v1_12_0.Port

DescriptionThe S-Channel identifier for this Descriptor1 instance.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelDescriptionLocalSequenceNumber Member of Port.v1_12_0.Port

DescriptionThis station's channel discovery local sequence number which will be transmitted to the link partner on this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelDescriptionRemoteSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe link partner's channel discovery local sequence number that was last successfully received and processed.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelDescriptorCount Member of Port.v1_12_0.Port

DescriptionThe number of channel descriptor pairs being transmitted to the link partner on this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelLinkControlLocalSequenceNumber Member of Port.v1_12_0.Port

DescriptionThis station's channel link control local sequence number which will be transmitted to the link partner on this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelLinkControlMCEnable Member of Port.v1_12_0.Port

DescriptionThe Feature Indicators field, Management Controller (MC) Channel (SCID 4094) enabled state in the HPE CLC TLV being transmitted to the link partner on this port.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.ChannelLinkControlRemoteSequenceNumber Member of Port.v1_12_0.Port

DescriptionThe link partner's channel link control local sequence number that was last successfully received and processed.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.Role Member of Port.v1_12_0.Port

DescriptionThis port's IEEE 802.1Qbg role being advertised on the link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
bridgeIndicates this link is operating locally as a Bridge.
stationIndicates this link is operating locally as a Station.

Oem.Hpe.EvbData.Transmitting.SChannelAssignments (array) Member of Port.v1_12_0.Port

SChannelAssignments is an array containing elements of:

SChannelAssignments[{item}].Scid Member of Port.v1_12_0.Port

DescriptionSCID value for this <SCID,SVID> S-Channel identifier pair being transmitted to the link partner on this port.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

SChannelAssignments[{item}].Svid Member of Port.v1_12_0.Port

DescriptionSVID assignment value for this <SCID,SVID> S-Channel identifier pair being transmitted to the link partner on this port. When 0 it indicates an SVID assignment request to the link partner is in progress.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.SChannelMaxCount Member of Port.v1_12_0.Port

DescriptionThe Channel Capacity value being advertised to the link partner. It indicates the number of S-Channels this station can support on this physical link.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.SChannelsSupported Member of Port.v1_12_0.Port

DescriptionWhen true, indicates that this physical link has S-Channel capability.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EvbData.Transmitting.VirtualLinkStatusVector Member of Port.v1_12_0.Port

DescriptionA bit vector indicating S-Channel status being transmitted on this link, 1=up, 0=down. S-Channel status bits are ordered by SCID from lowest numbered (first) to highest (last).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData

Oem.Hpe.LldpData.Receiving Oem.Hpe.LldpData.Receiving.ChassisID Member of Port.v1_12_0.Port

DescriptionThe LLDP chassis ID received from the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.ChassisIDSubtype Member of Port.v1_12_0.Port

DescriptionThe IEEE 802.1AB-2009 chassis ID subtype received from the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
ChassisCompChassis component, based in the value of entPhysicalAlias in IETF RFC 4133.
IfAliasInterface alias, based on the IfAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in IETF RFC 4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the IfName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC 3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.

Oem.Hpe.LldpData.Receiving.Dcb Oem.Hpe.LldpData.Receiving.Dcb.ApplicationPriorityReceived Member of Port.v1_12_0.Port

DescriptionTrue when an unexpired Data Center Bridging (DCB) Application Priority Table TLV has been received.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.ApplicationPriorityTable (array) Member of Port.v1_12_0.Port

ApplicationPriorityTable is an array containing elements of:

ApplicationPriorityTable[{item}].ApplicationPriority Member of Port.v1_12_0.Port

DescriptionIndicates which priority level is assigned for this application protocol.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ApplicationPriorityTable[{item}].ApplicationProtocol Member of Port.v1_12_0.Port

DescriptionAn integer value indicating application protocol identity, of the type described by DCBApplicationSelect.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ApplicationPriorityTable[{item}].ApplicationSelect Member of Port.v1_12_0.Port

DescriptionIndentifies the type of the DCBApplicationProtocol property.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
reservedReserved select value.
default-EthertypeDefault priority. Use when priority not otherwise specified.
TCP-SCTPDCBApplicationProtocol value is a well known port over TCP or SCTP.
UDP-DCCPDCBApplicationProtocol value is a well known port over UDP or DCCP.
TCP-SCTP-UDP-DCCPDCBApplicationProtocol is a well known port over TCP, SCTP, SCTP, or DCCP.

Oem.Hpe.LldpData.Receiving.Dcb.Ets Oem.Hpe.LldpData.Receiving.Dcb.Ets.BandwidthAssignmentTable (array) Member of Port.v1_12_0.Port

BandwidthAssignmentTable is an array containing elements of:

BandwidthAssignmentTable[{item}] Member of Port.v1_12_0.Port

DescriptionOne entry in the DCB ETS Traffic Class (TC) Bandwidth Assignment Table.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Ets.CreditBasedShaper Member of Port.v1_12_0.Port

DescriptionTrue if the link partner supports the Credit-based Shaper (CBS) transmmission selection algortithm.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Ets.MaximumTrafficClassCount Member of Port.v1_12_0.Port

DescriptionThe maximum number of traffic classes supported by the link partner.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Ets.PriorityAssignmentTable (array) Member of Port.v1_12_0.Port

PriorityAssignmentTable is an array containing elements of:

PriorityAssignmentTable[{item}] Member of Port.v1_12_0.Port

DescriptionOne entry in the DCB ETS Priority Assignment Table indicating this priority's Traffic Class assignment.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Ets.TlvReceived Member of Port.v1_12_0.Port

DescriptionTrue when an unexpired DCB Enhanced Transmission Selection (ETS) TLV has been received.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Ets.TrafficSelectionAlgorithmTable (array) Member of Port.v1_12_0.Port

TrafficSelectionAlgorithmTable is an array containing elements of:

TrafficSelectionAlgorithmTable[{item}] Member of Port.v1_12_0.Port

DescriptionAn assignment of a Traffic Selection Algorithm (TSA) to a traffic class.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
strictStrict priority algorithm.
CBSCredit-Based Shaper algorithm.
ETSEnhanced Traffic Selection algorithm.
vendorVendor specific algorithm for use with DCB.

Oem.Hpe.LldpData.Receiving.Dcb.Ets.Willing Member of Port.v1_12_0.Port

DescriptionTrue if the link partner is willing to accept ETS configurations.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.LocalEqualRemote Member of Port.v1_12_0.Port

DescriptionTrue when the transmitted and received contents match for both DCB ETS and PFC TLVs.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Pfc Oem.Hpe.LldpData.Receiving.Dcb.Pfc.EnabledTrafficClasses Member of Port.v1_12_0.Port

DescriptionA bit string indicating which priority levels have PFC enabled, 1=enabled. PFC levels are bit ordered from 7 (first) to 0 (last).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Pfc.MacSecurityBypassCapability Member of Port.v1_12_0.Port

DescriptionTrue when the link partner has the ability to bypass MAC security in order to improve PFC responsiveness.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Pfc.MaximumTrafficClassCount Member of Port.v1_12_0.Port

DescriptionIndicates the maximum number of traffic classes that the link partner can simultaneously support.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Pfc.TlvReceived Member of Port.v1_12_0.Port

DescriptionTrue when an unexpired DCB Priority Flow Control (PFC) TLV has been received.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Pfc.Willing Member of Port.v1_12_0.Port

DescriptionTrue if the LLDP link partner is willing to accept PFC configurations.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.Dcb.Version Member of Port.v1_12_0.Port

DescriptionThe DCB version supported by the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
unknownUnknown
CEEConverged Enhanced Ethernet
IEEEIEEE 802.1Q

Oem.Hpe.LldpData.Receiving.ManagementAddress Member of Port.v1_12_0.Port

DescriptionThe management address received from the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.ManagementAddressOID Member of Port.v1_12_0.Port

DescriptionAn object identifier for the hardware or protocol entity associated with the management address.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.ManagementAddressReceived Member of Port.v1_12_0.Port

DescriptionTrue when a currently unexpired management address TLV has been received from the link partner.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.ManagementAddressType Member of Port.v1_12_0.Port

DescriptionThe type of management address received from the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
IPv4Type 1 (IP version 4).
IPv6Type 2 (IP version 6).
all802Type 6 (All 802 media plus Ethernet 'canonical format').

Oem.Hpe.LldpData.Receiving.ManagementIFNumSubtype Member of Port.v1_12_0.Port

DescriptionManagement interface number subtype.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
unknownInterface number is not known.
ifIndexInterface number is based on the ifIndex MIB object.
sysPortNumInterface number is based on the system port numbering convention.

Oem.Hpe.LldpData.Receiving.ManagementIFNumber Member of Port.v1_12_0.Port

DescriptionManagement interface number received from the link partner represented as a colon delimited string of hexadecimal octets.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.ManagementVlanReceived Member of Port.v1_12_0.Port

DescriptionTrue when a currently unexpired management address VID TLV has been received from the link partner.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.NearestBridgeTtlExpired Member of Port.v1_12_0.Port

DescriptionTrue when the LLDP PDU most recently received from the link partner has expired.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.PortDescription Member of Port.v1_12_0.Port

DescriptionThe remote link partner's port description.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.PortID Member of Port.v1_12_0.Port

DescriptionA colon delimited string of hexadecimal octets received from the link partner identifying its port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Receiving.PortIDSubtype Member of Port.v1_12_0.Port

DescriptionThe port ID subtype enumeration from IEEE 802.1AB-2009 Table 8-3, which indicates the format for the PortID property.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
ChassisCompChassis component, based in the value of entPhysicalAlias in IETF RFC 4133.
IfAliasInterface alias, based on the IfAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in IETF RFC 4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the IfName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC 3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.

Oem.Hpe.LldpData.Receiving.SystemDescription Member of Port.v1_12_0.Port

DescriptionThe system description received from the link partner.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Transmitting Oem.Hpe.LldpData.Transmitting.ChassisID Member of Port.v1_12_0.Port

DescriptionThe Link Layer Data Protocol (LLDP) chassis ID being transmitted on this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Transmitting.ChassisIDSubtype Member of Port.v1_12_0.Port

DescriptionThe IEEE 802.1AB-2009 chassis ID subtype being transmitted on this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
ChassisCompChassis component, based in the value of entPhysicalAlias in IETF RFC 4133.
IfAliasInterface alias, based on the IfAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in IETF RFC 4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the IfName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC 3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.

Oem.Hpe.LldpData.Transmitting.ManagementAddresses (array) Member of Port.v1_12_0.Port

ManagementAddresses is an array containing elements of:

ManagementAddresses[{item}].ManagementIPAddress Member of Port.v1_12_0.Port

DescriptionA management address.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ManagementAddresses[{item}].ManagementIPAddressType Member of Port.v1_12_0.Port

DescriptionThe IANA type of this management address.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
IPv4Type 1 (IP version 4).
IPv6Type 2 (IP version 6).
all802Type 6 (All 802 media plus Ethernet 'canonical format').

Oem.Hpe.LldpData.Transmitting.ManagementCvlanIDTransmitted Member of Port.v1_12_0.Port

DescriptionWhen true, indicates that a management CVLAN ID is being transmitted on this link.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Transmitting.PortDescription Member of Port.v1_12_0.Port

DescriptionAn alphanumeric string describing this link.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Transmitting.PortID Member of Port.v1_12_0.Port

DescriptionA colon delimited string of hexadecimal octets identifying this port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LldpData.Transmitting.PortIDSubtype Member of Port.v1_12_0.Port

DescriptionThe port ID subtype from IEEE 802.1AB-2009 Table 8-3.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
ChassisCompChassis component, based in the value of entPhysicalAlias in IETF RFC 4133.
IfAliasInterface alias, based on the IfAlias MIB object.
PortCompPort component, based in the value of entPhysicalAlias in IETF RFC 4133.
MacAddrMAC address, based on an agent detected unicast source address as defined in IEEE Std. 802.
NetworkAddrNetwork address, based on an agent detected network address.
IfNameInterface name, based on the IfName MIB object.
AgentIdAgent circuit ID, based on the agent-local identifier of the circuit as defined in RFC 3046.
LocalAssignLocally assigned, based on a alpha-numeric value locally assigned.

Oem.Hpe.LldpData.Transmitting.SystemDescription Member of Port.v1_12_0.Port

DescriptionA textual description of this system.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PortDiagnosticEnableLocalLoopback

Member of Port.v1_12_0.Port

DescriptionWhen true, local loopback is active on this port. PortDiagnosticsEnabled must first be true in order to set this property to true.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.PortDiagnosticEnableRemoteLoopback

Member of Port.v1_12_0.Port

DescriptionWhen true, remote loopback is active on this port. PortDiagnosticsEnabled must first be true in order to set this property to true.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.PortDiagnosticLocalLoopbackCapable

Member of Port.v1_12_0.Port

DescriptionWhen true, the port has local loopback capability.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PortDiagnosticRemoteLoopbackCapable

Member of Port.v1_12_0.Port

DescriptionWhen true, the port has remote loopback capability.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PortDiagnosticsEnabled

Member of Port.v1_12_0.Port

DescriptionWhen true, diagnostic features are enabled on this port.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.VirtualFunctionAllocations (array)

Member of Port.v1_12_0.Port

VirtualFunctionAllocations is an array containing elements of:

VirtualFunctionAllocations[{item}].NetworkDeviceFunction The logical network device function to which this virtual function allocation applies. NetworkDeviceFunction is a link ("@odata.id": URI) to another resource.

VirtualFunctionAllocations[{item}].VirtualFunctionsAllocated Member of Port.v1_12_0.Port

DescriptionThe number of virtual functions allocated to this logical network device function instance.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

PortId

Member of Port.v1_12_0.Port

DescriptionThe label of this port on the physical package for this port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PortMedium

Member of Port.v1_12_0.Port

DescriptionThe physical connection medium for this port.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ElectricalThis port has an electrical cable connection.
OpticalThis port has an optical cable connection.

PortProtocol

Member of Port.v1_12_0.Port

DescriptionThe protocol being sent over this port.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
EthernetEthernet.
FCFibre Channel.
FCoEFibre Channel over Ethernet (FCoE).
GenZGenZ.
InfiniBandInfiniBand.
SASSerial Attached SCSI.
MultiProtocolMultiple Protocols.
PCIePCI Express.
AHCIAdvanced Host Controller Interface (AHCI).
UHCIUniversal Host Controller Interface (UHCI).
SATASerial AT Attachment.
USBUniversal Serial Bus (USB).
NVMeNon-Volatile Memory Express (NVMe).
iSCSIInternet SCSI.
FCPFibre Channel Protocol for SCSI.
FICONFIbre CONnection (FICON).
NVMeOverFabricsNVMe over Fabrics.
SMBServer Message Block (SMB). Also known as the Common Internet File System (CIFS).
NFSv3Network File System (NFS) version 3.
NFSv4Network File System (NFS) version 4.
HTTPHypertext Transport Protocol (HTTP).
HTTPSHypertext Transfer Protocol Secure (HTTPS).
FTPFile Transfer Protocol (FTP).
SFTPSSH File Transfer Protocol (SFTP).
iWARPInternet Wide Area RDMA Protocol (iWARP).
RoCERDMA over Converged Ethernet Protocol.
RoCEv2RDMA over Converged Ethernet Protocol Version 2.
I2CInter-Integrated Circuit Bus.
TCPTransmission Control Protocol (TCP).
UDPUser Datagram Protocol (UDP).
TFTPTrivial File Transfer Protocol (TFTP).
NVLinkNVLink.
OEMOEM-specific.
DisplayPortDisplayPort.
HDMIHDMI.
VGAVGA.
DVIDVI.

PortType

Member of Port.v1_12_0.Port

DescriptionThe type of this port.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UpstreamPortThis port connects to a host device.
DownstreamPortThis port connects to a target device.
InterswitchPortThis port connects to another switch.
ManagementPortThis port connects to a switch manager.
BidirectionalPortThis port connects to any type of device.
UnconfiguredPortThis port has not yet been configured.

SignalDetected

Member of Port.v1_12_0.Port

DescriptionAn indication of whether a signal is detected on this interface.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Status

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

Width

Member of Port.v1_12_0.Port

DescriptionThe number of lanes, phys, or other physical transport links that this port contains.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Actions

Port.Reset Member of Port.v1_12_0.Port

Parameters:

target (string)

Link to invoke action

ResetValue (string)

Reset Port

ValueDescription
GracefulRestartShut down gracefully and restart the system.
GracefulShutdownShut down gracefully and power off.
PowerCyclePower cycle the unit. Behaves like a full power removal, followed by a power restore to the resource.
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.

PortCollection

@odata.type: "#PortCollection.PortCollection"

A Collection of Port resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/networkadapters/{item}/portsGET
/redfish/v1/fabrics/{item}/switches/{item}/portsGET
/redfish/v1/managers/{item}/dedicatednetworkportsGET
/redfish/v1/managers/{item}/sharednetworkportsGET
/redfish/v1/systems/{item}/networkinterfaces/{item}/portsGET POST PATCH
/redfish/v1/systems/{item}/storage/{item}/controllers/{item}/portsGET POST
/redfish/v1/systems/{item}/storage/{item}/storagecontrollers/{item}/portsGET POST
Link NameDestination type
Members[]Port

Members (array)

Member of PortCollection.PortCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of PortCollection.PortCollection

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

Power

@odata.type: "#Power.v1_7_1.Power"

The Power resource describes the Power Metrics. It represents the properties for Power Consumption and Power Limiting.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/powerGET PATCH
Link NameDestination type
Oem/Hpe/Links/PowerMeterHpePowerMeter
Redundancy[]/RedundancySet[]Power
Oem/Hpe/Links/FastPowerMeterHpePowerMeter

Oem.Hpe.BatteryBackedUnits (array)

Member of Power.v1_7_1.Power

BatteryBackedUnits is an array containing elements of:

BatteryBackedUnits[{item}].BBUStatus BatteryBackedUnits[{item}].BBUStatus.Health Member of Power.v1_7_1.Power

DescriptionThis represents the health state of this resource in the absence of its dependent resources.
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

BatteryBackedUnits[{item}].BBUStatus.HealthRollup Member of Power.v1_7_1.Power

DescriptionThis represents the overall health state from the view of this resource.
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

BatteryBackedUnits[{item}].BBUStatus.State Member of Power.v1_7_1.Power

DescriptionThis indicates the known state of the resource, such as if it is enabled.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
EnabledThis function or resource has been enabled.
DisabledThis function or resource has been disabled.
StandbyOfflineThis function or resource is enabled, but awaiting an external action to activate it.
StandbySpareThis function or resource is part of a redundancy set and is awaiting a failover or other external action to activate it.
InTestThis function or resource is undergoing testing.
StartingThis function or resource is starting.
AbsentThis function or resource is not present or not detected.
UnavailableOfflineThis function or resource is present but cannot be used.
DeferringThe element will not process any commands but will queue new requests.
QuiescedThe element is enabled but only processes a restricted set of commands.
UpdatingThe element is updating and may be unavailable or degraded.

BatteryBackedUnits[{item}].BayNumber Member of Power.v1_7_1.Power

DescriptionBay number of the battery backed unit.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].CapacityWatts Member of Power.v1_7_1.Power

DescriptionTotal capacity (in Watts) of the battery backed unit.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].CutOffSetPointmAh Member of Power.v1_7_1.Power

DescriptionCut off threshold (mAh) where battery backed unit stops supplying power to the server.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].FirmwareVersion Member of Power.v1_7_1.Power

DescriptionFirmware version of the battery backed unit.
Typestring
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].PercentCharge Member of Power.v1_7_1.Power

DescriptionPercentage charge remaining for the battery backed unit.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].RemainingCapacitymAh Member of Power.v1_7_1.Power

DescriptionRemaining capacity (mAh) of the battery backed unit.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].SerialNumber Member of Power.v1_7_1.Power

DescriptionSerial number of the battery backed unit.
Typestring
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].TimeToCutOffSeconds Member of Power.v1_7_1.Power

DescriptionRun time (in seconds) available with the battery backed unit until cut off. This is detected only when battery is charging or discharging, otherwise set to 0.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].TimeToFullChargeMinutes Member of Power.v1_7_1.Power

DescriptionTime required (in minutes) to fully charge the battery backed unit. This is detected only when battery is charging or discharging, otherwise set to 0.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

BatteryBackedUnits[{item}].UsableCapacitymAh Member of Power.v1_7_1.Power

DescriptionUsable capacity (mAh) of the battery backed unit.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.BbuPowerSupply

Member of Power.v1_7_1.Power

DescriptionBattery Backup Unit Power Supply action determines what will occur when a server is running on battery power.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
DoNothingNo action will be taken when a server switches to battery power.
MomentaryPowerButtonPressMomentary virtual power button press which should shutdown host operating system when pressed.
HostShutdownShutdown message sent to host operating system with installed management software to initiate a shutdown.

Oem.Hpe.BrownoutRecoveryEnabled

Member of Power.v1_7_1.Power

DescriptionWhen a brownout condition occurs in the server, this setting will determine if the server should recover from it.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.Domains (array)

Member of Power.v1_7_1.Power

Domains is an array containing elements of:

Domains[{item}].DomainName Member of Power.v1_7_1.Power

DescriptionPower Supply Domain Name.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
System
GPU1
GPU2
System1
System2

Domains[{item}].HighEfficiencyMode Member of Power.v1_7_1.Power

DescriptionThe redundant power supply mode that will be used when redundant power supplies are configured.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Null
Auto
Balanced
Even
Odd
NoSupport

Domains[{item}].PowerSupplies (array) Member of Power.v1_7_1.Power

PowerSupplies is an array containing elements of:

PowerSupplies[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Domains[{item}].PowerSupplyRedundancy Member of Power.v1_7_1.Power

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.

Domains[{item}].Status Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Status object.

Oem.Hpe.FanPowerRequirement

Member of Power.v1_7_1.Power

DescriptionCooling challenge bucket definition.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.FanPowerRequirementErrors

Member of Power.v1_7_1.Power

DescriptionCooling challenge errors.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.FanPowerRequirementVersion

Member of Power.v1_7_1.Power

DescriptionVersion of the Synergy cooling table bucket definitions.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HasCpuPowerMetering

Member of Power.v1_7_1.Power

DescriptionIndicates if the system has CPU power metering.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HasDimmPowerMetering

Member of Power.v1_7_1.Power

DescriptionIndicates if the system has DIMM power metering.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HasFanPowerMetering

Member of Power.v1_7_1.Power

DescriptionIndicates if the system has fan power metering.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HasGpuPowerMetering

Member of Power.v1_7_1.Power

DescriptionIndicates if the system has GPU power metering.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HasPowerMetering

Member of Power.v1_7_1.Power

DescriptionIndicates if the system has power metering.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.HighEfficiencyMode

Member of Power.v1_7_1.Power

DescriptionThe redundant power supply mode that will be used when redundant power supplies are configured.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Null
Auto
Balanced
Even
Odd
NoSupport

Oem.Hpe.MinimumSafelyAchievableCap

Member of Power.v1_7_1.Power

DescriptionMinimum Safely Achievable Cap is the lowest cap value that is safe for a group power manager to apply to a particular server. It can either be identical to or slightly greater than the 0 percent cap value calculated during ROM power burn.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.MinimumSafelyAchievableCapValid

Member of Power.v1_7_1.Power

DescriptionIndicates if the msac is valid. msac is valid only if this is true.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric

Oem.Hpe.PowerMetric.AmbTemp Member of Power.v1_7_1.Power

DescriptionAmbient temperature, in degrees Celsius.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.Cap Member of Power.v1_7_1.Power

DescriptionThe applicable power cap in Watts at the time of this power sample.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.CpuCapLim Member of Power.v1_7_1.Power

DescriptionMeasures the effect of the power cap on performance in percent.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.CpuMax Member of Power.v1_7_1.Power

DescriptionThe percentage of time the CPU spent in its maximum power mode.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.CpuPwrSavLim Member of Power.v1_7_1.Power

DescriptionMeasures the effect of CPU Power Regulator state switching on performance in percent.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.CpuWatts Member of Power.v1_7_1.Power

DescriptionThe power consumed by the system CPUs in Watts.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.DimmWatts Member of Power.v1_7_1.Power

DescriptionThe power consumed by the system memory DIMMs in Watts.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.GpuWatts Member of Power.v1_7_1.Power

DescriptionThe power consumed by the GPU(s) in Watts. This will be 0 if no GPUs are installed or if the drivers are not loaded.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.PrMode Member of Power.v1_7_1.Power

DescriptionPower Regulator mode, which can be OS Control, Static High, Static Low or Dynamic.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
dynDynamic Mode - CPU power regulation is managed dynamically by the firmware.
minMinimum Mode - CPU power regulation is configured to save as much power as possible at the possible expense of performance.
maxMaximum Mode - CPU power regulation is configured for maximum performance at the possible expense of power efficiency.
oscOS Control Mode - CPU power regulation is managed by the Operating System.

Oem.Hpe.PowerMetric.PunCap Member of Power.v1_7_1.Power

DescriptionIf true, CPU performance is being penalized by the current power cap.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PowerMetric.UnachCap Member of Power.v1_7_1.Power

DescriptionIf true, the configured power cap could not be achieved due to system power requirements.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SNMPPowerThresholdAlert

Oem.Hpe.SNMPPowerThresholdAlert.DurationInMin Member of Power.v1_7_1.Power

DescriptionSets the length of time, in minutes, that power consumption must remain above the warning threshold before an SNMP alert is triggered. The maximum duration is 240 minutes, and the duration must be a multiple of 5.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.SNMPPowerThresholdAlert.ThresholdWatts Member of Power.v1_7_1.Power

DescriptionSets the power consumption threshold (watts). If power consumption exceeds this value for the specified time duration, an SNMP alert is triggered.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.SNMPPowerThresholdAlert.Trigger Member of Power.v1_7_1.Power

DescriptionTrigger determines whether alerts are based on peak power consumption, average power consumption, or if they are disabled. Trigger property can only be enabled if the ThresholdWatts and DurationInMin values are specified/configured.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

Value
Disabled
AveragePowerConsumption
PeakPowerConsumption

PowerControl (array)

Member of Power.v1_7_1.Power

PowerControl is an array containing elements of:

PowerControl[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

PowerControl[{item}].MemberId Member of Power.v1_7_1.Power

DescriptionThis is the identifier for the member within the collection.
Typestring
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerAllocatedWatts Member of Power.v1_7_1.Power

DescriptionThe total amount of power that has been allocated (or budegeted)to chassis resources.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerAvailableWatts Member of Power.v1_7_1.Power

DescriptionThe amount of power not already budgeted and therefore available for additional allocation. (powerCapacity - powerAllocated). This indicates how much reserve power capacity is left.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerCapacityWatts Member of Power.v1_7_1.Power

DescriptionThe total amount of power available to the chassis for allocation. This may the power supply capacity, or power budget assigned to the chassis from an up-stream chassis.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerConsumedWatts Member of Power.v1_7_1.Power

DescriptionThe actual power being consumed by the chassis.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerLimit PowerControl[{item}].PowerLimit.CorrectionInMs Member of Power.v1_7_1.Power

DescriptionThe time required for the limiting process to reduce power consumption to below the limit.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerLimit.LimitException Member of Power.v1_7_1.Power

DescriptionThe action that is taken if the power cannot be maintained below the LimitInWatts.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoActionTake no action when the limit is exceeded.
HardPowerOffTurn the power off immediately when the limit is exceeded.
LogEventOnlyLog an event when the limit is exceeded, but take no further action.
OemTake an OEM-defined action.

PowerControl[{item}].PowerLimit.LimitInWatts Member of Power.v1_7_1.Power

DescriptionThe Power limit in watts. Set to null to disable power capping.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

PowerControl[{item}].PowerMetrics PowerControl[{item}].PowerMetrics.AverageConsumedWatts Member of Power.v1_7_1.Power

DescriptionThe average power level over the measurement window (the last IntervalInMin minutes).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerMetrics.IntervalInMin Member of Power.v1_7_1.Power

DescriptionThe time interval (or window) in which the PowerMetrics are measured over.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerMetrics.MaxConsumedWatts Member of Power.v1_7_1.Power

DescriptionThe highest power consumption level that has occured over the measurement window (the last IntervalInMin minutes).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerMetrics.MinConsumedWatts Member of Power.v1_7_1.Power

DescriptionThe lowest power consumption level over the measurement window (the last IntervalInMin minutes).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].PowerRequestedWatts Member of Power.v1_7_1.Power

DescriptionThe potential power that the chassis resources are requesting which may be higher than the current level being consumed since requested power includes budget that the chassis resource wants for future use.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerControl[{item}].RelatedItem (array) Member of Power.v1_7_1.Power

RelatedItem is an array containing elements of:

RelatedItem[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

PowerControl[{item}].Status Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Status object.

PowerSupplies (array)

Member of Power.v1_7_1.Power

PowerSupplies is an array containing elements of:

PowerSupplies[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

PowerSupplies[{item}].FirmwareVersion Member of Power.v1_7_1.Power

DescriptionThe firmware version for this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].LastPowerOutputWatts Member of Power.v1_7_1.Power

DescriptionThe average power output of this Power Supply
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].LineInputVoltage Member of Power.v1_7_1.Power

DescriptionThe line input voltage at which the Power Supply is operating
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].LineInputVoltageType Member of Power.v1_7_1.Power

DescriptionThe line voltage type supported as an input to this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
UnknownThe power supply line input voltage type cannot be determined.
ACLowLine100-127V AC input.
ACMidLine200-240V AC input.
ACHighLine277V AC input.
DCNeg48V-48V DC input.
HighVoltageDCHigh Voltage DC input (380V).

PowerSupplies[{item}].Manufacturer Member of Power.v1_7_1.Power

DescriptionThis is the manufacturer of this power supply.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].MemberId Member of Power.v1_7_1.Power

DescriptionThis is the identifier for the member within the collection.
Typestring
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Model Member of Power.v1_7_1.Power

DescriptionThe model number for this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.AveragePowerOutputWatts Member of Power.v1_7_1.Power

DescriptionThe latest observed average power being drawn by the power supply (Watts). This is usually updated every 10 seconds but the period can vary in some circumstances.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.BayNumber Member of Power.v1_7_1.Power

DescriptionThe power supply bay number.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.Domain Member of Power.v1_7_1.Power

DescriptionThis indicates the domain of the specific power supply.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
System
GPU1
GPU2
System1
System2

PowerSupplies[{item}].Oem.Hpe.HotplugCapable Member of Power.v1_7_1.Power

DescriptionIf true, this power supply (and power supply bay) is capable of being hot-plugged.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.MaxPowerOutputWatts Member of Power.v1_7_1.Power

DescriptionThe latest observed maximum output power being drawn by the power supply (Watts). This is usually updated every 10 seconds but the period can vary in some circumstances.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.Mismatched Member of Power.v1_7_1.Power

DescriptionIf true, this power supply is mismatched with others in the system.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.PowerSupplyStatus PowerSupplies[{item}].Oem.Hpe.PowerSupplyStatus.State Member of Power.v1_7_1.Power

DescriptionIndicates the known state of the resource.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Unknown
Ok
Degraded
Failed
OverVoltage
OverCurrent
OverTemperature
ACPowerLost
FanFailure
WarningHighInputVoltage
WarningLowInputVoltage
WarningHighOutputVoltage
WarningLowOutputVoltage
WarningInletTemperature
WarningInternalTemperature
WarningHighAuxiliaryVoltage
WarningLowAuxiliaryVoltage
PowerSupplyMismatch
GoodInStandby

PowerSupplies[{item}].Oem.Hpe.iPDU PowerSupplies[{item}].Oem.Hpe.iPDU.IPAddress Member of Power.v1_7_1.Power

DescriptionThe IP address of the iPDU connected to this power supply.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.iPDU.MacAddress Member of Power.v1_7_1.Power

DescriptionThe Ethernet MAC address of the iPDU connected to this power supply.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.iPDU.Model Member of Power.v1_7_1.Power

DescriptionThe model number of the iPDU connected to this power supply.
Typestring
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.iPDU.SerialNumber Member of Power.v1_7_1.Power

DescriptionThe serial number of the iPDU connected to this power supply.
Typestring
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Oem.Hpe.iPDU.iPDUStatus PowerSupplies[{item}].Oem.Hpe.iPDU.iPDUStatus.State Member of Power.v1_7_1.Power

DescriptionIndicates the known state of the resource.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Unknown
Ok
Degraded
Failed
OverVoltage
OverCurrent
OverTemperature
ACPowerLost
FanFailure
WarningHighInputVoltage
WarningLowInputVoltage
WarningHighOutputVoltage
WarningLowOutputVoltage
WarningInletTemperature
WarningInternalTemperature
WarningHighAuxiliaryVoltage
WarningLowAuxiliaryVoltage
PowerSupplyMismatch
GoodInStandby

PowerSupplies[{item}].Oem.Hpe.iPDUCapable Member of Power.v1_7_1.Power

DescriptionIf true, this power supply is capable of being connected to an iPDUs.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].PartNumber Member of Power.v1_7_1.Power

DescriptionThe part number for this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].PowerCapacityWatts Member of Power.v1_7_1.Power

DescriptionThe maximum capacity of this Power Supply
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].PowerSupplyType Member of Power.v1_7_1.Power

DescriptionThe Power Supply type (AC or DC)
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
UnknownThe power supply type cannot be determined
ACAlternating Current (AC) power supply
DCDirect Current (DC) power supply

PowerSupplies[{item}].Redundancy Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Redundancy object.

PowerSupplies[{item}].RelatedItem (array) Member of Power.v1_7_1.Power

RelatedItem is an array containing elements of:

RelatedItem[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

PowerSupplies[{item}].SerialNumber Member of Power.v1_7_1.Power

DescriptionThe serial number for this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].SparePartNumber Member of Power.v1_7_1.Power

DescriptionThe spare part number for this Power Supply
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PowerSupplies[{item}].Status Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Status object.

Redundancy

Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Redundancy object.

Status

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

Voltages (array)

Member of Power.v1_7_1.Power

Voltages is an array containing elements of:

Voltages[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Voltages[{item}].LowerThresholdCritical Member of Power.v1_7_1.Power

DescriptionBelow normal range but not yet fatal.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].LowerThresholdFatal Member of Power.v1_7_1.Power

DescriptionBelow normal range and is fatal
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].LowerThresholdNonCritical Member of Power.v1_7_1.Power

DescriptionBelow normal range
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].MaxReadingRange Member of Power.v1_7_1.Power

DescriptionMaximum value for CurrentReading
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].MemberId Member of Power.v1_7_1.Power

DescriptionThis is the identifier for the member within the collection.
Typestring
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].MinReadingRange Member of Power.v1_7_1.Power

DescriptionMinimum value for CurrentReading
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].PhysicalContext Member of Power.v1_7_1.Power

DescriptionDescribes the area or device to which this voltage measurement applies.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

Voltages[{item}].ReadingVolts Member of Power.v1_7_1.Power

DescriptionThe current value of the voltage sensor.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].RelatedItem (array) Member of Power.v1_7_1.Power

RelatedItem is an array containing elements of:

RelatedItem[{item}].@odata.id Member of Power.v1_7_1.Power

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Voltages[{item}].SensorNumber Member of Power.v1_7_1.Power

DescriptionA numerical identifier to represent the voltage sensor
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].Status Member of Power.v1_7_1.Power See the Redfish standard schema and specification for information on common Status object.

Voltages[{item}].UpperThresholdCritical Member of Power.v1_7_1.Power

DescriptionAbove normal range but not yet fatal.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].UpperThresholdFatal Member of Power.v1_7_1.Power

DescriptionAbove normal range and is fatal
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Voltages[{item}].UpperThresholdNonCritical Member of Power.v1_7_1.Power

DescriptionAbove normal range
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Processor

@odata.type: "#Processor.v1_8_2.Processor"

The Processor resource describes the Processor resource. It represents the properties of a processor attached to a System.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/processors/{item}GET
Link NameDestination type
environmentmetricsEnvironmentMetrics
processormetricsProcessorMetrics

EnvironmentMetrics

The link to the environment metrics for this processor. EnvironmentMetrics is a link ("@odata.id": URI) to another resource.

InstructionSet

Member of Processor.v1_8_2.Processor

DescriptionThe instruction set of the processor
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
x86x86 32-bit
x86-64x86 64-bit
IA-64Intel IA-64
ARM-A32ARM 32-bit
ARM-A64ARM 64-bit
MIPS32MIPS 32-bit
MIPS64MIPS 64-bit
OEMOEM-defined

Manufacturer

Member of Processor.v1_8_2.Processor

DescriptionThe processor manufacturer
Typestring or null
Read OnlyTrue
AddediLO7 1.11

MaxSpeedMHz

Member of Processor.v1_8_2.Processor

DescriptionThe maximum clock speed of the processor
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Metrics

This property shall contain a link to a resource of type ProcessorMetrics that contains the metrics associated with this processor. Metrics is a link ("@odata.id": URI) to another resource.

Model

Member of Processor.v1_8_2.Processor

DescriptionThe product model number of this device
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.AssetTag

Member of Processor.v1_8_2.Processor

DescriptionThe processor asset tag.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Cache (array)

Member of Processor.v1_8_2.Processor

Cache is an array containing elements of:

Cache[{item}].Associativity Member of Processor.v1_8_2.Processor

DescriptionThe associativity of the cache.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DirectMappedDirect Mapped
2waySetAssociative2-way Set-Associative
4waySetAssociative4-way Set-Associative
FullyAssociativeFully Associative
8waySetAssociative8-way Set-Associative
16waySetAssociative16-way Set-Associative
12waySetAssociative12-way Set-Associative
24waySetAssociative24-way Set-Associative
32waySetAssociative32-way Set-Associative
48waySetAssociative48-way Set-Associative
64waySetAssociative64-way Set-Associative
20waySetAssociative20-way Set-Associative
None

Cache[{item}].CacheSpeedns Member of Processor.v1_8_2.Processor

DescriptionThe cache speed (ns).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Cache[{item}].CurrentSRAMType (array) Member of Processor.v1_8_2.Processor

CurrentSRAMType is an array containing elements of:

CurrentSRAMType[{item}] Member of Processor.v1_8_2.Processor

DescriptionThe array of supported SRAM attributes currently used by the cache.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NonBurstNon-Burst
BurstBurst
PipelineBurstPipeline Burst
SynchronousSynchronous
AsynchronousAsynchronous

Cache[{item}].EccType Member of Processor.v1_8_2.Processor

DescriptionThe cache memory ECC type.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NoneNone
ParityParity
SingleBitECCSingle-bit ECC
MultiBitECCMulti-bit ECC

Cache[{item}].InstalledSizeKB Member of Processor.v1_8_2.Processor

DescriptionThe installed cache size (KB).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Cache[{item}].Location Member of Processor.v1_8_2.Processor

DescriptionThe cache location (internal or external).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
InternalInternal
ExternalExternal

Cache[{item}].MaximumSizeKB Member of Processor.v1_8_2.Processor

DescriptionThe maximum cache size (KB).
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Cache[{item}].Policy Member of Processor.v1_8_2.Processor

DescriptionThe caching policy.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
WriteThroughWrite through
WriteBackWrite back
VariesVaries with memory address

Cache[{item}].Socketed Member of Processor.v1_8_2.Processor

DescriptionIf true, the cache is a socketed component.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Cache[{item}].Status Member of Processor.v1_8_2.Processor See the Redfish standard schema and specification for information on common Status object.

Cache[{item}].SupportedSRAMType (array) Member of Processor.v1_8_2.Processor

SupportedSRAMType is an array containing elements of:

SupportedSRAMType[{item}] Member of Processor.v1_8_2.Processor

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NonBurstNon-Burst
BurstBurst
PipelineBurstPipeline Burst
SynchronousSynchronous
AsynchronousAsynchronous

Cache[{item}].SystemCacheType Member of Processor.v1_8_2.Processor

DescriptionThe cache type (unified, instructions, or data).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
InstructionInstruction
DataData
UnifiedUnified

Oem.Hpe.Characteristics (array)

Member of Processor.v1_8_2.Processor

Characteristics is an array containing elements of:

Characteristics[{item}] Member of Processor.v1_8_2.Processor

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
64Bit64-bit Capable
MultiCoreMulti-Core
HwThreadHardware Thread
ExecuteProtectionExecute Protection
EnhancedVirtualizationEnhanced Virtualization
PowerPerfControlPower/Performance Control

Oem.Hpe.ConfigStatus

Oem.Hpe.ConfigStatus.Populated Member of Processor.v1_8_2.Processor

DescriptionTrue if the processor socket is populated with a CPU.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ConfigStatus.State Member of Processor.v1_8_2.Processor

DescriptionThe current state of the processor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledCPU Enabled
DisabledByUserCPU Disabled by User through BIOS Setup
DisabledByBiosCPU Disabled By BIOS (POST Error)
IdleCPU is Idle, waiting to be enabled.

Oem.Hpe.CoresEnabled

Member of Processor.v1_8_2.Processor

DescriptionThe number of enabled cores in the processor.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DOTState

Member of Processor.v1_8_2.Processor

DescriptionProvides current ownership state of NVidia CPU ERoT
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
UnknownCAK Keys are not yet installed on the module or the CAK Test failed
UnlockedThe NVidia CPU ERoT is not locked with LAK Keys
LockedThe NVidia CPU ERoT has been locked with CAK & LAK Keys

Oem.Hpe.ExternalClockMHz

Member of Processor.v1_8_2.Processor

DescriptionThe processor external clock frequency (MHZ), for example, 1000 = 1 GHZ.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.MicrocodePatches (array)

Member of Processor.v1_8_2.Processor

MicrocodePatches is an array containing elements of:

MicrocodePatches[{item}].CpuId Member of Processor.v1_8_2.Processor

DescriptionThe microcode patch CPUID.
Typestring
Read OnlyTrue
AddediLO7 1.11

MicrocodePatches[{item}].Date Member of Processor.v1_8_2.Processor

DescriptionThe microcode patch date.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

MicrocodePatches[{item}].PatchId Member of Processor.v1_8_2.Processor

DescriptionThe microcode patch ID.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.NVLinkState

Member of Processor.v1_8_2.Processor

DescriptionThe Link between CPU and GPU .
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
InactiveThe link between CPU and GPU is inactive
ActiveThe link between CPU and GPU is active
ErrorThere is an error while establishing link between CPU and GPU

Oem.Hpe.PartNumber

Member of Processor.v1_8_2.Processor

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

Oem.Hpe.RatedSpeedMHz

Member of Processor.v1_8_2.Processor

DescriptionThe speed of the processor (in MHz) as of the last system boot, for example, 1000 = 1GHz.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.SerialNumber

Member of Processor.v1_8_2.Processor

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

Oem.Hpe.VoltageVoltsX10

Member of Processor.v1_8_2.Processor

DescriptionThe processor voltage multiplied by 10, for example, 3.3v = 33.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

PartNumber

Member of Processor.v1_8_2.Processor

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

ProcessorArchitecture

Member of Processor.v1_8_2.Processor

DescriptionThe architecture of the processor
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
x86x86 or x86-64
IA-64Intel Itanium
ARMARM
MIPSMIPS
OEMOEM-defined

ProcessorId

ProcessorId.EffectiveFamily Member of Processor.v1_8_2.Processor

DescriptionThe effective Family for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorId.EffectiveModel Member of Processor.v1_8_2.Processor

DescriptionThe effective Model for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorId.IdentificationRegisters Member of Processor.v1_8_2.Processor

DescriptionThe contents of the Identification Registers (CPUID) for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorId.MicrocodeInfo Member of Processor.v1_8_2.Processor

DescriptionThe Microcode Information for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorId.Step Member of Processor.v1_8_2.Processor

DescriptionThe Step value for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorId.VendorId Member of Processor.v1_8_2.Processor

DescriptionThe Vendor Identification for this processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

ProcessorType

Member of Processor.v1_8_2.Processor

DescriptionThe type of processor
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
CPUA Central Processing Unit
GPUA Graphics Processing Unit
FPGAA Field Programmable Gate Array
DSPA Digital Signal Processor
AcceleratorAn Accelerator
OEMAn OEM-defined Processing Unit

SerialNumber

Member of Processor.v1_8_2.Processor

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

Socket

Member of Processor.v1_8_2.Processor

DescriptionThe socket or location of the processor
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

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

TotalCores

Member of Processor.v1_8_2.Processor

DescriptionThe total number of cores contained in this processor
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

TotalThreads

Member of Processor.v1_8_2.Processor

DescriptionThe total number of execution threads supported by this processor
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ProcessorCollection

@odata.type: "#ProcessorCollection.ProcessorCollection"

A Collection of Processor resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/processorsGET
Link NameDestination type
Members[]Processor

Members (array)

Member of ProcessorCollection.ProcessorCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of ProcessorCollection.ProcessorCollection

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

ProcessorMetrics

@odata.type: "#ProcessorMetrics.v1_6_4.ProcessorMetrics"

The ProcessorMetrics schema contains usage and health statistics for a processor.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/processors/{item}/processormetricsGET

BandwidthPercent

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

DescriptionThe bandwidth usage of this processor as a percentage.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.EDPViolationStateType

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

DescriptionEDP violation.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NormalThe value is within the range
OutOfRangeThe value is outside the range

Oem.Hpe.MemorySpareChannelPresence

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

DescriptionThe memory spare channel presence state.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.PCIeConnectionLinksStatus (array)

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

PCIeConnectionLinksStatus is an array containing elements of:

PCIeConnectionLinksStatus[{item}] Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ConnectedThis channel between GPU and CPU is connected
DisconnectedThis channel between GPU and CPU is not connected

Oem.Hpe.PerformanceState

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

DescriptionThe performance state
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DegradedThe entity is operating at a degraded functional level
NormalThe entity is operating at a full functional level at full speed
ThrottledThe entity is operating at a full functional level at reduced speed

Oem.Hpe.PowerBreakPerformanceState

Member of ProcessorMetrics.v1_6_4.ProcessorMetrics

DescriptionThe power break performance state
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
DegradedThe entity is operating at a degraded functional level
NormalThe value is within the range
ThrottledThe value is outside the range

Pump

@odata.type: "#Pump.v1_1_0.Pump"

The Pump schema describes a pump unit for a cooling system or similar device.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/pumps/{item}GET
Link NameDestination type
AssemblyAssembly

Assembly

The link to the summary of assembly for this subsystem. Assembly is a link ("@odata.id": URI) to another resource.

PhysicalContext

Member of Pump.v1_1_0.Pump

DescriptionThe area or device associated with this pump.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

PumpSpeedPercent

PumpSpeedPercent.DataSourceUri Member of Pump.v1_1_0.Pump

DescriptionThe link to the resource that provides the data for this sensor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

PumpSpeedPercent.Reading Member of Pump.v1_1_0.Pump

DescriptionThe sensor value.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

PumpSpeedPercent.SpeedRPM Member of Pump.v1_1_0.Pump

DescriptionThe rotational speed.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Status

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

PumpCollection

@odata.type: "#PumpCollection.PumpCollection"

The collection of Pump resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/pumpsGET
Link NameDestination type
Members[]Pump

Members (array)

Member of PumpCollection.PumpCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of PumpCollection.PumpCollection

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

Role

@odata.type: "#Role.v1_2_1.Role"

This resource defines a user role to be used in conjunction with a Manager Account.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/roles/{item}GET PATCH

AssignedPrivileges (array)

Member of Role.v1_2_1.Role

AssignedPrivileges is an array containing elements of:

AssignedPrivileges[{item}] Member of Role.v1_2_1.Role

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
LoginAble to log into the service and read resources.
ConfigureManagerAble to configure Manager resources.
ConfigureUsersAble to configure Users and their Accounts.
ConfigureSelfAble to change the password for the current user Account.
ConfigureComponentsAble to configure components managed by this service.

IsPredefined

Member of Role.v1_2_1.Role

DescriptionThis property is used to indicate if the Role is one of the Redfish Predefined Roles vs a Custom role.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.GroupDn

Member of Role.v1_2_1.Role

DescriptionThe complete or shortened distinguished name of the directory group.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.GroupSid

Member of Role.v1_2_1.Role

DescriptionThe security identifier of the directory group (for kerberos authentication and Active Directory integration only).
Typestring or null
Read OnlyTrue
AddediLO7 1.11

OemPrivileges (array)

Member of Role.v1_2_1.Role

OemPrivileges is an array containing elements of:

OemPrivileges[{item}] Member of Role.v1_2_1.Role

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RemoteConsolePrivAble to remotely access the host system Remote Console, including video, keyboard, and mouse control.
VirtualMediaPrivAble to use the Virtual Media feature on the host system.
VirtualPowerAndResetPrivAble to power-cycle or reset the host system. These activities interrupt system availability. A user with this privilege can diagnose the system by using the Generate NMI to System button.
HostBIOSConfigPrivAble to configure Host BIOS Settings.
HostNICConfigPrivAble to configure Host NIC Settings.
HostStorageConfigPrivAble to configure Host Storage Settings.
SystemRecoveryConfigPrivAble to manage the critical recovery firmware images on the Manager's Repository.

RoleId

Member of Role.v1_2_1.Role

DescriptionThis property contains the name of the Role.
Typestring
Read OnlyTrue
AddediLO7 1.11

RoleCollection

@odata.type: "#RoleCollection.RoleCollection"

A Collection of Role resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/accountservice/rolesGET
Link NameDestination type
Members[]Role

Members (array)

Member of RoleCollection.RoleCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of RoleCollection.RoleCollection

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

SecureBoot

@odata.type: "#SecureBoot.v1_1_0.SecureBoot"

This resource contains UEFI Secure Boot information. It represents properties for managing the UEFI Secure Boot functionality of a system.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/securebootGET PATCH
Link NameDestination type
securebootdatabasesCollection of SecureBootDatabase

SecureBootCurrentBoot

Member of SecureBoot.v1_1_0.SecureBoot

DescriptionSecure Boot state during the current boot cycle.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
EnabledSecure Boot is currently enabled.
DisabledSecure Boot is currently disabled.

SecureBootDatabases

A link to the collection of UEFI Secure Boot databases. SecureBootDatabases is a link ("@odata.id": URI) to another resource.

SecureBootEnable

Member of SecureBoot.v1_1_0.SecureBoot

DescriptionEnable or disable UEFI Secure Boot (takes effect on next boot).
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

SecureBootMode

Member of SecureBoot.v1_1_0.SecureBoot

DescriptionCurrent Secure Boot Mode.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
SetupModeSecure Boot is currently in Setup Mode.
UserModeSecure Boot is currently in User Mode.
AuditModeSecure Boot is currently in Audit Mode.
DeployedModeSecure Boot is currently in Deployed Mode.

Actions

SecureBoot.ResetKeys Member of SecureBoot.v1_1_0.SecureBoot Action to perform reset of the Secure Boot Keys.

Parameters:

ResetKeysType (string)

This parameter specifies what type of reset action to perform.

ValueDescription
ResetAllKeysToDefaultReset to default Secure Boot keys on next boot.
DeletePKDelete Secure Boot platform keys on next boot.
DeleteAllKeysDelete all Secure Boot keys on next boot.

SecureBootDatabase

@odata.type: "#SecureBootDatabase.v1_0_0.SecureBootDatabase"

The SecureBootDatabase schema describes a UEFI Secure Boot database used to store certificates or hashes.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbdefaultGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrdefaultGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtdefaultGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxdefaultGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kekGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/kekdefaultGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pkGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/pkdefaultGET
Link NameDestination type
CertificatesCollection of Certificate
SignaturesCollection of Signature

Certificates

A link to the collection of certificates contained in this UEFI Secure Boot database. Certificates is a link ("@odata.id": URI) to another resource.

DatabaseId

Member of SecureBootDatabase.v1_0_0.SecureBootDatabase

DescriptionThis property contains the name of the UEFI Secure Boot database.
Typestring
Read OnlyTrue
AddediLO7 1.11

Signatures

A link to the collection of signatures contained in this UEFI Secure Boot database. Signatures is a link ("@odata.id": URI) to another resource.

Actions

SecureBootDatabase.ResetKeys Member of SecureBootDatabase.v1_0_0.SecureBootDatabase Action to perform reset of the Secure Boot Database Keys.

Parameters:

ResetKeysType (string)

This parameter specifies what type of reset action to perform.

ValueDescription
ResetAllKeysToDefaultReset to default Secure Boot Database keys on next boot.
DeleteAllKeysDelete all Secure Boot Database keys on next boot.

SecureBootDatabaseCollection

@odata.type: "#SecureBootDatabaseCollection.SecureBootDatabaseCollection"

The collection of SecureBootDatabase resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/secureboot/securebootdatabasesGET
Link NameDestination type
Members[]SecureBootDatabase

Members (array)

Member of SecureBootDatabaseCollection.SecureBootDatabaseCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SecureBootDatabaseCollection.SecureBootDatabaseCollection

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

Sensor

@odata.type: "#Sensor.v1_10_0.Sensor"

The Sensor schema describes a sensor and its properties.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/sensors/{item}GET PATCH

Oem.Hpe.LocationXmm

Member of Sensor.v1_10_0.Sensor

DescriptionThe location of the sensor, in millimeters, along the X axis from the logical reference point.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.LocationYmm

Member of Sensor.v1_10_0.Sensor

DescriptionThe location of the sensor, in millimeters, along the Y axis from the logical reference point.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

PhysicalContext

Member of Sensor.v1_10_0.Sensor

DescriptionThe area or device to which this sensor measurement applies.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

Reading

Member of Sensor.v1_10_0.Sensor

DescriptionThe sensor value.
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

Status

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

Thresholds

Thresholds.LowerCaution Thresholds.LowerCaution.Activation Member of Sensor.v1_10_0.Sensor

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

Thresholds.LowerCaution.DwellTime Member of Sensor.v1_10_0.Sensor

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.LowerCaution.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.LowerCritical Thresholds.LowerCritical.Activation Member of Sensor.v1_10_0.Sensor

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

Thresholds.LowerCritical.DwellTime Member of Sensor.v1_10_0.Sensor

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.LowerCritical.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCaution Thresholds.UpperCaution.Activation Member of Sensor.v1_10_0.Sensor

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

Thresholds.UpperCaution.DwellTime Member of Sensor.v1_10_0.Sensor

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCaution.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCautionUser Thresholds.UpperCautionUser.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCritical Thresholds.UpperCritical.Activation Member of Sensor.v1_10_0.Sensor

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

Thresholds.UpperCritical.DwellTime Member of Sensor.v1_10_0.Sensor

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCritical.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperCriticalUser Thresholds.UpperCriticalUser.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperFatal Thresholds.UpperFatal.Activation Member of Sensor.v1_10_0.Sensor

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

Thresholds.UpperFatal.DwellTime Member of Sensor.v1_10_0.Sensor

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

Thresholds.UpperFatal.Reading Member of Sensor.v1_10_0.Sensor

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

SensorCollection

@odata.type: "#SensorCollection.SensorCollection"

The collection of Sensor resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/sensorsGET
Link NameDestination type
Members[]Sensor

Members (array)

Member of SensorCollection.SensorCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SensorCollection.SensorCollection

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

Session

@odata.type: "#Session.v1_0_0.Session"

The Session resource describes a single connection (session) between a client and a Redfish service instance.

Resource Instances

UriHTTP Allow
/redfish/v1/sessionservice/sessions/{item}GET DELETE

Oem.Hpe.AccessTime

Member of Session.v1_0_0.Session

DescriptionUser session last-access time
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.LoginTime

Member of Session.v1_0_0.Session

DescriptionUser session login time
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.MySession

Member of Session.v1_0_0.Session

DescriptionIndicates whether this is a session I own.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges

Oem.Hpe.Privileges.HostBIOSConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to configure Host Bios Settings.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.HostNICConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to configure Host NIC Settings.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.HostStorageConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to configure Host Storage Settings.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.LoginPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to log in to the management processor. All local accounts have the login privilege. This privilege is added automatically if it is not specified.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.RemoteConsolePriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to remotely access the host system Remote Console, including video, keyboard, and mouse control.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.SystemRecoveryConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to manage the critical recovery firmware images on the iLO Repository.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.UserConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to add, edit, and delete local management processor user accounts. A user with this privilege can change privileges for all users.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.VirtualMediaPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to use the Virtual Media feature on the host system.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.VirtualPowerAndResetPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to power-cycle or reset the host system. These activities interrupt system availability. A user with this privilege can diagnose the system by using the Generate NMI to System button.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Privileges.iLOConfigPriv Member of Session.v1_0_0.Session

DescriptionThis privilege enables a user to configure most management processor settings, including security settings, and to remotely update the management processor firmware. This privilege does not enable local user account administration.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.UserAccount

Member of Session.v1_0_0.Session

DescriptionLogin details of the user
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.UserDistinguishedName

Member of Session.v1_0_0.Session

DescriptionLDAP user is identified by its distinguished name (DN).
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.UserExpires

Member of Session.v1_0_0.Session

DescriptionUser session expire time
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.UserIP

Member of Session.v1_0_0.Session

DescriptionIP address of the user
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.UserTag

Member of Session.v1_0_0.Session

DescriptionSession source
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Web UI
RBSU
Remote Console
SSH
IPMI/RMCP
SM-CLP
RESTHost
WSMgmt
Telnet
Federation
USBFrontPort
REST
Unknown

Oem.Hpe.UserType

Member of Session.v1_0_0.Session

DescriptionUser type
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Local
Directory
Single Sign On
Kerberos
Trusted Key
Security Override
System
Federation

UserName

Member of Session.v1_0_0.Session

DescriptionName to use to log in to the management processor.
Typestring
Read OnlyTrue
AddediLO7 1.11

SessionCollection

@odata.type: "#SessionCollection.SessionCollection"

A Collection of Session resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/sessionservice/sessionsGET POST
Link NameDestination type
Oem/Hpe/Links/MySessionSession
Members[]Session

Members (array)

Member of SessionCollection.SessionCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SessionCollection.SessionCollection

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

SessionService

@odata.type: "#SessionService.v1_0_0.SessionService"

The SessionService resource describes the BMC Redfish Session Service. It represents the properties for the service itself and has links to the actual list of sessions.

Resource Instances

UriHTTP Allow
/redfish/v1/sessionserviceGET PATCH
Link NameDestination type
SessionsCollection of Session

ServiceEnabled

Member of SessionService.v1_0_0.SessionService

DescriptionThis indicates whether this service is enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

SessionTimeout

Member of SessionService.v1_0_0.SessionService

DescriptionThis is the number of seconds of inactivity that a session may have before the session service closes the session due to inactivity. Here the value 0 means no timeout or infinte timeout.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Sessions

This property references a Collection resource of Sessions. Sessions is a link ("@odata.id": URI) to another resource.

Status

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

Signature

@odata.type: "#Signature.v1_0_2.Signature"

The Signature schema describes a signature or a hash.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/secureboot/securebootdatabases/db/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbdefault/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbr/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrdefault/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbt/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtdefault/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbx/signatures/{item}GET DELETE
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxdefault/signatures/{item}GET DELETE

SignatureString

Member of Signature.v1_0_2.Signature

DescriptionThe string for the signature.
Typestring
Read OnlyFalse
AddediLO7 1.11

SignatureType

Member of Signature.v1_0_2.Signature

DescriptionThe format of the signature.
Typestring
Read OnlyFalse
AddediLO7 1.11

SignatureTypeRegistry

Member of Signature.v1_0_2.Signature

Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
UEFIA signature defined in the UEFI Specification.

UefiSignatureOwner

Member of Signature.v1_0_2.Signature

DescriptionThe UEFI signature owner for this signature.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SignatureCollection

@odata.type: "#SignatureCollection.SignatureCollection"

The collection of Signature resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/systems/{item}/secureBoot/securebootdatabases/dbdefault/signaturesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/db/signaturesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbr/signaturesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbrdefault/signaturesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbt/signaturesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbtdefault/signaturesGET
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbx/signaturesGET POST
/redfish/v1/systems/{item}/secureboot/securebootdatabases/dbxdefault/signaturesGET
Link NameDestination type
Members[]Signature

Members (array)

Member of SignatureCollection.SignatureCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SignatureCollection.SignatureCollection

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

SoftwareInventory

@odata.type: "#SoftwareInventory.v1_3_0.SoftwareInventory"

The SoftwareInventory resource describes the inventory of software or firmware components.

Resource Instances

UriHTTP Allow
/redfish/v1/updateservice/firmwareinventory/{item}GET
/redfish/v1/updateservice/softwareinventory/{item}GET

LowestSupportedVersion

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThe lowest supported version of this software.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Manufacturer

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThe manufacturer or producer of this software.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DeviceClass

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionDeviceType GUID rendered by iLO for certain items iLO knows how to flash, and omitted for all other items.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DeviceContext

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionFriendly text string - same as 'Location' in fw inventory - omitted if not available.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.DeviceInstance

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionUEFI Device Path if a PCI Device - omitted otherwise.
Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Targets (array)

Member of SoftwareInventory.v1_3_0.SoftwareInventory

Targets is an array containing elements of:

Targets[{item}] Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionA GUID indicating iLO's knowledge of a possible correlation GUIDs vs. components.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Version

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionNVIDIA CEC Firmware version
Typestring or null
Read OnlyTrue
AddediLO7 1.11

RelatedItem (array)

Member of SoftwareInventory.v1_3_0.SoftwareInventory

RelatedItem is an array containing elements of:

RelatedItem[{item}].@odata.id Member of SoftwareInventory.v1_3_0.SoftwareInventory

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

RelatedItem@odata.count

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThe number of items in a collection.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

SoftwareId

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThe implementation-specific label that identifies this software.
Typestring
Read OnlyTrue
AddediLO7 1.11

Status

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

Updateable

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThis is true if the item is updatable.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Version

Member of SoftwareInventory.v1_3_0.SoftwareInventory

Descriptionsame as 'VersionString' in existing FwSwVersionInventory
Typestring or null
Read OnlyTrue
AddediLO7 1.11

VersionScheme

Member of SoftwareInventory.v1_3_0.SoftwareInventory

DescriptionThe format of the version.
Typestring
Read OnlyTrue
AddediLO7 1.11

SoftwareInventoryCollection

@odata.type: "#SoftwareInventoryCollection.SoftwareInventoryCollection"

A Collection of SoftwareInventory resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/updateservice/firmwareinventoryGET
/redfish/v1/updateservice/softwareinventoryGET
Link NameDestination type
Members[]SoftwareInventory

Members (array)

Member of SoftwareInventoryCollection.SoftwareInventoryCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SoftwareInventoryCollection.SoftwareInventoryCollection

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

Switch

@odata.type: "#Switch.v1_9_1.Switch"

The Switch schema contains properties that describe a fabric switch.

Resource Instances

UriHTTP Allow
/redfish/v1/fabrics/{item}/switches/{item}GET POST
Link NameDestination type
portsCollection of Port

DomainID

Member of Switch.v1_9_1.Switch

DescriptionThe domain ID for this switch.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

FirmwareVersion

Member of Switch.v1_9_1.Switch

DescriptionThe firmware version of this switch.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Manufacturer

Member of Switch.v1_9_1.Switch

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

Model

Member of Switch.v1_9_1.Switch

DescriptionThe product manufacturer-provided model number of this switch.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Ports

The link to the collection ports for this switch. Ports is a link ("@odata.id": URI) to another resource.

SerialNumber

Member of Switch.v1_9_1.Switch

DescriptionThe serial number for this switch.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SupportedProtocols (array)

Member of Switch.v1_9_1.Switch

SupportedProtocols is an array containing elements of:

SupportedProtocols[{item}] Member of Switch.v1_9_1.Switch

Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
PCIePCI Express.
AHCIAdvanced Host Controller Interface (AHCI).
UHCIUniversal Host Controller Interface (UHCI).
SASSerial Attached SCSI.
SATASerial AT Attachment.
USBUniversal Serial Bus (USB).
NVMeNon-Volatile Memory Express (NVMe).
FCFibre Channel.
iSCSIInternet SCSI.
FCoEFibre Channel over Ethernet (FCoE).
FCPFibre Channel Protocol for SCSI.
FICONFIbre CONnection (FICON).
NVMeOverFabricsNVMe over Fabrics.
SMBServer Message Block (SMB). Also known as the Common Internet File System (CIFS).
NFSv3Network File System (NFS) version 3.
NFSv4Network File System (NFS) version 4.
HTTPHypertext Transport Protocol (HTTP).
HTTPSHypertext Transfer Protocol Secure (HTTPS).
FTPFile Transfer Protocol (FTP).
SFTPSSH File Transfer Protocol (SFTP).
iWARPInternet Wide Area RDMA Protocol (iWARP).
RoCERDMA over Converged Ethernet Protocol.
RoCEv2RDMA over Converged Ethernet Protocol Version 2.
I2CInter-Integrated Circuit Bus.
TCPTransmission Control Protocol (TCP).
UDPUser Datagram Protocol (UDP).
TFTPTrivial File Transfer Protocol (TFTP).
GenZGenZ.
MultiProtocolMultiple Protocols.
InfiniBandInfiniBand.
EthernetEthernet.
NVLinkNVLink.
OEMOEM-specific.
DisplayPortDisplayPort.
HDMIHDMI.
VGAVGA.
DVIDVI.
CXLCompute Express Link.

SwitchType

Member of Switch.v1_9_1.Switch

DescriptionThe protocol being sent over this switch.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

SwitchCollection

@odata.type: "#SwitchCollection.SwitchCollection"

A Collection of Switch Resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/fabrics/{item}/switchesGET DELETE
Link NameDestination type
Members[]Switch

Members (array)

Member of SwitchCollection.SwitchCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of SwitchCollection.SwitchCollection

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

Task

@odata.type: "#Task.v1_3_0.Task"

The Task resource describes a specific Task scheduled by or being executed by a Redfish service's Task Service.

Resource Instances

UriHTTP Allow
/redfish/v1/taskservice/tasks/{item}GET

EndTime

Member of Task.v1_3_0.Task

DescriptionThe date-time stamp that the task was last completed.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Messages (array)

Member of Task.v1_3_0.Task

Messages is an array containing elements of:

Messages[{item}].Message Member of Task.v1_3_0.Task

DescriptionThis is the human readable message, if provided.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Messages[{item}].MessageArgs (array) Member of Task.v1_3_0.Task

MessageArgs is an array containing elements of:

MessageArgs[{item}] Member of Task.v1_3_0.Task

Typestring
Read OnlyTrue
AddediLO7 1.11

Messages[{item}].MessageId Member of Task.v1_3_0.Task

DescriptionThis is the key for this message which can be used to look up the message in a message registry.
Typestring
Read OnlyTrue
AddediLO7 1.11

Messages[{item}].RelatedProperties (array) Member of Task.v1_3_0.Task

RelatedProperties is an array containing elements of:

RelatedProperties[{item}] Member of Task.v1_3_0.Task

Typestring
Read OnlyTrue
AddediLO7 1.11

Messages[{item}].Resolution Member of Task.v1_3_0.Task

DescriptionUsed to provide suggestions on how to resolve the situation that caused the error.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Messages[{item}].Severity Member of Task.v1_3_0.Task

DescriptionThis is the severity of the event.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
OKNormal
WarningA condition exists that requires attention
CriticalA critical condition exists that requires immediate attention

Payload

Payload.HttpHeaders (array) Member of Task.v1_3_0.Task

HttpHeaders is an array containing elements of:

HttpHeaders[{item}] Member of Task.v1_3_0.Task

Typestring
Read OnlyTrue
AddediLO7 1.11

Payload.HttpOperation Member of Task.v1_3_0.Task

DescriptionThe HTTP operation to perform to execute this Task.
Typestring
Read OnlyTrue
AddediLO7 1.11

Payload.JsonBody Member of Task.v1_3_0.Task

DescriptionThis property contains the JSON payload to use in the execution of this Task.
Typestring
Read OnlyTrue
AddediLO7 1.11

Payload.TargetUri Member of Task.v1_3_0.Task

DescriptionThe URI of the target for this task.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

StartTime

Member of Task.v1_3_0.Task

DescriptionThe date-time stamp that the task was last started.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

TaskMonitor

Member of Task.v1_3_0.Task

DescriptionThe URI of the Task Monitor for this task.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

TaskState

Member of Task.v1_3_0.Task

DescriptionThe state of the task.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NewA new task.
StartingTask is starting.
RunningTask is running normally.
SuspendedTask has been suspended.
InterruptedTask has been interrupted.
PendingTask is pending and has not started.
StoppingTask is in the process of stopping.
CompletedTask has completed.
KilledTask was terminated.
ExceptionTask has stopped due to an exception condition.
ServiceTask is running as a service.

TaskStatus

Member of Task.v1_3_0.Task

DescriptionThis is the completion status of the task.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
OKNormal.
WarningA condition exists that requires attention.
CriticalA critical condition exists that requires immediate attention.

TaskCollection

@odata.type: "#TaskCollection.TaskCollection"

A Collection of Task resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/taskservice/tasksGET
Link NameDestination type
Members[]Task

Members (array)

Member of TaskCollection.TaskCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of TaskCollection.TaskCollection

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

TaskService

@odata.type: "#TaskService.v1_1_1.TaskService"

The TaskService resource describes the Task service. It represents the properties for the service itself and has links to the actual list of tasks.

Resource Instances

UriHTTP Allow
/redfish/v1/taskserviceGET
Link NameDestination type
TasksCollection of Task

CompletedTaskOverWritePolicy

Member of TaskService.v1_1_1.TaskService

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
ManualCompleted tasks are not automatically overwritten.
OldestOldest completed tasks are overwritten.

DateTime

Member of TaskService.v1_1_1.TaskService

DescriptionThe current DateTime (with offset) setting that the task service is using.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

LifeCycleEventOnTaskStateChange

Member of TaskService.v1_1_1.TaskService

DescriptionSend an Event upon Task State Change.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

ServiceEnabled

Member of TaskService.v1_1_1.TaskService

DescriptionThis indicates whether this service is enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Status

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

Tasks

This property references a resource of type Collection with a MemberType of TaskCollection. Tasks is a link ("@odata.id": URI) to another resource.

TelemetryService

@odata.type: "#TelemetryService.v1_0_0.TelemetryService"

The TelemetryService resource describes the Metrics Service.

Telemetry not supported on AMD platforms

Telemetry Service is supported only on Intel platform. On AMD systems, performing GET on /redfish/v1/TelemetryService will return 400 Error Operation not supported.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryserviceGET
Link NameDestination type
MetricReportsCollection of MetricReport
MetricReportDefinitionsCollection of MetricDefinition
TriggersCollection of Triggers

MaxReports

Member of TelemetryService.v1_0_0.TelemetryService

DescriptionThe maximum number of metric reports supported by this service.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

MetricDefinitions

A link to the collection of Metric Definitions. MetricDefinitions is a link ("@odata.id": URI) to another resource.

MetricReportDefinitions

A link to the collection of Metric Reports. MetricReportDefinitions is a link ("@odata.id": URI) to another resource.

MetricReports

A link to the collection of Metric Reports. MetricReports is a link ("@odata.id": URI) to another resource.

MinCollectionInterval

Member of TelemetryService.v1_0_0.TelemetryService

DescriptionThe minimum time interval between collections supported by this service.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Status

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

SupportedCollectionFunctions (array)

Member of TelemetryService.v1_0_0.TelemetryService

SupportedCollectionFunctions is an array containing elements of:

SupportedCollectionFunctions[{item}] Member of TelemetryService.v1_0_0.TelemetryService

DescriptionAn operation to perform over the sample.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
AverageAn averaging function.
MaximumA maximum function.
MinimumA minimum function.
SummationA summation function.

Triggers

A link to the collection of Triggers, which apply to metrics. Triggers is a link ("@odata.id": URI) to another resource.

Thermal

@odata.type: "#Thermal.v1_7_1.Thermal"

The Thermal resource describes the system thermal metrics. It represents the properties for temperature and cooling.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalGET PATCH

Fans (array)

Member of Thermal.v1_7_1.Thermal

Fans is an array containing elements of:

Fans[{item}].@odata.id Member of Thermal.v1_7_1.Thermal

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Fans[{item}].CorrelatableID Member of Thermal.v1_7_1.Thermal

DescriptionThe CorrelatableID for this fan.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].LowerThresholdCritical Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range but not yet fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].LowerThresholdFatal Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range and is fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].LowerThresholdNonCritical Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].MaximumValue Member of Thermal.v1_7_1.Thermal

DescriptionMaximum value for CurrentReading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].MemberId Member of Thermal.v1_7_1.Thermal

DescriptionThis is the identifier for the member within the collection.
Typestring
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].MinimumValue Member of Thermal.v1_7_1.Thermal

DescriptionMinimum value for CurrentReading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].Oem.Hpe.HotPluggable Member of Thermal.v1_7_1.Thermal

DescriptionIndicates if the fan can be replaced while server is running.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].Oem.Hpe.IsLiquidCooling Member of Thermal.v1_7_1.Thermal

DescriptionIndicates that the device is Liquid cooling device or not.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].Oem.Hpe.Location Member of Thermal.v1_7_1.Thermal

DescriptionIndicates the component (i.e. CPU, Memory, and Storage) that the fan is being used to cool.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
System
System Board
I/O Board
CPU
Memory
Storage
Removable Media
Power Supply
Ambient
Chassis
Bridge Board
Exhaust
Processor Bay
IO Bay
Blade Slot
Virtual

Fans[{item}].Oem.Hpe.Redundant Member of Thermal.v1_7_1.Thermal

DescriptionIndicates if the fan is in a redundant configuration.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].PhysicalContext Member of Thermal.v1_7_1.Thermal

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

Fans[{item}].Reading Member of Thermal.v1_7_1.Thermal

DescriptionThe current speed of the fan.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].ReadingUnits Member of Thermal.v1_7_1.Thermal

DescriptionUnits for the CurrentReading.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

Value
Null
Percent

Fans[{item}].Status Member of Thermal.v1_7_1.Thermal See the Redfish standard schema and specification for information on common Status object.

Fans[{item}].UpperThresholdCritical Member of Thermal.v1_7_1.Thermal

DescriptionAbove normal range but not yet fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].UpperThresholdFatal Member of Thermal.v1_7_1.Thermal

DescriptionAbove normal range and is fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Fans[{item}].UpperThresholdNonCritical Member of Thermal.v1_7_1.Thermal

DescriptionAbove normal range.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.FanPercentAdjust

Member of Thermal.v1_7_1.Thermal

DescriptionSystem-wide setting for fan +/- percentage adjustment.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.FanPercentMinimum

Member of Thermal.v1_7_1.Thermal

DescriptionSystem-wide setting for fan speed minimum percentage.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.LiquidCoolingLeakageDetected

Member of Thermal.v1_7_1.Thermal

DescriptionSpecifies whether a leakage is detected in the liquid cooling module.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ThermalConfiguration

Member of Thermal.v1_7_1.Thermal

DescriptionThe value of this property selects the fan cooling method for the system.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
OptimalCoolingProvides the most efficient solution by configuring fan speeds to the minimum required to provide adequate cooling
IncreasedCoolingOperates fans at a higher speed.
MaximumCoolingProvides the maximum cooling available for the system.
EnhancedCoolingProvides additional cooling to the processors, which can improve performance.
SmoothCoolingProvides a smoother fan response with less aggressive parameter settings to reduce fan speed variations.

Status

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

Temperatures (array)

Member of Thermal.v1_7_1.Thermal

Temperatures is an array containing elements of:

Temperatures[{item}].@odata.id Member of Thermal.v1_7_1.Thermal

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Temperatures[{item}].CorrelatableID Member of Thermal.v1_7_1.Thermal

DescriptionThe CorrelatableID for this temperature sensor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].LowerThresholdCritical Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range but not yet fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].LowerThresholdFatal Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range and is fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].LowerThresholdNonCritical Member of Thermal.v1_7_1.Thermal

DescriptionBelow normal range.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].MaximumValue Member of Thermal.v1_7_1.Thermal

DescriptionMaximum value for CurrentReading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].MemberId Member of Thermal.v1_7_1.Thermal

DescriptionThis is the identifier for the member within the collection.
Typestring
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].MinimumValue Member of Thermal.v1_7_1.Thermal

DescriptionMinimum value for CurrentReading.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.CriticalTempUserThreshold Member of Thermal.v1_7_1.Thermal

DescriptionUser provided temperature threshold value for the sensor that results in a critical alert.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.LocationXmm Member of Thermal.v1_7_1.Thermal

DescriptionThe location of the sensor, in millimeters, along the X axis from the logical reference point.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.LocationYmm Member of Thermal.v1_7_1.Thermal

DescriptionThe location of the sensor, in millimeters, along the Y axis from the logical reference point.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.LocationZmm Member of Thermal.v1_7_1.Thermal

DescriptionThe location of the sensor, in millimeters, along the Z axis from the logical reference point.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.MainSensorName Member of Thermal.v1_7_1.Thermal

DescriptionSensor name of main temperature sensor that has atleast one sub sensor
Typestring
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Oem.Hpe.WarningTempUserThreshold Member of Thermal.v1_7_1.Thermal

DescriptionUser provided temperature threshold value for the sensor that results in a warning alert.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].PhysicalContext Member of Thermal.v1_7_1.Thermal

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
RoomThe room.
IntakeThe air intake point or points or region of the chassis.
ExhaustThe air exhaust point or points or region of the chassis.
LiquidInletThe liquid inlet point of the chassis.
LiquidOutletThe liquid outlet point of the chassis.
FrontThe front of the chassis.
BackThe back of the chassis.
UpperThe upper portion of the chassis.
LowerThe lower portion of the chassis.
CPUA processor (CPU).
CPUSubsystemThe entire processor (CPU) subsystem.
GPUA graphics processor (GPU).
GPUSubsystemThe entire graphics processor (GPU) subsystem.
FPGAAn FPGA.
AcceleratorAn accelerator.
ASICAn ASIC device, such as a networking chip or chipset component.
BackplaneA backplane within the chassis.
SystemBoardThe system board (PCB).
PowerSupplyA power supply.
VoltageRegulatorA voltage regulator device.
RectifierA rectifier device.
StorageDeviceA storage device.
NetworkingDeviceA networking device.
ComputeBayWithin a compute bay.
StorageBayWithin a storage bay.
NetworkBayWithin a networking bay.
ExpansionBayWithin an expansion bay.
PowerSupplyBayWithin a power supply bay.
MemoryA memory device.
MemorySubsystemThe entire memory subsystem.
ChassisThe entire chassis.
FanA fan.
CoolingSubsystemThe entire cooling, or air and liquid, subsystem.
MotorA motor.
TransformerA transformer.
ACUtilityInputAn AC utility input.
ACStaticBypassInputAn AC static bypass input.
ACMaintenanceBypassInputAn AC maintenance bypass input.
DCBusA DC bus.
ACOutputAn AC output.
ACInputAn AC input.
TrustedModuleA trusted module.
BoardA circuit board.
TransceiverA transceiver.
BatteryA battery.
PumpA pump.

Temperatures[{item}].ReadingCelsius Member of Thermal.v1_7_1.Thermal

DescriptionThe current reading of the temperature sensor.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].SensorNumber Member of Thermal.v1_7_1.Thermal

DescriptionA numerical identifier to represent the temperature sensor.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].Status Member of Thermal.v1_7_1.Thermal See the Redfish standard schema and specification for information on common Status object.

Temperatures[{item}].UpperThresholdCritical Member of Thermal.v1_7_1.Thermal

DescriptionAbove normal range but not yet fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].UpperThresholdFatal Member of Thermal.v1_7_1.Thermal

DescriptionAbove normal range and is fatal.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Temperatures[{item}].UpperThresholdNonCritical Member of Thermal.v1_7_1.Thermal

DescriptionThe noncritical temperature threshold.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Actions

HpeThermalExt.SetUserTempThreshold Member of Thermal.v1_7_1.Thermal The action to set a user defined threshold for a PCIe slot temperature sensor.

Parameters:

AlertType (string)

Alert type thrown when user defined temperature threshold is exceeded.

ValueDescription
CriticalGenerate a critical alert when user threshold exceeded.
WarningGenerate a warning alert when user threshold exceeded.

SensorNumber (integer)

Sensor number of the sensor to be monitored.

ThresholdValue (integer)

Temperature thershold that once passed will issue an alert.

ThermalMetrics

@odata.type: "#ThermalMetrics.v1_3_1.ThermalMetrics"

The ThermalMetrics schema represents the thermal metrics of a chassis.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystem/thermalmetricsGET

PowerWatts

PowerWatts.Reading Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe sensor value
Typenumber or null
Read OnlyTrue
AddediLO7 1.11

TemperatureReadingsCelsius (array)

Member of ThermalMetrics.v1_3_1.ThermalMetrics

TemperatureReadingsCelsius is an array containing elements of:

TemperatureReadingsCelsius[{item}].DeviceName Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe name of the device.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

TemperatureReadingsCelsius[{item}].PhysicalContext Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionDescribes the area or device to which this voltage measurement applies.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
RoomThe room
IntakeThe intake point of the chassis
ExhaustThe exhaust point of the chassis
FrontThe front of the chassis
BackThe back of the chassis
UpperThe upper portion of the chassis
LowerThe lower portion of the chassis
CPUA Processor (CPU)
GPUA Graphics Processor (GPU)
BackplaneA backplane within the chassis
SystemBoardThe system board (PCB)
PowerSupplyA power supply
VoltageRegulatorA voltage regulator device
StorageDeviceA storage device
NetworkingDeviceA networking device
ComputeBayWithin a compute bay
StorageBayWithin a storage bay
NetworkBayWithin a networking bay
ExpansionBayWithin an expansion bay
PowerSupplyBayWithin a power supply bay

TemperatureReadingsCelsius[{item}].Reading Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe sensor value.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

TemperatureReadingsCelsius@odata.count

Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe number of items in a collection.
Typeinteger
Read OnlyTrue
AddediLO7 1.11

TemperatureSummaryCelsius

TemperatureSummaryCelsius.Ambient TemperatureSummaryCelsius.Ambient.DataSourceUri Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe link to the resource that provides the data for this sensor.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

TemperatureSummaryCelsius.Ambient.Reading Member of ThermalMetrics.v1_3_1.ThermalMetrics

DescriptionThe sensor value
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

ThermalSubsystem

@odata.type: "#ThermalSubsystem.v1_3_2.ThermalSubsystem"

This ThermalSubsystem schema contains the definition for the thermal subsystem of a chassis.

Resource Instances

UriHTTP Allow
/redfish/v1/chassis/{item}/thermalsubsystemGET PATCH
Link NameDestination type
FansCollection of Fan

Fans

The link to the summary of Fan Collection for this subsystem. Fans is a link ("@odata.id": URI) to another resource.

Oem.Hpe.FanPercentAdjust

Member of ThermalSubsystem.v1_3_2.ThermalSubsystem

DescriptionSystem-wide setting for fan +/- percentage adjustment.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.FanPercentMinimum

Member of ThermalSubsystem.v1_3_2.ThermalSubsystem

DescriptionSystem-wide setting for fan speed minimum percentage.
Typeinteger
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.LiquidCoolingLeakageDetected

Member of ThermalSubsystem.v1_3_2.ThermalSubsystem

DescriptionSpecifies whether a leakage is detected in the liquid cooling module.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ThermalConfiguration

Member of ThermalSubsystem.v1_3_2.ThermalSubsystem

DescriptionThe value of this property selects the fan cooling method for the system.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
OptimalCoolingProvides the most efficient solution by configuring fan speeds to the minimum required to provide adequate cooling
IncreasedCoolingOperates fans at a higher speed.
MaximumCoolingProvides the maximum cooling available for the system.
EnhancedCoolingProvides additional cooling to the processors, which can improve performance.
SmoothCoolingProvides a smoother fan response with less aggressive parameter settings to reduce fan speed variations.

Pumps

A link to the pumps for this equipment. Pumps is a link ("@odata.id": URI) to another resource.

ThermalMetrics

The link to the summary of thermal metrics for this subsystem. ThermalMetrics is a link ("@odata.id": URI) to another resource.

Actions

Triggers

@odata.type: "#Triggers.v1_0_0.Triggers"

The Triggers resource describes the a metric trigger, which apply to metrics.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/triggers/{item}GET PATCH

MetricProperties (array)

Member of Triggers.v1_0_0.Triggers

MetricProperties is an array containing elements of:

MetricProperties[{item}] Member of Triggers.v1_0_0.Triggers

Typestring or null
Read OnlyTrue
AddediLO7 1.11

MetricType

Member of Triggers.v1_0_0.Triggers

DescriptionSpecifies the type of metric for which the trigger is configured.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NumericThe trigger is for numeric sensor.
DiscreteThe trigger is for a discrete sensor.

NumericThresholds

NumericThresholds.LowerCritical NumericThresholds.LowerCritical.Activation Member of Triggers.v1_0_0.Triggers

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

NumericThresholds.LowerCritical.DwellTime Member of Triggers.v1_0_0.Triggers

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.LowerCritical.Reading Member of Triggers.v1_0_0.Triggers

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.LowerWarning NumericThresholds.LowerWarning.Activation Member of Triggers.v1_0_0.Triggers

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

NumericThresholds.LowerWarning.DwellTime Member of Triggers.v1_0_0.Triggers

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.LowerWarning.Reading Member of Triggers.v1_0_0.Triggers

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.UpperCritical NumericThresholds.UpperCritical.Activation Member of Triggers.v1_0_0.Triggers

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

NumericThresholds.UpperCritical.DwellTime Member of Triggers.v1_0_0.Triggers

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.UpperCritical.Reading Member of Triggers.v1_0_0.Triggers

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.UpperWarning NumericThresholds.UpperWarning.Activation Member of Triggers.v1_0_0.Triggers

DescriptionThe direction of crossing that activates this threshold.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IncreasingValue increases above the threshold.
DecreasingValue decreases below the threshold.
EitherValue crosses the threshold in either direction.

NumericThresholds.UpperWarning.DwellTime Member of Triggers.v1_0_0.Triggers

DescriptionThe time interval over which the sensor reading must have passed through this Threshold value before the threshold is considered to be violated.
Typestring or null
Read OnlyFalse
AddediLO7 1.11

NumericThresholds.UpperWarning.Reading Member of Triggers.v1_0_0.Triggers

DescriptionThe threshold value.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Status

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

TriggerActions (array)

Member of Triggers.v1_0_0.Triggers

TriggerActions is an array containing elements of:

TriggerActions[{item}] Member of Triggers.v1_0_0.Triggers

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
LogToLogServiceUpon a trigger, record in a log.
RedfishEventUpon a trigger, send a Redfish Event message of type MetricReport.

TriggersCollection

@odata.type: "#TriggersCollection.TriggersCollection"

A Collection of Triggers resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/telemetryservice/triggersGET
Link NameDestination type
Members[]Triggers

Members (array)

Member of TriggersCollection.TriggersCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of TriggersCollection.TriggersCollection

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

UpdateService

@odata.type: "#UpdateService.v1_2_1.UpdateService"

The UpdateService resource describes the Update Service. It represents the properties for the service itself and has links to collections of firmware and software inventory.

Resource Instances

UriHTTP Allow
/redfish/v1/updateserviceGET PATCH
Link NameDestination type
Oem/Hpe/UpdateTaskQueueCollection of HpeComponentUpdateTask
RunningSoftwareInventoryCollection of HpeiLORunningSoftwareInventory
FirmwareInventoryCollection of SoftwareInventory
Oem/Hpe/InstallSetsCollection of HpeComponentInstallSet
Oem/Hpe/ComponentRepositoryCollection of HpeComponent
SoftwareInventoryCollection of SoftwareInventory

FirmwareInventory

Link to Firmware Inventory. FirmwareInventory is a link ("@odata.id": URI) to another resource.

HttpPushUri

Member of UpdateService.v1_2_1.UpdateService

DescriptionThe URI to which a client may POST an update image.
Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.Accept3rdPartyFirmware

Member of UpdateService.v1_2_1.UpdateService

DescriptionEnable or disable support for 3rd party firmware update packages.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.BundleUpdateReport

Link to the Bundle Update report. BundleUpdateReport is a link ("@odata.id": URI) to another resource.

Oem.Hpe.Capabilities

Oem.Hpe.Capabilities.BundleDowngradeSupport Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports downgrade capability for cloud based updates.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Capabilities.COMBootToUefiShellSupport Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports booting to Uefi shell for cloud based updates.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Capabilities.COMVCSupport Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports pending reset for bundle update.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Capabilities.HostPoweroffSupport Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports HOST power off.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Capabilities.OfflineRuntimeBundleUpdate Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports offline type D installation.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
SecureStandardModeiLO supports offline type D installation in SecureStandard Mode only.
AllModesiLO supports offline type D installation in all security states viz, SecureStandard , FIPS and CNSA.

Oem.Hpe.Capabilities.PLDMFirmwareUpdate Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports PLDM firmware updates.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Capabilities.UpdateFWPKG Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates whether iLO supports FWPKG 2.0 firmware images.
Typeboolean
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.ComponentRepository

Link to the Component Repository. ComponentRepository is a link ("@odata.id": URI) to another resource.

Oem.Hpe.CurrentTime

Member of UpdateService.v1_2_1.UpdateService

DescriptionISO 8601 Redfish-style time string of the current iLO time (the reference for all scheduling)
Typestring
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.DowngradePolicy

Member of UpdateService.v1_2_1.UpdateService

DescriptionCan be used to restrict the firmware downgrade.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
AllowDowngradeDowngrading firmware is allowed.
RecoveryDowngradeDowngrading firmware is allowed by a user with the Recovery Set privilege.
NoDowngradeDowngrading firmware is not allowed. This is a permanent setting and cannot be undone.

Oem.Hpe.FirmwareIntegrity

Oem.Hpe.FirmwareIntegrity.EnableBackgroundScan Member of UpdateService.v1_2_1.UpdateService

DescriptionEnables or disables background scan of critical firmware.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.FirmwareIntegrity.LastFailedImageUri Member of UpdateService.v1_2_1.UpdateService

DescriptionThis is a link to the binary image of the firmware that failed an integrity check and is intended for diagnostic purposes.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Oem.Hpe.FirmwareIntegrity.LastScanResult Member of UpdateService.v1_2_1.UpdateService

DescriptionThe firmware integrity scan engine status.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
OKThe last firmware integrity scan completed without finding any issues.
RepairedThe last firmware integrity scan successfully repaired an issue. Refer to the event log for details.
FailureThe last firmware integrity scan failed to complete or repair an issue. Refer to the event log for details.
StoppedThe last firmware integrity scan was stopped prior to completion. Refer to the event log for details.

Oem.Hpe.FirmwareIntegrity.LastScanTime Member of UpdateService.v1_2_1.UpdateService

DescriptionThe time stamp of the last firmware integrity scan.
Typestring or null
Read OnlyTrue
AddediLO7 1.11
Formatdate-time

Oem.Hpe.FirmwareIntegrity.OnIntegrityFailure Member of UpdateService.v1_2_1.UpdateService

DescriptionSets the policy for how the firmware integrity check handles integrity failures.
Typestring
Read OnlyFalse
AddediLO7 1.11

The following are the supported values:

ValueDescription
LogOnlyLog failures to the iLO event log but do not automatically attempt to repair.
LogAndRepairAutomaticallyLog failures to the iLO event log and automatically attempt to repair.

Oem.Hpe.FirmwareIntegrity.ScanEveryDays Member of UpdateService.v1_2_1.UpdateService

DescriptionSets the interval between firmware integrity scans in 24 hour increments.
Typeinteger or null
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.FlashProgressPercent

Member of UpdateService.v1_2_1.UpdateService

DescriptionThis is the percent complete for an iLO flash operation. It is only valid when State is Updating.
Typeinteger or null
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.InstallSets

Link to the Install Sets collection. InstallSets is a link ("@odata.id": URI) to another resource.

Oem.Hpe.InvalidImageRepository

Link to the Invalid Image Repository. InvalidImageRepository is a link ("@odata.id": URI) to another resource.

Oem.Hpe.MaintenanceWindows

Link to the Maintenance Windows. MaintenanceWindows is a link ("@odata.id": URI) to another resource.

Oem.Hpe.Result

Oem.Hpe.Result.MessageArgs (array) Member of UpdateService.v1_2_1.UpdateService

MessageArgs is an array containing elements of:

MessageArgs[{item}] Member of UpdateService.v1_2_1.UpdateService

Typestring
Read OnlyTrue
AddediLO7 1.11

Oem.Hpe.Result.MessageId Member of UpdateService.v1_2_1.UpdateService

DescriptionThe key for this message that can be used to look up the message in a message registry.
Typestring
Read OnlyFalse
AddediLO7 1.11

Oem.Hpe.RunningSoftwareInventory

Link to the Running Software. RunningSoftwareInventory is a link ("@odata.id": URI) to another resource.

Oem.Hpe.State

Member of UpdateService.v1_2_1.UpdateService

Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
IdleThe update service is idle.
UploadingThe update service is receiving a new component.
VerifyingThe update service is verifying the integrity of a new component.
WritingThe update service is writing a new component to the iLO Repository.
UpdatingThe update service is updating (flashing) firmware.
CompleteThe update service has completed up upload or update operation.
ErrorThe upload service encountered an error. See Result for detail.

Oem.Hpe.UpdateTaskQueue

Link to the Update Task Queue. UpdateTaskQueue is a link ("@odata.id": URI) to another resource.

Oem.Hpe.UploadCurrentEtag

Member of UpdateService.v1_2_1.UpdateService

Descriptionclient-supplied etag (during component upload) indicating to what UploadStatus is reporting upon.
Typestring
Read OnlyTrue
AddediLO7 1.11

ServiceEnabled

Member of UpdateService.v1_2_1.UpdateService

DescriptionIndicates if the Update Service is enabled.
Typeboolean or null
Read OnlyTrue
AddediLO7 1.11

SoftwareInventory

Link to Software Inventory. This is only available when the Agentless Management Service is running. SoftwareInventory is a link ("@odata.id": URI) to another resource.

Actions

UpdateService.SimpleUpdate Member of UpdateService.v1_2_1.UpdateService

Parameters:

Username (string)

The username credential required for authentication to fetch image.

TransferProtocol (string)

ValueDescription
HTTPHypertext Transfer Protocol
HTTPSHTTP Secure protocol

ImageURI (string)

Password (string)

The password credential required for authentication to fetch image.

Targets (array)

Target Redfish URI

HpeiLOUpdateServiceExt.DeleteInstallSets Member of UpdateService.v1_2_1.UpdateService

Parameters:

IncludeRecoverySet (boolean)

HpeiLOUpdateServiceExt.DeleteUnlockedComponents Member of UpdateService.v1_2_1.UpdateService There are no parameters for this action.

HpeiLOUpdateServiceExt.DeleteMaintenanceWindows Member of UpdateService.v1_2_1.UpdateService There are no parameters for this action.

HpeiLOUpdateServiceExt.AddFromUri Member of UpdateService.v1_2_1.UpdateService

Parameters:

UpdateTarget (boolean)

If true the action will flash the target.

UpdateRecoverySet (boolean)

If true the action will update the system recovery set if it contains a matching target after the repository is updated.

UploadCurrentEtag (string)

client-supplied etag (during component upload) indicating to what UploadStatus is reporting upon.

VirtualMedia

@odata.type: "#VirtualMedia.v1_3_0.VirtualMedia"

The VirtualMedia resource describes the BMC virtual media feature.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/virtualmedia/{item}GET PATCH

ConnectedVia

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionSpecifies how the virtual media is connected to the server.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
NullA value is temporarily unavailable
NotConnectedNo current connection.
URIConnected to a URI location.
AppletConnected to a client application.

Image

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionThe valid URI indicating the image that is mounted on this server. A null value indicates that no image exists.
Typestring or null
Read OnlyFalse
AddediLO7 1.11
Formaturi-reference

ImageName

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionThe name of the image that is mounted on this server. This is usually provided when a URL image is mounted through scripted virtual media.
Typestring or null
Read OnlyTrue
AddediLO7 1.11

Inserted

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionIndicates whether the virtual media is mounted on the server.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

MediaTypes (array)

Member of VirtualMedia.v1_3_0.VirtualMedia

MediaTypes is an array containing elements of:

MediaTypes[{item}] Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionThe array of supported media types for this connection.
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
CDA CD-ROM format (ISO) image.
FloppyA floppy disk image.
USBStickAn emulation of a USB storage device.
DVDA DVD-ROM format image.

Oem.Hpe.BootOnNextServerReset

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionIf set to true, the server will boot to this image on the next server reboot. The image will be ejected automatically on the second server reboot so that the server does not boot to this image twice.
Typeboolean
Read OnlyFalse
AddediLO7 1.11

TransferProtocolType

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionNetwork Protocol to use with the image
Typestring
Read OnlyTrue
AddediLO7 1.11

The following are the supported values:

ValueDescription
CIFSCommon Internet File System protocol.
FTPFile Transfer Protocol.
SFTPSecure File Transfer Protocol.
HTTPHypertext Transfer Protocol.
HTTPSHTTP Secure protocol.
NFSNetwork File System protocol.
SCPSecure File Copy protocol.
TFTPTrivial File Transfer Protocol.
OEMA protocol defined by the manufacturer.

WriteProtected

Member of VirtualMedia.v1_3_0.VirtualMedia

DescriptionIndicates whether the virtual media is protected against write operations.
Typeboolean or null
Read OnlyFalse
AddediLO7 1.11

Actions

VirtualMedia.InsertMedia Member of VirtualMedia.v1_3_0.VirtualMedia

Parameters:

TransferProtocolType (string)

Network Protocol to use with the image

ValueDescription
FTPFile Transfer Protocol.
HTTPHypertext Transfer Protocol.
CIFSCommon Internet File System protocol.
HTTPSHTTP Secure protocol.
SFTPSecure File Transfer Protocol.
NFSNetwork File System protocol.
OEMA protocol defined by the manufacturer.
TFTPTrivial File Transfer Protocol.
SCPSecure File Copy protocol.

Image (string)

The URI of the remote media to attach to the virtual media.

WriteProtected (boolean)

Indicates whether the virtual media is protected against write operations. If this parameter is not provided by the client, the service shall default this value to be true.

Inserted (boolean)

Indicates if the image is to be treated as inserted upon completion of the action. If this parameter is not provided by the client, the service shall default this value to be true.

VirtualMedia.EjectMedia Member of VirtualMedia.v1_3_0.VirtualMedia There are no parameters for this action.

HpeiLOVirtualMedia.InsertVirtualMedia Member of VirtualMedia.v1_3_0.VirtualMedia

Parameters:

Certificate (string)

A PEM encoded X509 certificate used to validate the https server.

Image (string)

A URL for an ISO, BIN, or IMG file locating the virtual media image.

Intent (string)

A text description of the reason for this action invocation.

Signature (string)

A RSA2048 SHA-256 signature validating the provided Intent (Base64 encoded).

WriteProtected (boolean)

Indicates whether the virtual media is protected against write operations.

HpeiLOVirtualMedia.EjectVirtualMedia Member of VirtualMedia.v1_3_0.VirtualMedia

Parameters:

Intent (string)

A text description of the reason for this action invocation.

Signature (string)

A RSA2048 SHA-256 signature validating the provided Intent (Base64 encoded).

VirtualMediaCollection

@odata.type: "#VirtualMediaCollection.VirtualMediaCollection"

A Collection of VirtualMedia resource instances.

Resource Instances

UriHTTP Allow
/redfish/v1/managers/{item}/virtualmediaGET
Link NameDestination type
Members[]VirtualMedia

Members (array)

Member of VirtualMediaCollection.VirtualMediaCollection

Members is an array containing elements of:

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

Typestring
Read OnlyTrue
AddediLO7 1.11
Formaturi-reference

Members@odata.count

Member of VirtualMediaCollection.VirtualMediaCollection

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