From e688b278d2859d4aa6a76976660dc51621da98e8 Mon Sep 17 00:00:00 2001 From: Maho Takara Date: Wed, 19 Jul 2023 11:23:55 +0900 Subject: [PATCH] iDRAC9 F/W ver up and RedFish ver up (#88) * Adapting latest OMSA version * add comments * Improve Dockerfile * change for OMSA v11.0.0.0 * add redfish rule for v1.17 * fix issue * rebuild rules for v.1.17 * add the entries of base-rule for v1.11 * fix typo * change unreleased section * change for review comment * run go run ../pkg/render-rules * re-make collector rule * add the test cases with real data * revert changing converter.go * name change to appropriate * add base-rule for v1.17 and shell * change filename to avoid confusing * change for review comment * change for review comment * delete rule.yaml --- README.md | 12 +- base-rules/dell-redfish-v117.yaml | 100 + base-rules/run_generate-rule.sh | 33 + docker/Dockerfile | 29 +- docker/systemctl-dummy | 2 + docs/monitor-hw.md | 2 +- pkg/monitor-hw/cmd/dell.go | 4 +- pkg/setup-apply-firmware/dell.go | 6 +- pkg/setup-hw/dell.go | 6 +- pkg/setup-isoreboot/dell.go | 2 +- redfish/rendered_rules.go | 910 + redfish/rules/dell_redfish_1.17.0.yml | 449 + redfish/stub_client_test.go | 91 + redfish/stub_test.go | 840 + testdata/redfish-1.17-from-idrac9-v7.json | 181197 +++++++++++++++++++ 15 files changed, 183658 insertions(+), 25 deletions(-) create mode 100644 base-rules/dell-redfish-v117.yaml create mode 100755 base-rules/run_generate-rule.sh create mode 100755 docker/systemctl-dummy create mode 100644 redfish/rules/dell_redfish_1.17.0.yml create mode 100644 redfish/stub_client_test.go create mode 100644 redfish/stub_test.go create mode 100644 testdata/redfish-1.17-from-idrac9-v7.json diff --git a/README.md b/README.md index ae839cd..ce34bae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Hardware setup container This repository contains a Dockerfile and associated tools to build a container image for configuring/monitoring server [BMC][] and [BIOS][]. -Specifically, the image bundles `idracadm7` from [OMSA][] for Dell servers. +Specifically, the image bundles `racadm` from [OMSA][] for Dell servers. Usage ----- @@ -14,12 +14,13 @@ Usage ### Build ```console -$ docker build -t setup-hw:latest docker +$ cd setup-hw +$ make build-image ``` ### Run as a system service -The container need to be run as a system service before using `idracadm7` or [`setup-hw`](docs/setup-hw.md). +The container need to be run as a system service before using `racadm` or [`setup-hw`](docs/setup-hw.md). ```console $ sudo mkdir -p /var/lib/setup-hw @@ -48,10 +49,10 @@ by default. You must prepare [configuration files](docs/config.md) before running `monitor-hw`. -### Run idracadm7 +### Run racadm ```console -$ docker exec setup-hw idracadm7 ... +$ docker exec setup-hw racadm ... ``` ### Run `setup-hw` @@ -64,3 +65,4 @@ See the [document](docs/setup-hw.md) for details. [BIOS]: https://en.wikipedia.org/wiki/BIOS [OMSA]: https://en.wikipedia.org/wiki/OpenManage#OMSA_%E2%80%93_OpenManage_Server_Administrator [Prometheus]: https://prometheus.io/ +[Dell Remote Access Controller 9 RACADM CLI Guide]: https://www.dell.com/support/manuals/ja-jp/poweredge-r7415/idrac9_7.xx_racadm_pub/introduction diff --git a/base-rules/dell-redfish-v117.yaml b/base-rules/dell-redfish-v117.yaml new file mode 100644 index 0000000..d366cae --- /dev/null +++ b/base-rules/dell-redfish-v117.yaml @@ -0,0 +1,100 @@ +Traverse: + Root: /redfish/v1 + Excludes: + # Schemas + - /JsonSchemas + # Non-metric properties + - /Accounts + - /Certificates + - /Jobs + - /Logs + - /Registries + - /Roles + - /Sessions + - /Settings + # Services + - /AccountService + - /CertificateService + - /EventService + - /JobService + - /LogServices + - /SessionService + - /TaskService + - /TelemetryService + - /UpdateService + - /LicenseService + # Sub-metrics included in /Power or /Thermal + - /Power/ + - /Power#/ + - /Thermal#/ + - /Assembly#/ + # Redundant page with extra trailing slash + - /redfish/v1/Chassis/$ + +Metrics: + ## Chassis + - Path: /redfish/v1/Chassis/{chassis} + - Path: /redfish/v1/Chassis/{chassis}/Assembly + - Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic} + - Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic}/NetworkDeviceFunctions/{function} + - Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic}/NetworkPorts/{port} + - Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic}/Ports/{port} + - Path: /redfish/v1/Chassis/{chassis}/PCIeDevices/{device} + - Path: /redfish/v1/Chassis/{chassis}/PCIeDevices/{device}/PCIeFunctions/{function} + - Path: /redfish/v1/Chassis/{chassis}/PCIeSlots + - Path: /redfish/v1/Chassis/{chassis}/Power + - Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem + - Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit} + - Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit}/Metrics + - Path: /redfish/v1/Chassis/{chassis}/Sensors/{sensor} + - Path: /redfish/v1/Chassis/{chassis}/Thermal + - Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem + - Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem/Fans/{unit} + - Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem/ThermalMetrics + + ## Dell + - Path: /redfish/v1/Dell/Chassis/{system}/DellAssembly/{assembly} + - Path: /redfish/v1/Dell/Systems/{system}/DellNumericSensor/{sensor} + - Path: /redfish/v1/Dell/Systems/{system}/DellPCIeFunction/{function} + - Path: /redfish/v1/Dell/Systems/{system}/DellPSNumericSensor/{sensor} + - Path: /redfish/v1/Dell/Systems/{system}/DellSensor/{sensor} + - Path: /redfish/v1/Dell/Systems/{system}/DellSlot/{slot} + - Path: /redfish/v1/Dell/Systems/{system}/Memory/DellMemory/{memory} + - Path: /redfish/v1/Dell/Systems/{system}/NetworkAdapters/NetworkDeviceFunctions/DellNICPortMetrics/{port} + - Path: /redfish/v1/Dell/Systems/{system}/NetworkDeviceFunctions/DellNIC/{nic} + - Path: /redfish/v1/Dell/Systems/{system}/NetworkDeviceFunctions/DellNICCapabilities/{nic} + - Path: /redfish/v1/Dell/Systems/{system}/NetworkPorts/DellSwitchConnection/{connection} + - Path: /redfish/v1/Dell/Systems/{system}/Processors/DellProcessor/{processor} + - Path: /redfish/v1/Dell/Systems/{system}/Storage/DellController/{controller} + - Path: /redfish/v1/Dell/Systems/{system}/Storage/DellPCIeSSD/{disk} + - Path: /redfish/v1/Dell/Systems/{system}/Storage/Drives/DellPhysicalDisk/{disk} + - Path: /redfish/v1/Dell/Systems/{system}/Storage/Volumes/DellVirtualDisk/{disk} + ## Fabrics + - Path: /redfish/v1/Fabrics/{fabric} + - Path: /redfish/v1/Fabrics/{fabric}/Switches + ## Managers + - Path: /redfish/v1/Managers/{manager} + - Path: /redfish/v1/Managers/{manager}/Attributes + - Path: /redfish/v1/Managers/{manager}/EthernetInterfaces/{interface} + - Path: /redfish/v1/Managers/{manager}/HostInterfaces/{host} + - Path: /redfish/v1/Managers/{manager}/NetworkProtocol + ## Systems + - Path: /redfish/v1/Systems/{system} + - Path: /redfish/v1/Systems/{system}/BootOptions/{option} + - Path: /redfish/v1/Systems/{system}/EthernetInterfaces/{interface} + - Path: /redfish/v1/Systems/{system}/Memory/{memory} + - Path: /redfish/v1/Systems/{system}/Memory/{memory}/MemoryMetrics + - Path: /redfish/v1/Systems/{system}/NetworkAdapters/{nic} + - Path: /redfish/v1/Systems/{system}/NetworkAdapters/{nic}/NetworkDeviceFunctions/{function} + - Path: /redfish/v1/Systems/{system}/NetworkAdapters/{nic}/NetworkPorts/{port} + - Path: /redfish/v1/Systems/{system}/NetworkInterfaces/{nic} + - Path: /redfish/v1/Systems/{system}/PCIeDevices/{device} + - Path: /redfish/v1/Systems/{system}/PCIeDevices/{device}/PCIeFunctions/{function} + - Path: /redfish/v1/Systems/{system}/Processors/{processor} + - Path: /redfish/v1/Systems/{system}/SimpleStorage/{controller} + - Path: /redfish/v1/Systems/{system}/Storage/{storage} + - Path: /redfish/v1/Systems/{system}/Storage/{storage}/Controllers/{controller} + - Path: /redfish/v1/Systems/{system}/Storage/{storage}/Drives/{device} + - Path: /redfish/v1/Systems/{system}/Storage/{storage}/StorageControllers/{controller} + - Path: /redfish/v1/Systems/{system}/Storage/{storage}/Volumes + - Path: /redfish/v1/Systems/{system}/Storage/{storage}/Volumes/{volume} diff --git a/base-rules/run_generate-rule.sh b/base-rules/run_generate-rule.sh new file mode 100755 index 0000000..ab92c85 --- /dev/null +++ b/base-rules/run_generate-rule.sh @@ -0,0 +1,33 @@ +#!/usr/bin/bash +# +# Shell for collector generate-rule execute on container +# +# 2023/7/14 RedFish v1.17 +# + +# Please edit for your environment +RULE="dell-redfish-v117.yaml" # Base rule +INPUT1="r7525-data-omsa1100.json" # Output by "collector show" command +INPUT2="r6525-data-omsa1100.json" # for each PowerEdge Model +OUTPUT="dell_redfish_1.17.0.yml" # Output rule file for Promethus/Grafana +SETUP_HW="quay.io/neco_test/setup-hw:dev" # Latest container image if there is dell command upgrade. + +docker run -it --name=setup-hw \ + -v ${PWD}:/mnt \ + --rm \ + ${SETUP_HW} collector generate-rule \ + --base-rule=/mnt/${RULE} \ + --key=Health:health \ + --key=State:state \ + --key=FailurePredicted:bool \ + --key=PredictedMediaLifeLeftPercent:number \ + --key=AddressParityError:bool \ + --key=CorrectableECCError:bool \ + --key=SpareBlock:bool \ + --key=Temperature:bool \ + --key=UncorrectableECCError:bool \ + --key=DataLossDetected:bool \ + --key=ReadingCelsius:number \ + --key=PowerConsumedWatts:number \ + --key=Reading:number \ + /mnt/${INPUT1} /mnt/${INPUT2} > ${OUTPUT} diff --git a/docker/Dockerfile b/docker/Dockerfile index f5d2594..bd15fe0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,24 +1,31 @@ -FROM centos:7 as stage1 +FROM ubuntu:22.04 as stage1 COPY setup-hw /usr/local/bin/setup-hw COPY monitor-hw /usr/local/sbin/monitor-hw COPY collector /usr/local/sbin/collector COPY setup-apply-firmware /usr/local/sbin/setup-apply-firmware COPY setup-isoreboot /usr/local/sbin/setup-isoreboot - CMD ["/usr/local/sbin/monitor-hw"] - # Install vendor tools FROM stage1 -ARG DSU_VERSION=21.11.26 +# See https://linux.dell.com/repo/community/openmanage/ +ARG OMSA_VERSION=11000 +ARG UBUNTU_VERSION=jammy + +# Setup DELL repository +RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg ca-certificates \ + && echo "deb http://linux.dell.com/repo/community/openmanage/${OMSA_VERSION}/${UBUNTU_VERSION} ${UBUNTU_VERSION} main" | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list \ + && wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc \ + && apt-key add 0x1285491434D8786F.asc \ + && rm 0x1285491434D8786F.asc -RUN curl -sf -o bootstrap.cgi https://linux.dell.com/repo/hardware/DSU_${DSU_VERSION}/bootstrap.cgi \ - && bash bootstrap.cgi \ - && rm bootstrap.cgi \ - && yum update -y \ - && yum install -y syscfg srvadmin-idracadm7 dmidecode \ - && yum clean all +# To avoid error postinstall script of srvadmin-all in the contaioner enviroment. +COPY systemctl-dummy /usr/bin/systemctl -ENV PATH /opt/dell/srvadmin/bin:$PATH +# Install DELL's tools +RUN apt-get update -y \ + && ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 /usr/lib/libssl.so \ + && DEBIAN_FRONTEND=noninteractive apt-get install srvadmin-all -y \ + && rm /usr/bin/systemctl diff --git a/docker/systemctl-dummy b/docker/systemctl-dummy new file mode 100755 index 0000000..01118e0 --- /dev/null +++ b/docker/systemctl-dummy @@ -0,0 +1,2 @@ +#!/bin/bash +/bin/true diff --git a/docs/monitor-hw.md b/docs/monitor-hw.md index bfb82d6..7632ea8 100644 --- a/docs/monitor-hw.md +++ b/docs/monitor-hw.md @@ -36,7 +36,7 @@ Vendor specific behaviors ### Dell actions -`monitor-hw` invokes `instsvcdrv-helper` for `idracadm7`. +`monitor-hw` invokes `instsvcdrv-helper` for `racadm`. `monitor-hw` periodically resets iDRAC because it occasionally hangs. diff --git a/pkg/monitor-hw/cmd/dell.go b/pkg/monitor-hw/cmd/dell.go index 1bc28c6..5658755 100644 --- a/pkg/monitor-hw/cmd/dell.go +++ b/pkg/monitor-hw/cmd/dell.go @@ -48,12 +48,12 @@ func initDell(ctx context.Context) error { if err := well.CommandContext(ctx, "/usr/libexec/instsvcdrv-helper", "start").Run(); err != nil { return err } - if err := well.CommandContext(ctx, "/opt/dell/srvadmin/bin/idracadm7", "remoteimage", "-d").Run(); err != nil { + if err := well.CommandContext(ctx, "/usr/bin/racadm", "remoteimage", "-d").Run(); err != nil { return err } return nil } func resetDell(ctx context.Context) error { - return well.CommandContext(ctx, "/opt/dell/srvadmin/bin/idracadm7", "racreset", "soft").Run() + return well.CommandContext(ctx, "/usr/bin/racadm", "racreset", "soft").Run() } diff --git a/pkg/setup-apply-firmware/dell.go b/pkg/setup-apply-firmware/dell.go index 14bae71..c612384 100644 --- a/pkg/setup-apply-firmware/dell.go +++ b/pkg/setup-apply-firmware/dell.go @@ -15,12 +15,12 @@ import ( func setupDell(ctx context.Context, files []string) error { for _, f := range files { - cmd := well.CommandContext(ctx, "/opt/dell/srvadmin/bin/idracadm7", "update", "-f", f) + cmd := well.CommandContext(ctx, "/usr/bin/racadm", "update", "-f", f) buf := bytes.Buffer{} cmd.Stdout = &buf cmd.Stderr = &buf err := cmd.Run() - // we cannot use exit status to detect errors because `idracadm7 update` returns nonzero status even in case of successful update initiation. + // we cannot use exit status to detect errors because `racadm update` returns nonzero status even in case of successful update initiation. var exitError *exec.ExitError if err != nil && !errors.As(err, &exitError) { return fmt.Errorf("racadm update failed at file %s: %w", f, err) @@ -33,7 +33,7 @@ func setupDell(ctx context.Context, files []string) error { "file": f, }) - // if the next `idracadm7 update` is executed immediately after the previous one, it will fail. + // if the next `racadm update` is executed immediately after the previous one, it will fail. time.Sleep(time.Second * 10) } diff --git a/pkg/setup-hw/dell.go b/pkg/setup-hw/dell.go index 8056238..a36c814 100644 --- a/pkg/setup-hw/dell.go +++ b/pkg/setup-hw/dell.go @@ -17,7 +17,7 @@ import ( ) const ( - racadmPath = "/opt/dell/srvadmin/bin/idracadm7" + racadmPath = "/usr/bin/racadm" retryCount = 5 ) @@ -66,7 +66,7 @@ RETRY: retries++ if retries == retryCount { - log.Error("idracadm7 failed", map[string]interface{}{ + log.Error("racadm failed", map[string]interface{}{ log.FnError: err, "output": string(out), }) @@ -95,6 +95,7 @@ RETRY: // // $ sudo idracadm7 get System.ServerPwr.PSRapidOn // Enabled + func racadmGetConfig(ctx context.Context, key string) (string, error) { cmd := well.CommandContext(ctx, racadmPath, "get", key) cmd.Severity = log.LvDebug @@ -160,6 +161,7 @@ func parseRacadmGetOutput(out, key string) (string, error) { // // If you want to get a commented key-value like 'iDRAC.SNMP.EngineID', // use 'racadmGetConfig()'. + func racadmGetConfigs(ctx context.Context, key string) (map[string]string, error) { cmd := well.CommandContext(ctx, racadmPath, "get", key) cmd.Severity = log.LvDebug diff --git a/pkg/setup-isoreboot/dell.go b/pkg/setup-isoreboot/dell.go index 47899bd..2ecdfb9 100644 --- a/pkg/setup-isoreboot/dell.go +++ b/pkg/setup-isoreboot/dell.go @@ -10,7 +10,7 @@ import ( "github.com/cybozu-go/well" ) -const idracadm7Path = "/opt/dell/srvadmin/bin/idracadm7" +const idracadm7Path = "/usr/bin/racadm" func setupDell(ctx context.Context, url string) error { err := well.CommandContext(ctx, idracadm7Path, "vmdisconnect").Run() diff --git a/redfish/rendered_rules.go b/redfish/rendered_rules.go index 2780b7c..5f98bcd 100644 --- a/redfish/rendered_rules.go +++ b/redfish/rendered_rules.go @@ -821,6 +821,916 @@ var Rules = map[string]*CollectRule{ }, }, }, + "dell_redfish_1.17.0.yml": { + TraverseRule: TraverseRule{ + Root: "/redfish/v1", + ExcludeRules: []string{ + "/JsonSchemas", + "/Accounts", + "/Certificates", + "/Jobs", + "/Logs", + "/Registries", + "/Roles", + "/Sessions", + "/Settings", + "/AccountService", + "/CertificateService", + "/EventService", + "/JobService", + "/LogServices", + "/SessionService", + "/TaskService", + "/TelemetryService", + "/UpdateService", + "/LicenseService", + "/Power/", + "/Power#/", + "/Thermal#/", + "/Assembly#/", + "/redfish/v1/Chassis/$", + }, + }, + MetricRules: []*MetricRule{ + { + Path: "/redfish/v1/Chassis/{chassis}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/NetworkAdapters/{function}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_networkadapters_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_networkadapters_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/NetworkAdapters/{function}/NetworkDeviceFunctions/{nic}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_networkadapters_networkdevicefunctions_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_networkadapters_networkdevicefunctions_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/NetworkAdapters/{function}/NetworkPorts/{port}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_networkadapters_networkports_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_networkadapters_networkports_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic}/Ports/{port}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_networkadapters_ports_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_networkadapters_ports_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PCIeDevices/{device}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_pciedevices_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_pciedevices_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PCIeDevices/{device}/PCIeFunctions/{function}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_pciedevices_pciefunctions_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_pciedevices_pciefunctions_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PCIeSlots", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Slots/{slot}/Status/State", + Name: "chassis_pcieslots_slots_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/Power", + PropertyRules: []*PropertyRule{ + { + Pointer: "/PowerControl/{powercontrol}/PowerConsumedWatts", + Name: "chassis_power_powercontrol_powerconsumedwatts", + Help: "", + Type: "number", + }, + { + Pointer: "/PowerSupplies/{powersupply}/Redundancy/{redundancy}/Status/Health", + Name: "chassis_power_powersupplies_redundancy_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/PowerSupplies/{powersupply}/Redundancy/{redundancy}/Status/State", + Name: "chassis_power_powersupplies_redundancy_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/PowerSupplies/{powersupply}/Status/Health", + Name: "chassis_power_powersupplies_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/PowerSupplies/{powersupply}/Status/State", + Name: "chassis_power_powersupplies_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Redundancy/{redundancy}/Status/Health", + Name: "chassis_power_redundancy_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Redundancy/{redundancy}/Status/State", + Name: "chassis_power_redundancy_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Voltages/{voltage}/Status/Health", + Name: "chassis_power_voltages_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Voltages/{voltage}/Status/State", + Name: "chassis_power_voltages_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PowerSubsystem", + PropertyRules: []*PropertyRule{ + { + Pointer: "/PowerSupplyRedundancy/{powersupplyredundancy}/Status/Health", + Name: "chassis_powersubsystem_powersupplyredundancy_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/PowerSupplyRedundancy/{powersupplyredundancy}/Status/State", + Name: "chassis_powersubsystem_powersupplyredundancy_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Status/Health", + Name: "chassis_powersubsystem_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_powersubsystem_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_powersubsystem_powersupplies_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_powersubsystem_powersupplies_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit}/Metrics", + PropertyRules: []*PropertyRule{ + { + Pointer: "/FrequencyHz/Reading", + Name: "chassis_powersubsystem_powersupplies_metrics_frequencyhz_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/InputCurrentAmps/Reading", + Name: "chassis_powersubsystem_powersupplies_metrics_inputcurrentamps_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/InputPowerWatts/Reading", + Name: "chassis_powersubsystem_powersupplies_metrics_inputpowerwatts_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/InputVoltage/Reading", + Name: "chassis_powersubsystem_powersupplies_metrics_inputvoltage_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/OutputPowerWatts/Reading", + Name: "chassis_powersubsystem_powersupplies_metrics_outputpowerwatts_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Status/Health", + Name: "chassis_powersubsystem_powersupplies_metrics_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_powersubsystem_powersupplies_metrics_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/Sensors/{sensor}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Reading", + Name: "chassis_sensors_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Status/Health", + Name: "chassis_sensors_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_sensors_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Thresholds/LowerCaution/Reading", + Name: "chassis_sensors_thresholds_lowercaution_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Thresholds/LowerCritical/Reading", + Name: "chassis_sensors_thresholds_lowercritical_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Thresholds/UpperCaution/Reading", + Name: "chassis_sensors_thresholds_uppercaution_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Thresholds/UpperCritical/Reading", + Name: "chassis_sensors_thresholds_uppercritical_reading", + Help: "", + Type: "number", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/Thermal", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Fans/{fan}/Reading", + Name: "chassis_thermal_fans_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/Fans/{fan}/Status/Health", + Name: "chassis_thermal_fans_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Fans/{fan}/Status/State", + Name: "chassis_thermal_fans_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Redundancy/{redundancy}/Status/Health", + Name: "chassis_thermal_redundancy_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Redundancy/{redundancy}/Status/State", + Name: "chassis_thermal_redundancy_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Temperatures/{temperature}/ReadingCelsius", + Name: "chassis_thermal_temperatures_readingcelsius", + Help: "", + Type: "number", + }, + { + Pointer: "/Temperatures/{temperature}/Status/Health", + Name: "chassis_thermal_temperatures_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Temperatures/{temperature}/Status/State", + Name: "chassis_thermal_temperatures_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/ThermalSubsystem", + PropertyRules: []*PropertyRule{ + { + Pointer: "/FanRedundancy/{fanredundancy}/Status/Health", + Name: "chassis_thermalsubsystem_fanredundancy_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/FanRedundancy/{fanredundancy}/Status/State", + Name: "chassis_thermalsubsystem_fanredundancy_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Status/Health", + Name: "chassis_thermalsubsystem_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_thermalsubsystem_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/ThermalSubsystem/Fans/{unit}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "chassis_thermalsubsystem_fans_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "chassis_thermalsubsystem_fans_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Chassis/{chassis}/ThermalSubsystem/ThermalMetrics", + PropertyRules: []*PropertyRule{ + { + Pointer: "/TemperatureReadingsCelsius/{temperaturereadingscelsiu}/Reading", + Name: "chassis_thermalsubsystem_thermalmetrics_temperaturereadingscelsius_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/TemperatureSummaryCelsius/Exhaust/Reading", + Name: "chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_exhaust_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/TemperatureSummaryCelsius/Intake/Reading", + Name: "chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_intake_reading", + Help: "", + Type: "number", + }, + { + Pointer: "/TemperatureSummaryCelsius/Internal/Reading", + Name: "chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_internal_reading", + Help: "", + Type: "number", + }, + }, + }, + { + Path: "/redfish/v1/Fabrics/{fabric}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "fabrics_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "fabrics_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Managers/{manager}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "managers_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "managers_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Managers/{manager}/EthernetInterfaces/{interface}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "managers_ethernetinterfaces_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "managers_ethernetinterfaces_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Managers/{manager}/NetworkProtocol", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "managers_networkprotocol_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "managers_networkprotocol_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/HostWatchdogTimer/Status/State", + Name: "systems_hostwatchdogtimer_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/MemorySummary/Status/Health", + Name: "systems_memorysummary_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/MemorySummary/Status/State", + Name: "systems_memorysummary_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/ProcessorSummary/Status/Health", + Name: "systems_processorsummary_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/ProcessorSummary/Status/State", + Name: "systems_processorsummary_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Status/Health", + Name: "systems_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/TrustedModules/{trustedmodule}/Status/State", + Name: "systems_trustedmodules_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/EthernetInterfaces/{interface}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_ethernetinterfaces_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_ethernetinterfaces_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Memory/{memory}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_memory_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_memory_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Memory/{memory}/MemoryMetrics", + PropertyRules: []*PropertyRule{ + { + Pointer: "/HealthData/AlarmTrips/AddressParityError", + Name: "systems_memory_memorymetrics_healthdata_alarmtrips_addressparityerror", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/AlarmTrips/CorrectableECCError", + Name: "systems_memory_memorymetrics_healthdata_alarmtrips_correctableeccerror", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/AlarmTrips/SpareBlock", + Name: "systems_memory_memorymetrics_healthdata_alarmtrips_spareblock", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/AlarmTrips/Temperature", + Name: "systems_memory_memorymetrics_healthdata_alarmtrips_temperature", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/AlarmTrips/UncorrectableECCError", + Name: "systems_memory_memorymetrics_healthdata_alarmtrips_uncorrectableeccerror", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/DataLossDetected", + Name: "systems_memory_memorymetrics_healthdata_datalossdetected", + Help: "", + Type: "bool", + }, + { + Pointer: "/HealthData/PredictedMediaLifeLeftPercent", + Name: "systems_memory_memorymetrics_healthdata_predictedmedialifeleftpercent", + Help: "", + Type: "number", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/NetworkInterfaces/{nic}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_networkinterfaces_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_networkinterfaces_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Processors/{processor}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_processors_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_processors_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/SimpleStorage/{controller}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Devices/{device}/Status/Health", + Name: "systems_simplestorage_devices_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Devices/{device}/Status/State", + Name: "systems_simplestorage_devices_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/Status/Health", + Name: "systems_simplestorage_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_simplestorage_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Storage/{storage}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_storage_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_storage_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/StorageControllers/{storagecontroller}/Status/Health", + Name: "systems_storage_storagecontrollers_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/StorageControllers/{storagecontroller}/Status/State", + Name: "systems_storage_storagecontrollers_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Storage/{storage}/Controllers/{controller}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_storage_controllers_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_storage_controllers_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Storage/{storage}/Drives/{device}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/FailurePredicted", + Name: "systems_storage_drives_failurepredicted", + Help: "", + Type: "bool", + }, + { + Pointer: "/PredictedMediaLifeLeftPercent", + Name: "systems_storage_drives_predictedmedialifeleftpercent", + Help: "", + Type: "number", + }, + { + Pointer: "/Status/Health", + Name: "systems_storage_drives_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_storage_drives_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Storage/{storage}/StorageControllers/{controller}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_storage_storagecontrollers_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_storage_storagecontrollers_status_state", + Help: "", + Type: "state", + }, + { + Pointer: "/StorageControllers/{storagecontroller}/Status/Health", + Name: "systems_storage_storagecontrollers_storagecontrollers_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/StorageControllers/{storagecontroller}/Status/State", + Name: "systems_storage_storagecontrollers_storagecontrollers_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/Storage/{storage}/Volumes/{volume}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_storage_volumes_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_storage_volumes_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/PCIeDevices/{device}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_pciedevices_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_pciedevices_status_state", + Help: "", + Type: "state", + }, + }, + }, + { + Path: "/redfish/v1/Systems/{system}/PCIeDevices/{device}/PCIeFunctions/{function}", + PropertyRules: []*PropertyRule{ + { + Pointer: "/Status/Health", + Name: "systems_pciedevices_pciefunctions_status_health", + Help: "", + Type: "health", + }, + { + Pointer: "/Status/State", + Name: "systems_pciedevices_pciefunctions_status_state", + Help: "", + Type: "state", + }, + }, + }, + }, + }, "dell_redfish_1.2.0.yml": { TraverseRule: TraverseRule{ Root: "/redfish/v1", diff --git a/redfish/rules/dell_redfish_1.17.0.yml b/redfish/rules/dell_redfish_1.17.0.yml new file mode 100644 index 0000000..7242b57 --- /dev/null +++ b/redfish/rules/dell_redfish_1.17.0.yml @@ -0,0 +1,449 @@ +Metrics: +- Path: /redfish/v1/Chassis/{chassis} + Properties: + - Name: chassis_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{function} + Properties: + - Name: chassis_networkadapters_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_networkadapters_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{function}/NetworkDeviceFunctions/{nic} + Properties: + - Name: chassis_networkadapters_networkdevicefunctions_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_networkadapters_networkdevicefunctions_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{function}/NetworkPorts/{port} + Properties: + - Name: chassis_networkadapters_networkports_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_networkadapters_networkports_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/NetworkAdapters/{nic}/Ports/{port} + Properties: + - Name: chassis_networkadapters_ports_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_networkadapters_ports_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PCIeDevices/{device} + Properties: + - Name: chassis_pciedevices_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_pciedevices_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PCIeDevices/{device}/PCIeFunctions/{function} + Properties: + - Name: chassis_pciedevices_pciefunctions_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_pciedevices_pciefunctions_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PCIeSlots + Properties: + - Name: chassis_pcieslots_slots_status_state + Pointer: /Slots/{slot}/Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/Power + Properties: + - Name: chassis_power_powercontrol_powerconsumedwatts + Pointer: /PowerControl/{powercontrol}/PowerConsumedWatts + Type: number + - Name: chassis_power_powersupplies_redundancy_status_health + Pointer: /PowerSupplies/{powersupply}/Redundancy/{redundancy}/Status/Health + Type: health + - Name: chassis_power_powersupplies_redundancy_status_state + Pointer: /PowerSupplies/{powersupply}/Redundancy/{redundancy}/Status/State + Type: state + - Name: chassis_power_powersupplies_status_health + Pointer: /PowerSupplies/{powersupply}/Status/Health + Type: health + - Name: chassis_power_powersupplies_status_state + Pointer: /PowerSupplies/{powersupply}/Status/State + Type: state + - Name: chassis_power_redundancy_status_health + Pointer: /Redundancy/{redundancy}/Status/Health + Type: health + - Name: chassis_power_redundancy_status_state + Pointer: /Redundancy/{redundancy}/Status/State + Type: state + - Name: chassis_power_voltages_status_health + Pointer: /Voltages/{voltage}/Status/Health + Type: health + - Name: chassis_power_voltages_status_state + Pointer: /Voltages/{voltage}/Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem + Properties: + - Name: chassis_powersubsystem_powersupplyredundancy_status_health + Pointer: /PowerSupplyRedundancy/{powersupplyredundancy}/Status/Health + Type: health + - Name: chassis_powersubsystem_powersupplyredundancy_status_state + Pointer: /PowerSupplyRedundancy/{powersupplyredundancy}/Status/State + Type: state + - Name: chassis_powersubsystem_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_powersubsystem_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit} + Properties: + - Name: chassis_powersubsystem_powersupplies_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_powersubsystem_powersupplies_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/PowerSubsystem/PowerSupplies/{unit}/Metrics + Properties: + - Name: chassis_powersubsystem_powersupplies_metrics_frequencyhz_reading + Pointer: /FrequencyHz/Reading + Type: number + - Name: chassis_powersubsystem_powersupplies_metrics_inputcurrentamps_reading + Pointer: /InputCurrentAmps/Reading + Type: number + - Name: chassis_powersubsystem_powersupplies_metrics_inputpowerwatts_reading + Pointer: /InputPowerWatts/Reading + Type: number + - Name: chassis_powersubsystem_powersupplies_metrics_inputvoltage_reading + Pointer: /InputVoltage/Reading + Type: number + - Name: chassis_powersubsystem_powersupplies_metrics_outputpowerwatts_reading + Pointer: /OutputPowerWatts/Reading + Type: number + - Name: chassis_powersubsystem_powersupplies_metrics_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_powersubsystem_powersupplies_metrics_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/Sensors/{sensor} + Properties: + - Name: chassis_sensors_reading + Pointer: /Reading + Type: number + - Name: chassis_sensors_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_sensors_status_state + Pointer: /Status/State + Type: state + - Name: chassis_sensors_thresholds_lowercaution_reading + Pointer: /Thresholds/LowerCaution/Reading + Type: number + - Name: chassis_sensors_thresholds_lowercritical_reading + Pointer: /Thresholds/LowerCritical/Reading + Type: number + - Name: chassis_sensors_thresholds_uppercaution_reading + Pointer: /Thresholds/UpperCaution/Reading + Type: number + - Name: chassis_sensors_thresholds_uppercritical_reading + Pointer: /Thresholds/UpperCritical/Reading + Type: number +- Path: /redfish/v1/Chassis/{chassis}/Thermal + Properties: + - Name: chassis_thermal_fans_reading + Pointer: /Fans/{fan}/Reading + Type: number + - Name: chassis_thermal_fans_status_health + Pointer: /Fans/{fan}/Status/Health + Type: health + - Name: chassis_thermal_fans_status_state + Pointer: /Fans/{fan}/Status/State + Type: state + - Name: chassis_thermal_redundancy_status_health + Pointer: /Redundancy/{redundancy}/Status/Health + Type: health + - Name: chassis_thermal_redundancy_status_state + Pointer: /Redundancy/{redundancy}/Status/State + Type: state + - Name: chassis_thermal_temperatures_readingcelsius + Pointer: /Temperatures/{temperature}/ReadingCelsius + Type: number + - Name: chassis_thermal_temperatures_status_health + Pointer: /Temperatures/{temperature}/Status/Health + Type: health + - Name: chassis_thermal_temperatures_status_state + Pointer: /Temperatures/{temperature}/Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem + Properties: + - Name: chassis_thermalsubsystem_fanredundancy_status_health + Pointer: /FanRedundancy/{fanredundancy}/Status/Health + Type: health + - Name: chassis_thermalsubsystem_fanredundancy_status_state + Pointer: /FanRedundancy/{fanredundancy}/Status/State + Type: state + - Name: chassis_thermalsubsystem_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_thermalsubsystem_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem/Fans/{unit} + Properties: + - Name: chassis_thermalsubsystem_fans_status_health + Pointer: /Status/Health + Type: health + - Name: chassis_thermalsubsystem_fans_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Chassis/{chassis}/ThermalSubsystem/ThermalMetrics + Properties: + - Name: chassis_thermalsubsystem_thermalmetrics_temperaturereadingscelsius_reading + Pointer: /TemperatureReadingsCelsius/{temperaturereadingscelsiu}/Reading + Type: number + - Name: chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_exhaust_reading + Pointer: /TemperatureSummaryCelsius/Exhaust/Reading + Type: number + - Name: chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_intake_reading + Pointer: /TemperatureSummaryCelsius/Intake/Reading + Type: number + - Name: chassis_thermalsubsystem_thermalmetrics_temperaturesummarycelsius_internal_reading + Pointer: /TemperatureSummaryCelsius/Internal/Reading + Type: number +- Path: /redfish/v1/Fabrics/{fabric} + Properties: + - Name: fabrics_status_health + Pointer: /Status/Health + Type: health + - Name: fabrics_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Managers/{manager} + Properties: + - Name: managers_status_health + Pointer: /Status/Health + Type: health + - Name: managers_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Managers/{manager}/EthernetInterfaces/{interface} + Properties: + - Name: managers_ethernetinterfaces_status_health + Pointer: /Status/Health + Type: health + - Name: managers_ethernetinterfaces_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Managers/{manager}/NetworkProtocol + Properties: + - Name: managers_networkprotocol_status_health + Pointer: /Status/Health + Type: health + - Name: managers_networkprotocol_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system} + Properties: + - Name: systems_hostwatchdogtimer_status_state + Pointer: /HostWatchdogTimer/Status/State + Type: state + - Name: systems_memorysummary_status_health + Pointer: /MemorySummary/Status/Health + Type: health + - Name: systems_memorysummary_status_state + Pointer: /MemorySummary/Status/State + Type: state + - Name: systems_processorsummary_status_health + Pointer: /ProcessorSummary/Status/Health + Type: health + - Name: systems_processorsummary_status_state + Pointer: /ProcessorSummary/Status/State + Type: state + - Name: systems_status_health + Pointer: /Status/Health + Type: health + - Name: systems_status_state + Pointer: /Status/State + Type: state + - Name: systems_trustedmodules_status_state + Pointer: /TrustedModules/{trustedmodule}/Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/EthernetInterfaces/{interface} + Properties: + - Name: systems_ethernetinterfaces_status_health + Pointer: /Status/Health + Type: health + - Name: systems_ethernetinterfaces_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Memory/{memory} + Properties: + - Name: systems_memory_status_health + Pointer: /Status/Health + Type: health + - Name: systems_memory_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Memory/{memory}/MemoryMetrics + Properties: + - Name: systems_memory_memorymetrics_healthdata_alarmtrips_addressparityerror + Pointer: /HealthData/AlarmTrips/AddressParityError + Type: bool + - Name: systems_memory_memorymetrics_healthdata_alarmtrips_correctableeccerror + Pointer: /HealthData/AlarmTrips/CorrectableECCError + Type: bool + - Name: systems_memory_memorymetrics_healthdata_alarmtrips_spareblock + Pointer: /HealthData/AlarmTrips/SpareBlock + Type: bool + - Name: systems_memory_memorymetrics_healthdata_alarmtrips_temperature + Pointer: /HealthData/AlarmTrips/Temperature + Type: bool + - Name: systems_memory_memorymetrics_healthdata_alarmtrips_uncorrectableeccerror + Pointer: /HealthData/AlarmTrips/UncorrectableECCError + Type: bool + - Name: systems_memory_memorymetrics_healthdata_datalossdetected + Pointer: /HealthData/DataLossDetected + Type: bool + - Name: systems_memory_memorymetrics_healthdata_predictedmedialifeleftpercent + Pointer: /HealthData/PredictedMediaLifeLeftPercent + Type: number +- Path: /redfish/v1/Systems/{system}/NetworkInterfaces/{nic} + Properties: + - Name: systems_networkinterfaces_status_health + Pointer: /Status/Health + Type: health + - Name: systems_networkinterfaces_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Processors/{processor} + Properties: + - Name: systems_processors_status_health + Pointer: /Status/Health + Type: health + - Name: systems_processors_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/SimpleStorage/{controller} + Properties: + - Name: systems_simplestorage_devices_status_health + Pointer: /Devices/{device}/Status/Health + Type: health + - Name: systems_simplestorage_devices_status_state + Pointer: /Devices/{device}/Status/State + Type: state + - Name: systems_simplestorage_status_health + Pointer: /Status/Health + Type: health + - Name: systems_simplestorage_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Storage/{storage} + Properties: + - Name: systems_storage_status_health + Pointer: /Status/Health + Type: health + - Name: systems_storage_status_state + Pointer: /Status/State + Type: state + - Name: systems_storage_storagecontrollers_status_health + Pointer: /StorageControllers/{storagecontroller}/Status/Health + Type: health + - Name: systems_storage_storagecontrollers_status_state + Pointer: /StorageControllers/{storagecontroller}/Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Storage/{storage}/Controllers/{controller} + Properties: + - Name: systems_storage_controllers_status_health + Pointer: /Status/Health + Type: health + - Name: systems_storage_controllers_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Storage/{storage}/Drives/{device} + Properties: + - Name: systems_storage_drives_failurepredicted + Pointer: /FailurePredicted + Type: bool + - Name: systems_storage_drives_predictedmedialifeleftpercent + Pointer: /PredictedMediaLifeLeftPercent + Type: number + - Name: systems_storage_drives_status_health + Pointer: /Status/Health + Type: health + - Name: systems_storage_drives_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Storage/{storage}/StorageControllers/{controller} + Properties: + - Name: systems_storage_storagecontrollers_status_health + Pointer: /Status/Health + Type: health + - Name: systems_storage_storagecontrollers_status_state + Pointer: /Status/State + Type: state + - Name: systems_storage_storagecontrollers_storagecontrollers_status_health + Pointer: /StorageControllers/{storagecontroller}/Status/Health + Type: health + - Name: systems_storage_storagecontrollers_storagecontrollers_status_state + Pointer: /StorageControllers/{storagecontroller}/Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/Storage/{storage}/Volumes/{volume} + Properties: + - Name: systems_storage_volumes_status_health + Pointer: /Status/Health + Type: health + - Name: systems_storage_volumes_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/PCIeDevices/{device} + Properties: + - Name: systems_pciedevices_status_health + Pointer: /Status/Health + Type: health + - Name: systems_pciedevices_status_state + Pointer: /Status/State + Type: state +- Path: /redfish/v1/Systems/{system}/PCIeDevices/{device}/PCIeFunctions/{function} + Properties: + - Name: systems_pciedevices_pciefunctions_status_health + Pointer: /Status/Health + Type: health + - Name: systems_pciedevices_pciefunctions_status_state + Pointer: /Status/State + Type: state +Traverse: + Excludes: + - /JsonSchemas + - /Accounts + - /Certificates + - /Jobs + - /Logs + - /Registries + - /Roles + - /Sessions + - /Settings + - /AccountService + - /CertificateService + - /EventService + - /JobService + - /LogServices + - /SessionService + - /TaskService + - /TelemetryService + - /UpdateService + - /LicenseService + - /Power/ + - /Power#/ + - /Thermal#/ + - /Assembly#/ + - /redfish/v1/Chassis/$ + Root: /redfish/v1 diff --git a/redfish/stub_client_test.go b/redfish/stub_client_test.go new file mode 100644 index 0000000..3a9737b --- /dev/null +++ b/redfish/stub_client_test.go @@ -0,0 +1,91 @@ +package redfish + +import ( + "context" + "encoding/json" + "os" + "sort" + + "github.com/cybozu-go/log" + "github.com/cybozu-go/setup-hw/gabs" + prommodel "github.com/prometheus/client_model/go" +) + +type metrics struct { + name string + typ prommodel.MetricType + value float64 + labels map[string]string +} + +func (m metrics) key() string { + keys := make([]string, 0, len(m.labels)) + for k := range m.labels { + keys = append(keys, k) + } + sort.Strings(keys) + key := m.name + "{" + for i, k := range keys { + if i > 0 { + key += "," + } + key += k + "=" + m.labels[k] + } + key += "}" + return key +} + +type stubData map[string]map[string]interface{} + +var defaultStubData []byte + +type stubClient struct { + filename string + actualData dataMap +} + +// NewMockClient create a mock client mock. +func NewStubClient(filename string) Client { + return &stubClient{ + filename: filename, + actualData: makeStubMap([]byte(defaultStubData)), + } +} + +func makeStubMap(data []byte) dataMap { + dataMap := make(dataMap) + var stubMetrics stubData + if err := json.Unmarshal(data, &stubMetrics); err != nil { + log.Error("cannot unmarshal actual data", map[string]interface{}{ + log.FnError: err, + }) + return dataMap + } + for key, value := range stubMetrics { + container, err := gabs.Consume(value) + if err != nil { + log.Error("failed to consume", map[string]interface{}{ + log.FnError: err, + }) + continue + } + dataMap[key] = container + } + return dataMap +} + +func (c *stubClient) Traverse(ctx context.Context, rule *CollectRule) Collected { + cBytes, err := os.ReadFile(c.filename) + + if err != nil { + log.Error("cannot open dummy data file: "+c.filename, map[string]interface{}{ + log.FnError: err, + }) + return Collected{data: c.actualData, rule: rule} + } + return Collected{data: makeStubMap(cBytes), rule: rule} +} + +func (c *stubClient) GetVersion(ctx context.Context) (string, error) { + return "1.0.0", nil +} diff --git a/redfish/stub_test.go b/redfish/stub_test.go new file mode 100644 index 0000000..e631408 --- /dev/null +++ b/redfish/stub_test.go @@ -0,0 +1,840 @@ +package redfish + +import ( + "context" + "testing" + + "github.com/prometheus/client_golang/prometheus" + prommodel "github.com/prometheus/client_model/go" +) + +func TestStubClient(t *testing.T) { + t.Parallel() + + expectedSet := []*metrics{ + { + name: "hw_chassis_networkadapters_networkdevicefunctions_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + "nic": "NIC.Embedded.1-1-1", + }, + }, + { + name: "hw_chassis_networkadapters_networkdevicefunctions_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + "nic": "NIC.Embedded.1-1-1", + }, + }, + { + name: "hw_chassis_networkadapters_networkports_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + "port": "NIC.Embedded.1-1", + }, + }, + { + name: "hw_chassis_networkadapters_networkports_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + "port": "NIC.Embedded.1-1", + }, + }, + { + name: "hw_chassis_networkadapters_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + }, + }, + { + name: "hw_chassis_networkadapters_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "function": "NIC.Embedded.1", + }, + }, + { + name: "hw_chassis_pciedevices_pciefunctions_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "device": "0-1", + "function": "0-1-0", + }, + }, + { + name: "hw_chassis_pciedevices_pciefunctions_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "device": "0-1", + "function": "0-1-0", + }, + }, + { + name: "hw_chassis_pciedevices_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "device": "0-1", + }, + }, + { + name: "hw_chassis_pciedevices_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "device": "0-1", + }, + }, + { + name: "hw_chassis_pcieslots_slots_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "slot": "0", + }, + }, + { + name: "hw_chassis_power_powersupplies_redundancy_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupply": "0", + "redundancy": "0", + }, + }, + { + name: "hw_chassis_power_powersupplies_redundancy_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupply": "0", + "redundancy": "0", + }, + }, + { + name: "hw_chassis_power_powersupplies_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupply": "0", + }, + }, + { + name: "hw_chassis_power_powersupplies_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupply": "0", + }, + }, + { + name: "hw_chassis_power_redundancy_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "redundancy": "0", + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_power_redundancy_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "redundancy": "0", + }, + }, + { + name: "hw_chassis_power_voltages_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "voltage": "0", + }, + }, + { + name: "hw_chassis_power_voltages_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "voltage": "0", + }, + }, + { + name: "hw_chassis_powersubsystem_powersupplies_metrics_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "unit": "PSU.Slot.1", + }, + }, + { + name: "hw_chassis_powersubsystem_powersupplies_metrics_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "unit": "PSU.Slot.1", + }, + }, + { + name: "hw_chassis_powersubsystem_powersupplies_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "unit": "PSU.Slot.1", + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_powersubsystem_powersupplies_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "unit": "PSU.Slot.1", + }, + }, + { + name: "hw_chassis_powersubsystem_powersupplyredundancy_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupplyredundancy": "0", + }, + }, + + { + name: "hw_chassis_powersubsystem_powersupplyredundancy_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "powersupplyredundancy": "0", + }, + }, + { + name: "hw_chassis_powersubsystem_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_powersubsystem_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_sensors_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "sensor": "CPU1MEMABCDVR", + }, + }, + { + name: "hw_chassis_sensors_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "sensor": "CPU1MEMABCDVR", + }, + }, + { + name: "hw_chassis_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "Enclosure.Internal.0-1", + }, + }, + { + name: "hw_chassis_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "Enclosure.Internal.0-1", + }, + }, + { + name: "hw_chassis_thermal_fans_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "fan": "0", + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_thermal_fans_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "fan": "0", + }, + }, + { + name: "hw_chassis_thermal_redundancy_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "redundancy": "0", + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_thermal_redundancy_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "redundancy": "0", + }, + }, + { + name: "hw_chassis_thermal_temperatures_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "temperature": "0", + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_thermal_temperatures_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "temperature": "0", + }, + }, + { + name: "hw_chassis_thermalsubsystem_fanredundancy_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "fanredundancy": "0", + }, + }, + { + name: "hw_chassis_thermalsubsystem_fanredundancy_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "fanredundancy": "0", + }, + }, + { + name: "hw_chassis_thermalsubsystem_fans_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "unit": "Fan.Embedded.1A", + }, + }, + { + name: "hw_chassis_thermalsubsystem_fans_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + "unit": "Fan.Embedded.1A", + }, + }, + { + name: "hw_chassis_thermalsubsystem_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_chassis_thermalsubsystem_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "chassis": "System.Embedded.1", + }, + }, + { + name: "hw_fabrics_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "fabric": "PCIe", + }, + }, + { + name: "hw_fabrics_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "fabric": "PCIe", + }, + }, + { + name: "hw_managers_ethernetinterfaces_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "manager": "iDRAC.Embedded.1", + "interface": "NIC.1", + }, + }, + { + name: "hw_managers_ethernetinterfaces_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "interface": "NIC.1", + "manager": "iDRAC.Embedded.1", + }, + }, + { + name: "hw_managers_networkprotocol_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "manager": "iDRAC.Embedded.1", + }, + }, + { + name: "hw_managers_networkprotocol_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "manager": "iDRAC.Embedded.1", + }, + }, + { + name: "hw_managers_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "manager": "iDRAC.Embedded.1", + }, + }, + { + name: "hw_managers_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "manager": "iDRAC.Embedded.1", + }, + }, + { + name: "hw_systems_ethernetinterfaces_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "interface": "NIC.Embedded.1-1-1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_ethernetinterfaces_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "interface": "NIC.Embedded.1-1-1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_hostwatchdogtimer_status_state", + typ: prommodel.MetricType_GAUGE, + value: 1.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_memory_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "memory": "DIMM.Socket.A1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_memory_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "memory": "DIMM.Socket.A1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_memorysummary_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_memorysummary_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_networkinterfaces_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "nic": "NIC.Embedded.1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_networkinterfaces_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "nic": "NIC.Embedded.1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_processors_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "processor": "CPU.Socket.1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_processors_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "processor": "CPU.Socket.1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_processorsummary_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + + { + name: "hw_systems_processorsummary_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_simplestorage_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "controller": "CPU.1", + }, + }, + { + name: "hw_systems_simplestorage_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "controller": "CPU.1", + }, + }, + { + name: "hw_systems_simplestorage_status_health", + typ: prommodel.MetricType_GAUGE, + value: -1.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "controller": "AHCI.Embedded.1-1", + }, + }, + { + name: "hw_systems_simplestorage_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "controller": "AHCI.Embedded.1-1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_controllers_status_health", + typ: prommodel.MetricType_GAUGE, + value: -1.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "storage": "AHCI.Embedded.1-1", + "controller": "AHCI.Embedded.1-1", + }, + }, + { + name: "hw_systems_storage_controllers_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "storage": "AHCI.Embedded.1-1", + "controller": "AHCI.Embedded.1-1", + }, + }, + { + name: "hw_systems_storage_drives_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "device": "Disk.Bay.0:Enclosure.Internal.0-1", + "storage": "CPU.1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_drives_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "device": "Disk.Bay.0:Enclosure.Internal.0-1", + "storage": "CPU.1", + }, + }, + { + name: "hw_systems_storage_status_health", + typ: prommodel.MetricType_GAUGE, + value: -1.000000, + labels: map[string]string{ + "storage": "AHCI.Embedded.1-1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "storage": "AHCI.Embedded.1-1", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_storagecontrollers_status_health", + typ: prommodel.MetricType_GAUGE, + value: -1.000000, + labels: map[string]string{ + "controller": "0", + "storage": "AHCI.Embedded.1-1#", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_storagecontrollers_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "storage": "AHCI.Embedded.1-1#", + "system": "System.Embedded.1", + "controller": "0", + }, + }, + { + name: "hw_systems_storage_storagecontrollers_storagecontrollers_status_health", + typ: prommodel.MetricType_GAUGE, + value: -1.000000, + labels: map[string]string{ + "controller": "0", + "storage": "AHCI.Embedded.1-1#", + "storagecontroller": "0", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_storagecontrollers_storagecontrollers_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "controller": "0", + "storage": "AHCI.Embedded.1-1#", + "storagecontroller": "0", + "system": "System.Embedded.1", + }, + }, + { + name: "hw_systems_storage_volumes_status_health", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "storage": "CPU.1", + "system": "System.Embedded.1", + "volume": "Disk.Bay.0:Enclosure.Internal.0-1", + }, + }, + { + name: "hw_systems_storage_volumes_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "storage": "CPU.1", + "system": "System.Embedded.1", + "volume": "Disk.Bay.0:Enclosure.Internal.0-1", + }, + }, + { + name: "hw_systems_trustedmodules_status_state", + typ: prommodel.MetricType_GAUGE, + value: 0.000000, + labels: map[string]string{ + "system": "System.Embedded.1", + "trustedmodule": "0", + }, + }, + } + + rule, err := collectRule("../redfish/rules/dell_redfish_1.17.0.yml") + if err != nil { + t.Fatal(err) + } + + client := NewStubClient("../testdata/redfish-1.17-from-idrac9-v7.json") + + checkActualResult(t, rule, client, expectedSet) +} + +func checkActualResult(t *testing.T, rule *CollectRule, client Client, expectedSet []*metrics) { + + collector, err := NewCollector(func(context.Context) (*CollectRule, error) { + return rule, nil + }, client) + if err != nil { + t.Fatal(err) + } + + ctx := context.Background() + collector.Update(ctx) + + registry := prometheus.NewRegistry() + err = registry.Register(collector) + if err != nil { + t.Fatal(err) + } + + // This calls collector.Collect() internally. + metricFamilies, err := registry.Gather() + if err != nil { + t.Fatal(err) + } + + actualTestDataSet := make([]*metrics, 0) + + for _, metricFamily := range metricFamilies { + for _, m := range metricFamily.GetMetric() { + actualLabels := make(map[string]string) + for _, label := range m.GetLabel() { + actualLabels[label.GetName()] = label.GetValue() + } + var val float64 + switch *metricFamily.Type { + case prommodel.MetricType_GAUGE: + val = m.GetGauge().GetValue() + case prommodel.MetricType_COUNTER: + val = m.GetCounter().GetValue() + default: + t.Fatalf("unknown type: ") + } + actualTestData := &metrics{ + name: metricFamily.GetName(), + labels: actualLabels, + typ: *metricFamily.Type, + value: val, + } + actualTestDataSet = append(actualTestDataSet, actualTestData) + } + } + + for _, expected := range expectedSet { + found := false + for _, testCase := range actualTestDataSet { + if expected.key() == testCase.key() { + found = true + } + } + if !found { + t.Errorf("expected metric not found: %s", expected.key()) + } + } + +} diff --git a/testdata/redfish-1.17-from-idrac9-v7.json b/testdata/redfish-1.17-from-idrac9-v7.json new file mode 100644 index 0000000..003908a --- /dev/null +++ b/testdata/redfish-1.17-from-idrac9-v7.json @@ -0,0 +1,181197 @@ +{ + "/redfish/v1": { + "@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot", + "@odata.id": "/redfish/v1", + "@odata.type": "#ServiceRoot.v1_15_0.ServiceRoot", + "AccountService": { + "@odata.id": "/redfish/v1/AccountService" + }, + "CertificateService": { + "@odata.id": "/redfish/v1/CertificateService" + }, + "Chassis": { + "@odata.id": "/redfish/v1/Chassis" + }, + "Description": "Root Service", + "EventService": { + "@odata.id": "/redfish/v1/EventService" + }, + "Fabrics": { + "@odata.id": "/redfish/v1/Fabrics" + }, + "Id": "RootService", + "JobService": { + "@odata.id": "/redfish/v1/JobService" + }, + "JsonSchemas": { + "@odata.id": "/redfish/v1/JsonSchemas" + }, + "LicenseService": { + "@odata.id": "/redfish/v1/LicenseService" + }, + "Links": { + "Sessions": { + "@odata.id": "/redfish/v1/SessionService/Sessions" + } + }, + "Managers": { + "@odata.id": "/redfish/v1/Managers" + }, + "Name": "Root Service", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellServiceRoot.DellServiceRoot", + "@odata.type": "#DellServiceRoot.v1_0_0.DellServiceRoot", + "IsBranded": 0, + "ManagerMACAddress": "b0:7b:25:d6:d4:3e", + "ServiceTag": "8MT3NF3" + } + }, + "Product": "Integrated Dell Remote Access Controller", + "ProtocolFeaturesSupported": { + "DeepOperations": { + "DeepPATCH": false, + "DeepPOST": false + }, + "ExcerptQuery": false, + "ExpandQuery": { + "ExpandAll": true, + "Levels": true, + "Links": true, + "MaxLevels": 1, + "NoLinks": true + }, + "FilterQuery": true, + "OnlyMemberQuery": true, + "SelectQuery": true + }, + "RedfishVersion": "1.17.0", + "Registries": { + "@odata.id": "/redfish/v1/Registries" + }, + "SessionService": { + "@odata.id": "/redfish/v1/SessionService" + }, + "Systems": { + "@odata.id": "/redfish/v1/Systems" + }, + "Tasks": { + "@odata.id": "/redfish/v1/TaskService" + }, + "TelemetryService": { + "@odata.id": "/redfish/v1/TelemetryService" + }, + "UpdateService": { + "@odata.id": "/redfish/v1/UpdateService" + }, + "Vendor": "Dell" + }, + "/redfish/v1/AccountService": { + "@odata.context": "/redfish/v1/$metadata#AccountService.AccountService", + "@odata.etag": "\"116501091268\"", + "@odata.id": "/redfish/v1/AccountService", + "@odata.type": "#AccountService.v1_12_0.AccountService", + "AccountLockoutCounterResetAfter": 0, + "AccountLockoutDuration": 0, + "AccountLockoutThreshold": 0, + "Accounts": { + "@odata.id": "/redfish/v1/AccountService/Accounts" + }, + "ActiveDirectory": { + "AccountProviderType": "ActiveDirectoryService", + "Authentication": { + "AuthenticationType": "UsernameAndPassword", + "KerberosKeytab": null + }, + "Certificates": { + "@odata.id": "/redfish/v1/AccountService/ActiveDirectory/Certificates" + }, + "RemoteRoleMapping": [ + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + } + ], + "RemoteRoleMapping@odata.count": 15, + "ServiceAddresses": [ + "", + "", + "" + ], + "ServiceAddresses@odata.count": 3, + "ServiceEnabled": false + }, + "AdditionalExternalAccountProviders": { + "@odata.id": "/redfish/v1/AccountService/ExternalAccountProviders" + }, + "AuthFailureLoggingThreshold": 2, + "Description": "BMC User Accounts", + "Id": "RemoteAccountService", + "LDAP": { + "AccountProviderType": "LDAPService", + "Authentication": { + "AuthenticationType": "UsernameAndPassword" + }, + "Certificates": { + "@odata.id": "/redfish/v1/AccountService/LDAP/Certificates" + }, + "LDAPService": { + "SearchSettings": { + "BaseDistinguishedNames": [ + "" + ], + "BaseDistinguishedNames@odata.count": 1, + "GroupNameAttribute": "", + "UsernameAttribute": "" + } + }, + "RemoteRoleMapping": [ + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + }, + { + "LocalRole": "None", + "RemoteGroup": "" + } + ], + "RemoteRoleMapping@odata.count": 15, + "ServiceAddresses": [ + "" + ], + "ServiceAddresses@odata.count": 1, + "ServiceEnabled": false + }, + "LocalAccountAuth": "Fallback", + "MaxPasswordLength": 127, + "MinPasswordLength": 0, + "Name": "Account Service", + "PasswordExpirationDays": null, + "PrivilegeMap": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry" + }, + "Roles": { + "@odata.id": "/redfish/v1/AccountService/Roles" + }, + "ServiceEnabled": true, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "SupportedAccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "SupportedOEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "Racadm" + ] + }, + "/redfish/v1/AccountService/Accounts": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccountCollection.ManagerAccountCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts", + "@odata.type": "#ManagerAccountCollection.ManagerAccountCollection", + "Description": "BMC User Accounts Collection", + "Members": [ + { + "@odata.id": "/redfish/v1/AccountService/Accounts/1" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/2" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/3" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/4" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/5" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/6" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/7" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/8" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/9" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/10" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/11" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/12" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/13" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/14" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/15" + }, + { + "@odata.id": "/redfish/v1/AccountService/Accounts/16" + } + ], + "Members@odata.count": 16, + "Name": "Accounts Collection" + }, + "/redfish/v1/AccountService/Accounts/1": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/1", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "1", + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/10": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/10", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "10", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/10/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/10/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/10/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/11": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/11", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "11", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/11/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/11/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/11/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/12": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/12", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "12", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/12/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/12/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/12/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/13": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/13", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "13", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/13/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/13/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/13/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/14": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/14", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "14", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/14/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/14/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/14/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/15": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/15", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "15", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/15/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/15/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/15/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/16": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/16", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "16", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/16/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/16/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/16/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/2": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/2", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": true, + "Id": "2", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/2/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/Administrator" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "Administrator", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": true, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": true, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "root" + }, + "/redfish/v1/AccountService/Accounts/2/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/2/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/3": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/3", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": true, + "Id": "3", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/3/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/Operator" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "Operator", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": true, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": true, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "support" + }, + "/redfish/v1/AccountService/Accounts/3/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/3/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/4": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/4", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": true, + "Id": "4", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/4/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/Operator" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "Operator", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": true, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": true, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "power" + }, + "/redfish/v1/AccountService/Accounts/4/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/4/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/5": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/5", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "5", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/5/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "fwupd" + }, + "/redfish/v1/AccountService/Accounts/5/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/5/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/6": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/6", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "6", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/6/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/6/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/6/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/7": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/7", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "7", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/7/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/7/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/7/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/8": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/8", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "8", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/8/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/8/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/8/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/Accounts/9": { + "@odata.context": "/redfish/v1/$metadata#ManagerAccount.ManagerAccount", + "@odata.id": "/redfish/v1/AccountService/Accounts/9", + "@odata.type": "#ManagerAccount.v1_10_0.ManagerAccount", + "AccountTypes": [ + "Redfish", + "SNMP", + "OEM", + "HostConsole", + "ManagerConsole", + "IPMI", + "KVMIP", + "VirtualMedia", + "WebUI" + ], + "Description": "User Account", + "Enabled": false, + "Id": "9", + "Keys": { + "@odata.id": "/redfish/v1/AccountService/Accounts/9/Keys" + }, + "Links": { + "Role": { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + }, + "Locked": false, + "Name": "User Account", + "OEMAccountTypes": [ + "IPMI", + "SOL", + "WSMAN", + "UI", + "RACADM" + ], + "Oem": { + "Dell": { + "@odata.type": "#DellManagerAccount.v1_0_0.DellManagerAccount", + "SNMPv3PassphraseEnabled": "Disabled" + } + }, + "Password": null, + "PasswordChangeRequired": false, + "PasswordExpiration": null, + "RoleId": "None", + "SNMP": { + "AuthenticationKey": null, + "AuthenticationKeySet": false, + "AuthenticationProtocol": "HMAC_SHA96", + "EncryptionKey": null, + "EncryptionKeySet": false, + "EncryptionProtocol": "CFB128_AES128" + }, + "StrictAccountTypes": false, + "UserName": "" + }, + "/redfish/v1/AccountService/Accounts/9/Keys": { + "@odata.context": "/redfish/v1/$metadata#KeyCollection.KeyCollection", + "@odata.id": "/redfish/v1/AccountService/Accounts/9/Keys", + "@odata.type": "#KeyCollection.KeyCollection", + "Description": "User Account Keys Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "User Account Keys Collection" + }, + "/redfish/v1/AccountService/ActiveDirectory/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/AccountService/ActiveDirectory/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of Active Directory Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/AccountService/LDAP/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/AccountService/LDAP/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of LDAP Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/AccountService/Roles": { + "@odata.context": "/redfish/v1/$metadata#RoleCollection.RoleCollection", + "@odata.id": "/redfish/v1/AccountService/Roles", + "@odata.type": "#RoleCollection.RoleCollection", + "Description": "Roles Collection", + "Members": [ + { + "@odata.id": "/redfish/v1/AccountService/Roles/Administrator" + }, + { + "@odata.id": "/redfish/v1/AccountService/Roles/Operator" + }, + { + "@odata.id": "/redfish/v1/AccountService/Roles/ReadOnly" + }, + { + "@odata.id": "/redfish/v1/AccountService/Roles/None" + } + ], + "Members@odata.count": 4, + "Name": "Roles Collection" + }, + "/redfish/v1/AccountService/Roles/Administrator": { + "@odata.context": "/redfish/v1/$metadata#Role.Role", + "@odata.id": "/redfish/v1/AccountService/Roles/Administrator", + "@odata.type": "#Role.v1_3_1.Role", + "AssignedPrivileges": [ + "Login", + "ConfigureManager", + "ConfigureUsers", + "ConfigureComponents", + "ConfigureSelf" + ], + "AssignedPrivileges@odata.count": 5, + "Description": "Administrator User Role", + "Id": "Administrator", + "IsPredefined": true, + "Name": "User Role", + "OemPrivileges": [ + "ClearLogs", + "AccessVirtualConsole", + "AccessVirtualMedia", + "TestAlerts", + "ExecuteDebugCommands" + ], + "OemPrivileges@odata.count": 5, + "RoleId": "Administrator" + }, + "/redfish/v1/AccountService/Roles/None": { + "@odata.context": "/redfish/v1/$metadata#Role.Role", + "@odata.id": "/redfish/v1/AccountService/Roles/None", + "@odata.type": "#Role.v1_3_1.Role", + "AssignedPrivileges": [], + "AssignedPrivileges@odata.count": 0, + "Description": "User Role None", + "Id": "None", + "IsPredefined": true, + "Name": "User Role", + "RoleId": "None" + }, + "/redfish/v1/AccountService/Roles/Operator": { + "@odata.context": "/redfish/v1/$metadata#Role.Role", + "@odata.id": "/redfish/v1/AccountService/Roles/Operator", + "@odata.type": "#Role.v1_3_1.Role", + "AssignedPrivileges": [ + "Login", + "ConfigureComponents", + "ConfigureSelf" + ], + "AssignedPrivileges@odata.count": 3, + "Description": "Operator User Role", + "Id": "Operator", + "IsPredefined": true, + "Name": "User Role", + "RoleId": "Operator" + }, + "/redfish/v1/AccountService/Roles/ReadOnly": { + "@odata.context": "/redfish/v1/$metadata#Role.Role", + "@odata.id": "/redfish/v1/AccountService/Roles/ReadOnly", + "@odata.type": "#Role.v1_3_1.Role", + "AssignedPrivileges": [ + "Login", + "ConfigureSelf" + ], + "AssignedPrivileges@odata.count": 2, + "Description": "ReadOnly User Role", + "Id": "ReadOnly", + "IsPredefined": true, + "Name": "User Role", + "RoleId": "ReadOnly" + }, + "/redfish/v1/CertificateService": { + "@odata.context": "/redfish/v1/$metadata#CertificateService.CertificateService", + "@odata.id": "/redfish/v1/CertificateService", + "@odata.type": "#CertificateService.v1_0_4.CertificateService", + "Actions": { + "#CertificateService.GenerateCSR": { + "target": "/redfish/v1/CertificateService/Actions/CertificateService.GenerateCSR" + }, + "#CertificateService.ReplaceCertificate": { + "target": "/redfish/v1/CertificateService/Actions/CertificateService.ReplaceCertificate" + }, + "Oem": { + "#DellCertificateService.GenerateCSRAndImport": { + "target": "/redfish/v1/CertificateService/Actions/Oem/DellCertificateService.GenerateCSRAndImport" + }, + "#DellCertificateService.GetLastGeneratedCSR": { + "target": "/redfish/v1/CertificateService/Actions/Oem/DellCertificateService.GetLastGeneratedCSR" + } + } + }, + "CertificateLocations": { + "@odata.id": "/redfish/v1/CertificateService/CertificateLocations" + }, + "Description": "Certificate Service", + "Id": "CertificateService", + "Name": "Certificate Service" + }, + "/redfish/v1/CertificateService/CertificateLocations": { + "@odata.context": "/redfish/v1/$metadata#CertificateLocations.CertificateLocations", + "@odata.id": "/redfish/v1/CertificateService/CertificateLocations", + "@odata.type": "#CertificateLocations.v1_0_2.CertificateLocations", + "Description": "The CertificateLocations schema defines a resource that an administrator can use in order to locate all certificates installed on a given service.", + "Id": "CertificateLocations", + "Links": { + "Certificates": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates/SecurityCertificate.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates/StdSecbootpolicy.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates/StdSecbootpolicy.2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.3" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.4" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.5" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.6" + } + ], + "Certificates@odata.count": 7, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "Certificates": [], + "Certificates@odata.count": 0, + "HWCertificates": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/HWCertificates/SecurityCertificate.2" + } + } + } + }, + "Name": "Certificate Locations" + }, + "/redfish/v1/Chassis": { + "@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection", + "@odata.id": "/redfish/v1/Chassis", + "@odata.type": "#ChassisCollection.ChassisCollection", + "Description": "Collection of Chassis", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1" + } + ], + "Members@odata.count": 2, + "Name": "Chassis Collection" + }, + "/redfish/v1/Chassis/Enclosure.Internal.0-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1", + "@odata.type": "#Chassis.v1_22_0.Chassis", + "Actions": {}, + "AssetTag": "", + "ChassisType": "StorageEnclosure", + "Description": "PCIe SSD Backplane 1", + "Id": "Enclosure.Internal.0-1", + "Links": { + "ContainedBy": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Contains": [], + "Contains@odata.count": 0, + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 2, + "ManagedBy": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "ManagedBy@odata.count": 1, + "PCIeDevices": [], + "PCIeDevices@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices", + "PCIeDevices@odata.count": 0, + "Storage": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + } + ], + "Storage@odata.count": 1 + }, + "Location": { + "Oem": { + "Dell": { + "@odata.type": "#DellLocation.v1_2_0.DellLocation", + "PartLocation": { + "ExtendedReference": "Front" + } + } + }, + "PartLocation": { + "LocationType": "Backplane", + "Reference": "Front" + } + }, + "Manufacturer": null, + "Model": "PCIe SSD Backplane 1", + "Name": "PCIe SSD Backplane 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOemEnclosureChassis.v1_0_0.DellOemEnclosureChassis", + "DellChassisEnclosure": { + "AssetName": null, + "BackplaneType": "NotShared", + "Connector": null, + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "Links": { + "DellEnclosureEMMCollection": [], + "DellEnclosureEMMCollection@odata.count": 0 + }, + "RAIDMultipath": "Off", + "ServiceTag": null, + "SlotCount": 10, + "TempProbeCount": null, + "Version": null, + "WiredOrder": 1 + }, + "DellEnclosure": { + "@odata.context": "/redfish/v1/$metadata#DellEnclosure.DellEnclosure", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellEnclosures/Enclosure.Internal.0-1", + "@odata.type": "#DellEnclosure.v1_1_0.DellEnclosure", + "AssetName": null, + "Connector": null, + "Description": "An instance of DellEnclosure will have storage enclosure specific data.", + "Id": "Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "Links": { + "DellEnclosureEMMCollection": [], + "DellEnclosureEMMCollection@odata.count": 0 + }, + "Name": "DellEnclosure", + "ServiceTag": null, + "SlotCount": 10, + "TempProbeCount": null, + "Version": null, + "WiredOrder": 1 + }, + "DellEnclosure@Redfish.Deprecated": "Please migrate to use DellChassisEnclosure", + "DellPCIeSSDBackPlane": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSDBackPlane.DellPCIeSSDBackPlane", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDBackPlanes/Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSDBackPlane.v1_3_0.DellPCIeSSDBackPlane", + "Description": "An instance of DellPCIeSSDBackPlane will have PCIeSSD back plane specific data.", + "FirmwareVersion": "7.10", + "Id": "Enclosure.Internal.0-1", + "Name": "DellPCIeSSDBackPlane", + "PCIExpressGeneration": "Gen 4", + "SlotCount": 10, + "WiredOrder": 1 + } + } + }, + "PCIeDevices": { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices" + }, + "PartNumber": null, + "PowerState": "On", + "PoweredByParent": true, + "SKU": "", + "SerialNumber": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "ThermalManagedByParent": true + }, + "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellEnclosures/Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellEnclosure.DellEnclosure", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellEnclosures/Enclosure.Internal.0-1", + "@odata.type": "#DellEnclosure.v1_1_0.DellEnclosure", + "AssetName": null, + "Connector": null, + "Description": "An instance of DellEnclosure will have storage enclosure specific data.", + "Id": "Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "Links": { + "DellEnclosureEMMCollection": [], + "DellEnclosureEMMCollection@odata.count": 0 + }, + "Name": "DellEnclosure", + "ServiceTag": null, + "SlotCount": 10, + "TempProbeCount": null, + "Version": null, + "WiredOrder": 1 + }, + "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDBackPlanes/Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSDBackPlane.DellPCIeSSDBackPlane", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDBackPlanes/Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSDBackPlane.v1_3_0.DellPCIeSSDBackPlane", + "Description": "An instance of DellPCIeSSDBackPlane will have PCIeSSD back plane specific data.", + "FirmwareVersion": "7.10", + "Id": "Enclosure.Internal.0-1", + "Name": "DellPCIeSSDBackPlane", + "PCIExpressGeneration": "Gen 4", + "SlotCount": 10, + "WiredOrder": 1 + }, + "/redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices": { + "@odata.context": "/redfish/v1/$metadata#PCIeDeviceCollection.PCIeDeviceCollection", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices", + "@odata.type": "#PCIeDeviceCollection.PCIeDeviceCollection", + "Description": "Collection of PCIeDevices", + "Members": [], + "Members@odata.count": 0, + "Name": "PCIeDevice Collection" + }, + "/redfish/v1/Chassis/Enclosure.Internal.0-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis", + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/Settings", + "@odata.type": "#Chassis.v1_22_0.Chassis", + "Actions": {}, + "AssetTag": "", + "ChassisType": "StorageEnclosure", + "Description": "PCIe SSD Backplane 1", + "Id": "Enclosure.Internal.0-1", + "Links": { + "ContainedBy": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Contains": [], + "Contains@odata.count": 0, + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 2, + "ManagedBy": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "ManagedBy@odata.count": 1, + "PCIeDevices": [], + "PCIeDevices@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices", + "PCIeDevices@odata.count": 0, + "Storage": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + } + ], + "Storage@odata.count": 1 + }, + "Location": { + "Oem": { + "Dell": { + "@odata.type": "#DellLocation.v1_2_0.DellLocation", + "PartLocation": { + "ExtendedReference": "Front" + } + } + }, + "PartLocation": { + "LocationType": "Backplane", + "Reference": "Front" + } + }, + "Manufacturer": null, + "Model": "PCIe SSD Backplane 1", + "Name": "PCIe SSD Backplane 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOemEnclosureChassis.v1_0_0.DellOemEnclosureChassis", + "DellChassisEnclosure": { + "BackplaneType": "NotShared", + "RAIDMultipath": "Off" + } + } + }, + "PCIeDevices": { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1/PCIeDevices" + }, + "PartNumber": null, + "PowerState": "On", + "PoweredByParent": true, + "SKU": "", + "SerialNumber": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "ThermalManagedByParent": true + }, + "/redfish/v1/Chassis/System.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#Chassis.Chassis", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1", + "@odata.type": "#Chassis.v1_22_0.Chassis", + "Actions": { + "#Chassis.Reset": { + "ResetType@Redfish.AllowableValues": [ + "On", + "ForceOff", + "PowerCycle" + ], + "target": "/redfish/v1/Chassis/System.Embedded.1/Actions/Chassis.Reset" + } + }, + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "AssetTag": null, + "ChassisType": "RackMount", + "Description": "It represents the properties for physical components for any system.It represent racks, rackmount servers, blades, standalone, modular systems,enclosures, and all other containers.The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.", + "EnvironmentMetrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/EnvironmentMetrics" + }, + "EnvironmentalClass": null, + "Id": "System.Embedded.1", + "IndicatorLED": "Lit", + "IndicatorLED@Redfish.Deprecated": "Please migrate to use LocationIndicatorActive property", + "Links": { + "ComputerSystems": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ], + "ComputerSystems@odata.count": 1, + "Contains": [ + { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1" + } + ], + "Contains@odata.count": 1, + "CooledBy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15" + } + ], + "CooledBy@odata.count": 16, + "Drives": [], + "Drives@odata.count": 0, + "ManagedBy": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "ManagedBy@odata.count": 1, + "ManagersInChassis": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "ManagersInChassis@odata.count": 1, + "PCIeDevices": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0" + } + ], + "PCIeDevices@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/PCIeDevices", + "PCIeDevices@odata.count": 59, + "PoweredBy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "PoweredBy@odata.count": 2, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 2, + "Storage": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1" + } + ], + "Storage@odata.count": 2 + }, + "Location": { + "Info": ";;;;0", + "InfoFormat": "DataCenter;RoomName;Aisle;RackName;RackSlot", + "Placement": { + "Rack": "", + "RackOffset": 0, + "RackOffsetUnits": "EIA_310", + "Row": "" + }, + "PostalAddress": { + "Building": "", + "Room": "" + } + }, + "LocationIndicatorActive": false, + "Manufacturer": "Dell Inc.", + "Memory": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory" + }, + "Model": "PowerEdge R6525", + "Name": "Computer System Chassis", + "NetworkAdapters": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellChassis": { + "@odata.context": "/redfish/v1/$metadata#DellChassis.DellChassis", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis/mainsystemchassis", + "@odata.type": "#DellChassis.v1_0_0.DellChassis", + "CanBeFRUed": true, + "Description": "This resource shall provide information about the enclosure or chassis the system is in.", + "Id": "mainsystemchassis", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellChassis", + "SystemID": 2302 + } + } + }, + "PCIeDevices": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices" + }, + "PCIeSlots": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeSlots" + }, + "PartNumber": "024PW1A00", + "PhysicalSecurity": { + "IntrusionSensor": "Normal", + "IntrusionSensorNumber": 115, + "IntrusionSensorReArm": "Automatic" + }, + "Power": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power" + }, + "Power@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/PowerSubsystem", + "PowerState": "On", + "PowerSubsystem": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem" + }, + "PoweredByParent": false, + "SKU": "8MT3NF3", + "Sensors": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors" + }, + "SerialNumber": "CNIVC0014Q0106", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Thermal": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal" + }, + "Thermal@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem", + "ThermalManagedByParent": false, + "ThermalSubsystem": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem" + }, + "UUID": "4c4c4544-004d-5410-8033-b8c04f4e4633" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/1", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "1", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/2", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "2", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/3", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "3", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/4", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "4", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/5", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "5", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/6", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "6", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/7", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "7", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/8", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "8", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/9", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "9", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/10", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "SystemPlanar", + "EngineeringChangeLevel": "A00", + "MemberId": "10", + "Model": "SystemPlanar", + "Name": "System.Embedded.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + } + } + }, + "PartNumber": "024PW1", + "Producer": "Dell Inc.", + "ProductionDate": "2021-04-28T03:56:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/11", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "11", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/12", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DRIVE BACKPLANE", + "EngineeringChangeLevel": "A03", + "MemberId": "12", + "Model": "DRIVE BACKPLANE", + "Name": "Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + } + } + }, + "PartNumber": "06JYXW", + "Producer": "Dell", + "ProductionDate": "2020-08-29T13:51:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/13", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "13", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.0:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly#/Assemblies/14", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Dell Ent NVMe AGN RI U.2 1.92TB", + "EngineeringChangeLevel": "A00", + "MemberId": "14", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "Disk.Bay.1:Enclosure.Internal.0-1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + } + } + }, + "PartNumber": "02380X", + "Producer": "Dell", + "ProductionDate": "1996-01-01T00:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 15, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "Assembly" + }, + "/redfish/v1/Chassis/System.Embedded.1/EnvironmentMetrics": { + "@odata.context": "/redfish/v1/$metadata#EnvironmentMetrics.EnvironmentMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/EnvironmentMetrics", + "@odata.type": "#EnvironmentMetrics.v1_3_0.EnvironmentMetrics", + "Description": "Represents EnvironmentMetrics of the Chassis", + "Id": "EnvironmentMetrics", + "Name": "EnvironmentMetrics", + "Oem": { + "Dell": { + "@odata.type": "#DellEnvironmentMetrics.v1_0_0.DellEnvironmentMetrics", + "AverageFanPWM": 50 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters": { + "@odata.context": "/redfish/v1/$metadata#NetworkAdapterCollection.NetworkAdapterCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters", + "@odata.type": "#NetworkAdapterCollection.NetworkAdapterCollection", + "Description": "Collection Of Network Adapter", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1" + } + ], + "Members@odata.count": 2, + "Name": "Network Adapter Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1", + "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "Controllers": [ + { + "ControllerCapabilities": { + "DataCenterBridging": { + "Capable": false + }, + "NPAR": { + "NparCapable": false, + "NparEnabled": false + }, + "NPIV": { + "MaxDeviceLogins": 0, + "MaxPortLogins": 0 + }, + "NetworkDeviceFunctionCount": 2, + "NetworkPortCount": 2, + "VirtualizationOffload": { + "SRIOV": { + "SRIOVVEPACapable": false + }, + "VirtualFunction": { + "DeviceMaxCount": null, + "MinAssignmentGroupSize": null, + "NetworkPortMaxCount": null + } + } + }, + "FirmwarePackageVersion": "22.31.6", + "Links": { + "NetworkDeviceFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + ], + "NetworkDeviceFunctions@odata.count": 2, + "NetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + ], + "NetworkPorts@odata.count": 2, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + } + } + } + ], + "Controllers@odata.count": 1, + "Description": "Network Adapter View", + "Id": "NIC.Embedded.1", + "Manufacturer": "Broadcom Inc. and subsidiaries", + "Model": null, + "Name": "Network Adapter View", + "NetworkDeviceFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions" + }, + "NetworkPorts": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts" + }, + "NetworkPorts@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/{NetworkAdaptersId}/Ports", + "PartNumber": null, + "Ports": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports" + }, + "SerialNumber": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions", + "@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection", + "Description": "Collection Of Network Device Function entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + ], + "Members@odata.count": 2, + "Name": "Network Device Function Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalNetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1" + } + ], + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "70:B5:E8:F0:7B:BC", + "MTUSize": null, + "PermanentMACAddress": "70:B5:E8:F0:7B:BC", + "VLAN": { + "VLANEnable": false, + "VLANId": 1 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Embedded.1-1-1", + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1, + "DellNetworkAttributes": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1" + } + } + }, + "PhysicalNetworkPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1" + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + } + }, + "MaxVirtualFunctions": null, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNIC": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNIC/NIC.Embedded.1-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 225, + "CableLengthMetres": null, + "ControllerBIOSVersion": "1.39", + "DataBusWidth": "Unknown", + "DeviceDescription": "Embedded NIC 1 Port 1 Partition 1", + "EFIVersion": "21.6.40", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Embedded.1-1-1", + "FamilyVersion": "22.31.6", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Embedded.1-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Embedded.1-1-1", + "LANDriverVersion": "3.137", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "Base T", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "165f", + "PCISubDeviceID": "08ff", + "PCISubVendorID": "1028", + "PCIVendorID": "14e4", + "PartNumber": null, + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "Protocol": "NIC", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": null, + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Broadcom Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "DellNICCapabilities": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.1-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "NotSupported", + "DCBExchangeProtocol": "NotSupported", + "ETS": "NotSupported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Embedded.1-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "NotSupported", + "RDMASupport": "NotSupported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "NotSupported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "NotSupported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "DellNICPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.1-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Embedded.1-1-1", + "Id": "NIC.Embedded.1-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": null, + "RDMARxTotalPackets": null, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": null, + "RDMATxTotalPackets": null, + "RDMATxTotalReadReqPkts": null, + "RDMATxTotalSendPkts": null, + "RDMATxTotalWritePkts": null, + "RxBroadcast": 36103, + "RxBytes": 17668717, + "RxErrorPktAlignmentErrors": 0, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 79104, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 173, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:03+09:00", + "TxBroadcast": 2217, + "TxBytes": 1885682, + "TxErrorPktExcessiveCollision": 0, + "TxErrorPktLateCollision": 0, + "TxErrorPktMultipleCollision": 0, + "TxErrorPktSingleCollision": 0, + "TxMutlicastPackets": 4766, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 173 + } + } + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + }, + "PhysicalPortAssignment@Redfish.Deprecated": "This property has been deprecated and moved to the Links property to avoid loops on expand.", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNIC/NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNIC/NIC.Embedded.1-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 225, + "CableLengthMetres": null, + "ControllerBIOSVersion": "1.39", + "DataBusWidth": "Unknown", + "Description": "An instance of DellNIC will have NIC device specific data.", + "DeviceDescription": "Embedded NIC 1 Port 1 Partition 1", + "EFIVersion": "21.6.40", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Embedded.1-1-1", + "FamilyVersion": "22.31.6", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Embedded.1-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Embedded.1-1-1", + "LANDriverVersion": "3.137", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "Base T", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "165f", + "PCISubDeviceID": "08ff", + "PCISubVendorID": "1028", + "PCIVendorID": "14e4", + "PartNumber": null, + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "Protocol": "NIC", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": null, + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Broadcom Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.1-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "NotSupported", + "DCBExchangeProtocol": "NotSupported", + "Description": "An instance of DellNICCapabilities will have data specific to NIC and its port and partitions capabilities.", + "ETS": "NotSupported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Embedded.1-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "NotSupported", + "RDMASupport": "NotSupported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "NotSupported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "NotSupported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.1-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "Description": "Represents the statistics of the NIC, NIC port, or partition.", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Embedded.1-1-1", + "Id": "NIC.Embedded.1-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": null, + "RDMARxTotalPackets": null, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": null, + "RDMATxTotalPackets": null, + "RDMATxTotalReadReqPkts": null, + "RDMATxTotalSendPkts": null, + "RDMATxTotalWritePkts": null, + "RxBroadcast": 36103, + "RxBytes": 17668717, + "RxErrorPktAlignmentErrors": 0, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 79104, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 173, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:03+09:00", + "TxBroadcast": 2217, + "TxBytes": 1885682, + "TxErrorPktExcessiveCollision": 0, + "TxErrorPktLateCollision": 0, + "TxErrorPktMultipleCollision": 0, + "TxErrorPktSingleCollision": 0, + "TxMutlicastPackets": 4766, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 173 + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart", + "OnReset", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Embedded.1-1-1", + "Attributes": { + "BannerMessageTimeout": 5, + "BlnkLeds": 0, + "BootOptionROM": "Enabled", + "BootStrapType": "AutoDetect", + "BusDeviceFunction": "E1:00:00", + "ChipMdl": "BCM5720 A0", + "ControllerBIOSVersion": "1.39", + "EEEControl": "Enabled", + "EFIVersion": "21.6.40", + "EnergyEfficientEthernet": "Available", + "FCoEBootSupport": "Unavailable", + "FCoEOffloadSupport": "Unavailable", + "FamilyVersion": "22.31.6", + "FlexAddressing": "Unavailable", + "HideSetupPrompt": "Disabled", + "LegacyBootProto": "PXE", + "LinkStatus": "Connected", + "LnkSpeed": "AutoNeg", + "MacAddr": "70:B5:E8:F0:7B:BC", + "NicPartitioningSupport": "Unavailable", + "PCIDeviceID": "165F", + "PXEBootSupport": "Available", + "PermitTotalPortShutdown": "Disabled", + "TXBandwidthControlMaximum": "Unavailable", + "TXBandwidthControlMinimum": "Unavailable", + "VLanId": 1, + "VLanMode": "Disabled", + "VirtMacAddr": "70:B5:E8:F0:7B:BC", + "WakeOnLan": "Disabled", + "iSCSIBootSupport": "Unavailable", + "iSCSIOffloadSupport": "Unavailable" + }, + "Description": "DellNetworkAttributes represents the Network device attribute details.", + "Id": "NIC.Embedded.1-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.1-1-1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Embedded.1-1-1", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "NIC.Embedded.1-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalNetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1" + } + ], + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "70:B5:E8:F0:7B:BD", + "MTUSize": null, + "PermanentMACAddress": "70:B5:E8:F0:7B:BD", + "VLAN": { + "VLANEnable": false, + "VLANId": 1 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Embedded.2-1-1", + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1, + "DellNetworkAttributes": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1" + } + } + }, + "PhysicalNetworkPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1" + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + }, + "MaxVirtualFunctions": null, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNIC": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNIC/NIC.Embedded.2-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 225, + "CableLengthMetres": null, + "ControllerBIOSVersion": "1.39", + "DataBusWidth": "Unknown", + "DeviceDescription": "Embedded NIC 1 Port 2 Partition 1", + "EFIVersion": "21.6.40", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Embedded.2-1-1", + "FamilyVersion": "22.31.6", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Embedded.2-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Embedded.2-1-1", + "LANDriverVersion": "3.137", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "LinkDuplex": "Unknown", + "MaxBandwidthPercent": 0, + "MediaType": "Base T", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "165f", + "PCISubDeviceID": "08ff", + "PCISubVendorID": "1028", + "PCIVendorID": "14e4", + "PartNumber": null, + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "Protocol": "NIC", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": null, + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Broadcom Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "DellNICCapabilities": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.2-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "NotSupported", + "DCBExchangeProtocol": "NotSupported", + "ETS": "NotSupported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Embedded.2-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "NotSupported", + "RDMASupport": "NotSupported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "NotSupported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "NotSupported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "DellNICPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.2-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Embedded.2-1-1", + "Id": "NIC.Embedded.2-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": null, + "RDMARxTotalPackets": null, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": null, + "RDMATxTotalPackets": null, + "RDMATxTotalReadReqPkts": null, + "RDMATxTotalSendPkts": null, + "RDMATxTotalWritePkts": null, + "RxBroadcast": 0, + "RxBytes": 0, + "RxErrorPktAlignmentErrors": 0, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 0, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 0, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:03+09:00", + "TxBroadcast": 0, + "TxBytes": 0, + "TxErrorPktExcessiveCollision": 0, + "TxErrorPktLateCollision": 0, + "TxErrorPktMultipleCollision": 0, + "TxErrorPktSingleCollision": 0, + "TxMutlicastPackets": 0, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 0 + } + } + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + }, + "PhysicalPortAssignment@Redfish.Deprecated": "This property has been deprecated and moved to the Links property to avoid loops on expand.", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNIC/NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNIC/NIC.Embedded.2-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 225, + "CableLengthMetres": null, + "ControllerBIOSVersion": "1.39", + "DataBusWidth": "Unknown", + "Description": "An instance of DellNIC will have NIC device specific data.", + "DeviceDescription": "Embedded NIC 1 Port 2 Partition 1", + "EFIVersion": "21.6.40", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Embedded.2-1-1", + "FamilyVersion": "22.31.6", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Embedded.2-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Embedded.2-1-1", + "LANDriverVersion": "3.137", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "LinkDuplex": "Unknown", + "MaxBandwidthPercent": 0, + "MediaType": "Base T", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "165f", + "PCISubDeviceID": "08ff", + "PCISubVendorID": "1028", + "PCIVendorID": "14e4", + "PartNumber": null, + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "Protocol": "NIC", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": null, + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Broadcom Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICCapabilities/NIC.Embedded.2-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "NotSupported", + "DCBExchangeProtocol": "NotSupported", + "Description": "An instance of DellNICCapabilities will have data specific to NIC and its port and partitions capabilities.", + "ETS": "NotSupported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Embedded.2-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "NotSupported", + "RDMASupport": "NotSupported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "NotSupported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "NotSupported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNICPortMetrics/NIC.Embedded.2-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "Description": "Represents the statistics of the NIC, NIC port, or partition.", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Embedded.2-1-1", + "Id": "NIC.Embedded.2-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": null, + "RDMARxTotalPackets": null, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": null, + "RDMATxTotalPackets": null, + "RDMATxTotalReadReqPkts": null, + "RDMATxTotalSendPkts": null, + "RDMATxTotalWritePkts": null, + "RxBroadcast": 0, + "RxBytes": 0, + "RxErrorPktAlignmentErrors": 0, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 0, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 0, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:08+09:00", + "TxBroadcast": 0, + "TxBytes": 0, + "TxErrorPktExcessiveCollision": 0, + "TxErrorPktLateCollision": 0, + "TxErrorPktMultipleCollision": 0, + "TxErrorPktSingleCollision": 0, + "TxMutlicastPackets": 0, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 0 + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart", + "OnReset", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Embedded.2-1-1", + "Attributes": { + "BannerMessageTimeout": 5, + "BlnkLeds": 0, + "BootOptionROM": "Enabled", + "BootStrapType": "AutoDetect", + "BusDeviceFunction": "E1:00:01", + "ChipMdl": "BCM5720 A0", + "ControllerBIOSVersion": "1.39", + "EEEControl": "Enabled", + "EFIVersion": "21.6.40", + "EnergyEfficientEthernet": "Available", + "FCoEBootSupport": "Unavailable", + "FCoEOffloadSupport": "Unavailable", + "FamilyVersion": "22.31.6", + "FlexAddressing": "Unavailable", + "HideSetupPrompt": "Disabled", + "LegacyBootProto": "NONE", + "LinkStatus": "Disconnected", + "LnkSpeed": "AutoNeg", + "MacAddr": "70:B5:E8:F0:7B:BD", + "NicPartitioningSupport": "Unavailable", + "PCIDeviceID": "165F", + "PXEBootSupport": "Available", + "PermitTotalPortShutdown": "Disabled", + "TXBandwidthControlMaximum": "Unavailable", + "TXBandwidthControlMinimum": "Unavailable", + "VLanId": 1, + "VLanMode": "Disabled", + "VirtMacAddr": "70:B5:E8:F0:7B:BD", + "WakeOnLan": "Disabled", + "iSCSIBootSupport": "Unavailable", + "iSCSIOffloadSupport": "Unavailable" + }, + "Description": "DellNetworkAttributes represents the Network device attribute details.", + "Id": "NIC.Embedded.2-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Oem/Dell/DellNetworkAttributes/NIC.Embedded.2-1-1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Embedded.2-1-1", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "NIC.Embedded.2-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts": { + "@odata.context": "/redfish/v1/$metadata#NetworkPortCollection.NetworkPortCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts", + "@odata.type": "#NetworkPortCollection.NetworkPortCollection", + "Description": "Collection Of Network Port entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + ], + "Members@odata.count": 2, + "Name": "Network Port Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#NetworkPort.NetworkPort", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1", + "@odata.type": "#NetworkPort.v1_4_1.NetworkPort", + "ActiveLinkTechnology": "Ethernet", + "AssociatedNetworkAddresses": [ + "70:B5:E8:F0:7B:BC" + ], + "CurrentLinkSpeedMbps": 1000, + "Description": "Network Port View", + "EEEEnabled": true, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "Id": "NIC.Embedded.1-1", + "LinkStatus": "Up", + "Name": "Network Port View", + "NetDevFuncMaxBWAlloc": [ + { + "MaxBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + } + } + ], + "NetDevFuncMaxBWAlloc@odata.count": 1, + "NetDevFuncMinBWAlloc": [ + { + "MinBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + } + } + ], + "NetDevFuncMinBWAlloc@odata.count": 1, + "Oem": {}, + "PhysicalPortNumber": "1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SupportedEthernetCapabilities": [ + "WakeOnLAN", + "EEE" + ], + "SupportedEthernetCapabilities@odata.count": 2, + "SupportedLinkCapabilities": [ + { + "AutoSpeedNegotiation": true, + "LinkNetworkTechnology": "Ethernet", + "LinkSpeedMbps": 1000 + } + ], + "SupportedLinkCapabilities@odata.count": 1, + "VendorId": "14e4", + "WakeOnLANEnabled": false + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1": { + "@odata.context": "/redfish/v1/$metadata#NetworkPort.NetworkPort", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1", + "@odata.type": "#NetworkPort.v1_4_1.NetworkPort", + "ActiveLinkTechnology": "Ethernet", + "AssociatedNetworkAddresses": [ + "70:B5:E8:F0:7B:BD" + ], + "CurrentLinkSpeedMbps": 0, + "Description": "Network Port View", + "EEEEnabled": true, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "Id": "NIC.Embedded.2-1", + "LinkStatus": "Down", + "Name": "Network Port View", + "NetDevFuncMaxBWAlloc": [ + { + "MaxBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + } + ], + "NetDevFuncMaxBWAlloc@odata.count": 1, + "NetDevFuncMinBWAlloc": [ + { + "MinBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + } + ], + "NetDevFuncMinBWAlloc@odata.count": 1, + "Oem": {}, + "PhysicalPortNumber": "2", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SupportedEthernetCapabilities": [ + "WakeOnLAN", + "EEE" + ], + "SupportedEthernetCapabilities@odata.count": 2, + "SupportedLinkCapabilities": [ + { + "AutoSpeedNegotiation": false, + "LinkNetworkTechnology": "Ethernet", + "LinkSpeedMbps": 0 + } + ], + "SupportedLinkCapabilities@odata.count": 1, + "VendorId": "14e4", + "WakeOnLANEnabled": false + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports": { + "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports", + "@odata.type": "#PortCollection.PortCollection", + "Description": "Collection Of Port entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1" + } + ], + "Members@odata.count": 2, + "Name": "Port Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#Port.Port", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1", + "@odata.type": "#Port.v1_8_0.Port", + "CurrentSpeedGbps": 1, + "Description": "Instance of Port for NIC", + "Ethernet": { + "AssociatedMACAddresses": [ + "70:B5:E8:F0:7B:BC" + ], + "EEEEnabled": true, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "LLDPReceive": {}, + "WakeOnLANEnabled": false + }, + "FunctionMaxBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + } + } + ], + "FunctionMinBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1" + } + } + ], + "Id": "NIC.Embedded.1-1", + "LinkConfiguration": [ + { + "AutoSpeedNegotiationCapable": true, + "AutoSpeedNegotiationEnabled": true + } + ], + "LinkNetworkTechnology": "Ethernet", + "LinkStatus": "LinkUp", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1/Metrics" + }, + "Name": "Network Inteface Card(NIC) Port View", + "PortId": "1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PortMetrics.PortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.1-1/Metrics", + "@odata.type": "#PortMetrics.v1_4_0.PortMetrics", + "Description": "Port Metrics View", + "Id": "NIC.Embedded.1-1", + "Name": "Port Metrics View", + "Transceivers": [ + { + "RXInputPowerMilliWatts": null, + "SupplyVoltage": null, + "TXBiasCurrentMilliAmps": null, + "TXOutputPowerMilliWatts": null + } + ] + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1": { + "@odata.context": "/redfish/v1/$metadata#Port.Port", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1", + "@odata.type": "#Port.v1_8_0.Port", + "CurrentSpeedGbps": 0, + "Description": "Instance of Port for NIC", + "Ethernet": { + "AssociatedMACAddresses": [ + "70:B5:E8:F0:7B:BD" + ], + "EEEEnabled": true, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "LLDPReceive": {}, + "WakeOnLANEnabled": false + }, + "FunctionMaxBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + } + ], + "FunctionMinBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1" + } + } + ], + "Id": "NIC.Embedded.2-1", + "LinkConfiguration": [ + { + "AutoSpeedNegotiationCapable": false, + "AutoSpeedNegotiationEnabled": false + } + ], + "LinkNetworkTechnology": "Ethernet", + "LinkStatus": "LinkDown", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1/Metrics" + }, + "Name": "Network Inteface Card(NIC) Port View", + "PortId": "2", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PortMetrics.PortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/Ports/NIC.Embedded.2-1/Metrics", + "@odata.type": "#PortMetrics.v1_4_0.PortMetrics", + "Description": "Port Metrics View", + "Id": "NIC.Embedded.2-1", + "Name": "Port Metrics View", + "Transceivers": [ + { + "RXInputPowerMilliWatts": null, + "SupplyVoltage": null, + "TXBiasCurrentMilliAmps": null, + "TXOutputPowerMilliWatts": null + } + ] + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1": { + "@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1", + "@odata.type": "#NetworkAdapter.v1_9_0.NetworkAdapter", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly" + }, + "Controllers": [ + { + "ControllerCapabilities": { + "DataCenterBridging": { + "Capable": true + }, + "NPAR": { + "NparCapable": false, + "NparEnabled": false + }, + "NPIV": { + "MaxDeviceLogins": 0, + "MaxPortLogins": 0 + }, + "NetworkDeviceFunctionCount": 2, + "NetworkPortCount": 2, + "VirtualizationOffload": { + "SRIOV": { + "SRIOVVEPACapable": true + }, + "VirtualFunction": { + "DeviceMaxCount": 512, + "MinAssignmentGroupSize": 128, + "NetworkPortMaxCount": 256 + } + } + }, + "FirmwarePackageVersion": "22.0.9", + "Links": { + "NetworkDeviceFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + ], + "NetworkDeviceFunctions@odata.count": 2, + "NetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + } + ], + "NetworkPorts@odata.count": 2, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + } + } + } + ], + "Controllers@odata.count": 1, + "Description": "Network Adapter View", + "Id": "NIC.Integrated.1", + "Manufacturer": "Intel Corporation", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "Network Adapter View", + "NetworkDeviceFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions" + }, + "NetworkPorts": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts" + }, + "NetworkPorts@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/{NetworkAdaptersId}/Ports", + "PartNumber": "061X09", + "Ports": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports" + }, + "SerialNumber": "MYFLMIT13N00JM", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "0", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "NIC.Integrated.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "Intel(R) 25GbE 2P E810-XXV OCP", + "EngineeringChangeLevel": "A00", + "MemberId": "0", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "NIC.Integrated.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + } + } + }, + "PartNumber": "061X09", + "Producer": "Dell", + "ProductionDate": "2021-03-24T12:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "NIC.Integrated.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions", + "@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection", + "Description": "Collection Of Network Device Function entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + } + ], + "Members@odata.count": 2, + "Name": "Network Device Function Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalNetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1" + } + ], + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "B4:96:91:BA:17:CA", + "MTUSize": null, + "PermanentMACAddress": "B4:96:91:BA:17:CA", + "VLAN": {} + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Integrated.1-1-1", + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1, + "DellNetworkAttributes": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1" + } + } + }, + "PhysicalNetworkPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1" + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + } + }, + "MaxVirtualFunctions": 256, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNIC": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNIC/NIC.Integrated.1-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 99, + "CableLengthMetres": null, + "ControllerBIOSVersion": null, + "DataBusWidth": "Unknown", + "DeviceDescription": "Integrated NIC 1 Port 1 Partition 1", + "EFIVersion": "4.0.48", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Integrated.1-1-1", + "FamilyVersion": "22.0.9", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Integrated.1-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Integrated.1-1-1", + "LANDriverVersion": "0.8.1-k", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "SFF_CAGE", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "159b", + "PCISubDeviceID": "0001", + "PCISubVendorID": "8086", + "PCIVendorID": "8086", + "PartNumber": "061X09", + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "Protocol": "NIC,RDMA", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": "MYFLMIT13N00JM", + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Intel Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "DellNICCapabilities": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "Supported", + "DCBExchangeProtocol": "Supported", + "ETS": "Supported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Integrated.1-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "Supported", + "RDMASupport": "Supported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "Supported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "Supported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "DellNICPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Integrated.1-1-1", + "Id": "NIC.Integrated.1-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": 0, + "RDMARxTotalPackets": 0, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": 0, + "RDMATxTotalPackets": 0, + "RDMATxTotalReadReqPkts": 0, + "RDMATxTotalSendPkts": 0, + "RDMATxTotalWritePkts": 0, + "RxBroadcast": 39180, + "RxBytes": 445730233, + "RxErrorPktAlignmentErrors": null, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 149946, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 298850, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:08+09:00", + "TxBroadcast": 2, + "TxBytes": 9115485, + "TxErrorPktExcessiveCollision": null, + "TxErrorPktLateCollision": null, + "TxErrorPktMultipleCollision": null, + "TxErrorPktSingleCollision": null, + "TxMutlicastPackets": 4880, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 54434 + } + } + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + }, + "PhysicalPortAssignment@Redfish.Deprecated": "This property has been deprecated and moved to the Links property to avoid loops on expand.", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNIC/NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNIC/NIC.Integrated.1-1-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 99, + "CableLengthMetres": null, + "ControllerBIOSVersion": null, + "DataBusWidth": "Unknown", + "Description": "An instance of DellNIC will have NIC device specific data.", + "DeviceDescription": "Integrated NIC 1 Port 1 Partition 1", + "EFIVersion": "4.0.48", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Integrated.1-1-1", + "FamilyVersion": "22.0.9", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Integrated.1-1-1", + "IdentifierType": null, + "InstanceID": "NIC.Integrated.1-1-1", + "LANDriverVersion": "0.8.1-k", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "SFF_CAGE", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "159b", + "PCISubDeviceID": "0001", + "PCISubVendorID": "8086", + "PCIVendorID": "8086", + "PartNumber": "061X09", + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "Protocol": "NIC,RDMA", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": "MYFLMIT13N00JM", + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Intel Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-1-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "Supported", + "DCBExchangeProtocol": "Supported", + "Description": "An instance of DellNICCapabilities will have data specific to NIC and its port and partitions capabilities.", + "ETS": "Supported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Integrated.1-1-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "Supported", + "RDMASupport": "Supported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "Supported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "Supported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-1-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "Description": "Represents the statistics of the NIC, NIC port, or partition.", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Integrated.1-1-1", + "Id": "NIC.Integrated.1-1-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": 0, + "RDMARxTotalPackets": 0, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": 0, + "RDMATxTotalPackets": 0, + "RDMATxTotalReadReqPkts": 0, + "RDMATxTotalSendPkts": 0, + "RDMATxTotalWritePkts": 0, + "RxBroadcast": 39180, + "RxBytes": 445730233, + "RxErrorPktAlignmentErrors": null, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 149946, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 298850, + "StartStatisticTime": "2023-07-04T07:01:05+09:00", + "StatisticTime": "2023-07-05T22:22:08+09:00", + "TxBroadcast": 2, + "TxBytes": 9115485, + "TxErrorPktExcessiveCollision": null, + "TxErrorPktLateCollision": null, + "TxErrorPktMultipleCollision": null, + "TxErrorPktSingleCollision": null, + "TxMutlicastPackets": 4880, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 54434 + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart", + "OnReset", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Integrated.1-1-1", + "Attributes": { + "10Gbps": "Enabled", + "1Gbps": "Enabled", + "25Gbps": "Enabled", + "BlnkLeds": 0, + "BusDeviceFunction": "63:00:00", + "ChipMdl": "Intel E810-XXV", + "CongestionNotification": "Available", + "DCBXSupport": "Available", + "DeviceName": "Intel(R) Ethernet 25G 2P E810-XXV OCP", + "EFIVersion": "4.0.48", + "EnergyEfficientEthernet": "Unavailable", + "EnhancedTransmissionSelection": "Available", + "FCoEBootSupport": "Unavailable", + "FCoEOffloadSupport": "Unavailable", + "FRUdpnRev": " ", + "FRUmfgDateTime": "000000", + "FRUprodName": " ", + "FRUserialNum": " ", + "FamilyVersion": "22.0.9", + "FlexAddressing": "Available", + "ForwardErrorCorrection": "Auto", + "INTEL_AdapterPBA": "K72721-006", + "INTEL_LLDPAgent": "Disabled", + "INTEL_MinSrev": 2, + "INTEL_ScalableIOV": "Disabled", + "INTEL_TxBalancing": "Disabled", + "LegacyBootProto": "NONE", + "LinkStatus": "Connected", + "LnkSpeedMethod": "Auto", + "MacAddr": "B4:96:91:BA:17:CA", + "MediaDetection": "Disabled", + "NWManagementPassThrough": "Available", + "NicPartitioningSupport": "Unavailable", + "NoFECinAuto": "Disabled", + "NumberVFAdvertised": 128, + "NumberVFSupported": 256, + "OSBMCManagementPassThrough": "Available", + "OnChipThermalSensor": "Available", + "PCIDeviceID": "159B", + "PXEBootSupport": "Available", + "PermitTotalPortShutdown": "Disabled", + "PriorityFlowControl": "Available", + "RDMANICModeOnPort": "Enabled", + "RDMAProtocolSupport": "iWARP+RoCE", + "RDMASupport": "Available", + "RXFlowControl": "Unavailable", + "SRIOVSupport": "Available", + "TOESupport": "Unavailable", + "TXBandwidthControlMaximum": "Unavailable", + "TXBandwidthControlMinimum": "Unavailable", + "TXFlowControl": "Unavailable", + "VFAllocBasis": "Device", + "VFAllocMult": 1, + "VLanId": 0, + "VirtMacAddr": "00:00:00:00:00:00", + "VirtualizationMode": "NONE", + "WakeOnLan": "Enabled", + "iSCSIBootSupport": "Unavailable", + "iSCSIDualIPVersionSupport": "Unavailable", + "iSCSIOffloadSupport": "Unavailable" + }, + "Description": "DellNetworkAttributes represents the Network device attribute details.", + "Id": "NIC.Integrated.1-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-1-1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Integrated.1-1-1", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "NIC.Integrated.1-1-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalNetworkPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2" + } + ], + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "B4:96:91:BA:17:CB", + "MTUSize": null, + "PermanentMACAddress": "B4:96:91:BA:17:CB", + "VLAN": {} + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Integrated.1-2-1", + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1, + "DellNetworkAttributes": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1" + } + } + }, + "PhysicalNetworkPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2" + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + } + }, + "MaxVirtualFunctions": 256, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNIC": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNIC/NIC.Integrated.1-2-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 99, + "CableLengthMetres": null, + "ControllerBIOSVersion": null, + "DataBusWidth": "Unknown", + "DeviceDescription": "Integrated NIC 1 Port 2 Partition 1", + "EFIVersion": "4.0.48", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Integrated.1-2-1", + "FamilyVersion": "22.0.9", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Integrated.1-2-1", + "IdentifierType": null, + "InstanceID": "NIC.Integrated.1-2-1", + "LANDriverVersion": "0.8.1-k", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "SFF_CAGE", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "159b", + "PCISubDeviceID": "0001", + "PCISubVendorID": "8086", + "PCIVendorID": "8086", + "PartNumber": "061X09", + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "Protocol": "NIC,RDMA", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": "MYFLMIT13N00JM", + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Intel Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "DellNICCapabilities": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-2-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "Supported", + "DCBExchangeProtocol": "Supported", + "ETS": "Supported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Integrated.1-2-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "Supported", + "RDMASupport": "Supported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "Supported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "Supported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "DellNICPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-2-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Integrated.1-2-1", + "Id": "NIC.Integrated.1-2-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": 0, + "RDMARxTotalPackets": 0, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": 0, + "RDMATxTotalPackets": 0, + "RDMATxTotalReadReqPkts": 0, + "RDMATxTotalSendPkts": 0, + "RDMATxTotalWritePkts": 0, + "RxBroadcast": 0, + "RxBytes": 437760, + "RxErrorPktAlignmentErrors": null, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 6080, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 0, + "StartStatisticTime": "2023-07-04T07:01:06+09:00", + "StatisticTime": "2023-07-05T22:22:08+09:00", + "TxBroadcast": 2268, + "TxBytes": 1917670, + "TxErrorPktExcessiveCollision": null, + "TxErrorPktLateCollision": null, + "TxErrorPktMultipleCollision": null, + "TxErrorPktSingleCollision": null, + "TxMutlicastPackets": 4879, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 0 + } + } + }, + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + }, + "PhysicalPortAssignment@Redfish.Deprecated": "This property has been deprecated and moved to the Links property to avoid loops on expand.", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNIC/NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellNIC.DellNIC", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNIC/NIC.Integrated.1-2-1", + "@odata.type": "#DellNIC.v1_6_0.DellNIC", + "BusNumber": 99, + "CableLengthMetres": null, + "ControllerBIOSVersion": null, + "DataBusWidth": "Unknown", + "Description": "An instance of DellNIC will have NIC device specific data.", + "DeviceDescription": "Integrated NIC 1 Port 2 Partition 1", + "EFIVersion": "4.0.48", + "FCOSDriverVersion": null, + "FCoEOSDriverVersion": null, + "FCoEOffloadMode": "Unknown", + "FQDD": "NIC.Integrated.1-2-1", + "FamilyVersion": "22.0.9", + "ISCSIOSDriverVersion": null, + "Id": "NIC.Integrated.1-2-1", + "IdentifierType": null, + "InstanceID": "NIC.Integrated.1-2-1", + "LANDriverVersion": "0.8.1-k", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "LinkDuplex": "FullDuplex", + "MaxBandwidthPercent": 0, + "MediaType": "SFF_CAGE", + "MinBandwidthPercent": 0, + "Name": "DellNIC", + "NicMode": "Unknown", + "PCIDeviceID": "159b", + "PCISubDeviceID": "0001", + "PCISubVendorID": "8086", + "PCIVendorID": "8086", + "PartNumber": "061X09", + "PermanentFCOEMACAddress": null, + "PermanentFIPAddress": null, + "PermanentiSCSIMACAddress": null, + "ProductName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "Protocol": "NIC,RDMA", + "RDMAOSDriverVersion": null, + "Revision": null, + "SNAPIState": "Disabled", + "SNAPISupport": "NotAvailable", + "SerialNumber": "MYFLMIT13N00JM", + "SlotLength": "Unknown", + "SlotType": "Unknown", + "TransceiverPartNumber": null, + "TransceiverSerialNumber": null, + "TransceiverVendorName": null, + "VPISupport": "NotAvailable", + "VendorName": "Intel Corp", + "VirtualFIPAddress": null, + "VirtualISCSIAddress": null, + "iScsiOffloadMode": "Unknown" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICCapabilities.DellNICCapabilities", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICCapabilities/NIC.Integrated.1-2-1", + "@odata.type": "#DellNICCapabilities.v1_2_0.DellNICCapabilities", + "BPESupport": "NotSupported", + "CongestionNotification": "Supported", + "DCBExchangeProtocol": "Supported", + "Description": "An instance of DellNICCapabilities will have data specific to NIC and its port and partitions capabilities.", + "ETS": "Supported", + "EVBModesSupport": "NotSupported", + "FCoEBootSupport": "NotSupported", + "FCoEMaxIOsPerSession": 0, + "FCoEMaxNPIVPerPort": 0, + "FCoEMaxNumberExchanges": 0, + "FCoEMaxNumberLogins": 0, + "FCoEMaxNumberOfFCTargets": 0, + "FCoEMaxNumberOutStandingCommands": 0, + "FCoEOffloadSupport": "NotSupported", + "FeatureLicensingSupport": "NotSupported", + "FlexAddressingSupport": "Supported", + "IPSecOffloadSupport": "NotSupported", + "Id": "NIC.Integrated.1-2-1", + "MACSecSupport": "NotSupported", + "NWManagementPassThrough": "Supported", + "Name": "DellNICCapabilities", + "NicPartitioningSupport": "NotSupported", + "OSBMCManagementPassThrough": "Supported", + "OnChipThermalSensor": "Supported", + "OpenFlowSupport": "NotSupported", + "PXEBootSupport": "Supported", + "PartitionWOLSupport": "NotSupported", + "PersistencePolicySupport": "Supported", + "PriorityFlowControl": "Supported", + "RDMASupport": "Supported", + "RemotePHY": "NotSupported", + "TCPChimneySupport": "NotSupported", + "TCPOffloadEngineSupport": "NotSupported", + "VEB": "Supported", + "VEBVEPAMultiChannel": "NotSupported", + "VEBVEPASingleChannel": "Supported", + "VirtualLinkControl": "NotSupported", + "iSCSIBootSupport": "NotSupported", + "iSCSIOffloadSupport": "NotSupported", + "uEFISupport": "Supported" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellNICPortMetrics.DellNICPortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNICPortMetrics/NIC.Integrated.1-2-1", + "@odata.type": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics", + "Description": "Represents the statistics of the NIC, NIC port, or partition.", + "DiscardedPkts": 0, + "FCCRCErrorCount": null, + "FCOELinkFailures": null, + "FCOEPktRxCount": null, + "FCOEPktTxCount": null, + "FCOERxPktDroppedCount": null, + "FQDD": "NIC.Integrated.1-2-1", + "Id": "NIC.Integrated.1-2-1", + "LanFCSRxErrors": null, + "LanUnicastPktRXCount": null, + "LanUnicastPktTXCount": null, + "Name": "DellNICPortMetrics", + "OSDriverState": "Operational", + "PartitionLinkStatus": null, + "PartitionOSDriverState": null, + "RDMARxTotalBytes": 0, + "RDMARxTotalPackets": 0, + "RDMATotalProtectionErrors": null, + "RDMATotalProtocolErrors": null, + "RDMATxTotalBytes": 0, + "RDMATxTotalPackets": 0, + "RDMATxTotalReadReqPkts": 0, + "RDMATxTotalSendPkts": 0, + "RDMATxTotalWritePkts": 0, + "RxBroadcast": 0, + "RxBytes": 437760, + "RxErrorPktAlignmentErrors": null, + "RxErrorPktFCSErrors": 0, + "RxFalseCarrierDetection": null, + "RxJabberPkt": 0, + "RxMutlicastPackets": 6080, + "RxPauseXOFFFrames": 0, + "RxPauseXONFrames": 0, + "RxRuntPkt": 0, + "RxUnicastPackets": 0, + "StartStatisticTime": "2023-07-04T07:01:06+09:00", + "StatisticTime": "2023-07-05T22:22:08+09:00", + "TxBroadcast": 2268, + "TxBytes": 1917670, + "TxErrorPktExcessiveCollision": null, + "TxErrorPktLateCollision": null, + "TxErrorPktMultipleCollision": null, + "TxErrorPktSingleCollision": null, + "TxMutlicastPackets": 4879, + "TxPauseXOFFFrames": 0, + "TxPauseXONFrames": 0, + "TxUnicastPackets": 0 + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart", + "OnReset", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Integrated.1-2-1", + "Attributes": { + "10Gbps": "Enabled", + "1Gbps": "Enabled", + "25Gbps": "Enabled", + "BlnkLeds": 0, + "BusDeviceFunction": "63:00:01", + "ChipMdl": "Intel E810-XXV", + "CongestionNotification": "Available", + "DCBXSupport": "Available", + "DeviceName": "Intel(R) Ethernet 25G 2P E810-XXV OCP", + "EFIVersion": "4.0.48", + "EnergyEfficientEthernet": "Unavailable", + "EnhancedTransmissionSelection": "Available", + "FCoEBootSupport": "Unavailable", + "FCoEOffloadSupport": "Unavailable", + "FRUdpnRev": " ", + "FRUmfgDateTime": "000000", + "FRUprodName": " ", + "FRUserialNum": " ", + "FamilyVersion": "22.0.9", + "FlexAddressing": "Available", + "ForwardErrorCorrection": "Auto", + "INTEL_AdapterPBA": "K72721-006", + "INTEL_LLDPAgent": "Disabled", + "INTEL_MinSrev": 2, + "INTEL_ScalableIOV": "Disabled", + "INTEL_TxBalancing": "Disabled", + "LegacyBootProto": "NONE", + "LinkStatus": "Connected", + "LnkSpeedMethod": "Auto", + "MacAddr": "B4:96:91:BA:17:CB", + "MediaDetection": "Disabled", + "NWManagementPassThrough": "Available", + "NicPartitioningSupport": "Unavailable", + "NoFECinAuto": "Disabled", + "NumberVFAdvertised": 128, + "NumberVFSupported": 256, + "OSBMCManagementPassThrough": "Available", + "OnChipThermalSensor": "Available", + "PCIDeviceID": "159B", + "PXEBootSupport": "Available", + "PermitTotalPortShutdown": "Disabled", + "PriorityFlowControl": "Available", + "RDMANICModeOnPort": "Enabled", + "RDMAProtocolSupport": "iWARP+RoCE", + "RDMASupport": "Available", + "RXFlowControl": "Unavailable", + "SRIOVSupport": "Available", + "TOESupport": "Unavailable", + "TXBandwidthControlMaximum": "Unavailable", + "TXBandwidthControlMinimum": "Unavailable", + "TXFlowControl": "Unavailable", + "VFAllocBasis": "Device", + "VFAllocMult": 1, + "VLanId": 0, + "VirtMacAddr": "00:00:00:00:00:00", + "VirtualizationMode": "NONE", + "WakeOnLan": "Enabled", + "iSCSIBootSupport": "Unavailable", + "iSCSIDualIPVersionSupport": "Unavailable", + "iSCSIOffloadSupport": "Unavailable" + }, + "Description": "DellNetworkAttributes represents the Network device attribute details.", + "Id": "NIC.Integrated.1-2-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Oem/Dell/DellNetworkAttributes/NIC.Integrated.1-2-1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "NetworkAttributeRegistry_NIC.Integrated.1-2-1", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "NIC.Integrated.1-2-1", + "Name": "DellNetworkAttributes" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts": { + "@odata.context": "/redfish/v1/$metadata#NetworkPortCollection.NetworkPortCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts", + "@odata.type": "#NetworkPortCollection.NetworkPortCollection", + "Description": "Collection Of Network Port entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + } + ], + "Members@odata.count": 2, + "Name": "Network Port Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#NetworkPort.NetworkPort", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1", + "@odata.type": "#NetworkPort.v1_4_1.NetworkPort", + "ActiveLinkTechnology": "Ethernet", + "AssociatedNetworkAddresses": [ + "B4:96:91:BA:17:CA" + ], + "CurrentLinkSpeedMbps": 25000, + "Description": "Network Port View", + "EEEEnabled": null, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "Id": "NIC.Integrated.1-1", + "LinkStatus": "Up", + "Name": "Network Port View", + "NetDevFuncMaxBWAlloc": [ + { + "MaxBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + } + ], + "NetDevFuncMaxBWAlloc@odata.count": 1, + "NetDevFuncMinBWAlloc": [ + { + "MinBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + } + ], + "NetDevFuncMinBWAlloc@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNetworkTransceiver": { + "@odata.context": "/redfish/v1/$metadata#DellNetworkTransceiver.DellNetworkTransceiver", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "@odata.type": "#DellNetworkTransceiver.v1_1_0.DellNetworkTransceiver", + "DeviceDescription": "Network Transceiver in Integrated NIC 1 Port 1", + "FQDD": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "Id": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "IdentifierType": "SFP/SFP+/SFP28", + "InterfaceType": "OpticalFiber", + "Name": "DellNetworkTransceiver", + "PartNumber": "M14MK", + "Revision": "A0", + "SerialNumber": "CN04HG001333397", + "VendorName": "DELL EMC" + } + } + }, + "PhysicalPortNumber": "1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SupportedEthernetCapabilities": [ + "WakeOnLAN" + ], + "SupportedEthernetCapabilities@odata.count": 1, + "SupportedLinkCapabilities": [ + { + "AutoSpeedNegotiation": false, + "LinkNetworkTechnology": "Ethernet", + "LinkSpeedMbps": 25000 + } + ], + "SupportedLinkCapabilities@odata.count": 1, + "VendorId": "8086", + "WakeOnLANEnabled": true + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellNetworkTransceiver.DellNetworkTransceiver", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "@odata.type": "#DellNetworkTransceiver.v1_1_0.DellNetworkTransceiver", + "Description": "DellNetworkTransceiver represents a Network Transceiver device in the managed system. Instantiating this class represents the specific managed objects and its properties for the number of managed devices present in the system.", + "DeviceDescription": "Network Transceiver in Integrated NIC 1 Port 1", + "FQDD": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "Id": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "IdentifierType": "SFP/SFP+/SFP28", + "InterfaceType": "OpticalFiber", + "Name": "DellNetworkTransceiver", + "PartNumber": "M14MK", + "Revision": "A0", + "SerialNumber": "CN04HG001333397", + "VendorName": "DELL EMC" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2": { + "@odata.context": "/redfish/v1/$metadata#NetworkPort.NetworkPort", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2", + "@odata.type": "#NetworkPort.v1_4_1.NetworkPort", + "ActiveLinkTechnology": "Ethernet", + "AssociatedNetworkAddresses": [ + "B4:96:91:BA:17:CB" + ], + "CurrentLinkSpeedMbps": 25000, + "Description": "Network Port View", + "EEEEnabled": null, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "Id": "NIC.Integrated.1-2", + "LinkStatus": "Up", + "Name": "Network Port View", + "NetDevFuncMaxBWAlloc": [ + { + "MaxBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + } + } + ], + "NetDevFuncMaxBWAlloc@odata.count": 1, + "NetDevFuncMinBWAlloc": [ + { + "MinBWAllocPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + } + } + ], + "NetDevFuncMinBWAlloc@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellNetworkTransceiver": { + "@odata.context": "/redfish/v1/$metadata#DellNetworkTransceiver.DellNetworkTransceiver", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "@odata.type": "#DellNetworkTransceiver.v1_1_0.DellNetworkTransceiver", + "DeviceDescription": "Network Transceiver in Integrated NIC 1 Port 2", + "FQDD": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "Id": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "IdentifierType": "SFP/SFP+/SFP28", + "InterfaceType": "OpticalFiber", + "Name": "DellNetworkTransceiver", + "PartNumber": "M14MK", + "Revision": "A0", + "SerialNumber": "CN04HG0013333BD", + "VendorName": "DELL EMC" + } + } + }, + "PhysicalPortNumber": "2", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SupportedEthernetCapabilities": [ + "WakeOnLAN" + ], + "SupportedEthernetCapabilities@odata.count": 1, + "SupportedLinkCapabilities": [ + { + "AutoSpeedNegotiation": false, + "LinkNetworkTechnology": "Ethernet", + "LinkSpeedMbps": 25000 + } + ], + "SupportedLinkCapabilities@odata.count": 1, + "VendorId": "8086", + "WakeOnLANEnabled": true + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-2": { + "@odata.context": "/redfish/v1/$metadata#DellNetworkTransceiver.DellNetworkTransceiver", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2/Oem/Dell/DellNetworkTransceivers/NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "@odata.type": "#DellNetworkTransceiver.v1_1_0.DellNetworkTransceiver", + "Description": "DellNetworkTransceiver represents a Network Transceiver device in the managed system. Instantiating this class represents the specific managed objects and its properties for the number of managed devices present in the system.", + "DeviceDescription": "Network Transceiver in Integrated NIC 1 Port 2", + "FQDD": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "Id": "NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "IdentifierType": "SFP/SFP+/SFP28", + "InterfaceType": "OpticalFiber", + "Name": "DellNetworkTransceiver", + "PartNumber": "M14MK", + "Revision": "A0", + "SerialNumber": "CN04HG0013333BD", + "VendorName": "DELL EMC" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports": { + "@odata.context": "/redfish/v1/$metadata#PortCollection.PortCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports", + "@odata.type": "#PortCollection.PortCollection", + "Description": "Collection Of Port entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2" + } + ], + "Members@odata.count": 2, + "Name": "Port Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#Port.Port", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1", + "@odata.type": "#Port.v1_8_0.Port", + "CurrentSpeedGbps": 25, + "Description": "Instance of Port for NIC", + "Ethernet": { + "AssociatedMACAddresses": [ + "B4:96:91:BA:17:CA" + ], + "EEEEnabled": null, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "LLDPReceive": { + "ChassisId": "1c:72:1d:b0:2e:00", + "ChassisIdSubtype": "MacAddr", + "PortId": "65:74:68:65:72:6E:65:74:31:2F:31:2F:35", + "PortIdSubtype": "IfName" + }, + "WakeOnLANEnabled": true + }, + "FunctionMaxBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + } + ], + "FunctionMinBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + } + ], + "Id": "NIC.Integrated.1-1", + "LinkConfiguration": [ + { + "AutoSpeedNegotiationCapable": false, + "AutoSpeedNegotiationEnabled": false + } + ], + "LinkNetworkTechnology": "Ethernet", + "LinkStatus": "LinkUp", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1/Metrics" + }, + "Name": "Network Inteface Card(NIC) Port View", + "PortId": "1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PortMetrics.PortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-1/Metrics", + "@odata.type": "#PortMetrics.v1_4_0.PortMetrics", + "Description": "Port Metrics View", + "Id": "NIC.Integrated.1-1", + "Name": "Port Metrics View", + "Transceivers": [ + { + "RXInputPowerMilliWatts": null, + "SupplyVoltage": null, + "TXBiasCurrentMilliAmps": null, + "TXOutputPowerMilliWatts": null + } + ] + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2": { + "@odata.context": "/redfish/v1/$metadata#Port.Port", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2", + "@odata.type": "#Port.v1_8_0.Port", + "CurrentSpeedGbps": 25, + "Description": "Instance of Port for NIC", + "Ethernet": { + "AssociatedMACAddresses": [ + "B4:96:91:BA:17:CB" + ], + "EEEEnabled": null, + "FlowControlConfiguration": "None", + "FlowControlStatus": "None", + "LLDPReceive": { + "ChassisId": "b8:59:9f:ae:93:bb", + "ChassisIdSubtype": "MacAddr", + "PortId": "62:38:3A:35:39:3A:39:66:3A:61:65:3A:39:33:3A:62:39", + "PortIdSubtype": "MacAddr" + }, + "WakeOnLANEnabled": true + }, + "FunctionMaxBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + } + } + ], + "FunctionMinBandwidth": [ + { + "AllocationPercent": null, + "NetworkDeviceFunction": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1" + } + } + ], + "Id": "NIC.Integrated.1-2", + "LinkConfiguration": [ + { + "AutoSpeedNegotiationCapable": false, + "AutoSpeedNegotiationEnabled": false + } + ], + "LinkNetworkTechnology": "Ethernet", + "LinkStatus": "LinkUp", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2/Metrics" + }, + "Name": "Network Inteface Card(NIC) Port View", + "PortId": "2", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PortMetrics.PortMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/Ports/NIC.Integrated.1-2/Metrics", + "@odata.type": "#PortMetrics.v1_4_0.PortMetrics", + "Description": "Port Metrics View", + "Id": "NIC.Integrated.1-2", + "Name": "Port Metrics View", + "Transceivers": [ + { + "RXInputPowerMilliWatts": null, + "SupplyVoltage": null, + "TXBiasCurrentMilliAmps": null, + "TXOutputPowerMilliWatts": null + } + ] + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.0:Enclosure.Internal.0-1", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00CA" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Disk.Bay.1:Enclosure.Internal.0-1", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "StorageMediaPackage(E.GDiskOrTapeDrive)", + "SerialNumber": "KRSSK0013Q00E2" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/Enclosure.Internal.0-1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "Enclosure.Internal.0-1", + "Id": "Enclosure.Internal.0-1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "CrossConnect/Backplane", + "SerialNumber": "CNIVC0008S0242" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/NIC.Integrated.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "NIC.Integrated.1", + "Id": "NIC.Integrated.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "MYFLMIT13N00JM" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/System.Embedded.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "System.Embedded.1", + "Id": "System.Embedded.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Module/Card", + "SerialNumber": "CNIVC0014Q0106" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis": { + "@odata.context": "/redfish/v1/$metadata#DellChassisCollection.DellChassisCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis", + "@odata.type": "#DellChassisCollection.DellChassisCollection", + "Description": "A collection of DellChassis resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellChassis.DellChassis", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis/mainsystemchassis", + "@odata.type": "#DellChassis.v1_0_0.DellChassis", + "CanBeFRUed": true, + "Description": "This resource shall provide information about the enclosure or chassis the system is in.", + "Id": "mainsystemchassis", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellChassis", + "SystemID": 2302 + } + ], + "Members@odata.count": 1, + "Name": "DellChassisCollection" + }, + "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis/mainsystemchassis": { + "@odata.context": "/redfish/v1/$metadata#DellChassis.DellChassis", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis/mainsystemchassis", + "@odata.type": "#DellChassis.v1_0_0.DellChassis", + "CanBeFRUed": true, + "Description": "This resource shall provide information about the enclosure or chassis the system is in.", + "Id": "mainsystemchassis", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellChassis", + "SystemID": 2302 + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices": { + "@odata.context": "/redfish/v1/$metadata#PCIeDeviceCollection.PCIeDeviceCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices", + "@odata.type": "#PCIeDeviceCollection.PCIeDeviceCollection", + "Description": "Collection of PCIeDevices", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0" + } + ], + "Members@odata.count": 59, + "Name": "PCIeDevice Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse GPP Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1483", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "0-1-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse GPP Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.3-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions/0-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions/0-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions/0-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions/0-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "FCH LPC Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-20", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "FCH LPC Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x00000c", + "Description": "FCH SMBus Controller", + "DeviceClass": "SerialBusController", + "DeviceId": "0x790b", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-20-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "FCH SMBus Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "SMBus.Embedded.3-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x61", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-3", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "FCH LPC Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x790e", + "Enabled": true, + "FunctionId": 3, + "FunctionType": "Physical", + "Id": "0-20-3", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "FCH LPC Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "ISABridge.Embedded.3-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x51", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions/0-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions/0-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions/0-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions/0-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions/0-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions/0-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions/0-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions/0-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "0-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.3-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "0-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "0-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.3-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "0-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.3-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Root Complex", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions/128-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Root Complex", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions/128-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions/128-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions/128-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Root Complex", + "DeviceClass": "Bridge", + "DeviceId": "0x1480", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Root Complex", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions/128-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions/128-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions/128-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions/128-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions/128-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions/128-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions/128-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions/128-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions/128-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions/128-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions/128-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions/128-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions/128-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions/128-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions/128-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions/128-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "128-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.5-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "128-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "128-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.5-7", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "128-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.5-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions/160-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions/160-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions/160-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions/160-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions/160-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions/160-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions/160-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions/160-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions/160-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions/160-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions/160-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions/160-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions/160-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions/160-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions/160-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions/160-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "160-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.6-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "160-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "160-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.6-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "160-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.6-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions/192-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions/192-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions/192-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions/192-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions/192-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions/192-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions/192-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions/192-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions/192-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions/192-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions/192-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions/192-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions/192-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions/192-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions/192-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions/192-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "192-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.7-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "192-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 3 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-1" + } + ], + "Members@odata.count": 3, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "192-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.7-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "192-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.7-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-3", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 3, + "FunctionType": "Physical", + "Id": "192-8-3", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.1-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "DeviceType": "SingleFunction", + "FirmwareVersion": "2.1.2", + "Id": "195-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Samsung Electronics Co Ltd", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions" + }, + "PCIeInterface": { + "LanesInUse": 4, + "MaxLanes": 4, + "MaxPCIeType": "Gen4", + "PCIeType": "Gen4" + }, + "PartNumber": "02380X", + "SKU": null, + "SerialNumber": "KRSSK0013Q00CA", + "Slot": { + "Lanes": 4, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 0, + "LocationType": "Slot" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000001", + "Description": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "DeviceClass": "MassStorageController", + "DeviceId": "0xa824", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "195-0-0", + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "4XOrX4", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-12-30T05:32:16+00:00", + "SlotLength": "2.5InchDriveFormFactor", + "SlotType": "PCIExpressGen4SFF-8639" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x2070", + "SubsystemVendorId": "0x1028", + "VendorId": "0x144d" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "DeviceType": "SingleFunction", + "FirmwareVersion": "2.1.2", + "Id": "196-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Samsung Electronics Co Ltd", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions" + }, + "PCIeInterface": { + "LanesInUse": 4, + "MaxLanes": 4, + "MaxPCIeType": "Gen4", + "PCIeType": "Gen4" + }, + "PartNumber": "02380X", + "SKU": null, + "SerialNumber": "KRSSK0013Q00E2", + "Slot": { + "Lanes": 4, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 1, + "LocationType": "Slot" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000001", + "Description": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "DeviceClass": "MassStorageController", + "DeviceId": "0xa824", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "196-0-0", + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "EMC PowerEdge Express Flash Ent NVMe AGN RI U.2 Gen4 1.92TB", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "4XOrX4", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "2.5InchDriveFormFactor", + "SlotType": "PCIExpressGen4SFF-8639" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x2070", + "SubsystemVendorId": "0x1028", + "VendorId": "0x144d" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "FCH SATA Controller [AHCI mode]", + "DeviceType": "SingleFunction", + "FirmwareVersion": "", + "Id": "199-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "FCH SATA Controller [AHCI mode]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000001", + "Description": "FCH SATA Controller [AHCI mode]", + "DeviceClass": "MassStorageController", + "DeviceId": "0x7901", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "199-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0" + }, + "StorageControllers": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1#/StorageControllers/0" + } + ], + "StorageControllers@odata.count": 1 + }, + "Name": "FCH SATA Controller [AHCI mode]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "AHCI.Embedded.1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x51", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions/224-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions/224-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions/224-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions/224-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions/224-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions/224-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions/224-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions/224-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions/224-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions/224-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions/224-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions/224-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions/224-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions/224-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions/224-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions/224-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "224-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.8-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "224-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "224-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.8-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "224-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.8-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "PowerEdge Rx5xx LOM Board", + "DeviceType": "MultiFunction", + "FirmwareVersion": "22.31.6", + "Id": "225-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Broadcom Inc. and subsidiaries", + "Model": null, + "Name": "PowerEdge Rx5xx LOM Board", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000002", + "Description": "PowerEdge Rx5xx LOM Board", + "DeviceClass": "NetworkController", + "DeviceId": "0x165f", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "225-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.1-1-1" + } + ], + "EthernetInterfaces@odata.count": 1, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "PowerEdge Rx5xx LOM Board", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "NIC.Embedded.1-1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08ff", + "SubsystemVendorId": "0x1028", + "VendorId": "0x14e4" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000002", + "Description": "PowerEdge Rx5xx LOM Board", + "DeviceClass": "NetworkController", + "DeviceId": "0x165f", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "225-0-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.2-1-1" + } + ], + "EthernetInterfaces@odata.count": 1, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "PowerEdge Rx5xx LOM Board", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "NIC.Embedded.2-1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-18T20:25:19+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08ff", + "SubsystemVendorId": "0x1028", + "VendorId": "0x14e4" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions/32-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions/32-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions/32-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions/32-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions/32-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions/32-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions/32-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions/32-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions/32-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions/32-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions/32-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions/32-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions/32-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions/32-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions/32-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions/32-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "32-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.4-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "32-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "32-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.4-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "32-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.4-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship USB 3.0 Host Controller", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "38-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions/38-0-3" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship USB 3.0 Host Controller", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions/38-0-3" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions/38-0-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions/38-0-3", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x00000c", + "Description": "Starship USB 3.0 Host Controller", + "DeviceClass": "SerialBusController", + "DeviceId": "0x148c", + "Enabled": true, + "FunctionId": 3, + "FunctionType": "Physical", + "Id": "38-0-3", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship USB 3.0 Host Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "USBXHCI.Embedded.2-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship USB 3.0 Host Controller", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "4-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions/4-0-3" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship USB 3.0 Host Controller", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions/4-0-3" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions/4-0-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions/4-0-3", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x00000c", + "Description": "Starship USB 3.0 Host Controller", + "DeviceClass": "SerialBusController", + "DeviceId": "0x148c", + "Enabled": true, + "FunctionId": 3, + "FunctionType": "Physical", + "Id": "4-0-3", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship USB 3.0 Host Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "USBXHCI.Embedded.1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions/64-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions/64-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions/64-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions/64-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions/64-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions/64-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions/64-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions/64-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions/64-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions/64-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions/64-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions/64-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions/64-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions/64-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions/64-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions/64-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "64-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.2-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "64-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "64-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.2-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "64-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.2-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse Root Complex", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions/96-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse Root Complex", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions/96-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions/96-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions/96-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Root Complex", + "DeviceClass": "Bridge", + "DeviceId": "0x1480", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Root Complex", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x08fe", + "SubsystemVendorId": "0x1028", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-1", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions/96-1-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions/96-1-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions/96-1-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions/96-1-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-1-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-2", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions/96-2-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions/96-2-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions/96-2-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions/96-2-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-2-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-3", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions/96-3-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions/96-3-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions/96-3-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions/96-3-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-3-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-4", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions/96-4-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions/96-4-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions/96-4-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions/96-4-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-4-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-5", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-7", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-7-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-6", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "96-7-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceType": "MultiFunction", + "FirmwareVersion": "", + "Id": "96-8", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-1" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Advanced Micro Devices, Inc. [AMD]", + "Model": null, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-1" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse PCIe Dummy Host Bridge", + "DeviceClass": "Bridge", + "DeviceId": "0x1482", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "96-8-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse PCIe Dummy Host Bridge", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "HostBridge.Embedded.1-7", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000006", + "Description": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "DeviceClass": "Bridge", + "DeviceId": "0x1484", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "96-8-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "P2PBridge.Embedded.1-2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x00", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x1484", + "SubsystemVendorId": "0x1022", + "VendorId": "0x1022" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Integrated Matrox G200eW3 Graphics Controller", + "DeviceType": "SingleFunction", + "FirmwareVersion": "", + "Id": "98-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions/98-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "Matrox Electronics Systems Ltd.", + "Model": null, + "Name": "Integrated Matrox G200eW3 Graphics Controller", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions" + }, + "PartNumber": null, + "SKU": null, + "SerialNumber": null, + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions/98-0-0" + } + ], + "Members@odata.count": 1, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions/98-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421646\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions/98-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000003", + "Description": "Integrated Matrox G200eW3 Graphics Controller", + "DeviceClass": "DisplayController", + "DeviceId": "0x0536", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "98-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [], + "EthernetInterfaces@odata.count": 0, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Integrated Matrox G200eW3 Graphics Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "Video.Embedded.1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2022-07-31T17:46:57+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x04", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0000", + "SubsystemVendorId": "0x0000", + "VendorId": "0x102b" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0", + "@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice", + "AssetTag": null, + "Description": "Ethernet 25G 2P E810-XXV OCP", + "DeviceType": "MultiFunction", + "FirmwareVersion": "22.0.9", + "Id": "99-0", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-0" + } + ], + "PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.", + "PCIeFunctions@odata.count": 2 + }, + "Manufacturer": "Intel Corporation", + "Model": "Intel(R) 25GbE 2P E810-XXV OCP", + "Name": "Ethernet 25G 2P E810-XXV OCP", + "PCIeFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions" + }, + "PartNumber": "061X09", + "SKU": null, + "SerialNumber": "MYFLMIT13N00JM", + "Slot": {}, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions", + "@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection", + "Description": "Collection of PCIeFunctions", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-0" + } + ], + "Members@odata.count": 2, + "Name": "PCIeFunction Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-0": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-0", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000002", + "Description": "Ethernet 25G 2P E810-XXV OCP", + "DeviceClass": "NetworkController", + "DeviceId": "0x159b", + "Enabled": true, + "FunctionId": 0, + "FunctionType": "Physical", + "Id": "99-0-0", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1" + } + ], + "EthernetInterfaces@odata.count": 1, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Ethernet 25G 2P E810-XXV OCP", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "NIC.Integrated.1-1-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x02", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0001", + "SubsystemVendorId": "0x8086", + "VendorId": "0x8086" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-1": { + "@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction", + "@odata.etag": "\"1688421645\"", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-1", + "@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction", + "ClassCode": "0x000002", + "Description": "Ethernet 25G 2P E810-XXV OCP", + "DeviceClass": "NetworkController", + "DeviceId": "0x159b", + "Enabled": true, + "FunctionId": 1, + "FunctionType": "Physical", + "Id": "99-0-1", + "Links": { + "Drives": [], + "Drives@odata.count": 0, + "EthernetInterfaces": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-2-1" + } + ], + "EthernetInterfaces@odata.count": 1, + "PCIeDevice": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0" + }, + "StorageControllers": [], + "StorageControllers@odata.count": 0 + }, + "Name": "Ethernet 25G 2P E810-XXV OCP", + "Oem": { + "Dell": { + "@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction", + "DellPCIeFunction": { + "DataBusWidth": "Unknown", + "Id": "NIC.Integrated.1-2-1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-21T14:31:32+00:00", + "SlotLength": "Unknown", + "SlotType": "Unknown" + } + } + }, + "RevisionId": "0x02", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "SubsystemId": "0x0001", + "SubsystemVendorId": "0x8086", + "VendorId": "0x8086" + }, + "/redfish/v1/Chassis/System.Embedded.1/PCIeSlots": { + "@odata.context": "/redfish/v1/$metadata#PCIeSlots.PCIeSlots", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeSlots", + "@odata.type": "#PCIeSlots.v1_5_0.PCIeSlots", + "Description": "This Resource shall represent a set of PCIe slot information.", + "Id": "PCIeSlots", + "Name": "PCIeSlots", + "Slots": [ + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeDevice": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0" + } + ], + "PCIeDevice@odata.count": 1, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 0, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.0:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeDevice": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0" + } + ], + "PCIeDevice@odata.count": 1, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 1, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.1:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": false, + "Lanes": 16, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 1 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 1, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIe.Slot.1" + } + }, + "PCIeType": "Gen4", + "SlotType": "FullLength", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": false, + "Lanes": 16, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 3, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIe.Slot.3" + } + }, + "PCIeType": "Gen4", + "SlotType": "FullLength", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": false, + "Lanes": 16, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 2, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIe.Slot.2" + } + }, + "PCIeType": "Gen4", + "SlotType": "FullLength", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 9, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.9:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 8, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.8:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 6, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.6:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 7, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.7:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 4, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.4:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 5, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.5:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 2, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.2:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + }, + { + "HotPluggable": true, + "Lanes": 4, + "Links": { + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "PCIeDevice": [], + "PCIeDevice@odata.count": 0, + "Processors": [], + "Processors@odata.count": 0 + }, + "Location": { + "PartLocation": { + "LocationOrdinalValue": 3, + "LocationType": "Slot" + } + }, + "Oem": { + "Dell": { + "@odata.type": "#DellPCIeSlots.v1_0_0.DellPCIeSlots", + "SlotKey": "PCIeSSD.BaySlot.3:1" + } + }, + "PCIeType": "Gen4", + "SlotType": "U2", + "Status": { + "State": "Enabled" + } + } + ], + "Slots@odata.count": 13 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 165, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 143 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 91, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:24+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 75.75, + "PowerOutputWatts": 91, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.125, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:21:23+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.5, + "PowerOutputWatts": 63.125, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9": { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power", + "@odata.type": "#Power.v1_7_1.Power", + "Description": "Power", + "Id": "Power", + "Name": "Power", + "PowerControl": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerControl/0", + "@odata.type": "#Power.v1_7_1.PowerControl", + "MemberId": "0", + "Name": "System Power Control", + "PowerAllocatedWatts": 960, + "PowerAvailableWatts": 0, + "PowerCapacityWatts": 1120, + "PowerConsumedWatts": 151, + "PowerLimit": { + "CorrectionInMs": 0, + "LimitException": "HardPowerOff", + "LimitInWatts": 356 + }, + "PowerMetrics": { + "AverageConsumedWatts": 150, + "IntervalInMin": 1, + "MaxConsumedWatts": 261, + "MinConsumedWatts": 144 + }, + "PowerRequestedWatts": 1086.61938476563, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ] + } + ], + "PowerControl@odata.count": 1, + "PowerSupplies": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 60.875, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 84, + "PowerOutputWatts": 60.875, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1", + "@odata.type": "#Power.v1_7_1.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly" + }, + "EfficiencyPercent": 91.0000026226044, + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "InputRanges": [ + { + "InputType": "AC", + "MaximumFrequencyHz": 35, + "MaximumVoltage": 8, + "MinimumFrequencyHz": 40, + "MinimumVoltage": 201, + "OutputWattage": 800 + } + ], + "LastPowerOutputWatts": 63.375, + "LineInputVoltage": 100, + "LineInputVoltageType": "AC120V", + "Manufacturer": "DELL", + "MemberId": "1", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerInputWatts": 72.25, + "PowerOutputWatts": 63.375, + "PowerSupplyType": "AC", + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "PowerSupplies@odata.count": 2, + "Redundancy": [ + { + "@odata.context": "/redfish/v1/$metadata#Redundancy.Redundancy", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": 2, + "MemberId": "0", + "MinNumNeeded": 1, + "Mode": "N+m", + "Name": "System Board PS Redundancy", + "RedundancySet": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "RedundancySet@odata.count": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Voltages": [ + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/0", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "0", + "Name": "System Board PS1 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 8, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/1", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "1", + "Name": "System Board PS2 PG FAIL", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 9, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/2", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "2", + "Name": "System Board BP0 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 30, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/3", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "3", + "Name": "System Board BP1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 31, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/4", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "4", + "Name": "System Board BP2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 32, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/5", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "5", + "Name": "System Board 5V SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 39, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/6", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "6", + "Name": "CPU1 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 10, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/7", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "7", + "Name": "CPU1 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 11, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/8", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "8", + "Name": "CPU1 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 12, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/9", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "9", + "Name": "CPU1 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 13, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/10", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "10", + "Name": "CPU1 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 14, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/11", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "11", + "Name": "CPU1 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 15, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/12", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "12", + "Name": "CPU1 SOC S5 P1", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 18, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/13", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "13", + "Name": "CPU1 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 16, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/14", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "14", + "Name": "CPU1 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 17, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/15", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "15", + "Name": "CPU2 MEMABCD VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 20, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/16", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "16", + "Name": "CPU2 MEMABCD VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 21, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/17", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "17", + "Name": "CPU2 MEMABCD VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 22, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/18", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "18", + "Name": "CPU2 MEMEFGH VDD PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 23, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/19", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "19", + "Name": "CPU2 MEMEFGH VPP PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 24, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/20", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "20", + "Name": "CPU2 MEMEFGH VTT PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 25, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/21", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "21", + "Name": "CPU2 SOC S5 P2", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 28, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/22", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "22", + "Name": "CPU2 VCORE PG", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 26, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/23", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "23", + "Name": "CPU2 SOC RUN", + "PhysicalContext": "CPU", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 27, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/24", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "24", + "Name": "PS1 Voltage 1", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + } + ], + "SensorNumber": 109, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/25", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "25", + "Name": "PS2 Voltage 2", + "PhysicalContext": "PowerSupply", + "ReadingVolts": 100, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "SensorNumber": 110, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/26", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "26", + "Name": "System Board Pfault Fail Safe", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 116, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/27", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "27", + "Name": "System Board 3.3V A PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 37, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/28", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "28", + "Name": "System Board BP3 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 33, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/29", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "29", + "Name": "System Board BP4 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 34, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/30", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "30", + "Name": "System Board 3.3V B PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 38, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/31", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "31", + "Name": "System Board V18 P1 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 35, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/32", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "32", + "Name": "System Board V18 P2 PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 36, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/33", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "33", + "Name": "System Board BMC SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 40, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/34", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "34", + "Name": "OCP PG", + "PhysicalContext": "Chassis", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 41, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/35", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "35", + "Name": "System Board OCP1 HP SW PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 42, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/36", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "36", + "Name": "System Board BATT PG", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 43, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/37", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "37", + "Name": "System Board DIMM VSHORT", + "PhysicalContext": "SystemBoard", + "ReadingVolts": null, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "SensorNumber": 7, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/38", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "38", + "Name": "CPU1 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.71, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 50, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/39", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "39", + "Name": "CPU2 VCORE VR", + "PhysicalContext": "CPU", + "ReadingVolts": 0.74, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 51, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/40", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "40", + "Name": "CPU1 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 52, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/41", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "41", + "Name": "CPU1 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "SensorNumber": 53, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/42", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "42", + "Name": "CPU2 MEMABCD VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 54, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Power.Power", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/Voltages/43", + "@odata.type": "#Power.v1_7_1.Voltage", + "LowerThresholdCritical": null, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MemberId": "43", + "Name": "CPU2 MEMEFGH VR", + "PhysicalContext": "CPU", + "ReadingVolts": 1.22, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "SensorNumber": 55, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Voltages@odata.count": 44 + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "Description": "An instance of DellPowerSupply will have data specific to the Power Supply devices in the managed system.", + "Id": "PSU.Slot.1", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupply.DellPowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2", + "@odata.type": "#DellPowerSupply.v1_1_1.DellPowerSupply", + "ActiveInputVoltage": "Unknown", + "Description": "An instance of DellPowerSupply will have data specific to the Power Supply devices in the managed system.", + "Id": "PSU.Slot.2", + "IsSwitchingSupply": true, + "Links": { + "DellPSNumericSensorCollection": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2" + } + ], + "DellPSNumericSensorCollection@odata.count": 1 + }, + "Name": "DellPowerSupply", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.1", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "Description": "An instance of DellPowerSupplyView will have data specific to the Power Supply devices in the managed system.", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "Id": "PSU.Slot.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:59+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#DellPowerSupplyView.DellPowerSupplyView", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupplyInventory/PSU.Slot.2", + "@odata.type": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView", + "Description": "An instance of DellPowerSupplyView will have data specific to the Power Supply devices in the managed system.", + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "Id": "PSU.Slot.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:58+00:00", + "Name": "DellPowerSupplyView", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.2#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.2#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem": { + "@odata.context": "/redfish/v1/$metadata#PowerSubsystem.PowerSubsystem", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem", + "@odata.type": "#PowerSubsystem.v1_1_0.PowerSubsystem", + "Allocation": { + "AllocatedWatts": 960, + "RequestedWatts": 1086.61938476563 + }, + "CapacityWatts": 1120, + "Description": "Represents the properties of a Power Subsystem of the Chassis", + "Id": "PowerSubsystem", + "Name": "Power Subsystem for Chassis", + "PowerSupplies": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies" + }, + "PowerSupplyRedundancy": [ + { + "MaxSupportedInGroup": 2, + "MinNeededInGroup": 1, + "RedundancyGroup": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2" + } + ], + "RedundancyGroup@odata.count": 2, + "RedundancyType": "NPlusM", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies": { + "@odata.context": "/redfish/v1/$metadata#PowerSupplyCollection.PowerSupplyCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies", + "@odata.type": "#PowerSupplyCollection.PowerSupplyCollection", + "Description": "Power Supply Collection", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2" + } + ], + "Members@odata.count": 2, + "Name": "Power Supply Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#PowerSupply.PowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1", + "@odata.type": "#PowerSupply.v1_5_0.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly" + }, + "Description": "An instance of PowerSupply", + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "Id": "PSU.Slot.1", + "InputNominalVoltageType": "AC100To240V", + "InputRanges": [ + { + "CapacityWatts": 800, + "NominalVoltageType": "AC100To240V" + } + ], + "LineInputStatus": "Normal", + "Manufacturer": "DELL", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Metrics" + }, + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS1 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOemPower.v1_0_0.DellOemPower", + "DellPowerSupply": { + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "IsSwitchingSupply": true, + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:22:39+00:00", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerSupplyType": "AC", + "SerialNumber": "PHARP0013M002Q", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.1", + "Id": "PSU.Slot.1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002Q" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:01:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.1#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PowerSupplyMetrics.PowerSupplyMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.1/Metrics", + "@odata.type": "#PowerSupplyMetrics.v1_0_1.PowerSupplyMetrics", + "Description": "Represents the properties of Power supply Metrics", + "FrequencyHz": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_MaximumFrequency", + "Reading": 35 + }, + "Id": "Metrics", + "InputCurrentAmps": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Current1", + "Reading": 0.8 + }, + "InputPowerWatts": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_InputPower", + "Reading": 87.25 + }, + "InputVoltage": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Voltage", + "Reading": 100 + }, + "Name": "Metrics for Power Supply 1", + "OutputPowerWatts": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_OutputPower", + "Reading": 60.5 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#PowerSupply.PowerSupply", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2", + "@odata.type": "#PowerSupply.v1_5_0.PowerSupply", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly" + }, + "Description": "An instance of PowerSupply", + "FirmwareVersion": "00.29.29", + "HotPluggable": true, + "Id": "PSU.Slot.2", + "InputNominalVoltageType": "AC100To240V", + "InputRanges": [ + { + "CapacityWatts": 800, + "NominalVoltageType": "AC100To240V" + } + ], + "LineInputStatus": "Normal", + "Manufacturer": "DELL", + "Metrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Metrics" + }, + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PS2 Status", + "Oem": { + "Dell": { + "@odata.type": "#DellOemPower.v1_0_0.DellOemPower", + "DellPowerSupply": { + "ActiveInputVoltage": "Unknown", + "ActiveInputVoltage@Redfish.Deprecated": "Please migrate to use InputNominalVoltageType under DMTF PowerSupply", + "IsSwitchingSupply": true, + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "RequestedState": "NotApplicable" + }, + "DellPowerSupplyView": { + "DetailedState": "Presence Detected", + "DeviceDescription": "Power Supply 2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:22:38+00:00", + "PMBusMonitoring": "Capable", + "Range1MaxInputPowerWatts": 927, + "RedMinNumberNeeded": 1, + "RedTypeOfSet": [ + "N+1", + "InputPowerRedundancy" + ], + "RedTypeOfSet@odata.count": 2, + "RedundancyStatus": "FullyRedundant" + } + } + }, + "PartNumber": "01GX1TA01", + "PowerCapacityWatts": 800, + "PowerSupplyType": "AC", + "SerialNumber": "PHARP0013M002R", + "SparePartNumber": "01GX1TA01", + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.2#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "PWR SPLY,800W,RDNT,ARTESYN", + "EngineeringChangeLevel": "A01", + "MemberId": "0", + "Model": "PWR SPLY,800W,RDNT,ARTESYN", + "Name": "PSU.Slot.2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/PSU.Slot.2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "PSU.Slot.2", + "Id": "PSU.Slot.2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "PowerSupply", + "SerialNumber": "PHARP0013M002R" + } + } + }, + "PartNumber": "01GX1T", + "Producer": "DELL", + "ProductionDate": "2021-03-23T08:03:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "PSU.Slot.2#FRU" + }, + "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Metrics": { + "@odata.context": "/redfish/v1/$metadata#PowerSupplyMetrics.PowerSupplyMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PowerSubsystem/PowerSupplies/PSU.Slot.2/Metrics", + "@odata.type": "#PowerSupplyMetrics.v1_0_1.PowerSupplyMetrics", + "Description": "Represents the properties of Power supply Metrics", + "FrequencyHz": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_MaximumFrequency", + "Reading": 35 + }, + "Id": "Metrics", + "InputCurrentAmps": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Current2", + "Reading": 0.8 + }, + "InputPowerWatts": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_InputPower", + "Reading": 72.5 + }, + "InputVoltage": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Voltage", + "Reading": 100 + }, + "Name": "Metrics for Power Supply 2", + "OutputPowerWatts": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_OutputPower", + "Reading": 61.25 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors": { + "@odata.context": "/redfish/v1/$metadata#SensorCollection.SensorCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors", + "@odata.type": "#SensorCollection.SensorCollection", + "Description": "Collection of Sensors", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Current1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Current2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Voltage" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Voltage" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardPwrConsumption" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardCPUUsage" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1VCOREVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2VCOREVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMABCDVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMEFGHVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMABCDVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMEFGHVR" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1Temp" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2Temp" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardExhaustTemp" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_MaximumFrequency" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_MaximumFrequency" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_InputPower" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_InputPower" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_OutputPower" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_OutputPower" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperature.DIMM_MAX" + } + ], + "Members@odata.count": 39, + "Name": "SensorCollection" + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMABCDVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMABCDVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU1MEMABCDVR", + "Name": "CPU1 MEMABCD VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMABCDVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 1.22, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMEFGHVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1MEMEFGHVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU1MEMEFGHVR", + "Name": "CPU1 MEMEFGH VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMEFGHVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 1.22, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1Temp": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1Temp", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU1Temp", + "Name": "CPU1 Temp", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU1Temp", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 27, + "ReadingType": "Temperature", + "ReadingUnits": "Cel", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": 3 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": 100 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1VCOREVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1VCOREVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU1VCOREVR", + "Name": "CPU1 VCORE VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU1VCOREVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 0.71, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMABCDVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMABCDVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU2MEMABCDVR", + "Name": "CPU2 MEMABCD VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMABCDVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 1.22, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMEFGHVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2MEMEFGHVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU2MEMEFGHVR", + "Name": "CPU2 MEMEFGH VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMEFGHVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 1.22, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2Temp": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2Temp", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU2Temp", + "Name": "CPU2 Temp", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU2Temp", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 26, + "ReadingType": "Temperature", + "ReadingUnits": "Cel", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": 3 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": 100 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2VCOREVR": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2VCOREVR", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "CPU2VCOREVR", + "Name": "CPU2 VCORE VR", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#CPU2VCOREVR", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "CPU", + "Reading": 0.74, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1A": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1A", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.1A", + "Name": "System Board Fan1A", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.1A", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14760, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1B": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1B", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.1B", + "Name": "System Board Fan1B", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.1B", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12600, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1C": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1C", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.1C", + "Name": "System Board Fan1C", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.1C", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14520, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1D": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.1D", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.1D", + "Name": "System Board Fan1D", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.1D", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12480, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2A": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2A", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.2A", + "Name": "System Board Fan2A", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.2A", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14400, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2B": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2B", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.2B", + "Name": "System Board Fan2B", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.2B", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12480, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2C": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2C", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.2C", + "Name": "System Board Fan2C", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.2C", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14520, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2D": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.2D", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.2D", + "Name": "System Board Fan2D", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.2D", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12480, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3A": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3A", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.3A", + "Name": "System Board Fan3A", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.3A", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14520, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3B": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3B", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.3B", + "Name": "System Board Fan3B", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.3B", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12360, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12360, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3C": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3C", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.3C", + "Name": "System Board Fan3C", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.3C", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14400, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3D": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.3D", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.3D", + "Name": "System Board Fan3D", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.3D", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12360, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12360, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4A": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4A", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.4A", + "Name": "System Board Fan4A", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.4A", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14520, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4B": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4B", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.4B", + "Name": "System Board Fan4B", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.4B", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12600, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4C": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4C", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.4C", + "Name": "System Board Fan4C", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.4C", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 14880, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 14880, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4D": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fan.Embedded.4D", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "Fan.Embedded.4D", + "Name": "System Board Fan4D", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "0x17||Fan.Embedded.4D", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingType": "Rotational", + "ReadingUnits": "RPM", + "SpeedRPM": 12600, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 840 + }, + "LowerCritical": { + "Reading": 480 + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Current1": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Current1", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "PS1Current1", + "Name": "PS1 Current 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#PS1Current1", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "PowerSupply", + "Reading": 0.8, + "ReadingType": "Current", + "ReadingUnits": "A", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Voltage": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS1Voltage", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "PS1Voltage", + "Name": "PS1 Voltage 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#PS1Voltage", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "PowerSupply", + "Reading": 100, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Current2": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Current2", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "PS2Current2", + "Name": "PS2 Current 2", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#PS2Current2", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "PowerSupply", + "Reading": 0.8, + "ReadingType": "Current", + "ReadingUnits": "A", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Voltage": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PS2Voltage", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "PS2Voltage", + "Name": "PS2 Voltage 2", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#PS2Voltage", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "PowerSupply", + "Reading": 100, + "ReadingType": "Voltage", + "ReadingUnits": "V", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_InputPower": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_InputPower", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 1 InputPower", + "Id": "PSU.Slot.1_InputPower", + "Name": "InputPowerSensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 87.25, + "ReadingType": "Power", + "ReadingUnits": "W", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_MaximumFrequency": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_MaximumFrequency", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 1 MaximumFrequency", + "Id": "PSU.Slot.1_MaximumFrequency", + "Name": "MaximumFrequencySensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 35, + "ReadingType": "Frequency", + "ReadingUnits": "Hz", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_OutputPower": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.1_OutputPower", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 1 OutputPower", + "Id": "PSU.Slot.1_OutputPower", + "Name": "OutputPowerSensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 60.5, + "ReadingType": "Power", + "ReadingUnits": "W", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_InputPower": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_InputPower", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 2 InputPower", + "Id": "PSU.Slot.2_InputPower", + "Name": "InputPowerSensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 72.5, + "ReadingType": "Power", + "ReadingUnits": "W", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_MaximumFrequency": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_MaximumFrequency", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 2 MaximumFrequency", + "Id": "PSU.Slot.2_MaximumFrequency", + "Name": "MaximumFrequencySensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 35, + "ReadingType": "Frequency", + "ReadingUnits": "Hz", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_OutputPower": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/PSU.Slot.2_OutputPower", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Power Supply 2 OutputPower", + "Id": "PSU.Slot.2_OutputPower", + "Name": "OutputPowerSensor", + "Oem": {}, + "PhysicalContext": "PowerSupply", + "Reading": 61.25, + "ReadingType": "Power", + "ReadingUnits": "W", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardCPUUsage": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardCPUUsage", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "SystemBoardCPUUsage", + "Name": "System Board CPU Usage", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#SystemBoardCPUUsage", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 0, + "ReadingType": "Percent", + "ReadingUnits": "%", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": 101 + }, + "UpperCautionUser": { + "Reading": 101 + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardExhaustTemp": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardExhaustTemp", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "SystemBoardExhaustTemp", + "Name": "System Board Exhaust Temp", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#SystemBoardExhaustTemp", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 24, + "ReadingType": "Temperature", + "ReadingUnits": "Cel", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 8 + }, + "LowerCritical": { + "Reading": 3 + }, + "UpperCaution": { + "Reading": 75 + }, + "UpperCritical": { + "Reading": 80 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "SystemBoardInletTemp", + "Name": "System Board Inlet Temp", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#SystemBoardInletTemp", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 19, + "ReadingType": "Temperature", + "ReadingUnits": "Cel", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": 3 + }, + "LowerCautionUser": { + "Reading": 3 + }, + "LowerCritical": { + "Reading": -7 + }, + "UpperCaution": { + "Reading": 33 + }, + "UpperCautionUser": { + "Reading": 33 + }, + "UpperCritical": { + "Reading": 37 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardPwrConsumption": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardPwrConsumption", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Instance of Sensor Id", + "Id": "SystemBoardPwrConsumption", + "Name": "System Board Pwr Consumption", + "Oem": { + "Dell": { + "@odata.type": "#DellOemSensor.v1_0_0.DellOemSensor", + "CurrentState": "Normal", + "DeviceID": "iDRAC.Embedded.1#SystemBoardPwrConsumption", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "RequestedState": "NotApplicable" + } + }, + "PhysicalContext": "SystemBoard", + "Reading": 168, + "ReadingType": "Power", + "ReadingUnits": "W", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": 960 + }, + "UpperCautionUser": { + "Reading": 960 + }, + "UpperCritical": { + "Reading": 1056 + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperature.DIMM_MAX": { + "@odata.context": "/redfish/v1/$metadata#Sensor.Sensor", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Temperature.DIMM_MAX", + "@odata.type": "#Sensor.v1_6_0.Sensor", + "Description": "Max DIMM Temperature", + "Id": "Temperature.DIMM_MAX", + "Name": "Max DIMM Temperature", + "Oem": {}, + "PhysicalContext": "MemorySubsystem", + "Reading": 24, + "ReadingType": "Temperature", + "ReadingUnits": "Cel", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Thresholds": { + "LowerCaution": { + "Reading": null + }, + "LowerCritical": { + "Reading": null + }, + "UpperCaution": { + "Reading": null + }, + "UpperCritical": { + "Reading": null + } + } + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3": { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal", + "@odata.type": "#Thermal.v1_7_1.Thermal", + "Description": "Represents the properties for Temperature and Cooling", + "Fans": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "0", + "MinReadingRange": null, + "Name": "System Board Fan1A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 56, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "1", + "MinReadingRange": null, + "Name": "System Board Fan1B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 57, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "2", + "MinReadingRange": null, + "Name": "System Board Fan1C", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 58, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan1D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "3", + "MinReadingRange": null, + "Name": "System Board Fan1D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 59, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "4", + "MinReadingRange": null, + "Name": "System Board Fan2A", + "PhysicalContext": "SystemBoard", + "Reading": 14400, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 60, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "5", + "MinReadingRange": null, + "Name": "System Board Fan2B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 61, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "6", + "MinReadingRange": null, + "Name": "System Board Fan2C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 62, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan2D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "7", + "MinReadingRange": null, + "Name": "System Board Fan2D", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 63, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "8", + "MinReadingRange": null, + "Name": "System Board Fan3A", + "PhysicalContext": "SystemBoard", + "Reading": 14520, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 64, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "9", + "MinReadingRange": null, + "Name": "System Board Fan3B", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 65, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "10", + "MinReadingRange": null, + "Name": "System Board Fan3C", + "PhysicalContext": "SystemBoard", + "Reading": 14640, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 66, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan3D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "11", + "MinReadingRange": null, + "Name": "System Board Fan3D", + "PhysicalContext": "SystemBoard", + "Reading": 12480, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 67, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4A", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "12", + "MinReadingRange": null, + "Name": "System Board Fan4A", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 68, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4B", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "13", + "MinReadingRange": null, + "Name": "System Board Fan4B", + "PhysicalContext": "SystemBoard", + "Reading": 12600, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 69, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4C", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "14", + "MinReadingRange": null, + "Name": "System Board Fan4C", + "PhysicalContext": "SystemBoard", + "Reading": 14760, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 70, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15", + "@odata.type": "#Thermal.v1_7_1.Fan", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "FanName": "System Board Fan4D", + "HotPluggable": true, + "LowerThresholdCritical": 480, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 840, + "MaxReadingRange": null, + "MemberId": "15", + "MinReadingRange": null, + "Name": "System Board Fan4D", + "PhysicalContext": "SystemBoard", + "Reading": 12720, + "ReadingUnits": "RPM", + "Redundancy": [], + "Redundancy@odata.count": 0, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 71, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": null, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + } + ], + "Fans@odata.count": 16, + "Id": "Thermal", + "Name": "Thermal", + "Redundancy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Redundancy/0", + "@odata.type": "#Redundancy.v1_4_1.Redundancy", + "MaxNumSupported": null, + "MemberId": "0", + "MinNumNeeded": null, + "Mode": "N+m", + "Name": "System Board Fan Redundancy", + "RedundancyEnabled": true, + "RedundancySet": [], + "RedundancySet@odata.count": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Redundancy@odata.count": 1, + "Temperatures": [ + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/0", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "0", + "MinReadingRangeTemp": null, + "Name": "CPU1 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 27, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 1, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/1", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": null, + "MaxReadingRangeTemp": null, + "MemberId": "1", + "MinReadingRangeTemp": null, + "Name": "CPU2 Temp", + "PhysicalContext": "CPU", + "ReadingCelsius": 26, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 2, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 100, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": null + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/2", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": -7, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 3, + "MaxReadingRangeTemp": null, + "MemberId": "2", + "MinReadingRangeTemp": null, + "Name": "System Board Inlet Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 19, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 5, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 37, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 33 + }, + { + "@odata.context": "/redfish/v1/$metadata#Thermal.Thermal", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Temperatures/3", + "@odata.type": "#Thermal.v1_7_1.Temperature", + "LowerThresholdCritical": 3, + "LowerThresholdFatal": null, + "LowerThresholdNonCritical": 8, + "MaxReadingRangeTemp": null, + "MemberId": "3", + "MinReadingRangeTemp": null, + "Name": "System Board Exhaust Temp", + "PhysicalContext": "SystemBoard", + "ReadingCelsius": 24, + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "RelatedItem@odata.count": 1, + "SensorNumber": 6, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UpperThresholdCritical": 80, + "UpperThresholdFatal": null, + "UpperThresholdNonCritical": 75 + } + ], + "Temperatures@odata.count": 4 + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem": { + "@odata.context": "/redfish/v1/$metadata#ThermalSubsystem.ThermalSubsystem", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem", + "@odata.type": "#ThermalSubsystem.v1_1_0.ThermalSubsystem", + "Description": "Represents the properties of a Thermal Subsystem of the Chassis", + "FanRedundancy": [ + { + "MaxSupportedInGroup": null, + "MinNeededInGroup": null, + "RedundancyGroup": [], + "RedundancyGroup@odata.count": 0, + "RedundancyType": "NPlusM", + "Status": { + "Health": "OK", + "State": "Enabled" + } + } + ], + "Fans": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans" + }, + "Id": "ThermalSubsystem", + "Name": "Thermal Subsystem for Chassis", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "ThermalMetrics": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/ThermalMetrics" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans": { + "@odata.context": "/redfish/v1/$metadata#FanCollection.FanCollection", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans", + "@odata.type": "#FanCollection.FanCollection", + "Description": "Collection of Fan", + "Members": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3D" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4A" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4B" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4C" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4D" + } + ], + "Members@odata.count": 16, + "Name": "Fan Collection" + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1A": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1A", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.1A", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan1A" + } + }, + "Name": "Fan 1A", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14760 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1B": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1B", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.1B", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan1B" + } + }, + "Name": "Fan 1B", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12600 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1C": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1C", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.1C", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan1C" + } + }, + "Name": "Fan 1C", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14520 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1D": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.1D", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.1D", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan1D" + } + }, + "Name": "Fan 1D", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12480 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2A": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2A", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.2A", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan2A" + } + }, + "Name": "Fan 2A", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14400 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2B": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2B", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.2B", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan2B" + } + }, + "Name": "Fan 2B", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12480 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2C": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2C", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.2C", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan2C" + } + }, + "Name": "Fan 2C", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14520 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2D": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.2D", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.2D", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan2D" + } + }, + "Name": "Fan 2D", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12480 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3A": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3A", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.3A", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan3A" + } + }, + "Name": "Fan 3A", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14520 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3B": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3B", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.3B", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan3B" + } + }, + "Name": "Fan 3B", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12360 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3C": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3C", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.3C", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan3C" + } + }, + "Name": "Fan 3C", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14400 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3D": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.3D", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.3D", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan3D" + } + }, + "Name": "Fan 3D", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12360 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4A": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4A", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.4A", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan4A" + } + }, + "Name": "Fan 4A", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14520 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4B": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4B", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.4B", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan4B" + } + }, + "Name": "Fan 4B", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12600 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4C": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4C", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.4C", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan4C" + } + }, + "Name": "Fan 4C", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 14880 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4D": { + "@odata.context": "/redfish/v1/$metadata#Fan.Fan", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/Fans/Fan.Embedded.4D", + "@odata.type": "#Fan.v1_3_0.Fan", + "Description": "Represents fan properties of the chassis", + "HotPluggable": true, + "Id": "Fan.Embedded.4D", + "Location": { + "PartLocation": { + "LocationType": "Bay", + "ServiceLabel": "System Board Fan4D" + } + }, + "Name": "Fan 4D", + "Oem": { + "Dell": { + "@odata.type": "#DellFan.v1_0_0.DellFan", + "FanPWM": 50, + "FanType": "Gold" + } + }, + "PhysicalContext": "SystemBoard", + "SpeedPercent": { + "SpeedRPM": 12600 + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/ThermalMetrics": { + "@odata.context": "/redfish/v1/$metadata#ThermalMetrics.ThermalMetrics", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/ThermalSubsystem/ThermalMetrics", + "@odata.type": "#ThermalMetrics.v1_1_0.ThermalMetrics", + "Description": "Represents the properties of Thermal Metrics of the chassis", + "Id": "ThermalMetrics", + "Name": "Chassis Thermal Metrics", + "TemperatureReadingsCelsius": [ + { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1Temp", + "DeviceName": "Internal", + "Reading": 27 + }, + { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU2Temp", + "DeviceName": "Internal", + "Reading": 26 + }, + { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp", + "DeviceName": "Intake", + "Reading": 19 + }, + { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardExhaustTemp", + "DeviceName": "Exhaust", + "Reading": 24 + } + ], + "TemperatureReadingsCelsius@odata.count": 4, + "TemperatureSummaryCelsius": { + "Exhaust": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardExhaustTemp", + "Reading": 24 + }, + "Intake": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/SystemBoardInletTemp", + "Reading": 19 + }, + "Internal": { + "DataSourceUri": "/redfish/v1/Chassis/System.Embedded.1/Sensors/CPU1Temp", + "Reading": 27 + } + } + }, + "/redfish/v1/EventService": { + "@odata.context": "/redfish/v1/$metadata#EventService.EventService", + "@odata.id": "/redfish/v1/EventService", + "@odata.type": "#EventService.v1_9_0.EventService", + "Actions": { + "#EventService.SubmitTestEvent": { + "EventType@Redfish.AllowableValues": [ + "Alert" + ], + "target": "/redfish/v1/EventService/Actions/EventService.SubmitTestEvent" + } + }, + "DeliveryRetryAttempts": 3, + "DeliveryRetryIntervalSeconds": 5, + "Description": "Event Service represents the properties for the service", + "EventFormatTypes": [ + "Event", + "MetricReport" + ], + "EventFormatTypes@odata.count": 2, + "EventTypesForSubscription": [ + "Alert", + "MetricReport", + "Other" + ], + "EventTypesForSubscription@odata.count": 3, + "Id": "EventService", + "Name": "Event Service", + "SMTP": { + "Authentication": "None", + "ConnectionProtocol": "StartTLS", + "FromAddress": "", + "Password": null, + "Port": 25, + "ServerAddress": "0.0.0.0", + "Username": "" + }, + "SSEFilterPropertiesSupported": { + "EventFormatType": true, + "EventType": true, + "MessageId": true, + "MetricReportDefinition": true, + "OriginResource": true, + "RegistryPrefix": true, + "ResourceType": true, + "SubordinateResources": false + }, + "ServerSentEventUri": "/redfish/v1/SSE", + "ServiceEnabled": true, + "Status": { + "Conditions": [ + { + "Message": "The Redfish EventService feature is partially enabled because the IPMILan.1.AlertEnable property is disabled in the URI /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS553", + "Resolution": "Enable the IPMILan.1.AlertEnable property in the following URI: /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1.", + "Severity": "Warning" + } + ], + "Health": "Warning", + "HealthRollup": "Warning", + "State": "Enabled" + }, + "Subscriptions": { + "@odata.id": "/redfish/v1/EventService/Subscriptions" + } + }, + "/redfish/v1/EventService/Subscriptions": { + "@odata.context": "/redfish/v1/$metadata#EventDestinationCollection.EventDestinationCollection", + "@odata.id": "/redfish/v1/EventService/Subscriptions", + "@odata.type": "#EventDestinationCollection.EventDestinationCollection", + "Description": "List of Event subscriptions", + "Members": [], + "Members@odata.count": 0, + "Name": "Event Subscriptions Collection" + }, + "/redfish/v1/Fabrics": { + "@odata.context": "/redfish/v1/$metadata#FabricCollection.FabricCollection", + "@odata.id": "/redfish/v1/Fabrics", + "@odata.type": "#FabricCollection.FabricCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Fabrics/PCIe" + } + ], + "Members@odata.count": 1, + "Name": "Fabric Collection" + }, + "/redfish/v1/Fabrics/PCIe": { + "@odata.context": "/redfish/v1/$metadata#Fabric.Fabric", + "@odata.id": "/redfish/v1/Fabrics/PCIe", + "@odata.type": "#Fabric.v1_3_0.Fabric", + "Description": "PCIe Fabric", + "FabricType": "PCIe", + "Id": "PCIe", + "Links": {}, + "Name": "PCIe Fabric", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Switches": { + "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches" + } + }, + "/redfish/v1/Fabrics/PCIe/Switches": { + "@odata.context": "/redfish/v1/$metadata#SwitchCollection.SwitchCollection", + "@odata.id": "/redfish/v1/Fabrics/PCIe/Switches", + "@odata.type": "#SwitchCollection.SwitchCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "Switch Collection" + }, + "/redfish/v1/JobService": { + "@odata.context": "/redfish/v1/$metadata#JobService.JobService", + "@odata.id": "/redfish/v1/JobService", + "@odata.type": "#JobService.v1_0_4.JobService", + "DateTime": "2023-07-05T22:20:29+09:00", + "Description": "Represent a job service for a Redfish", + "Id": "JobService", + "Jobs": { + "@odata.id": "/redfish/v1/JobService/Jobs" + }, + "Log": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog" + }, + "Name": "Job Service", + "ServiceCapabilities": { + "MaxJobs": 256, + "MaxSteps": 1, + "Scheduling": true + }, + "ServiceEnabled": true, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/JobService/Jobs": { + "@odata.context": "/redfish/v1/$metadata#JobCollection.JobCollection", + "@odata.id": "/redfish/v1/JobService/Jobs", + "@odata.type": "#JobCollection.JobCollection", + "Description": "A Collection of Job resource instances", + "Members": [ + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_250249650955" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_288688054300" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382554501262" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382742450126" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382755734831" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382771369564" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382802059437" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382804904534" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382820134152" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385320958923" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385340134699" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385341847520" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385346351304" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385347316687" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349397649" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349945844" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349957379" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_385350169493" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385361583625" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385362416007" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385365262448" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385391867711" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403663019" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403674997" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403887105" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385404148741" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385404714387" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385405898277" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_385406111456" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385431672429" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_394021185121" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_395722900191" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396422188149" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396424397909" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396425807374" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396426061588" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396426074504" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_396426286505" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396435158180" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396487794635" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396528253278" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_397253040657" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_397256133756" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_431174599134" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_431175278951" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502748946807" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502793752270" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502825446551" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_508922929066" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593374372743" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_593374587019" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593389183132" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593397123023" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_593397235194" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_614131469683" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_614131471752" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_614235824937" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_614235827693" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_871700204916" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_872155702227" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_873575082117" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/RID_873575394975" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_873881496422" + }, + { + "@odata.id": "/redfish/v1/JobService/Jobs/JID_884211195185" + } + ], + "Members@odata.count": 64, + "Name": "JobCollection" + }, + "/redfish/v1/JobService/Jobs/JID_250249650955": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_250249650955", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-06-30T12:49:48+09:00", + "Id": "JID_250249650955", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-06-30T12:49:25+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_288688054300": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_288688054300", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-08-14T00:41:08+09:00", + "Id": "JID_288688054300", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-08-14T00:33:25+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382554501262": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382554501262", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T15:57:52+09:00", + "Id": "JID_382554501262", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-11-30T15:57:30+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382742450126": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382742450126", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T21:11:09+09:00", + "Id": "JID_382742450126", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:10:45+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382755734831": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382755734831", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T21:43:12+09:00", + "Id": "JID_382755734831", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:32:53+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382771369564": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382771369564", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T21:59:21+09:00", + "Id": "JID_382771369564", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:58:56+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382802059437": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382802059437", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T22:50:32+09:00", + "Id": "JID_382802059437", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-11-30T22:50:05+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382804904534": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382804904534", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T23:14:13+09:00", + "Id": "JID_382804904534", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-11-30T22:54:50+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_382820134152": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_382820134152", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-11-30T23:20:36+09:00", + "Id": "JID_382820134152", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SYS043" + } + ], + "Messages@odata.count": 1, + "Name": "Export Configuration", + "PercentComplete": 100, + "StartTime": "2021-11-30T23:20:13+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385320958923": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385320958923", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T20:50:05+09:00", + "Id": "JID_385320958923", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-03T20:48:15+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385340134699": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385340134699", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:20:55+09:00", + "Id": "JID_385340134699", + "JobState": "Completed", + "JobStatus": "Critical", + "Messages": [ + { + "Message": "Unable to complete the job because of an internal error.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED004" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:20:13+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385341847520": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385341847520", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:23:46+09:00", + "Id": "JID_385341847520", + "JobState": "Completed", + "JobStatus": "Critical", + "Messages": [ + { + "Message": "Unable to complete the job because of an internal error.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED004" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:23:04+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385346351304": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385346351304", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:30:45+09:00", + "Id": "JID_385346351304", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:30:35+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385347316687": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385347316687", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:32:19+09:00", + "Id": "JID_385347316687", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:32:11+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385349397649": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349397649", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:35:47+09:00", + "Id": "JID_385349397649", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:35:39+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385349945844": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349945844", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:36:57+09:00", + "Id": "JID_385349945844", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:34+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385349957379": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385349957379", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:51:12+09:00", + "Id": "JID_385349957379", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:35+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385361583625": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385361583625", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:56:07+09:00", + "Id": "JID_385361583625", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:55:58+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385362416007": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385362416007", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:57:31+09:00", + "Id": "JID_385362416007", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:57:21+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385365262448": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385365262448", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T22:02:13+09:00", + "Id": "JID_385365262448", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T22:02:06+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385391867711": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385391867711", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T22:46:35+09:00", + "Id": "JID_385391867711", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T22:46:26+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385403663019": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403663019", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:10:12+09:00", + "Id": "JID_385403663019", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:06+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385403674997": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403674997", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:19:25+09:00", + "Id": "JID_385403674997", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:07+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385403887105": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385403887105", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:19:25+09:00", + "Id": "JID_385403887105", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:28+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385404148741": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385404148741", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:07:41+09:00", + "Id": "JID_385404148741", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Systems Management", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:54+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385404714387": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385404714387", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:09:44+09:00", + "Id": "JID_385404714387", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Drivers for OS Deployment", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:07:51+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385405898277": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385405898277", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:10:03+09:00", + "Id": "JID_385405898277", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Diagnostics", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:09:49+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_385431672429": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_385431672429", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:52:56+09:00", + "Id": "JID_385431672429", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:52:47+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_394021185121": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_394021185121", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-13T22:28:48+09:00", + "Id": "JID_394021185121", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-13T22:28:38+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_395722900191": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_395722900191", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-15T21:52:08+09:00", + "Id": "JID_395722900191", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The SupportAssist Collection Operation is completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SRV088" + } + ], + "Messages@odata.count": 1, + "Name": "SupportAssist Collection", + "PercentComplete": 100, + "StartTime": "2021-12-15T21:44:50+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396422188149": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396422188149", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:10:28+09:00", + "Id": "JID_396422188149", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:10:18+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396424397909": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396424397909", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:14:07+09:00", + "Id": "JID_396424397909", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:13:59+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396425807374": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396425807374", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:16:29+09:00", + "Id": "JID_396425807374", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:20+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396426061588": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396426061588", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:31:55+09:00", + "Id": "JID_396426061588", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:46+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396426074504": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396426074504", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:31:54+09:00", + "Id": "JID_396426074504", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:47+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396435158180": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396435158180", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:35:45+09:00", + "Id": "JID_396435158180", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:31:55+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396487794635": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396487794635", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T18:59:48+09:00", + "Id": "JID_396487794635", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T18:59:39+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_396528253278": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_396528253278", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T20:07:13+09:00", + "Id": "JID_396528253278", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T20:07:05+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_397253040657": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_397253040657", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-17T16:15:12+09:00", + "Id": "JID_397253040657", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-17T16:15:04+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_397256133756": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_397256133756", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-17T16:22:47+09:00", + "Id": "JID_397256133756", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-17T16:20:13+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_431174599134": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_431174599134", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-01-25T22:31:07+09:00", + "Id": "JID_431174599134", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2022-01-25T22:30:59+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_431175278951": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_431175278951", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-01-25T22:32:20+09:00", + "Id": "JID_431175278951", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2022-01-25T22:32:07+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_502748946807": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502748946807", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-04-18T19:04:40+09:00", + "Id": "JID_502748946807", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T18:41:34+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_502793752270": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502793752270", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-04-18T20:09:09+09:00", + "Id": "JID_502793752270", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T19:56:15+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_502825446551": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_502825446551", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-04-18T21:00:41+09:00", + "Id": "JID_502825446551", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T20:49:04+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_508922929066": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_508922929066", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-04-25T22:15:44+09:00", + "Id": "JID_508922929066", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2022-04-25T22:11:32+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_593374372743": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593374372743", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-01T16:18:29+09:00", + "Id": "JID_593374372743", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:03:57+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_593389183132": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593389183132", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-01T16:33:02+09:00", + "Id": "JID_593389183132", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:28:38+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_593397123023": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_593397123023", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-01T16:47:21+09:00", + "Id": "JID_593397123023", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:41:52+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_614131469683": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_614131469683", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-25T16:44:15+09:00", + "Id": "JID_614131469683", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-08-25T16:39:06+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_614235824937": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_614235824937", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-25T19:37:55+09:00", + "Id": "JID_614235824937", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "ConfigBIOS:BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-08-25T19:33:02+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_871700204916": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_871700204916", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-06-19T19:23:22+09:00", + "Id": "JID_871700204916", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Firmware", + "PercentComplete": 100, + "StartTime": "2023-06-19T19:20:20+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_872155702227": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_872155702227", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-06-20T08:17:21+09:00", + "Id": "JID_872155702227", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2023-06-20T07:59:30+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_873575082117": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_873575082117", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-06-21T23:31:59+09:00", + "Id": "JID_873575082117", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.PR19" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2023-06-21T23:25:08+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_873881496422": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_873881496422", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-06-22T07:57:09+09:00", + "Id": "JID_873881496422", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "The SupportAssist Collection Operation is completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.SRV088" + } + ], + "Messages@odata.count": 1, + "Name": "SupportAssist Collection", + "PercentComplete": 100, + "StartTime": "2023-06-22T07:55:49+09:00" + }, + "/redfish/v1/JobService/Jobs/JID_884211195185": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/JID_884211195185", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-07-04T06:56:45+09:00", + "Id": "JID_884211195185", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED001" + } + ], + "Messages@odata.count": 1, + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2023-07-04T06:51:59+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_385350169493": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_385350169493", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T21:37:21+09:00", + "Id": "RID_385350169493", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:56+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_385406111456": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_385406111456", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-03T23:10:31+09:00", + "Id": "RID_385406111456", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:10:11+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_396426286505": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_396426286505", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2021-12-16T17:17:29+09:00", + "Id": "RID_396426286505", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:17:08+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_593374587019": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_593374587019", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-01T16:04:59+09:00", + "Id": "RID_593374587019", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:04:18+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_593397235194": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_593397235194", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-01T16:42:20+09:00", + "Id": "RID_593397235194", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:42:03+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_614131471752": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_614131471752", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-25T16:39:27+09:00", + "Id": "RID_614131471752", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2022-08-25T16:39:07+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_614235827693": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_614235827693", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2022-08-25T19:33:24+09:00", + "Id": "RID_614235827693", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2022-08-25T19:33:02+09:00" + }, + "/redfish/v1/JobService/Jobs/RID_873575394975": { + "@odata.context": "/redfish/v1/$metadata#Job.Job", + "@odata.id": "/redfish/v1/JobService/Jobs/RID_873575394975", + "@odata.type": "#Job.v1_2_0.Job", + "Description": "Represent a job in Redfish", + "EndTime": "2023-06-21T23:26:17+09:00", + "Id": "RID_873575394975", + "JobState": "Completed", + "JobStatus": "OK", + "Messages": [ + { + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "IDRAC.2.8.RED030" + } + ], + "Messages@odata.count": 1, + "Name": "Reboot3", + "PercentComplete": 100, + "StartTime": "2023-06-21T23:25:39+09:00" + }, + "/redfish/v1/JsonSchemas": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFileCollection.JsonSchemaFileCollection", + "@odata.id": "/redfish/v1/JsonSchemas", + "@odata.type": "#JsonSchemaFileCollection.JsonSchemaFileCollection", + "Description": "Schema Repository", + "Members": [ + { + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunction" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunction.v1_0_3" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunctionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AccountService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AccountService.v1_12_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AddressPool" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AddressPool.v1_2_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AddressPoolCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Aggregate" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Aggregate.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregateCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregationService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregationService.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSource" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSource.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSourceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AllowDeny" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AllowDeny.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AllowDenyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Assembly" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Assembly.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry.v1_3_6" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Battery" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Battery.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BatteryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BatteryMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BatteryMetrics.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Bios" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Bios.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BootOption" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BootOption.v1_0_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/BootOptionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDevice" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDevice.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDeviceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Cable" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Cable.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CableCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Capacity" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Capacity.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Capacity.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CapacitySourceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Certificate" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Certificate.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CertificateCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations.v1_0_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CertificateService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CertificateService.v1_0_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Chassis" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Chassis.v1_22_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ChassisCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Circuit" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Circuit.v1_7_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CircuitCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfServiceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CollectionCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CollectionCapabilities.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrity" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrity.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrityCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservation" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservation.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservationCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CompositionService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/CompositionService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem.v1_20_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystemCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Connection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Connection.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethod" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethod.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethodCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroup" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroup.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroupCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Control" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Control.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ControlCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLineOfService.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLineOfService.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLineOfService.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities.v1_2_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAccelerator" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAccelerator.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAcceleratorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinitionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValue" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValue.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValueCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAssembly" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAssembly.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAssemblyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributeRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributeRegistry.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributes" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributes.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBIOSService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBIOSService.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinition" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinition.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinitionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValue" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValue.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValueCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBios" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBios.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSources" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSources.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSourcesRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSourcesRegistry.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificate" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificate.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateStoreCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellChassis" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellChassis.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisPCIeFunction" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisPCIeFunction.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellComputerSystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellComputerSystem.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellController.v1_4_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBattery" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBattery.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBatteryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellD4D" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellD4D.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReport" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReport.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReportCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellDrive" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellDrive.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosure" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosure.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMM" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMM.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMMCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensor.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupplyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnvironmentMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEnvironmentMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEvent" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellEvent.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFC" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFC.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilities.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilitiesCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetrics.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetricsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatistics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatistics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatisticsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFRUAssembly" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFRUAssembly.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFan" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFan.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHash" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHash.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHashCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensor.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBand" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBand.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilitiesCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetricsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellJob" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellJob.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellJobCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellJobService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellJobService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLCLogEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLCLogEntry.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLCService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLCService.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDevice" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDevice.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDeviceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicense" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicense.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseManagementService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseManagementService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLocation" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLocation.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLogEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellLogEntry.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManager" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManager.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerAccount" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerAccount.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMemory" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMemory.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMemoryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetric" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetric.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReport" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReport.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportDefinition" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportDefinition.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportValue" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportValue.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNIC" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNIC.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilities.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilitiesCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetrics.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetricsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatistics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatistics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatisticsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiver" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiver.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetricsCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensor.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOAuthConfig" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOAuthConfig.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOSDeploymentService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOSDeploymentService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOem.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemAttributeRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemAttributeRegistry.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemChassis" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemChassis.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemEnclosureChassis" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemEnclosureChassis.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemPower" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemPower.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemSensor.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemStorageController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOemStorageController.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementData" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementData.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementDataCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunction" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunction.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunctionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSD" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSD.v1_7_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlaneCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtender" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtender.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtenderCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSlots" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSlots.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensor.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPersistentStorageService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPersistentStorageService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDisk" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDisk.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDiskCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPluginInventory" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPluginInventory.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupply" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupply.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyView" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyView.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyViewCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessor.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellRaidService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellRaidService.v1_5_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatus" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatus.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatusCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSecureBoot" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSecureBoot.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSensor.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSerialInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSerialInterface.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellServiceRoot" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellServiceRoot.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSlot" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSlot.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSlotCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInstallationService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInstallationService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventory" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventory.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventoryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnection.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionService.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystem.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemManagementService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemManagementService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSync" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSync.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSyncCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellTelemetryService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellTelemetryService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellTimeService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellTimeService.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDevice" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDevice.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDeviceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellUpdateService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellUpdateService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideo" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideo.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetwork" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetwork.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetworkCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDisk" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDisk.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDiskCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVolume" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellVolume.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellWitnessServer" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellWitnessServer.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCard" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCard.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardService.v1_7_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlash" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlash.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlashCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Drive" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Drive.v1_16_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/DriveCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Endpoint" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Endpoint.v1_8_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EndpointCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroup" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroup.v1_2_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroupCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EnvironmentMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EnvironmentMetrics.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterfaceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Event" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Event.v1_7_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EventDestination" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EventDestination.v1_13_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EventDestinationCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EventService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/EventService.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProvider" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProvider.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProviderCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Fabric" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Fabric.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapter" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapter.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapterCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FabricCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Facility" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Facility.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FacilityCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Fan" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Fan.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FanCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FeaturesRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FeaturesRegistry.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileShare" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileShare.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileShareCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileSystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileSystem.v1_2_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/FileSystemCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsController.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsControllerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Heater" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Heater.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HeaterCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HeaterMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HeaterMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HostInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HostInterface.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HostInterfaceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/HostedStorageServices" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLineOfService.v1_2_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLineOfService.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOStatistics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IOStatistics.v1_0_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses.v1_1_3" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Job" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Job.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JobCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JobService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JobService.v1_0_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile.v1_1_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFileCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Key" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Key.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicy" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicy.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/KeyService.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/License" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/License.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LicenseCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LicenseService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LicenseService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LineOfService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LineOfService.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LineOfServiceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Location.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogEntry.v1_14_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogEntryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogService.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/LogServiceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Manager" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Manager.v1_17_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount.v1_10_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccountCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol.v1_9_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Manifest" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Manifest.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MediaController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MediaController.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MediaControllerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Memory" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Memory.v1_17_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunks" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunks.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunksCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomain" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomain.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomainCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MemoryMetrics.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Message" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Message.v1_1_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile.v1_1_3" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFileCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinitionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReport" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReport.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition.v1_4_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinitionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomain" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomain.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomainCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NVMeFirmwareImage" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NVMeFirmwareImage.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapter" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapter.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunction" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunction.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterface.v1_2_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterfaceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPort" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPort.v1_4_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPortCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OemManager" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OemManager.v1_5_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig.v1_0_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfigCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Outlet" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Outlet.v1_4_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OutletCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroup" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroup.v1_1_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroupCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice.v1_11_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDeviceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunctionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PhysicalContext" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Port" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Port.v1_8_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PortCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PortMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PortMetrics.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Power" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Power.v1_7_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistribution" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistribution.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionMetrics.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomain" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomain.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomainCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerEquipment" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerEquipment.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSubsystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSubsystem.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupply" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupply.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyMetrics.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PrivilegeRegistry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/PrivilegeRegistry.v1_1_4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Privileges" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Privileges.v1_0_5" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Processor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Processor.v1_17_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorMetrics.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Protocol" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RedfishError.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Redundancy" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Redundancy.v1_4_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClient" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClient.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClientCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Resource" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Resource.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Resource.v1_15_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlock" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlock.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlockCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Role" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Role.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RoleCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntry.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntry.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Schedule" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Schedule.v1_2_3" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecureBoot" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecureBoot.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabase" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabase.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabaseCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecurityPolicy" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SecurityPolicy.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Sensor" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Sensor.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SensorCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterface.v1_1_8" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterfaceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ServiceConditions" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ServiceConditions.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot.v1_15_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Session" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Session.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SessionCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SessionService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SessionService.v1_1_8" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Settings" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Settings.v1_3_5" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Signature" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Signature.v1_0_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SignatureCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorage" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorage.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorageCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventoryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SpareResourceSet" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SpareResourceSet.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Storage" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Storage.v1_10_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Storage.v1_14_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageAccessCapability.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageController.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageControllerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroup" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroup.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroupCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StoragePool" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StoragePool.v1_7_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StoragePoolCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_4_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageService.v1_5_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageServiceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/StorageSystemCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Switch" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Switch.v1_9_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SwitchCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SwitchMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/SwitchMetrics.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Task" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Task.v1_7_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TaskCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TaskService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TaskService.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService.v1_3_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Thermal" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Thermal.v1_7_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ThermalMetrics" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ThermalMetrics.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ThermalSubsystem" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ThermalSubsystem.v1_1_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Triggers" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Triggers.v1_2_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TriggersCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponent" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponent.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponentCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/USBController" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/USBController.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/USBControllerCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/UpdateService" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/UpdateService.v1_11_2" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntry" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntry.v1_0_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntryCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface.v1_3_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterfaceCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Validation.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia.v1_6_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMediaCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Volume" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Volume.v1_8_0" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/VolumeCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Zone" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/Zone.v1_6_1" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/ZoneCollection" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/odata-v4" + }, + { + "@odata.id": "/redfish/v1/JsonSchemas/redfish-schema-v1" + } + ], + "Members@odata.count": 737, + "Name": "Schema Repository" + }, + "/redfish/v1/JsonSchemas/AccelerationFunction": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunction", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AccelerationFunction Schema File Location", + "Id": "AccelerationFunction", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccelerationFunction.json", + "Uri": "/redfish/v1/Schemas/AccelerationFunction.json" + } + ], + "Location@odata.count": 1, + "Name": "AccelerationFunction Schema File", + "Schema": "#AccelerationFunction.AccelerationFunction" + }, + "/redfish/v1/JsonSchemas/AccelerationFunction.v1_0_3": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunction.v1_0_3", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AccelerationFunction Schema File Location", + "Id": "AccelerationFunction.v1_0_3", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccelerationFunction.v1_0_3.json", + "Uri": "/redfish/v1/Schemas/AccelerationFunction.v1_0_3.json" + } + ], + "Location@odata.count": 1, + "Name": "AccelerationFunction Schema File", + "Schema": "#AccelerationFunction.v1_0_3.AccelerationFunction" + }, + "/redfish/v1/JsonSchemas/AccelerationFunctionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AccelerationFunctionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AccelerationFunctionCollection Schema File Location", + "Id": "AccelerationFunctionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccelerationFunctionCollection.json", + "Uri": "/redfish/v1/Schemas/AccelerationFunctionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "AccelerationFunctionCollection Schema File", + "Schema": "#AccelerationFunctionCollection.AccelerationFunctionCollection" + }, + "/redfish/v1/JsonSchemas/AccountService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AccountService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AccountService Schema File Location", + "Id": "AccountService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccountService.json", + "Uri": "/redfish/v1/Schemas/AccountService.json" + } + ], + "Location@odata.count": 1, + "Name": "AccountService Schema File", + "Schema": "#AccountService.AccountService" + }, + "/redfish/v1/JsonSchemas/AccountService.v1_12_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AccountService.v1_12_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AccountService Schema File Location", + "Id": "AccountService.v1_12_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AccountService.v1_12_0.json", + "Uri": "/redfish/v1/Schemas/AccountService.v1_12_0.json" + } + ], + "Location@odata.count": 1, + "Name": "AccountService Schema File", + "Schema": "#AccountService.v1_12_0.AccountService" + }, + "/redfish/v1/JsonSchemas/ActionInfo": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ActionInfo Schema File Location", + "Id": "ActionInfo", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ActionInfo.json", + "Uri": "/redfish/v1/Schemas/ActionInfo.json" + } + ], + "Location@odata.count": 1, + "Name": "ActionInfo Schema File", + "Schema": "#ActionInfo.ActionInfo" + }, + "/redfish/v1/JsonSchemas/ActionInfo.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ActionInfo.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ActionInfo Schema File Location", + "Id": "ActionInfo.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ActionInfo.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/ActionInfo.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ActionInfo Schema File", + "Schema": "#ActionInfo.v1_3_0.ActionInfo" + }, + "/redfish/v1/JsonSchemas/AddressPool": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AddressPool", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AddressPool Schema File Location", + "Id": "AddressPool", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AddressPool.json", + "Uri": "/redfish/v1/Schemas/AddressPool.json" + } + ], + "Location@odata.count": 1, + "Name": "AddressPool Schema File", + "Schema": "#AddressPool.AddressPool" + }, + "/redfish/v1/JsonSchemas/AddressPool.v1_2_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AddressPool.v1_2_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AddressPool Schema File Location", + "Id": "AddressPool.v1_2_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AddressPool.v1_2_1.json", + "Uri": "/redfish/v1/Schemas/AddressPool.v1_2_1.json" + } + ], + "Location@odata.count": 1, + "Name": "AddressPool Schema File", + "Schema": "#AddressPool.v1_2_1.AddressPool" + }, + "/redfish/v1/JsonSchemas/AddressPoolCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AddressPoolCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AddressPoolCollection Schema File Location", + "Id": "AddressPoolCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AddressPoolCollection.json", + "Uri": "/redfish/v1/Schemas/AddressPoolCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "AddressPoolCollection Schema File", + "Schema": "#AddressPoolCollection.AddressPoolCollection" + }, + "/redfish/v1/JsonSchemas/Aggregate": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Aggregate", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Aggregate Schema File Location", + "Id": "Aggregate", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Aggregate.json", + "Uri": "/redfish/v1/Schemas/Aggregate.json" + } + ], + "Location@odata.count": 1, + "Name": "Aggregate Schema File", + "Schema": "#Aggregate.Aggregate" + }, + "/redfish/v1/JsonSchemas/Aggregate.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Aggregate.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Aggregate Schema File Location", + "Id": "Aggregate.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Aggregate.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/Aggregate.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Aggregate Schema File", + "Schema": "#Aggregate.v1_0_1.Aggregate" + }, + "/redfish/v1/JsonSchemas/AggregateCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregateCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregateCollection Schema File Location", + "Id": "AggregateCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregateCollection.json", + "Uri": "/redfish/v1/Schemas/AggregateCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregateCollection Schema File", + "Schema": "#AggregateCollection.AggregateCollection" + }, + "/redfish/v1/JsonSchemas/AggregationService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregationService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregationService Schema File Location", + "Id": "AggregationService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregationService.json", + "Uri": "/redfish/v1/Schemas/AggregationService.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregationService Schema File", + "Schema": "#AggregationService.AggregationService" + }, + "/redfish/v1/JsonSchemas/AggregationService.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregationService.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregationService Schema File Location", + "Id": "AggregationService.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregationService.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/AggregationService.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregationService Schema File", + "Schema": "#AggregationService.v1_0_1.AggregationService" + }, + "/redfish/v1/JsonSchemas/AggregationSource": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSource", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregationSource Schema File Location", + "Id": "AggregationSource", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregationSource.json", + "Uri": "/redfish/v1/Schemas/AggregationSource.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregationSource Schema File", + "Schema": "#AggregationSource.AggregationSource" + }, + "/redfish/v1/JsonSchemas/AggregationSource.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSource.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregationSource Schema File Location", + "Id": "AggregationSource.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/AggregationSource.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregationSource Schema File", + "Schema": "#AggregationSource.v1_3_1.AggregationSource" + }, + "/redfish/v1/JsonSchemas/AggregationSourceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AggregationSourceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AggregationSourceCollection Schema File Location", + "Id": "AggregationSourceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AggregationSourceCollection.json", + "Uri": "/redfish/v1/Schemas/AggregationSourceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "AggregationSourceCollection Schema File", + "Schema": "#AggregationSourceCollection.AggregationSourceCollection" + }, + "/redfish/v1/JsonSchemas/AllowDeny": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AllowDeny", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AllowDeny Schema File Location", + "Id": "AllowDeny", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AllowDeny.json", + "Uri": "/redfish/v1/Schemas/AllowDeny.json" + } + ], + "Location@odata.count": 1, + "Name": "AllowDeny Schema File", + "Schema": "#AllowDeny.AllowDeny" + }, + "/redfish/v1/JsonSchemas/AllowDeny.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AllowDeny.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AllowDeny Schema File Location", + "Id": "AllowDeny.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AllowDeny.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/AllowDeny.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "AllowDeny Schema File", + "Schema": "#AllowDeny.v1_0_0.AllowDeny" + }, + "/redfish/v1/JsonSchemas/AllowDenyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AllowDenyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AllowDenyCollection Schema File Location", + "Id": "AllowDenyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AllowDenyCollection.json", + "Uri": "/redfish/v1/Schemas/AllowDenyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "AllowDenyCollection Schema File", + "Schema": "#AllowDenyCollection.AllowDenyCollection" + }, + "/redfish/v1/JsonSchemas/Assembly": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Assembly", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Assembly Schema File Location", + "Id": "Assembly", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Assembly.json", + "Uri": "/redfish/v1/Schemas/Assembly.json" + } + ], + "Location@odata.count": 1, + "Name": "Assembly Schema File", + "Schema": "#Assembly.Assembly" + }, + "/redfish/v1/JsonSchemas/Assembly.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Assembly.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Assembly Schema File Location", + "Id": "Assembly.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Assembly.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/Assembly.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Assembly Schema File", + "Schema": "#Assembly.v1_4_0.Assembly" + }, + "/redfish/v1/JsonSchemas/AttributeRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AttributeRegistry Schema File Location", + "Id": "AttributeRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.json", + "Uri": "/redfish/v1/Schemas/AttributeRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "AttributeRegistry Schema File", + "Schema": "#AttributeRegistry.AttributeRegistry" + }, + "/redfish/v1/JsonSchemas/AttributeRegistry.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AttributeRegistry Schema File Location", + "Id": "AttributeRegistry.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/AttributeRegistry.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "AttributeRegistry Schema File", + "Schema": "#AttributeRegistry.v1_0_0.AttributeRegistry" + }, + "/redfish/v1/JsonSchemas/AttributeRegistry.v1_3_6": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/AttributeRegistry.v1_3_6", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "AttributeRegistry Schema File Location", + "Id": "AttributeRegistry.v1_3_6", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/AttributeRegistry.v1_3_6.json", + "Uri": "/redfish/v1/Schemas/AttributeRegistry.v1_3_6.json" + } + ], + "Location@odata.count": 1, + "Name": "AttributeRegistry Schema File", + "Schema": "#AttributeRegistry.v1_3_6.AttributeRegistry" + }, + "/redfish/v1/JsonSchemas/Battery": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Battery", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Battery Schema File Location", + "Id": "Battery", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Battery.json", + "Uri": "/redfish/v1/Schemas/Battery.json" + } + ], + "Location@odata.count": 1, + "Name": "Battery Schema File", + "Schema": "#Battery.Battery" + }, + "/redfish/v1/JsonSchemas/Battery.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Battery.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Battery Schema File Location", + "Id": "Battery.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Battery.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Battery.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Battery Schema File", + "Schema": "#Battery.v1_2_0.Battery" + }, + "/redfish/v1/JsonSchemas/BatteryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BatteryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BatteryCollection Schema File Location", + "Id": "BatteryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BatteryCollection.json", + "Uri": "/redfish/v1/Schemas/BatteryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "BatteryCollection Schema File", + "Schema": "#BatteryCollection.BatteryCollection" + }, + "/redfish/v1/JsonSchemas/BatteryMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BatteryMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BatteryMetrics Schema File Location", + "Id": "BatteryMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BatteryMetrics.json", + "Uri": "/redfish/v1/Schemas/BatteryMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "BatteryMetrics Schema File", + "Schema": "#BatteryMetrics.BatteryMetrics" + }, + "/redfish/v1/JsonSchemas/BatteryMetrics.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BatteryMetrics.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BatteryMetrics Schema File Location", + "Id": "BatteryMetrics.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BatteryMetrics.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/BatteryMetrics.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "BatteryMetrics Schema File", + "Schema": "#BatteryMetrics.v1_0_1.BatteryMetrics" + }, + "/redfish/v1/JsonSchemas/Bios": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Bios", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Bios Schema File Location", + "Id": "Bios", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Bios.json", + "Uri": "/redfish/v1/Schemas/Bios.json" + } + ], + "Location@odata.count": 1, + "Name": "Bios Schema File", + "Schema": "#Bios.Bios" + }, + "/redfish/v1/JsonSchemas/Bios.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Bios.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Bios Schema File Location", + "Id": "Bios.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Bios.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Bios.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Bios Schema File", + "Schema": "#Bios.v1_2_0.Bios" + }, + "/redfish/v1/JsonSchemas/BootOption": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BootOption", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BootOption Schema File Location", + "Id": "BootOption", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOption.json", + "Uri": "/redfish/v1/Schemas/BootOption.json" + } + ], + "Location@odata.count": 1, + "Name": "BootOption Schema File", + "Schema": "#BootOption.BootOption" + }, + "/redfish/v1/JsonSchemas/BootOption.v1_0_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BootOption.v1_0_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BootOption Schema File Location", + "Id": "BootOption.v1_0_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOption.v1_0_4.json", + "Uri": "/redfish/v1/Schemas/BootOption.v1_0_4.json" + } + ], + "Location@odata.count": 1, + "Name": "BootOption Schema File", + "Schema": "#BootOption.v1_0_4.BootOption" + }, + "/redfish/v1/JsonSchemas/BootOptionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/BootOptionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "BootOptionCollection Schema File Location", + "Id": "BootOptionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/BootOptionCollection.json", + "Uri": "/redfish/v1/Schemas/BootOptionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "BootOptionCollection Schema File", + "Schema": "#BootOptionCollection.BootOptionCollection" + }, + "/redfish/v1/JsonSchemas/CXLLogicalDevice": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDevice", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CXLLogicalDevice Schema File Location", + "Id": "CXLLogicalDevice", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CXLLogicalDevice.json", + "Uri": "/redfish/v1/Schemas/CXLLogicalDevice.json" + } + ], + "Location@odata.count": 1, + "Name": "CXLLogicalDevice Schema File", + "Schema": "#CXLLogicalDevice.CXLLogicalDevice" + }, + "/redfish/v1/JsonSchemas/CXLLogicalDevice.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDevice.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CXLLogicalDevice Schema File Location", + "Id": "CXLLogicalDevice.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CXLLogicalDevice.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/CXLLogicalDevice.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "CXLLogicalDevice Schema File", + "Schema": "#CXLLogicalDevice.v1_0_0.CXLLogicalDevice" + }, + "/redfish/v1/JsonSchemas/CXLLogicalDeviceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CXLLogicalDeviceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CXLLogicalDeviceCollection Schema File Location", + "Id": "CXLLogicalDeviceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CXLLogicalDeviceCollection.json", + "Uri": "/redfish/v1/Schemas/CXLLogicalDeviceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CXLLogicalDeviceCollection Schema File", + "Schema": "#CXLLogicalDeviceCollection.CXLLogicalDeviceCollection" + }, + "/redfish/v1/JsonSchemas/Cable": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Cable", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Cable Schema File Location", + "Id": "Cable", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Cable.json", + "Uri": "/redfish/v1/Schemas/Cable.json" + } + ], + "Location@odata.count": 1, + "Name": "Cable Schema File", + "Schema": "#Cable.Cable" + }, + "/redfish/v1/JsonSchemas/Cable.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Cable.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Cable Schema File Location", + "Id": "Cable.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Cable.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Cable.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Cable Schema File", + "Schema": "#Cable.v1_2_0.Cable" + }, + "/redfish/v1/JsonSchemas/CableCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CableCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CableCollection Schema File Location", + "Id": "CableCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CableCollection.json", + "Uri": "/redfish/v1/Schemas/CableCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CableCollection Schema File", + "Schema": "#CableCollection.CableCollection" + }, + "/redfish/v1/JsonSchemas/Capacity": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Capacity", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Capacity Schema File Location", + "Id": "Capacity", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Capacity.json", + "Uri": "/redfish/v1/Schemas/Capacity.json" + } + ], + "Location@odata.count": 1, + "Name": "Capacity Schema File", + "Schema": "#Capacity.Capacity" + }, + "/redfish/v1/JsonSchemas/Capacity.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Capacity.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Capacity Schema File Location", + "Id": "Capacity.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Capacity.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/Capacity.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Capacity Schema File", + "Schema": "#Capacity.v1_0_0.Capacity" + }, + "/redfish/v1/JsonSchemas/Capacity.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Capacity.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Capacity Schema File Location", + "Id": "Capacity.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Capacity.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Capacity.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Capacity Schema File", + "Schema": "#Capacity.v1_2_0.Capacity" + }, + "/redfish/v1/JsonSchemas/CapacitySourceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CapacitySourceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CapacitySourceCollection Schema File Location", + "Id": "CapacitySourceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/CapacitySourceCollection.json", + "Uri": "/redfish/v1/Schemas/CapacitySourceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CapacitySourceCollection Schema File", + "Schema": "#CapacitySourceCollection.CapacitySourceCollection" + }, + "/redfish/v1/JsonSchemas/Certificate": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Certificate", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Certificate Schema File Location", + "Id": "Certificate", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Certificate.json", + "Uri": "/redfish/v1/Schemas/Certificate.json" + } + ], + "Location@odata.count": 1, + "Name": "Certificate Schema File", + "Schema": "#Certificate.Certificate" + }, + "/redfish/v1/JsonSchemas/Certificate.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Certificate.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Certificate Schema File Location", + "Id": "Certificate.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Certificate.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/Certificate.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Certificate Schema File", + "Schema": "#Certificate.v1_6_0.Certificate" + }, + "/redfish/v1/JsonSchemas/CertificateCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CertificateCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CertificateCollection Schema File Location", + "Id": "CertificateCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json", + "Uri": "/redfish/v1/Schemas/CertificateCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CertificateCollection Schema File", + "Schema": "#CertificateCollection.CertificateCollection" + }, + "/redfish/v1/JsonSchemas/CertificateLocations": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CertificateLocations Schema File Location", + "Id": "CertificateLocations", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateLocations.json", + "Uri": "/redfish/v1/Schemas/CertificateLocations.json" + } + ], + "Location@odata.count": 1, + "Name": "CertificateLocations Schema File", + "Schema": "#CertificateLocations.CertificateLocations" + }, + "/redfish/v1/JsonSchemas/CertificateLocations.v1_0_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CertificateLocations.v1_0_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CertificateLocations Schema File Location", + "Id": "CertificateLocations.v1_0_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateLocations.v1_0_2.json", + "Uri": "/redfish/v1/Schemas/CertificateLocations.v1_0_2.json" + } + ], + "Location@odata.count": 1, + "Name": "CertificateLocations Schema File", + "Schema": "#CertificateLocations.v1_0_2.CertificateLocations" + }, + "/redfish/v1/JsonSchemas/CertificateService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CertificateService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CertificateService Schema File Location", + "Id": "CertificateService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateService.json", + "Uri": "/redfish/v1/Schemas/CertificateService.json" + } + ], + "Location@odata.count": 1, + "Name": "CertificateService Schema File", + "Schema": "#CertificateService.CertificateService" + }, + "/redfish/v1/JsonSchemas/CertificateService.v1_0_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CertificateService.v1_0_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CertificateService Schema File Location", + "Id": "CertificateService.v1_0_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CertificateService.v1_0_4.json", + "Uri": "/redfish/v1/Schemas/CertificateService.v1_0_4.json" + } + ], + "Location@odata.count": 1, + "Name": "CertificateService Schema File", + "Schema": "#CertificateService.v1_0_4.CertificateService" + }, + "/redfish/v1/JsonSchemas/Chassis": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Chassis", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Chassis Schema File Location", + "Id": "Chassis", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Chassis.json", + "Uri": "/redfish/v1/Schemas/Chassis.json" + } + ], + "Location@odata.count": 1, + "Name": "Chassis Schema File", + "Schema": "#Chassis.Chassis" + }, + "/redfish/v1/JsonSchemas/Chassis.v1_22_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Chassis.v1_22_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Chassis Schema File Location", + "Id": "Chassis.v1_22_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_22_0.json", + "Uri": "/redfish/v1/Schemas/Chassis.v1_22_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Chassis Schema File", + "Schema": "#Chassis.v1_22_0.Chassis" + }, + "/redfish/v1/JsonSchemas/ChassisCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ChassisCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ChassisCollection Schema File Location", + "Id": "ChassisCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ChassisCollection.json", + "Uri": "/redfish/v1/Schemas/ChassisCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ChassisCollection Schema File", + "Schema": "#ChassisCollection.ChassisCollection" + }, + "/redfish/v1/JsonSchemas/Circuit": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Circuit", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Circuit Schema File Location", + "Id": "Circuit", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Circuit.json", + "Uri": "/redfish/v1/Schemas/Circuit.json" + } + ], + "Location@odata.count": 1, + "Name": "Circuit Schema File", + "Schema": "#Circuit.Circuit" + }, + "/redfish/v1/JsonSchemas/Circuit.v1_7_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Circuit.v1_7_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Circuit Schema File Location", + "Id": "Circuit.v1_7_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Circuit.v1_7_0.json", + "Uri": "/redfish/v1/Schemas/Circuit.v1_7_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Circuit Schema File", + "Schema": "#Circuit.v1_7_0.Circuit" + }, + "/redfish/v1/JsonSchemas/CircuitCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CircuitCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CircuitCollection Schema File Location", + "Id": "CircuitCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CircuitCollection.json", + "Uri": "/redfish/v1/Schemas/CircuitCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CircuitCollection Schema File", + "Schema": "#CircuitCollection.CircuitCollection" + }, + "/redfish/v1/JsonSchemas/ClassOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ClassOfService Schema File Location", + "Id": "ClassOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ClassOfService.json", + "Uri": "/redfish/v1/Schemas/ClassOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "ClassOfService Schema File", + "Schema": "#ClassOfService.ClassOfService" + }, + "/redfish/v1/JsonSchemas/ClassOfService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ClassOfService Schema File Location", + "Id": "ClassOfService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ClassOfService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/ClassOfService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ClassOfService Schema File", + "Schema": "#ClassOfService.v1_2_0.ClassOfService" + }, + "/redfish/v1/JsonSchemas/ClassOfServiceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ClassOfServiceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ClassOfServiceCollection Schema File Location", + "Id": "ClassOfServiceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ClassOfServiceCollection.json", + "Uri": "/redfish/v1/Schemas/ClassOfServiceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ClassOfServiceCollection Schema File", + "Schema": "#ClassOfServiceCollection.ClassOfServiceCollection" + }, + "/redfish/v1/JsonSchemas/CollectionCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CollectionCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CollectionCapabilities Schema File Location", + "Id": "CollectionCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.json", + "Uri": "/redfish/v1/Schemas/CollectionCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "CollectionCapabilities Schema File", + "Schema": "#CollectionCapabilities.CollectionCapabilities" + }, + "/redfish/v1/JsonSchemas/CollectionCapabilities.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CollectionCapabilities.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CollectionCapabilities Schema File Location", + "Id": "CollectionCapabilities.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CollectionCapabilities.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/CollectionCapabilities.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "CollectionCapabilities Schema File", + "Schema": "#CollectionCapabilities.v1_4_0.CollectionCapabilities" + }, + "/redfish/v1/JsonSchemas/ComponentIntegrity": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrity", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComponentIntegrity Schema File Location", + "Id": "ComponentIntegrity", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.json", + "Uri": "/redfish/v1/Schemas/ComponentIntegrity.json" + } + ], + "Location@odata.count": 1, + "Name": "ComponentIntegrity Schema File", + "Schema": "#ComponentIntegrity.ComponentIntegrity" + }, + "/redfish/v1/JsonSchemas/ComponentIntegrity.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrity.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComponentIntegrity Schema File Location", + "Id": "ComponentIntegrity.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrity.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/ComponentIntegrity.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ComponentIntegrity Schema File", + "Schema": "#ComponentIntegrity.v1_2_0.ComponentIntegrity" + }, + "/redfish/v1/JsonSchemas/ComponentIntegrityCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComponentIntegrityCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComponentIntegrityCollection Schema File Location", + "Id": "ComponentIntegrityCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComponentIntegrityCollection.json", + "Uri": "/redfish/v1/Schemas/ComponentIntegrityCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ComponentIntegrityCollection Schema File", + "Schema": "#ComponentIntegrityCollection.ComponentIntegrityCollection" + }, + "/redfish/v1/JsonSchemas/CompositionReservation": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservation", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CompositionReservation Schema File Location", + "Id": "CompositionReservation", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionReservation.json", + "Uri": "/redfish/v1/Schemas/CompositionReservation.json" + } + ], + "Location@odata.count": 1, + "Name": "CompositionReservation Schema File", + "Schema": "#CompositionReservation.CompositionReservation" + }, + "/redfish/v1/JsonSchemas/CompositionReservation.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservation.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CompositionReservation Schema File Location", + "Id": "CompositionReservation.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionReservation.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/CompositionReservation.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "CompositionReservation Schema File", + "Schema": "#CompositionReservation.v1_0_0.CompositionReservation" + }, + "/redfish/v1/JsonSchemas/CompositionReservationCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CompositionReservationCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CompositionReservationCollection Schema File Location", + "Id": "CompositionReservationCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionReservationCollection.json", + "Uri": "/redfish/v1/Schemas/CompositionReservationCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "CompositionReservationCollection Schema File", + "Schema": "#CompositionReservationCollection.CompositionReservationCollection" + }, + "/redfish/v1/JsonSchemas/CompositionService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CompositionService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CompositionService Schema File Location", + "Id": "CompositionService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionService.json", + "Uri": "/redfish/v1/Schemas/CompositionService.json" + } + ], + "Location@odata.count": 1, + "Name": "CompositionService Schema File", + "Schema": "#CompositionService.CompositionService" + }, + "/redfish/v1/JsonSchemas/CompositionService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/CompositionService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "CompositionService Schema File Location", + "Id": "CompositionService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/CompositionService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/CompositionService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "CompositionService Schema File", + "Schema": "#CompositionService.v1_2_0.CompositionService" + }, + "/redfish/v1/JsonSchemas/ComputerSystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComputerSystem Schema File Location", + "Id": "ComputerSystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json", + "Uri": "/redfish/v1/Schemas/ComputerSystem.json" + } + ], + "Location@odata.count": 1, + "Name": "ComputerSystem Schema File", + "Schema": "#ComputerSystem.ComputerSystem" + }, + "/redfish/v1/JsonSchemas/ComputerSystem.v1_20_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystem.v1_20_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComputerSystem Schema File Location", + "Id": "ComputerSystem.v1_20_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.v1_20_0.json", + "Uri": "/redfish/v1/Schemas/ComputerSystem.v1_20_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ComputerSystem Schema File", + "Schema": "#ComputerSystem.v1_20_0.ComputerSystem" + }, + "/redfish/v1/JsonSchemas/ComputerSystemCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ComputerSystemCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ComputerSystemCollection Schema File Location", + "Id": "ComputerSystemCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ComputerSystemCollection.json", + "Uri": "/redfish/v1/Schemas/ComputerSystemCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ComputerSystemCollection Schema File", + "Schema": "#ComputerSystemCollection.ComputerSystemCollection" + }, + "/redfish/v1/JsonSchemas/Connection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Connection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Connection Schema File Location", + "Id": "Connection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Connection.json", + "Uri": "/redfish/v1/Schemas/Connection.json" + } + ], + "Location@odata.count": 1, + "Name": "Connection Schema File", + "Schema": "#Connection.Connection" + }, + "/redfish/v1/JsonSchemas/Connection.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Connection.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Connection Schema File Location", + "Id": "Connection.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Connection.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/Connection.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Connection Schema File", + "Schema": "#Connection.v1_1_0.Connection" + }, + "/redfish/v1/JsonSchemas/ConnectionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConnectionCollection Schema File Location", + "Id": "ConnectionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ConnectionCollection.json", + "Uri": "/redfish/v1/Schemas/ConnectionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ConnectionCollection Schema File", + "Schema": "#ConnectionCollection.ConnectionCollection" + }, + "/redfish/v1/JsonSchemas/ConnectionMethod": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethod", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConnectionMethod Schema File Location", + "Id": "ConnectionMethod", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ConnectionMethod.json", + "Uri": "/redfish/v1/Schemas/ConnectionMethod.json" + } + ], + "Location@odata.count": 1, + "Name": "ConnectionMethod Schema File", + "Schema": "#ConnectionMethod.ConnectionMethod" + }, + "/redfish/v1/JsonSchemas/ConnectionMethod.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethod.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConnectionMethod Schema File Location", + "Id": "ConnectionMethod.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ConnectionMethod.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/ConnectionMethod.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ConnectionMethod Schema File", + "Schema": "#ConnectionMethod.v1_1_0.ConnectionMethod" + }, + "/redfish/v1/JsonSchemas/ConnectionMethodCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConnectionMethodCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConnectionMethodCollection Schema File Location", + "Id": "ConnectionMethodCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ConnectionMethodCollection.json", + "Uri": "/redfish/v1/Schemas/ConnectionMethodCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ConnectionMethodCollection Schema File", + "Schema": "#ConnectionMethodCollection.ConnectionMethodCollection" + }, + "/redfish/v1/JsonSchemas/ConsistencyGroup": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroup", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConsistencyGroup Schema File Location", + "Id": "ConsistencyGroup", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroup.json", + "Uri": "/redfish/v1/Schemas/ConsistencyGroup.json" + } + ], + "Location@odata.count": 1, + "Name": "ConsistencyGroup Schema File", + "Schema": "#ConsistencyGroup.ConsistencyGroup" + }, + "/redfish/v1/JsonSchemas/ConsistencyGroup.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroup.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConsistencyGroup Schema File Location", + "Id": "ConsistencyGroup.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroup.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/ConsistencyGroup.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ConsistencyGroup Schema File", + "Schema": "#ConsistencyGroup.v1_1_0.ConsistencyGroup" + }, + "/redfish/v1/JsonSchemas/ConsistencyGroupCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ConsistencyGroupCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ConsistencyGroupCollection Schema File Location", + "Id": "ConsistencyGroupCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/ConsistencyGroupCollection.json", + "Uri": "/redfish/v1/Schemas/ConsistencyGroupCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ConsistencyGroupCollection Schema File", + "Schema": "#ConsistencyGroupCollection.ConsistencyGroupCollection" + }, + "/redfish/v1/JsonSchemas/Control": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Control", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Control Schema File Location", + "Id": "Control", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Control.json", + "Uri": "/redfish/v1/Schemas/Control.json" + } + ], + "Location@odata.count": 1, + "Name": "Control Schema File", + "Schema": "#Control.Control" + }, + "/redfish/v1/JsonSchemas/Control.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Control.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Control Schema File Location", + "Id": "Control.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Control.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Control.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Control Schema File", + "Schema": "#Control.v1_2_0.Control" + }, + "/redfish/v1/JsonSchemas/ControlCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ControlCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ControlCollection Schema File Location", + "Id": "ControlCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ControlCollection.json", + "Uri": "/redfish/v1/Schemas/ControlCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ControlCollection Schema File", + "Schema": "#ControlCollection.ControlCollection" + }, + "/redfish/v1/JsonSchemas/DataProtectionLineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataProtectionLineOfService Schema File Location", + "Id": "DataProtectionLineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataProtectionLineOfService.json", + "Uri": "/redfish/v1/Schemas/DataProtectionLineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "DataProtectionLineOfService Schema File", + "Schema": "#DataProtectionLineOfService.DataProtectionLineOfService" + }, + "/redfish/v1/JsonSchemas/DataProtectionLineOfService.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLineOfService.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataProtectionLineOfService Schema File Location", + "Id": "DataProtectionLineOfService.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataProtectionLineOfService.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/DataProtectionLineOfService.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DataProtectionLineOfService Schema File", + "Schema": "#DataProtectionLineOfService.v1_3_0.DataProtectionLineOfService" + }, + "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataProtectionLoSCapabilities Schema File Location", + "Id": "DataProtectionLoSCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataProtectionLoSCapabilities.json", + "Uri": "/redfish/v1/Schemas/DataProtectionLoSCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DataProtectionLoSCapabilities Schema File", + "Schema": "#DataProtectionLoSCapabilities.DataProtectionLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataProtectionLoSCapabilities.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataProtectionLoSCapabilities Schema File Location", + "Id": "DataProtectionLoSCapabilities.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataProtectionLoSCapabilities.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DataProtectionLoSCapabilities.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DataProtectionLoSCapabilities Schema File", + "Schema": "#DataProtectionLoSCapabilities.v1_2_0.DataProtectionLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DataSecurityLineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataSecurityLineOfService Schema File Location", + "Id": "DataSecurityLineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLineOfService.json", + "Uri": "/redfish/v1/Schemas/DataSecurityLineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "DataSecurityLineOfService Schema File", + "Schema": "#DataSecurityLineOfService.DataSecurityLineOfService" + }, + "/redfish/v1/JsonSchemas/DataSecurityLineOfService.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLineOfService.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataSecurityLineOfService Schema File Location", + "Id": "DataSecurityLineOfService.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLineOfService.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/DataSecurityLineOfService.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DataSecurityLineOfService Schema File", + "Schema": "#DataSecurityLineOfService.v1_1_1.DataSecurityLineOfService" + }, + "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataSecurityLoSCapabilities Schema File Location", + "Id": "DataSecurityLoSCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLoSCapabilities.json", + "Uri": "/redfish/v1/Schemas/DataSecurityLoSCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DataSecurityLoSCapabilities Schema File", + "Schema": "#DataSecurityLoSCapabilities.DataSecurityLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataSecurityLoSCapabilities.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataSecurityLoSCapabilities Schema File Location", + "Id": "DataSecurityLoSCapabilities.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLoSCapabilities.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DataSecurityLoSCapabilities.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DataSecurityLoSCapabilities Schema File", + "Schema": "#DataSecurityLoSCapabilities.v1_2_0.DataSecurityLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DataStorageLineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataStorageLineOfService Schema File Location", + "Id": "DataStorageLineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataStorageLineOfService.json", + "Uri": "/redfish/v1/Schemas/DataStorageLineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "DataStorageLineOfService Schema File", + "Schema": "#DataStorageLineOfService.DataStorageLineOfService" + }, + "/redfish/v1/JsonSchemas/DataStorageLineOfService.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLineOfService.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataStorageLineOfService Schema File Location", + "Id": "DataStorageLineOfService.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataStorageLineOfService.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/DataStorageLineOfService.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DataStorageLineOfService Schema File", + "Schema": "#DataStorageLineOfService.v1_3_1.DataStorageLineOfService" + }, + "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataStorageLoSCapabilities Schema File Location", + "Id": "DataStorageLoSCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataStorageLoSCapabilities.json", + "Uri": "/redfish/v1/Schemas/DataStorageLoSCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DataStorageLoSCapabilities Schema File", + "Schema": "#DataStorageLoSCapabilities.DataStorageLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities.v1_2_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DataStorageLoSCapabilities.v1_2_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DataStorageLoSCapabilities Schema File Location", + "Id": "DataStorageLoSCapabilities.v1_2_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DataStorageLoSCapabilities.v1_2_2.json", + "Uri": "/redfish/v1/Schemas/DataStorageLoSCapabilities.v1_2_2.json" + } + ], + "Location@odata.count": 1, + "Name": "DataStorageLoSCapabilities Schema File", + "Schema": "#DataStorageLoSCapabilities.v1_2_2.DataStorageLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/DellAccelerator": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAccelerator", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAccelerator Schema File Location", + "Id": "DellAccelerator", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAccelerator.json", + "Uri": "/redfish/v1/Schemas/DellAccelerator.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAccelerator Schema File", + "Schema": "#DellAccelerator.DellAccelerator" + }, + "/redfish/v1/JsonSchemas/DellAccelerator.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAccelerator.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAccelerator Schema File Location", + "Id": "DellAccelerator.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAccelerator.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellAccelerator.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAccelerator Schema File", + "Schema": "#DellAccelerator.v1_0_0.DellAccelerator" + }, + "/redfish/v1/JsonSchemas/DellAcceleratorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAcceleratorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAcceleratorCollection Schema File Location", + "Id": "DellAcceleratorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAcceleratorCollection.json", + "Uri": "/redfish/v1/Schemas/DellAcceleratorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAcceleratorCollection Schema File", + "Schema": "#DellAcceleratorCollection.DellAcceleratorCollection" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricDefinition Schema File Location", + "Id": "DellAggregationMetricDefinition", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricDefinition.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricDefinition.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricDefinition Schema File", + "Schema": "#DellAggregationMetricDefinition.DellAggregationMetricDefinition" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinition.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricDefinition Schema File Location", + "Id": "DellAggregationMetricDefinition.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricDefinition.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricDefinition.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricDefinition Schema File", + "Schema": "#DellAggregationMetricDefinition.v1_0_0.DellAggregationMetricDefinition" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricDefinitionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricDefinitionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricDefinitionCollection Schema File Location", + "Id": "DellAggregationMetricDefinitionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricDefinitionCollection.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricDefinitionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricDefinitionCollection Schema File", + "Schema": "#DellAggregationMetricDefinitionCollection.DellAggregationMetricDefinitionCollection" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricValue": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValue", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricValue Schema File Location", + "Id": "DellAggregationMetricValue", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricValue.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricValue.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricValue Schema File", + "Schema": "#DellAggregationMetricValue.DellAggregationMetricValue" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricValue.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValue.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricValue Schema File Location", + "Id": "DellAggregationMetricValue.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricValue.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricValue.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricValue Schema File", + "Schema": "#DellAggregationMetricValue.v1_0_0.DellAggregationMetricValue" + }, + "/redfish/v1/JsonSchemas/DellAggregationMetricValueCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAggregationMetricValueCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAggregationMetricValueCollection Schema File Location", + "Id": "DellAggregationMetricValueCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAggregationMetricValueCollection.json", + "Uri": "/redfish/v1/Schemas/DellAggregationMetricValueCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAggregationMetricValueCollection Schema File", + "Schema": "#DellAggregationMetricValueCollection.DellAggregationMetricValueCollection" + }, + "/redfish/v1/JsonSchemas/DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAssembly", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAssembly Schema File Location", + "Id": "DellAssembly", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAssembly.json", + "Uri": "/redfish/v1/Schemas/DellAssembly.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAssembly Schema File", + "Schema": "#DellAssembly.DellAssembly" + }, + "/redfish/v1/JsonSchemas/DellAssembly.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAssembly.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAssembly Schema File Location", + "Id": "DellAssembly.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAssembly.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellAssembly.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAssembly Schema File", + "Schema": "#DellAssembly.v1_0_0.DellAssembly" + }, + "/redfish/v1/JsonSchemas/DellAssemblyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAssemblyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAssemblyCollection Schema File Location", + "Id": "DellAssemblyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAssemblyCollection.json", + "Uri": "/redfish/v1/Schemas/DellAssemblyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAssemblyCollection Schema File", + "Schema": "#DellAssemblyCollection.DellAssemblyCollection" + }, + "/redfish/v1/JsonSchemas/DellAttributeRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributeRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAttributeRegistry Schema File Location", + "Id": "DellAttributeRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAttributeRegistry.json", + "Uri": "/redfish/v1/Schemas/DellAttributeRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAttributeRegistry Schema File", + "Schema": "#DellAttributeRegistry.DellAttributeRegistry" + }, + "/redfish/v1/JsonSchemas/DellAttributeRegistry.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributeRegistry.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAttributeRegistry Schema File Location", + "Id": "DellAttributeRegistry.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAttributeRegistry.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellAttributeRegistry.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAttributeRegistry Schema File", + "Schema": "#DellAttributeRegistry.v1_2_0.DellAttributeRegistry" + }, + "/redfish/v1/JsonSchemas/DellAttributes": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributes", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAttributes Schema File Location", + "Id": "DellAttributes", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAttributes.json", + "Uri": "/redfish/v1/Schemas/DellAttributes.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAttributes Schema File", + "Schema": "#DellAttributes.DellAttributes" + }, + "/redfish/v1/JsonSchemas/DellAttributes.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellAttributes.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellAttributes Schema File Location", + "Id": "DellAttributes.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellAttributes.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellAttributes.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellAttributes Schema File", + "Schema": "#DellAttributes.v1_0_0.DellAttributes" + }, + "/redfish/v1/JsonSchemas/DellBIOSService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBIOSService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBIOSService Schema File Location", + "Id": "DellBIOSService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBIOSService.json", + "Uri": "/redfish/v1/Schemas/DellBIOSService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBIOSService Schema File", + "Schema": "#DellBIOSService.DellBIOSService" + }, + "/redfish/v1/JsonSchemas/DellBIOSService.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBIOSService.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBIOSService Schema File Location", + "Id": "DellBIOSService.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBIOSService.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellBIOSService.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBIOSService Schema File", + "Schema": "#DellBIOSService.v1_0_0.DellBIOSService" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricDefinition": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinition", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricDefinition Schema File Location", + "Id": "DellBaseMetricDefinition", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricDefinition.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricDefinition.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricDefinition Schema File", + "Schema": "#DellBaseMetricDefinition.DellBaseMetricDefinition" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricDefinition.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinition.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricDefinition Schema File Location", + "Id": "DellBaseMetricDefinition.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricDefinition.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricDefinition.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricDefinition Schema File", + "Schema": "#DellBaseMetricDefinition.v1_0_0.DellBaseMetricDefinition" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricDefinitionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricDefinitionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricDefinitionCollection Schema File Location", + "Id": "DellBaseMetricDefinitionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricDefinitionCollection.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricDefinitionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricDefinitionCollection Schema File", + "Schema": "#DellBaseMetricDefinitionCollection.DellBaseMetricDefinitionCollection" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricValue": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValue", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricValue Schema File Location", + "Id": "DellBaseMetricValue", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricValue.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricValue.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricValue Schema File", + "Schema": "#DellBaseMetricValue.DellBaseMetricValue" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricValue.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValue.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricValue Schema File Location", + "Id": "DellBaseMetricValue.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricValue.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricValue.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricValue Schema File", + "Schema": "#DellBaseMetricValue.v1_0_0.DellBaseMetricValue" + }, + "/redfish/v1/JsonSchemas/DellBaseMetricValueCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBaseMetricValueCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBaseMetricValueCollection Schema File Location", + "Id": "DellBaseMetricValueCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBaseMetricValueCollection.json", + "Uri": "/redfish/v1/Schemas/DellBaseMetricValueCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBaseMetricValueCollection Schema File", + "Schema": "#DellBaseMetricValueCollection.DellBaseMetricValueCollection" + }, + "/redfish/v1/JsonSchemas/DellBios": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBios", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBios Schema File Location", + "Id": "DellBios", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBios.json", + "Uri": "/redfish/v1/Schemas/DellBios.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBios Schema File", + "Schema": "#DellBios.DellBios" + }, + "/redfish/v1/JsonSchemas/DellBios.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBios.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBios Schema File Location", + "Id": "DellBios.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBios.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/DellBios.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBios Schema File", + "Schema": "#DellBios.v1_0_1.DellBios" + }, + "/redfish/v1/JsonSchemas/DellBootSources": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSources", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBootSources Schema File Location", + "Id": "DellBootSources", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSources.json", + "Uri": "/redfish/v1/Schemas/DellBootSources.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBootSources Schema File", + "Schema": "#DellBootSources.DellBootSources" + }, + "/redfish/v1/JsonSchemas/DellBootSources.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSources.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBootSources Schema File Location", + "Id": "DellBootSources.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSources.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellBootSources.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBootSources Schema File", + "Schema": "#DellBootSources.v1_1_0.DellBootSources" + }, + "/redfish/v1/JsonSchemas/DellBootSourcesRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSourcesRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBootSourcesRegistry Schema File Location", + "Id": "DellBootSourcesRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSourcesRegistry.json", + "Uri": "/redfish/v1/Schemas/DellBootSourcesRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBootSourcesRegistry Schema File", + "Schema": "#DellBootSourcesRegistry.DellBootSourcesRegistry" + }, + "/redfish/v1/JsonSchemas/DellBootSourcesRegistry.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellBootSourcesRegistry.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellBootSourcesRegistry Schema File Location", + "Id": "DellBootSourcesRegistry.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellBootSourcesRegistry.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellBootSourcesRegistry.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellBootSourcesRegistry Schema File", + "Schema": "#DellBootSourcesRegistry.v1_1_0.DellBootSourcesRegistry" + }, + "/redfish/v1/JsonSchemas/DellCertificate": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificate", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificate Schema File Location", + "Id": "DellCertificate", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificate.json", + "Uri": "/redfish/v1/Schemas/DellCertificate.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificate Schema File", + "Schema": "#DellCertificate.DellCertificate" + }, + "/redfish/v1/JsonSchemas/DellCertificate.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificate.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificate Schema File Location", + "Id": "DellCertificate.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificate.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/DellCertificate.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificate Schema File", + "Schema": "#DellCertificate.v1_0_1.DellCertificate" + }, + "/redfish/v1/JsonSchemas/DellCertificateCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificateCollection Schema File Location", + "Id": "DellCertificateCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificateCollection.json", + "Uri": "/redfish/v1/Schemas/DellCertificateCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificateCollection Schema File", + "Schema": "#DellCertificateCollection.DellCertificateCollection" + }, + "/redfish/v1/JsonSchemas/DellCertificateService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificateService Schema File Location", + "Id": "DellCertificateService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificateService.json", + "Uri": "/redfish/v1/Schemas/DellCertificateService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificateService Schema File", + "Schema": "#DellCertificateService.DellCertificateService" + }, + "/redfish/v1/JsonSchemas/DellCertificateService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificateService Schema File Location", + "Id": "DellCertificateService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificateService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellCertificateService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificateService Schema File", + "Schema": "#DellCertificateService.v1_1_0.DellCertificateService" + }, + "/redfish/v1/JsonSchemas/DellCertificateStoreCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellCertificateStoreCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellCertificateStoreCollection Schema File Location", + "Id": "DellCertificateStoreCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellCertificateStoreCollection.json", + "Uri": "/redfish/v1/Schemas/DellCertificateStoreCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellCertificateStoreCollection Schema File", + "Schema": "#DellCertificateStoreCollection.DellCertificateStoreCollection" + }, + "/redfish/v1/JsonSchemas/DellChassis": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellChassis", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellChassis Schema File Location", + "Id": "DellChassis", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellChassis.json", + "Uri": "/redfish/v1/Schemas/DellChassis.json" + } + ], + "Location@odata.count": 1, + "Name": "DellChassis Schema File", + "Schema": "#DellChassis.DellChassis" + }, + "/redfish/v1/JsonSchemas/DellChassis.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellChassis.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellChassis Schema File Location", + "Id": "DellChassis.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellChassis.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellChassis.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellChassis Schema File", + "Schema": "#DellChassis.v1_0_0.DellChassis" + }, + "/redfish/v1/JsonSchemas/DellChassisCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellChassisCollection Schema File Location", + "Id": "DellChassisCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellChassisCollection.json", + "Uri": "/redfish/v1/Schemas/DellChassisCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellChassisCollection Schema File", + "Schema": "#DellChassisCollection.DellChassisCollection" + }, + "/redfish/v1/JsonSchemas/DellChassisPCIeFunction": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisPCIeFunction", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellChassisPCIeFunction Schema File Location", + "Id": "DellChassisPCIeFunction", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellChassisPCIeFunction.json", + "Uri": "/redfish/v1/Schemas/DellChassisPCIeFunction.json" + } + ], + "Location@odata.count": 1, + "Name": "DellChassisPCIeFunction Schema File", + "Schema": "#DellChassisPCIeFunction.DellChassisPCIeFunction" + }, + "/redfish/v1/JsonSchemas/DellChassisPCIeFunction.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellChassisPCIeFunction.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellChassisPCIeFunction Schema File Location", + "Id": "DellChassisPCIeFunction.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellChassisPCIeFunction.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellChassisPCIeFunction.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellChassisPCIeFunction Schema File", + "Schema": "#DellChassisPCIeFunction.v1_1_0.DellChassisPCIeFunction" + }, + "/redfish/v1/JsonSchemas/DellComputerSystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellComputerSystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellComputerSystem Schema File Location", + "Id": "DellComputerSystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellComputerSystem.json", + "Uri": "/redfish/v1/Schemas/DellComputerSystem.json" + } + ], + "Location@odata.count": 1, + "Name": "DellComputerSystem Schema File", + "Schema": "#DellComputerSystem.DellComputerSystem" + }, + "/redfish/v1/JsonSchemas/DellComputerSystem.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellComputerSystem.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellComputerSystem Schema File Location", + "Id": "DellComputerSystem.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellComputerSystem.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellComputerSystem.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellComputerSystem Schema File", + "Schema": "#DellComputerSystem.v1_2_0.DellComputerSystem" + }, + "/redfish/v1/JsonSchemas/DellController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellController Schema File Location", + "Id": "DellController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellController.json", + "Uri": "/redfish/v1/Schemas/DellController.json" + } + ], + "Location@odata.count": 1, + "Name": "DellController Schema File", + "Schema": "#DellController.DellController" + }, + "/redfish/v1/JsonSchemas/DellController.v1_4_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellController.v1_4_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellController Schema File Location", + "Id": "DellController.v1_4_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellController.v1_4_1.json", + "Uri": "/redfish/v1/Schemas/DellController.v1_4_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellController Schema File", + "Schema": "#DellController.v1_4_1.DellController" + }, + "/redfish/v1/JsonSchemas/DellControllerBattery": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBattery", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellControllerBattery Schema File Location", + "Id": "DellControllerBattery", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellControllerBattery.json", + "Uri": "/redfish/v1/Schemas/DellControllerBattery.json" + } + ], + "Location@odata.count": 1, + "Name": "DellControllerBattery Schema File", + "Schema": "#DellControllerBattery.DellControllerBattery" + }, + "/redfish/v1/JsonSchemas/DellControllerBattery.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBattery.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellControllerBattery Schema File Location", + "Id": "DellControllerBattery.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellControllerBattery.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellControllerBattery.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellControllerBattery Schema File", + "Schema": "#DellControllerBattery.v1_0_0.DellControllerBattery" + }, + "/redfish/v1/JsonSchemas/DellControllerBatteryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerBatteryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellControllerBatteryCollection Schema File Location", + "Id": "DellControllerBatteryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellControllerBatteryCollection.json", + "Uri": "/redfish/v1/Schemas/DellControllerBatteryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellControllerBatteryCollection Schema File", + "Schema": "#DellControllerBatteryCollection.DellControllerBatteryCollection" + }, + "/redfish/v1/JsonSchemas/DellControllerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellControllerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellControllerCollection Schema File Location", + "Id": "DellControllerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellControllerCollection.json", + "Uri": "/redfish/v1/Schemas/DellControllerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellControllerCollection Schema File", + "Schema": "#DellControllerCollection.DellControllerCollection" + }, + "/redfish/v1/JsonSchemas/DellD4D": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellD4D", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellD4D Schema File Location", + "Id": "DellD4D", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellD4D.json", + "Uri": "/redfish/v1/Schemas/DellD4D.json" + } + ], + "Location@odata.count": 1, + "Name": "DellD4D Schema File", + "Schema": "#DellD4D.DellD4D" + }, + "/redfish/v1/JsonSchemas/DellD4D.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellD4D.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellD4D Schema File Location", + "Id": "DellD4D.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellD4D.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellD4D.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellD4D Schema File", + "Schema": "#DellD4D.v1_0_0.DellD4D" + }, + "/redfish/v1/JsonSchemas/DellD4DReport": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReport", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellD4DReport Schema File Location", + "Id": "DellD4DReport", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellD4DReport.json", + "Uri": "/redfish/v1/Schemas/DellD4DReport.json" + } + ], + "Location@odata.count": 1, + "Name": "DellD4DReport Schema File", + "Schema": "#DellD4DReport.DellD4DReport" + }, + "/redfish/v1/JsonSchemas/DellD4DReport.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReport.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellD4DReport Schema File Location", + "Id": "DellD4DReport.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellD4DReport.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellD4DReport.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellD4DReport Schema File", + "Schema": "#DellD4DReport.v1_0_0.DellD4DReport" + }, + "/redfish/v1/JsonSchemas/DellD4DReportCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellD4DReportCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellD4DReportCollection Schema File Location", + "Id": "DellD4DReportCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellD4DReportCollection.json", + "Uri": "/redfish/v1/Schemas/DellD4DReportCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellD4DReportCollection Schema File", + "Schema": "#DellD4DReportCollection.DellD4DReportCollection" + }, + "/redfish/v1/JsonSchemas/DellDrive": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellDrive", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellDrive Schema File Location", + "Id": "DellDrive", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellDrive.json", + "Uri": "/redfish/v1/Schemas/DellDrive.json" + } + ], + "Location@odata.count": 1, + "Name": "DellDrive Schema File", + "Schema": "#DellDrive.DellDrive" + }, + "/redfish/v1/JsonSchemas/DellDrive.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellDrive.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellDrive Schema File Location", + "Id": "DellDrive.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellDrive.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellDrive.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellDrive Schema File", + "Schema": "#DellDrive.v1_1_0.DellDrive" + }, + "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellDriveSMARTAttributes Schema File Location", + "Id": "DellDriveSMARTAttributes", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellDriveSMARTAttributes.json", + "Uri": "/redfish/v1/Schemas/DellDriveSMARTAttributes.json" + } + ], + "Location@odata.count": 1, + "Name": "DellDriveSMARTAttributes Schema File", + "Schema": "#DellDriveSMARTAttributes.DellDriveSMARTAttributes" + }, + "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellDriveSMARTAttributes.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellDriveSMARTAttributes Schema File Location", + "Id": "DellDriveSMARTAttributes.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellDriveSMARTAttributes.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellDriveSMARTAttributes.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellDriveSMARTAttributes Schema File", + "Schema": "#DellDriveSMARTAttributes.v1_0_0.DellDriveSMARTAttributes" + }, + "/redfish/v1/JsonSchemas/DellEnclosure": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosure", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosure Schema File Location", + "Id": "DellEnclosure", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosure.json", + "Uri": "/redfish/v1/Schemas/DellEnclosure.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosure Schema File", + "Schema": "#DellEnclosure.DellEnclosure" + }, + "/redfish/v1/JsonSchemas/DellEnclosure.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosure.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosure Schema File Location", + "Id": "DellEnclosure.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosure.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellEnclosure.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosure Schema File", + "Schema": "#DellEnclosure.v1_1_0.DellEnclosure" + }, + "/redfish/v1/JsonSchemas/DellEnclosureCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureCollection Schema File Location", + "Id": "DellEnclosureCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureCollection.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureCollection Schema File", + "Schema": "#DellEnclosureCollection.DellEnclosureCollection" + }, + "/redfish/v1/JsonSchemas/DellEnclosureEMM": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMM", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureEMM Schema File Location", + "Id": "DellEnclosureEMM", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureEMM.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureEMM.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureEMM Schema File", + "Schema": "#DellEnclosureEMM.DellEnclosureEMM" + }, + "/redfish/v1/JsonSchemas/DellEnclosureEMM.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMM.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureEMM Schema File Location", + "Id": "DellEnclosureEMM.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureEMM.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureEMM.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureEMM Schema File", + "Schema": "#DellEnclosureEMM.v1_1_0.DellEnclosureEMM" + }, + "/redfish/v1/JsonSchemas/DellEnclosureEMMCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureEMMCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureEMMCollection Schema File Location", + "Id": "DellEnclosureEMMCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureEMMCollection.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureEMMCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureEMMCollection Schema File", + "Schema": "#DellEnclosureEMMCollection.DellEnclosureEMMCollection" + }, + "/redfish/v1/JsonSchemas/DellEnclosureFanSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureFanSensor Schema File Location", + "Id": "DellEnclosureFanSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureFanSensor.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureFanSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureFanSensor Schema File", + "Schema": "#DellEnclosureFanSensor.DellEnclosureFanSensor" + }, + "/redfish/v1/JsonSchemas/DellEnclosureFanSensor.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensor.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureFanSensor Schema File Location", + "Id": "DellEnclosureFanSensor.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureFanSensor.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureFanSensor.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureFanSensor Schema File", + "Schema": "#DellEnclosureFanSensor.v1_1_0.DellEnclosureFanSensor" + }, + "/redfish/v1/JsonSchemas/DellEnclosureFanSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureFanSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureFanSensorCollection Schema File Location", + "Id": "DellEnclosureFanSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureFanSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureFanSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureFanSensorCollection Schema File", + "Schema": "#DellEnclosureFanSensorCollection.DellEnclosureFanSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosurePowerSupply Schema File Location", + "Id": "DellEnclosurePowerSupply", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosurePowerSupply.json", + "Uri": "/redfish/v1/Schemas/DellEnclosurePowerSupply.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosurePowerSupply Schema File", + "Schema": "#DellEnclosurePowerSupply.DellEnclosurePowerSupply" + }, + "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupply.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosurePowerSupply Schema File Location", + "Id": "DellEnclosurePowerSupply.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosurePowerSupply.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellEnclosurePowerSupply.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosurePowerSupply Schema File", + "Schema": "#DellEnclosurePowerSupply.v1_0_0.DellEnclosurePowerSupply" + }, + "/redfish/v1/JsonSchemas/DellEnclosurePowerSupplyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosurePowerSupplyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosurePowerSupplyCollection Schema File Location", + "Id": "DellEnclosurePowerSupplyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosurePowerSupplyCollection.json", + "Uri": "/redfish/v1/Schemas/DellEnclosurePowerSupplyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosurePowerSupplyCollection Schema File", + "Schema": "#DellEnclosurePowerSupplyCollection.DellEnclosurePowerSupplyCollection" + }, + "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureTemperatureSensor Schema File Location", + "Id": "DellEnclosureTemperatureSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureTemperatureSensor.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureTemperatureSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureTemperatureSensor Schema File", + "Schema": "#DellEnclosureTemperatureSensor.DellEnclosureTemperatureSensor" + }, + "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensor.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureTemperatureSensor Schema File Location", + "Id": "DellEnclosureTemperatureSensor.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureTemperatureSensor.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureTemperatureSensor.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureTemperatureSensor Schema File", + "Schema": "#DellEnclosureTemperatureSensor.v1_1_0.DellEnclosureTemperatureSensor" + }, + "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnclosureTemperatureSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnclosureTemperatureSensorCollection Schema File Location", + "Id": "DellEnclosureTemperatureSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnclosureTemperatureSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellEnclosureTemperatureSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnclosureTemperatureSensorCollection Schema File", + "Schema": "#DellEnclosureTemperatureSensorCollection.DellEnclosureTemperatureSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellEnvironmentMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnvironmentMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnvironmentMetrics Schema File Location", + "Id": "DellEnvironmentMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnvironmentMetrics.json", + "Uri": "/redfish/v1/Schemas/DellEnvironmentMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnvironmentMetrics Schema File", + "Schema": "#DellEnvironmentMetrics.DellEnvironmentMetrics" + }, + "/redfish/v1/JsonSchemas/DellEnvironmentMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEnvironmentMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEnvironmentMetrics Schema File Location", + "Id": "DellEnvironmentMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEnvironmentMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellEnvironmentMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEnvironmentMetrics Schema File", + "Schema": "#DellEnvironmentMetrics.v1_0_0.DellEnvironmentMetrics" + }, + "/redfish/v1/JsonSchemas/DellEvent": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEvent", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEvent Schema File Location", + "Id": "DellEvent", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEvent.json", + "Uri": "/redfish/v1/Schemas/DellEvent.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEvent Schema File", + "Schema": "#DellEvent.DellEvent" + }, + "/redfish/v1/JsonSchemas/DellEvent.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellEvent.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellEvent Schema File Location", + "Id": "DellEvent.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellEvent.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellEvent.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellEvent Schema File", + "Schema": "#DellEvent.v1_0_0.DellEvent" + }, + "/redfish/v1/JsonSchemas/DellFC": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFC", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFC Schema File Location", + "Id": "DellFC", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFC.json", + "Uri": "/redfish/v1/Schemas/DellFC.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFC Schema File", + "Schema": "#DellFC.DellFC" + }, + "/redfish/v1/JsonSchemas/DellFC.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFC.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFC Schema File Location", + "Id": "DellFC.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFC.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/DellFC.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFC Schema File", + "Schema": "#DellFC.v1_4_0.DellFC" + }, + "/redfish/v1/JsonSchemas/DellFCCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCCapabilities Schema File Location", + "Id": "DellFCCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCCapabilities.json", + "Uri": "/redfish/v1/Schemas/DellFCCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCCapabilities Schema File", + "Schema": "#DellFCCapabilities.DellFCCapabilities" + }, + "/redfish/v1/JsonSchemas/DellFCCapabilities.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilities.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCCapabilities Schema File Location", + "Id": "DellFCCapabilities.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCCapabilities.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellFCCapabilities.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCCapabilities Schema File", + "Schema": "#DellFCCapabilities.v1_0_0.DellFCCapabilities" + }, + "/redfish/v1/JsonSchemas/DellFCCapabilitiesCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCapabilitiesCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCCapabilitiesCollection Schema File Location", + "Id": "DellFCCapabilitiesCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCCapabilitiesCollection.json", + "Uri": "/redfish/v1/Schemas/DellFCCapabilitiesCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCCapabilitiesCollection Schema File", + "Schema": "#DellFCCapabilitiesCollection.DellFCCapabilitiesCollection" + }, + "/redfish/v1/JsonSchemas/DellFCCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCCollection Schema File Location", + "Id": "DellFCCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCCollection.json", + "Uri": "/redfish/v1/Schemas/DellFCCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCCollection Schema File", + "Schema": "#DellFCCollection.DellFCCollection" + }, + "/redfish/v1/JsonSchemas/DellFCPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCPortMetrics Schema File Location", + "Id": "DellFCPortMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCPortMetrics.json", + "Uri": "/redfish/v1/Schemas/DellFCPortMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCPortMetrics Schema File", + "Schema": "#DellFCPortMetrics.DellFCPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellFCPortMetrics.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetrics.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCPortMetrics Schema File Location", + "Id": "DellFCPortMetrics.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCPortMetrics.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/DellFCPortMetrics.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCPortMetrics Schema File", + "Schema": "#DellFCPortMetrics.v1_1_1.DellFCPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellFCPortMetricsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCPortMetricsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCPortMetricsCollection Schema File Location", + "Id": "DellFCPortMetricsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCPortMetricsCollection.json", + "Uri": "/redfish/v1/Schemas/DellFCPortMetricsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCPortMetricsCollection Schema File", + "Schema": "#DellFCPortMetricsCollection.DellFCPortMetricsCollection" + }, + "/redfish/v1/JsonSchemas/DellFCStatistics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatistics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCStatistics Schema File Location", + "Id": "DellFCStatistics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCStatistics.json", + "Uri": "/redfish/v1/Schemas/DellFCStatistics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCStatistics Schema File", + "Schema": "#DellFCStatistics.DellFCStatistics" + }, + "/redfish/v1/JsonSchemas/DellFCStatistics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatistics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCStatistics Schema File Location", + "Id": "DellFCStatistics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCStatistics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellFCStatistics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCStatistics Schema File", + "Schema": "#DellFCStatistics.v1_0_0.DellFCStatistics" + }, + "/redfish/v1/JsonSchemas/DellFCStatisticsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFCStatisticsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFCStatisticsCollection Schema File Location", + "Id": "DellFCStatisticsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFCStatisticsCollection.json", + "Uri": "/redfish/v1/Schemas/DellFCStatisticsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFCStatisticsCollection Schema File", + "Schema": "#DellFCStatisticsCollection.DellFCStatisticsCollection" + }, + "/redfish/v1/JsonSchemas/DellFRUAssembly": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFRUAssembly", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFRUAssembly Schema File Location", + "Id": "DellFRUAssembly", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFRUAssembly.json", + "Uri": "/redfish/v1/Schemas/DellFRUAssembly.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFRUAssembly Schema File", + "Schema": "#DellFRUAssembly.DellFRUAssembly" + }, + "/redfish/v1/JsonSchemas/DellFRUAssembly.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFRUAssembly.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFRUAssembly Schema File Location", + "Id": "DellFRUAssembly.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFRUAssembly.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellFRUAssembly.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFRUAssembly Schema File", + "Schema": "#DellFRUAssembly.v1_1_0.DellFRUAssembly" + }, + "/redfish/v1/JsonSchemas/DellFan": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFan", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFan Schema File Location", + "Id": "DellFan", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFan.json", + "Uri": "/redfish/v1/Schemas/DellFan.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFan Schema File", + "Schema": "#DellFan.DellFan" + }, + "/redfish/v1/JsonSchemas/DellFan.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFan.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFan Schema File Location", + "Id": "DellFan.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFan.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellFan.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFan Schema File", + "Schema": "#DellFan.v1_0_0.DellFan" + }, + "/redfish/v1/JsonSchemas/DellFirmwareImageHash": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHash", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFirmwareImageHash Schema File Location", + "Id": "DellFirmwareImageHash", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFirmwareImageHash.json", + "Uri": "/redfish/v1/Schemas/DellFirmwareImageHash.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFirmwareImageHash Schema File", + "Schema": "#DellFirmwareImageHash.DellFirmwareImageHash" + }, + "/redfish/v1/JsonSchemas/DellFirmwareImageHash.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHash.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFirmwareImageHash Schema File Location", + "Id": "DellFirmwareImageHash.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFirmwareImageHash.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellFirmwareImageHash.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFirmwareImageHash Schema File", + "Schema": "#DellFirmwareImageHash.v1_0_0.DellFirmwareImageHash" + }, + "/redfish/v1/JsonSchemas/DellFirmwareImageHashCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellFirmwareImageHashCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellFirmwareImageHashCollection Schema File Location", + "Id": "DellFirmwareImageHashCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellFirmwareImageHashCollection.json", + "Uri": "/redfish/v1/Schemas/DellFirmwareImageHashCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellFirmwareImageHashCollection Schema File", + "Schema": "#DellFirmwareImageHashCollection.DellFirmwareImageHashCollection" + }, + "/redfish/v1/JsonSchemas/DellGPUSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellGPUSensor Schema File Location", + "Id": "DellGPUSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellGPUSensor.json", + "Uri": "/redfish/v1/Schemas/DellGPUSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellGPUSensor Schema File", + "Schema": "#DellGPUSensor.DellGPUSensor" + }, + "/redfish/v1/JsonSchemas/DellGPUSensor.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensor.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellGPUSensor Schema File Location", + "Id": "DellGPUSensor.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellGPUSensor.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/DellGPUSensor.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellGPUSensor Schema File", + "Schema": "#DellGPUSensor.v1_0_1.DellGPUSensor" + }, + "/redfish/v1/JsonSchemas/DellGPUSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellGPUSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellGPUSensorCollection Schema File Location", + "Id": "DellGPUSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellGPUSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellGPUSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellGPUSensorCollection Schema File", + "Schema": "#DellGPUSensorCollection.DellGPUSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellInfiniBand": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBand", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBand Schema File Location", + "Id": "DellInfiniBand", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBand.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBand.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBand Schema File", + "Schema": "#DellInfiniBand.DellInfiniBand" + }, + "/redfish/v1/JsonSchemas/DellInfiniBand.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBand.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBand Schema File Location", + "Id": "DellInfiniBand.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBand.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBand.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBand Schema File", + "Schema": "#DellInfiniBand.v1_2_0.DellInfiniBand" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandCapabilities Schema File Location", + "Id": "DellInfiniBandCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandCapabilities.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandCapabilities Schema File", + "Schema": "#DellInfiniBandCapabilities.DellInfiniBandCapabilities" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilities.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandCapabilities Schema File Location", + "Id": "DellInfiniBandCapabilities.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandCapabilities.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandCapabilities.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandCapabilities Schema File", + "Schema": "#DellInfiniBandCapabilities.v1_0_0.DellInfiniBandCapabilities" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandCapabilitiesCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCapabilitiesCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandCapabilitiesCollection Schema File Location", + "Id": "DellInfiniBandCapabilitiesCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandCapabilitiesCollection.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandCapabilitiesCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandCapabilitiesCollection Schema File", + "Schema": "#DellInfiniBandCapabilitiesCollection.DellInfiniBandCapabilitiesCollection" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandCollection Schema File Location", + "Id": "DellInfiniBandCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandCollection.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandCollection Schema File", + "Schema": "#DellInfiniBandCollection.DellInfiniBandCollection" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandPortMetrics Schema File Location", + "Id": "DellInfiniBandPortMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandPortMetrics.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandPortMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandPortMetrics Schema File", + "Schema": "#DellInfiniBandPortMetrics.DellInfiniBandPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandPortMetrics Schema File Location", + "Id": "DellInfiniBandPortMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandPortMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandPortMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandPortMetrics Schema File", + "Schema": "#DellInfiniBandPortMetrics.v1_0_0.DellInfiniBandPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellInfiniBandPortMetricsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellInfiniBandPortMetricsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellInfiniBandPortMetricsCollection Schema File Location", + "Id": "DellInfiniBandPortMetricsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellInfiniBandPortMetricsCollection.json", + "Uri": "/redfish/v1/Schemas/DellInfiniBandPortMetricsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellInfiniBandPortMetricsCollection Schema File", + "Schema": "#DellInfiniBandPortMetricsCollection.DellInfiniBandPortMetricsCollection" + }, + "/redfish/v1/JsonSchemas/DellJob": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellJob", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellJob Schema File Location", + "Id": "DellJob", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJob.json", + "Uri": "/redfish/v1/Schemas/DellJob.json" + } + ], + "Location@odata.count": 1, + "Name": "DellJob Schema File", + "Schema": "#DellJob.DellJob" + }, + "/redfish/v1/JsonSchemas/DellJob.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellJob.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellJob Schema File Location", + "Id": "DellJob.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJob.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/DellJob.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellJob Schema File", + "Schema": "#DellJob.v1_5_0.DellJob" + }, + "/redfish/v1/JsonSchemas/DellJobCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellJobCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellJobCollection Schema File Location", + "Id": "DellJobCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJobCollection.json", + "Uri": "/redfish/v1/Schemas/DellJobCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellJobCollection Schema File", + "Schema": "#DellJobCollection.DellJobCollection" + }, + "/redfish/v1/JsonSchemas/DellJobService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellJobService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellJobService Schema File Location", + "Id": "DellJobService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJobService.json", + "Uri": "/redfish/v1/Schemas/DellJobService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellJobService Schema File", + "Schema": "#DellJobService.DellJobService" + }, + "/redfish/v1/JsonSchemas/DellJobService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellJobService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellJobService Schema File Location", + "Id": "DellJobService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellJobService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellJobService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellJobService Schema File", + "Schema": "#DellJobService.v1_2_0.DellJobService" + }, + "/redfish/v1/JsonSchemas/DellLCLogEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLCLogEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLCLogEntry Schema File Location", + "Id": "DellLCLogEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLCLogEntry.json", + "Uri": "/redfish/v1/Schemas/DellLCLogEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLCLogEntry Schema File", + "Schema": "#DellLCLogEntry.DellLCLogEntry" + }, + "/redfish/v1/JsonSchemas/DellLCLogEntry.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLCLogEntry.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLCLogEntry Schema File Location", + "Id": "DellLCLogEntry.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLCLogEntry.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellLCLogEntry.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLCLogEntry Schema File", + "Schema": "#DellLCLogEntry.v1_1_0.DellLCLogEntry" + }, + "/redfish/v1/JsonSchemas/DellLCService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLCService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLCService Schema File Location", + "Id": "DellLCService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLCService.json", + "Uri": "/redfish/v1/Schemas/DellLCService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLCService Schema File", + "Schema": "#DellLCService.DellLCService" + }, + "/redfish/v1/JsonSchemas/DellLCService.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLCService.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLCService Schema File Location", + "Id": "DellLCService.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLCService.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/DellLCService.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLCService Schema File", + "Schema": "#DellLCService.v1_5_0.DellLCService" + }, + "/redfish/v1/JsonSchemas/DellLicensableDevice": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDevice", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicensableDevice Schema File Location", + "Id": "DellLicensableDevice", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicensableDevice.json", + "Uri": "/redfish/v1/Schemas/DellLicensableDevice.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicensableDevice Schema File", + "Schema": "#DellLicensableDevice.DellLicensableDevice" + }, + "/redfish/v1/JsonSchemas/DellLicensableDevice.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDevice.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicensableDevice Schema File Location", + "Id": "DellLicensableDevice.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicensableDevice.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellLicensableDevice.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicensableDevice Schema File", + "Schema": "#DellLicensableDevice.v1_0_0.DellLicensableDevice" + }, + "/redfish/v1/JsonSchemas/DellLicensableDeviceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicensableDeviceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicensableDeviceCollection Schema File Location", + "Id": "DellLicensableDeviceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicensableDeviceCollection.json", + "Uri": "/redfish/v1/Schemas/DellLicensableDeviceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicensableDeviceCollection Schema File", + "Schema": "#DellLicensableDeviceCollection.DellLicensableDeviceCollection" + }, + "/redfish/v1/JsonSchemas/DellLicense": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicense", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicense Schema File Location", + "Id": "DellLicense", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicense.json", + "Uri": "/redfish/v1/Schemas/DellLicense.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicense Schema File", + "Schema": "#DellLicense.DellLicense" + }, + "/redfish/v1/JsonSchemas/DellLicense.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicense.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicense Schema File Location", + "Id": "DellLicense.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicense.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellLicense.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicense Schema File", + "Schema": "#DellLicense.v1_2_0.DellLicense" + }, + "/redfish/v1/JsonSchemas/DellLicenseCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicenseCollection Schema File Location", + "Id": "DellLicenseCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicenseCollection.json", + "Uri": "/redfish/v1/Schemas/DellLicenseCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicenseCollection Schema File", + "Schema": "#DellLicenseCollection.DellLicenseCollection" + }, + "/redfish/v1/JsonSchemas/DellLicenseManagementService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseManagementService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicenseManagementService Schema File Location", + "Id": "DellLicenseManagementService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicenseManagementService.json", + "Uri": "/redfish/v1/Schemas/DellLicenseManagementService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicenseManagementService Schema File", + "Schema": "#DellLicenseManagementService.DellLicenseManagementService" + }, + "/redfish/v1/JsonSchemas/DellLicenseManagementService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLicenseManagementService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLicenseManagementService Schema File Location", + "Id": "DellLicenseManagementService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLicenseManagementService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellLicenseManagementService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLicenseManagementService Schema File", + "Schema": "#DellLicenseManagementService.v1_1_0.DellLicenseManagementService" + }, + "/redfish/v1/JsonSchemas/DellLocation": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLocation", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLocation Schema File Location", + "Id": "DellLocation", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLocation.json", + "Uri": "/redfish/v1/Schemas/DellLocation.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLocation Schema File", + "Schema": "#DellLocation.DellLocation" + }, + "/redfish/v1/JsonSchemas/DellLocation.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLocation.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLocation Schema File Location", + "Id": "DellLocation.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLocation.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellLocation.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLocation Schema File", + "Schema": "#DellLocation.v1_2_0.DellLocation" + }, + "/redfish/v1/JsonSchemas/DellLogEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLogEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLogEntry Schema File Location", + "Id": "DellLogEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLogEntry.json", + "Uri": "/redfish/v1/Schemas/DellLogEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLogEntry Schema File", + "Schema": "#DellLogEntry.DellLogEntry" + }, + "/redfish/v1/JsonSchemas/DellLogEntry.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellLogEntry.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellLogEntry Schema File Location", + "Id": "DellLogEntry.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellLogEntry.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellLogEntry.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellLogEntry Schema File", + "Schema": "#DellLogEntry.v1_1_0.DellLogEntry" + }, + "/redfish/v1/JsonSchemas/DellManager": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManager", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManager Schema File Location", + "Id": "DellManager", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManager.json", + "Uri": "/redfish/v1/Schemas/DellManager.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManager Schema File", + "Schema": "#DellManager.DellManager" + }, + "/redfish/v1/JsonSchemas/DellManager.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManager.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManager Schema File Location", + "Id": "DellManager.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManager.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/DellManager.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManager Schema File", + "Schema": "#DellManager.v1_4_0.DellManager" + }, + "/redfish/v1/JsonSchemas/DellManagerAccount": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerAccount", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManagerAccount Schema File Location", + "Id": "DellManagerAccount", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManagerAccount.json", + "Uri": "/redfish/v1/Schemas/DellManagerAccount.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManagerAccount Schema File", + "Schema": "#DellManagerAccount.DellManagerAccount" + }, + "/redfish/v1/JsonSchemas/DellManagerAccount.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerAccount.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManagerAccount Schema File Location", + "Id": "DellManagerAccount.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManagerAccount.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellManagerAccount.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManagerAccount Schema File", + "Schema": "#DellManagerAccount.v1_0_0.DellManagerAccount" + }, + "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManagerNetworkProtocol Schema File Location", + "Id": "DellManagerNetworkProtocol", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManagerNetworkProtocol.json", + "Uri": "/redfish/v1/Schemas/DellManagerNetworkProtocol.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManagerNetworkProtocol Schema File", + "Schema": "#DellManagerNetworkProtocol.DellManagerNetworkProtocol" + }, + "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellManagerNetworkProtocol.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellManagerNetworkProtocol Schema File Location", + "Id": "DellManagerNetworkProtocol.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellManagerNetworkProtocol.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellManagerNetworkProtocol.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellManagerNetworkProtocol Schema File", + "Schema": "#DellManagerNetworkProtocol.v1_0_0.DellManagerNetworkProtocol" + }, + "/redfish/v1/JsonSchemas/DellMemory": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMemory", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMemory Schema File Location", + "Id": "DellMemory", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMemory.json", + "Uri": "/redfish/v1/Schemas/DellMemory.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMemory Schema File", + "Schema": "#DellMemory.DellMemory" + }, + "/redfish/v1/JsonSchemas/DellMemory.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMemory.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMemory Schema File Location", + "Id": "DellMemory.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMemory.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellMemory.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMemory Schema File", + "Schema": "#DellMemory.v1_1_0.DellMemory" + }, + "/redfish/v1/JsonSchemas/DellMemoryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMemoryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMemoryCollection Schema File Location", + "Id": "DellMemoryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMemoryCollection.json", + "Uri": "/redfish/v1/Schemas/DellMemoryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMemoryCollection Schema File", + "Schema": "#DellMemoryCollection.DellMemoryCollection" + }, + "/redfish/v1/JsonSchemas/DellMetric": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetric", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetric Schema File Location", + "Id": "DellMetric", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetric.json", + "Uri": "/redfish/v1/Schemas/DellMetric.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetric Schema File", + "Schema": "#DellMetric.DellMetric" + }, + "/redfish/v1/JsonSchemas/DellMetric.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetric.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetric Schema File Location", + "Id": "DellMetric.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetric.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellMetric.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetric Schema File", + "Schema": "#DellMetric.v1_1_0.DellMetric" + }, + "/redfish/v1/JsonSchemas/DellMetricReport": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReport", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReport Schema File Location", + "Id": "DellMetricReport", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReport.json", + "Uri": "/redfish/v1/Schemas/DellMetricReport.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReport Schema File", + "Schema": "#DellMetricReport.DellMetricReport" + }, + "/redfish/v1/JsonSchemas/DellMetricReport.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReport.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReport Schema File Location", + "Id": "DellMetricReport.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReport.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellMetricReport.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReport Schema File", + "Schema": "#DellMetricReport.v1_0_0.DellMetricReport" + }, + "/redfish/v1/JsonSchemas/DellMetricReportDefinition": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportDefinition", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReportDefinition Schema File Location", + "Id": "DellMetricReportDefinition", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReportDefinition.json", + "Uri": "/redfish/v1/Schemas/DellMetricReportDefinition.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReportDefinition Schema File", + "Schema": "#DellMetricReportDefinition.DellMetricReportDefinition" + }, + "/redfish/v1/JsonSchemas/DellMetricReportDefinition.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportDefinition.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReportDefinition Schema File Location", + "Id": "DellMetricReportDefinition.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReportDefinition.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellMetricReportDefinition.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReportDefinition Schema File", + "Schema": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition" + }, + "/redfish/v1/JsonSchemas/DellMetricReportValue": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportValue", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReportValue Schema File Location", + "Id": "DellMetricReportValue", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReportValue.json", + "Uri": "/redfish/v1/Schemas/DellMetricReportValue.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReportValue Schema File", + "Schema": "#DellMetricReportValue.DellMetricReportValue" + }, + "/redfish/v1/JsonSchemas/DellMetricReportValue.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricReportValue.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricReportValue Schema File Location", + "Id": "DellMetricReportValue.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricReportValue.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/DellMetricReportValue.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricReportValue Schema File", + "Schema": "#DellMetricReportValue.v1_0_1.DellMetricReportValue" + }, + "/redfish/v1/JsonSchemas/DellMetricService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricService Schema File Location", + "Id": "DellMetricService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricService.json", + "Uri": "/redfish/v1/Schemas/DellMetricService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricService Schema File", + "Schema": "#DellMetricService.DellMetricService" + }, + "/redfish/v1/JsonSchemas/DellMetricService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellMetricService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellMetricService Schema File Location", + "Id": "DellMetricService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellMetricService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellMetricService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellMetricService Schema File", + "Schema": "#DellMetricService.v1_2_0.DellMetricService" + }, + "/redfish/v1/JsonSchemas/DellNIC": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNIC", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNIC Schema File Location", + "Id": "DellNIC", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNIC.json", + "Uri": "/redfish/v1/Schemas/DellNIC.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNIC Schema File", + "Schema": "#DellNIC.DellNIC" + }, + "/redfish/v1/JsonSchemas/DellNIC.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNIC.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNIC Schema File Location", + "Id": "DellNIC.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNIC.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/DellNIC.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNIC Schema File", + "Schema": "#DellNIC.v1_6_0.DellNIC" + }, + "/redfish/v1/JsonSchemas/DellNICCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICCapabilities Schema File Location", + "Id": "DellNICCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICCapabilities.json", + "Uri": "/redfish/v1/Schemas/DellNICCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICCapabilities Schema File", + "Schema": "#DellNICCapabilities.DellNICCapabilities" + }, + "/redfish/v1/JsonSchemas/DellNICCapabilities.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilities.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICCapabilities Schema File Location", + "Id": "DellNICCapabilities.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICCapabilities.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellNICCapabilities.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICCapabilities Schema File", + "Schema": "#DellNICCapabilities.v1_2_0.DellNICCapabilities" + }, + "/redfish/v1/JsonSchemas/DellNICCapabilitiesCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCapabilitiesCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICCapabilitiesCollection Schema File Location", + "Id": "DellNICCapabilitiesCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICCapabilitiesCollection.json", + "Uri": "/redfish/v1/Schemas/DellNICCapabilitiesCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICCapabilitiesCollection Schema File", + "Schema": "#DellNICCapabilitiesCollection.DellNICCapabilitiesCollection" + }, + "/redfish/v1/JsonSchemas/DellNICCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICCollection Schema File Location", + "Id": "DellNICCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICCollection.json", + "Uri": "/redfish/v1/Schemas/DellNICCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICCollection Schema File", + "Schema": "#DellNICCollection.DellNICCollection" + }, + "/redfish/v1/JsonSchemas/DellNICPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICPortMetrics Schema File Location", + "Id": "DellNICPortMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICPortMetrics.json", + "Uri": "/redfish/v1/Schemas/DellNICPortMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICPortMetrics Schema File", + "Schema": "#DellNICPortMetrics.DellNICPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellNICPortMetrics.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetrics.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICPortMetrics Schema File Location", + "Id": "DellNICPortMetrics.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICPortMetrics.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/DellNICPortMetrics.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICPortMetrics Schema File", + "Schema": "#DellNICPortMetrics.v1_1_1.DellNICPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellNICPortMetricsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICPortMetricsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICPortMetricsCollection Schema File Location", + "Id": "DellNICPortMetricsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICPortMetricsCollection.json", + "Uri": "/redfish/v1/Schemas/DellNICPortMetricsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICPortMetricsCollection Schema File", + "Schema": "#DellNICPortMetricsCollection.DellNICPortMetricsCollection" + }, + "/redfish/v1/JsonSchemas/DellNICStatistics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatistics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICStatistics Schema File Location", + "Id": "DellNICStatistics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICStatistics.json", + "Uri": "/redfish/v1/Schemas/DellNICStatistics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICStatistics Schema File", + "Schema": "#DellNICStatistics.DellNICStatistics" + }, + "/redfish/v1/JsonSchemas/DellNICStatistics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatistics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICStatistics Schema File Location", + "Id": "DellNICStatistics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICStatistics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellNICStatistics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICStatistics Schema File", + "Schema": "#DellNICStatistics.v1_0_0.DellNICStatistics" + }, + "/redfish/v1/JsonSchemas/DellNICStatisticsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNICStatisticsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNICStatisticsCollection Schema File Location", + "Id": "DellNICStatisticsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNICStatisticsCollection.json", + "Uri": "/redfish/v1/Schemas/DellNICStatisticsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNICStatisticsCollection Schema File", + "Schema": "#DellNICStatisticsCollection.DellNICStatisticsCollection" + }, + "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNVMeSMARTAttributes Schema File Location", + "Id": "DellNVMeSMARTAttributes", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNVMeSMARTAttributes.json", + "Uri": "/redfish/v1/Schemas/DellNVMeSMARTAttributes.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNVMeSMARTAttributes Schema File", + "Schema": "#DellNVMeSMARTAttributes.DellNVMeSMARTAttributes" + }, + "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNVMeSMARTAttributes.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNVMeSMARTAttributes Schema File Location", + "Id": "DellNVMeSMARTAttributes.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNVMeSMARTAttributes.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellNVMeSMARTAttributes.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNVMeSMARTAttributes Schema File", + "Schema": "#DellNVMeSMARTAttributes.v1_0_0.DellNVMeSMARTAttributes" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiver": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiver", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiver Schema File Location", + "Id": "DellNetworkTransceiver", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiver.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiver.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiver Schema File", + "Schema": "#DellNetworkTransceiver.DellNetworkTransceiver" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiver.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiver.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiver Schema File Location", + "Id": "DellNetworkTransceiver.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiver.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiver.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiver Schema File", + "Schema": "#DellNetworkTransceiver.v1_1_0.DellNetworkTransceiver" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiverCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiverCollection Schema File Location", + "Id": "DellNetworkTransceiverCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiverCollection.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiverCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiverCollection Schema File", + "Schema": "#DellNetworkTransceiverCollection.DellNetworkTransceiverCollection" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiverPortMetrics Schema File Location", + "Id": "DellNetworkTransceiverPortMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiverPortMetrics.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiverPortMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiverPortMetrics Schema File", + "Schema": "#DellNetworkTransceiverPortMetrics.DellNetworkTransceiverPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiverPortMetrics Schema File Location", + "Id": "DellNetworkTransceiverPortMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiverPortMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiverPortMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiverPortMetrics Schema File", + "Schema": "#DellNetworkTransceiverPortMetrics.v1_0_0.DellNetworkTransceiverPortMetrics" + }, + "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetricsCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNetworkTransceiverPortMetricsCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNetworkTransceiverPortMetricsCollection Schema File Location", + "Id": "DellNetworkTransceiverPortMetricsCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNetworkTransceiverPortMetricsCollection.json", + "Uri": "/redfish/v1/Schemas/DellNetworkTransceiverPortMetricsCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNetworkTransceiverPortMetricsCollection Schema File", + "Schema": "#DellNetworkTransceiverPortMetricsCollection.DellNetworkTransceiverPortMetricsCollection" + }, + "/redfish/v1/JsonSchemas/DellNumericSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNumericSensor Schema File Location", + "Id": "DellNumericSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNumericSensor.json", + "Uri": "/redfish/v1/Schemas/DellNumericSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNumericSensor Schema File", + "Schema": "#DellNumericSensor.DellNumericSensor" + }, + "/redfish/v1/JsonSchemas/DellNumericSensor.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensor.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNumericSensor Schema File Location", + "Id": "DellNumericSensor.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNumericSensor.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/DellNumericSensor.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNumericSensor Schema File", + "Schema": "#DellNumericSensor.v1_1_1.DellNumericSensor" + }, + "/redfish/v1/JsonSchemas/DellNumericSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellNumericSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellNumericSensorCollection Schema File Location", + "Id": "DellNumericSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellNumericSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellNumericSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellNumericSensorCollection Schema File", + "Schema": "#DellNumericSensorCollection.DellNumericSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellOAuthConfig": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOAuthConfig", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOAuthConfig Schema File Location", + "Id": "DellOAuthConfig", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOAuthConfig.json", + "Uri": "/redfish/v1/Schemas/DellOAuthConfig.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOAuthConfig Schema File", + "Schema": "#DellOAuthConfig.DellOAuthConfig" + }, + "/redfish/v1/JsonSchemas/DellOAuthConfig.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOAuthConfig.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOAuthConfig Schema File Location", + "Id": "DellOAuthConfig.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOAuthConfig.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOAuthConfig.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOAuthConfig Schema File", + "Schema": "#DellOAuthConfig.v1_0_0.DellOAuthConfig" + }, + "/redfish/v1/JsonSchemas/DellOSDeploymentService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOSDeploymentService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOSDeploymentService Schema File Location", + "Id": "DellOSDeploymentService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOSDeploymentService.json", + "Uri": "/redfish/v1/Schemas/DellOSDeploymentService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOSDeploymentService Schema File", + "Schema": "#DellOSDeploymentService.DellOSDeploymentService" + }, + "/redfish/v1/JsonSchemas/DellOSDeploymentService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOSDeploymentService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOSDeploymentService Schema File Location", + "Id": "DellOSDeploymentService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOSDeploymentService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellOSDeploymentService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOSDeploymentService Schema File", + "Schema": "#DellOSDeploymentService.v1_1_0.DellOSDeploymentService" + }, + "/redfish/v1/JsonSchemas/DellOem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOem Schema File Location", + "Id": "DellOem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOem.json", + "Uri": "/redfish/v1/Schemas/DellOem.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOem Schema File", + "Schema": "#DellOem.DellOem" + }, + "/redfish/v1/JsonSchemas/DellOem.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOem.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOem Schema File Location", + "Id": "DellOem.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOem.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/DellOem.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOem Schema File", + "Schema": "#DellOem.v1_3_0.DellOem" + }, + "/redfish/v1/JsonSchemas/DellOemAttributeRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemAttributeRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemAttributeRegistry Schema File Location", + "Id": "DellOemAttributeRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemAttributeRegistry.json", + "Uri": "/redfish/v1/Schemas/DellOemAttributeRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemAttributeRegistry Schema File", + "Schema": "#DellOemAttributeRegistry.DellOemAttributeRegistry" + }, + "/redfish/v1/JsonSchemas/DellOemAttributeRegistry.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemAttributeRegistry.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemAttributeRegistry Schema File Location", + "Id": "DellOemAttributeRegistry.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemAttributeRegistry.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOemAttributeRegistry.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemAttributeRegistry Schema File", + "Schema": "#DellOemAttributeRegistry.v1_0_0.DellOemAttributeRegistry" + }, + "/redfish/v1/JsonSchemas/DellOemChassis": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemChassis", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemChassis Schema File Location", + "Id": "DellOemChassis", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemChassis.json", + "Uri": "/redfish/v1/Schemas/DellOemChassis.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemChassis Schema File", + "Schema": "#DellOemChassis.DellOemChassis" + }, + "/redfish/v1/JsonSchemas/DellOemChassis.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemChassis.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemChassis Schema File Location", + "Id": "DellOemChassis.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemChassis.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellOemChassis.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemChassis Schema File", + "Schema": "#DellOemChassis.v1_1_0.DellOemChassis" + }, + "/redfish/v1/JsonSchemas/DellOemEnclosureChassis": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemEnclosureChassis", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemEnclosureChassis Schema File Location", + "Id": "DellOemEnclosureChassis", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemEnclosureChassis.json", + "Uri": "/redfish/v1/Schemas/DellOemEnclosureChassis.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemEnclosureChassis Schema File", + "Schema": "#DellOemEnclosureChassis.DellOemEnclosureChassis" + }, + "/redfish/v1/JsonSchemas/DellOemEnclosureChassis.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemEnclosureChassis.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemEnclosureChassis Schema File Location", + "Id": "DellOemEnclosureChassis.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemEnclosureChassis.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOemEnclosureChassis.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemEnclosureChassis Schema File", + "Schema": "#DellOemEnclosureChassis.v1_0_0.DellOemEnclosureChassis" + }, + "/redfish/v1/JsonSchemas/DellOemPower": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemPower", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemPower Schema File Location", + "Id": "DellOemPower", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemPower.json", + "Uri": "/redfish/v1/Schemas/DellOemPower.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemPower Schema File", + "Schema": "#DellOemPower.DellOemPower" + }, + "/redfish/v1/JsonSchemas/DellOemPower.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemPower.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemPower Schema File Location", + "Id": "DellOemPower.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemPower.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOemPower.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemPower Schema File", + "Schema": "#DellOemPower.v1_0_0.DellOemPower" + }, + "/redfish/v1/JsonSchemas/DellOemSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemSensor Schema File Location", + "Id": "DellOemSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemSensor.json", + "Uri": "/redfish/v1/Schemas/DellOemSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemSensor Schema File", + "Schema": "#DellOemSensor.DellOemSensor" + }, + "/redfish/v1/JsonSchemas/DellOemSensor.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemSensor.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemSensor Schema File Location", + "Id": "DellOemSensor.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemSensor.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOemSensor.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemSensor Schema File", + "Schema": "#DellOemSensor.v1_0_0.DellOemSensor" + }, + "/redfish/v1/JsonSchemas/DellOemStorageController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemStorageController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemStorageController Schema File Location", + "Id": "DellOemStorageController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemStorageController.json", + "Uri": "/redfish/v1/Schemas/DellOemStorageController.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemStorageController Schema File", + "Schema": "#DellOemStorageController.DellOemStorageController" + }, + "/redfish/v1/JsonSchemas/DellOemStorageController.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOemStorageController.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOemStorageController Schema File Location", + "Id": "DellOemStorageController.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOemStorageController.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOemStorageController.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOemStorageController Schema File", + "Schema": "#DellOemStorageController.v1_0_0.DellOemStorageController" + }, + "/redfish/v1/JsonSchemas/DellOpaqueManagementData": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementData", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOpaqueManagementData Schema File Location", + "Id": "DellOpaqueManagementData", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOpaqueManagementData.json", + "Uri": "/redfish/v1/Schemas/DellOpaqueManagementData.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOpaqueManagementData Schema File", + "Schema": "#DellOpaqueManagementData.DellOpaqueManagementData" + }, + "/redfish/v1/JsonSchemas/DellOpaqueManagementData.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementData.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOpaqueManagementData Schema File Location", + "Id": "DellOpaqueManagementData.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOpaqueManagementData.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellOpaqueManagementData.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOpaqueManagementData Schema File", + "Schema": "#DellOpaqueManagementData.v1_0_0.DellOpaqueManagementData" + }, + "/redfish/v1/JsonSchemas/DellOpaqueManagementDataCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellOpaqueManagementDataCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellOpaqueManagementDataCollection Schema File Location", + "Id": "DellOpaqueManagementDataCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellOpaqueManagementDataCollection.json", + "Uri": "/redfish/v1/Schemas/DellOpaqueManagementDataCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellOpaqueManagementDataCollection Schema File", + "Schema": "#DellOpaqueManagementDataCollection.DellOpaqueManagementDataCollection" + }, + "/redfish/v1/JsonSchemas/DellPCIeFunction": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunction", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeFunction Schema File Location", + "Id": "DellPCIeFunction", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeFunction.json", + "Uri": "/redfish/v1/Schemas/DellPCIeFunction.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeFunction Schema File", + "Schema": "#DellPCIeFunction.DellPCIeFunction" + }, + "/redfish/v1/JsonSchemas/DellPCIeFunction.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunction.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeFunction Schema File Location", + "Id": "DellPCIeFunction.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeFunction.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/DellPCIeFunction.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeFunction Schema File", + "Schema": "#DellPCIeFunction.v1_5_0.DellPCIeFunction" + }, + "/redfish/v1/JsonSchemas/DellPCIeFunctionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeFunctionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeFunctionCollection Schema File Location", + "Id": "DellPCIeFunctionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeFunctionCollection.json", + "Uri": "/redfish/v1/Schemas/DellPCIeFunctionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeFunctionCollection Schema File", + "Schema": "#DellPCIeFunctionCollection.DellPCIeFunctionCollection" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSD": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSD", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSD Schema File Location", + "Id": "DellPCIeSSD", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSD.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSD.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSD Schema File", + "Schema": "#DellPCIeSSD.DellPCIeSSD" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSD.v1_7_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSD.v1_7_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSD Schema File Location", + "Id": "DellPCIeSSD.v1_7_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSD.v1_7_0.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSD.v1_7_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSD Schema File", + "Schema": "#DellPCIeSSD.v1_7_0.DellPCIeSSD" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDBackPlane Schema File Location", + "Id": "DellPCIeSSDBackPlane", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDBackPlane.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDBackPlane.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDBackPlane Schema File", + "Schema": "#DellPCIeSSDBackPlane.DellPCIeSSDBackPlane" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlane.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDBackPlane Schema File Location", + "Id": "DellPCIeSSDBackPlane.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDBackPlane.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDBackPlane.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDBackPlane Schema File", + "Schema": "#DellPCIeSSDBackPlane.v1_3_0.DellPCIeSSDBackPlane" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlaneCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDBackPlaneCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDBackPlaneCollection Schema File Location", + "Id": "DellPCIeSSDBackPlaneCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDBackPlaneCollection.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDBackPlaneCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDBackPlaneCollection Schema File", + "Schema": "#DellPCIeSSDBackPlaneCollection.DellPCIeSSDBackPlaneCollection" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDCollection Schema File Location", + "Id": "DellPCIeSSDCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDCollection.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDCollection Schema File", + "Schema": "#DellPCIeSSDCollection.DellPCIeSSDCollection" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDExtender": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtender", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDExtender Schema File Location", + "Id": "DellPCIeSSDExtender", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDExtender.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDExtender.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDExtender Schema File", + "Schema": "#DellPCIeSSDExtender.DellPCIeSSDExtender" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDExtender.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtender.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDExtender Schema File Location", + "Id": "DellPCIeSSDExtender.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDExtender.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDExtender.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDExtender Schema File", + "Schema": "#DellPCIeSSDExtender.v1_0_0.DellPCIeSSDExtender" + }, + "/redfish/v1/JsonSchemas/DellPCIeSSDExtenderCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSSDExtenderCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSSDExtenderCollection Schema File Location", + "Id": "DellPCIeSSDExtenderCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSSDExtenderCollection.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSSDExtenderCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSSDExtenderCollection Schema File", + "Schema": "#DellPCIeSSDExtenderCollection.DellPCIeSSDExtenderCollection" + }, + "/redfish/v1/JsonSchemas/DellPCIeSlots": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSlots", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSlots Schema File Location", + "Id": "DellPCIeSlots", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSlots.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSlots.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSlots Schema File", + "Schema": "#DellPCIeSlots.DellPCIeSlots" + }, + "/redfish/v1/JsonSchemas/DellPCIeSlots.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPCIeSlots.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPCIeSlots Schema File Location", + "Id": "DellPCIeSlots.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPCIeSlots.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellPCIeSlots.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPCIeSlots Schema File", + "Schema": "#DellPCIeSlots.v1_0_0.DellPCIeSlots" + }, + "/redfish/v1/JsonSchemas/DellPSNumericSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPSNumericSensor Schema File Location", + "Id": "DellPSNumericSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPSNumericSensor.json", + "Uri": "/redfish/v1/Schemas/DellPSNumericSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPSNumericSensor Schema File", + "Schema": "#DellPSNumericSensor.DellPSNumericSensor" + }, + "/redfish/v1/JsonSchemas/DellPSNumericSensor.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensor.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPSNumericSensor Schema File Location", + "Id": "DellPSNumericSensor.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPSNumericSensor.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellPSNumericSensor.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPSNumericSensor Schema File", + "Schema": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor" + }, + "/redfish/v1/JsonSchemas/DellPSNumericSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPSNumericSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPSNumericSensorCollection Schema File Location", + "Id": "DellPSNumericSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPSNumericSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellPSNumericSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPSNumericSensorCollection Schema File", + "Schema": "#DellPSNumericSensorCollection.DellPSNumericSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellPersistentStorageService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPersistentStorageService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPersistentStorageService Schema File Location", + "Id": "DellPersistentStorageService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPersistentStorageService.json", + "Uri": "/redfish/v1/Schemas/DellPersistentStorageService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPersistentStorageService Schema File", + "Schema": "#DellPersistentStorageService.DellPersistentStorageService" + }, + "/redfish/v1/JsonSchemas/DellPersistentStorageService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPersistentStorageService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPersistentStorageService Schema File Location", + "Id": "DellPersistentStorageService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPersistentStorageService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellPersistentStorageService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPersistentStorageService Schema File", + "Schema": "#DellPersistentStorageService.v1_1_0.DellPersistentStorageService" + }, + "/redfish/v1/JsonSchemas/DellPhysicalDisk": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDisk", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPhysicalDisk Schema File Location", + "Id": "DellPhysicalDisk", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPhysicalDisk.json", + "Uri": "/redfish/v1/Schemas/DellPhysicalDisk.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPhysicalDisk Schema File", + "Schema": "#DellPhysicalDisk.DellPhysicalDisk" + }, + "/redfish/v1/JsonSchemas/DellPhysicalDisk.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDisk.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPhysicalDisk Schema File Location", + "Id": "DellPhysicalDisk.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPhysicalDisk.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/DellPhysicalDisk.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPhysicalDisk Schema File", + "Schema": "#DellPhysicalDisk.v1_6_0.DellPhysicalDisk" + }, + "/redfish/v1/JsonSchemas/DellPhysicalDiskCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPhysicalDiskCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPhysicalDiskCollection Schema File Location", + "Id": "DellPhysicalDiskCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPhysicalDiskCollection.json", + "Uri": "/redfish/v1/Schemas/DellPhysicalDiskCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPhysicalDiskCollection Schema File", + "Schema": "#DellPhysicalDiskCollection.DellPhysicalDiskCollection" + }, + "/redfish/v1/JsonSchemas/DellPluginInventory": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPluginInventory", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPluginInventory Schema File Location", + "Id": "DellPluginInventory", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/DellPluginInventory.json", + "Uri": "/redfish/v1/Schemas/DellPluginInventory.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPluginInventory Schema File", + "Schema": "#DellPluginInventory.DellPluginInventory" + }, + "/redfish/v1/JsonSchemas/DellPluginInventory.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPluginInventory.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPluginInventory Schema File Location", + "Id": "DellPluginInventory.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPluginInventory.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellPluginInventory.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPluginInventory Schema File", + "Schema": "#DellPluginInventory.v1_0_0.DellPluginInventory" + }, + "/redfish/v1/JsonSchemas/DellPowerSupply": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupply", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupply Schema File Location", + "Id": "DellPowerSupply", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupply.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupply.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupply Schema File", + "Schema": "#DellPowerSupply.DellPowerSupply" + }, + "/redfish/v1/JsonSchemas/DellPowerSupply.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupply.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupply Schema File Location", + "Id": "DellPowerSupply.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupply.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupply.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupply Schema File", + "Schema": "#DellPowerSupply.v1_1_1.DellPowerSupply" + }, + "/redfish/v1/JsonSchemas/DellPowerSupplyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupplyCollection Schema File Location", + "Id": "DellPowerSupplyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupplyCollection.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupplyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupplyCollection Schema File", + "Schema": "#DellPowerSupplyCollection.DellPowerSupplyCollection" + }, + "/redfish/v1/JsonSchemas/DellPowerSupplyView": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyView", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupplyView Schema File Location", + "Id": "DellPowerSupplyView", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupplyView.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupplyView.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupplyView Schema File", + "Schema": "#DellPowerSupplyView.DellPowerSupplyView" + }, + "/redfish/v1/JsonSchemas/DellPowerSupplyView.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyView.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupplyView Schema File Location", + "Id": "DellPowerSupplyView.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupplyView.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupplyView.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupplyView Schema File", + "Schema": "#DellPowerSupplyView.v1_3_0.DellPowerSupplyView" + }, + "/redfish/v1/JsonSchemas/DellPowerSupplyViewCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPowerSupplyViewCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPowerSupplyViewCollection Schema File Location", + "Id": "DellPowerSupplyViewCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPowerSupplyViewCollection.json", + "Uri": "/redfish/v1/Schemas/DellPowerSupplyViewCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPowerSupplyViewCollection Schema File", + "Schema": "#DellPowerSupplyViewCollection.DellPowerSupplyViewCollection" + }, + "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPresenceAndStatusSensor Schema File Location", + "Id": "DellPresenceAndStatusSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPresenceAndStatusSensor.json", + "Uri": "/redfish/v1/Schemas/DellPresenceAndStatusSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPresenceAndStatusSensor Schema File", + "Schema": "#DellPresenceAndStatusSensor.DellPresenceAndStatusSensor" + }, + "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensor.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPresenceAndStatusSensor Schema File Location", + "Id": "DellPresenceAndStatusSensor.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPresenceAndStatusSensor.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellPresenceAndStatusSensor.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPresenceAndStatusSensor Schema File", + "Schema": "#DellPresenceAndStatusSensor.v1_1_0.DellPresenceAndStatusSensor" + }, + "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellPresenceAndStatusSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellPresenceAndStatusSensorCollection Schema File Location", + "Id": "DellPresenceAndStatusSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellPresenceAndStatusSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellPresenceAndStatusSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellPresenceAndStatusSensorCollection Schema File", + "Schema": "#DellPresenceAndStatusSensorCollection.DellPresenceAndStatusSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellProcessor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellProcessor Schema File Location", + "Id": "DellProcessor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellProcessor.json", + "Uri": "/redfish/v1/Schemas/DellProcessor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellProcessor Schema File", + "Schema": "#DellProcessor.DellProcessor" + }, + "/redfish/v1/JsonSchemas/DellProcessor.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessor.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellProcessor Schema File Location", + "Id": "DellProcessor.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellProcessor.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellProcessor.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellProcessor Schema File", + "Schema": "#DellProcessor.v1_2_0.DellProcessor" + }, + "/redfish/v1/JsonSchemas/DellProcessorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellProcessorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellProcessorCollection Schema File Location", + "Id": "DellProcessorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellProcessorCollection.json", + "Uri": "/redfish/v1/Schemas/DellProcessorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellProcessorCollection Schema File", + "Schema": "#DellProcessorCollection.DellProcessorCollection" + }, + "/redfish/v1/JsonSchemas/DellRaidService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellRaidService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellRaidService Schema File Location", + "Id": "DellRaidService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellRaidService.json", + "Uri": "/redfish/v1/Schemas/DellRaidService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellRaidService Schema File", + "Schema": "#DellRaidService.DellRaidService" + }, + "/redfish/v1/JsonSchemas/DellRaidService.v1_5_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellRaidService.v1_5_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellRaidService Schema File Location", + "Id": "DellRaidService.v1_5_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellRaidService.v1_5_1.json", + "Uri": "/redfish/v1/Schemas/DellRaidService.v1_5_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellRaidService Schema File", + "Schema": "#DellRaidService.v1_5_1.DellRaidService" + }, + "/redfish/v1/JsonSchemas/DellRollupStatus": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatus", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellRollupStatus Schema File Location", + "Id": "DellRollupStatus", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellRollupStatus.json", + "Uri": "/redfish/v1/Schemas/DellRollupStatus.json" + } + ], + "Location@odata.count": 1, + "Name": "DellRollupStatus Schema File", + "Schema": "#DellRollupStatus.DellRollupStatus" + }, + "/redfish/v1/JsonSchemas/DellRollupStatus.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatus.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellRollupStatus Schema File Location", + "Id": "DellRollupStatus.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellRollupStatus.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellRollupStatus.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellRollupStatus Schema File", + "Schema": "#DellRollupStatus.v1_0_0.DellRollupStatus" + }, + "/redfish/v1/JsonSchemas/DellRollupStatusCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellRollupStatusCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellRollupStatusCollection Schema File Location", + "Id": "DellRollupStatusCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellRollupStatusCollection.json", + "Uri": "/redfish/v1/Schemas/DellRollupStatusCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellRollupStatusCollection Schema File", + "Schema": "#DellRollupStatusCollection.DellRollupStatusCollection" + }, + "/redfish/v1/JsonSchemas/DellSecureBoot": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSecureBoot", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSecureBoot Schema File Location", + "Id": "DellSecureBoot", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSecureBoot.json", + "Uri": "/redfish/v1/Schemas/DellSecureBoot.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSecureBoot Schema File", + "Schema": "#DellSecureBoot.DellSecureBoot" + }, + "/redfish/v1/JsonSchemas/DellSecureBoot.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSecureBoot.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSecureBoot Schema File Location", + "Id": "DellSecureBoot.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSecureBoot.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellSecureBoot.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSecureBoot Schema File", + "Schema": "#DellSecureBoot.v1_1_0.DellSecureBoot" + }, + "/redfish/v1/JsonSchemas/DellSensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSensor Schema File Location", + "Id": "DellSensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSensor.json", + "Uri": "/redfish/v1/Schemas/DellSensor.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSensor Schema File", + "Schema": "#DellSensor.DellSensor" + }, + "/redfish/v1/JsonSchemas/DellSensor.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSensor.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSensor Schema File Location", + "Id": "DellSensor.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSensor.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellSensor.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSensor Schema File", + "Schema": "#DellSensor.v1_0_0.DellSensor" + }, + "/redfish/v1/JsonSchemas/DellSensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSensorCollection Schema File Location", + "Id": "DellSensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSensorCollection.json", + "Uri": "/redfish/v1/Schemas/DellSensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSensorCollection Schema File", + "Schema": "#DellSensorCollection.DellSensorCollection" + }, + "/redfish/v1/JsonSchemas/DellSerialInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSerialInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSerialInterface Schema File Location", + "Id": "DellSerialInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSerialInterface.json", + "Uri": "/redfish/v1/Schemas/DellSerialInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSerialInterface Schema File", + "Schema": "#DellSerialInterface.DellSerialInterface" + }, + "/redfish/v1/JsonSchemas/DellSerialInterface.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSerialInterface.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSerialInterface Schema File Location", + "Id": "DellSerialInterface.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSerialInterface.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellSerialInterface.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSerialInterface Schema File", + "Schema": "#DellSerialInterface.v1_0_0.DellSerialInterface" + }, + "/redfish/v1/JsonSchemas/DellServiceRoot": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellServiceRoot", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellServiceRoot Schema File Location", + "Id": "DellServiceRoot", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellServiceRoot.json", + "Uri": "/redfish/v1/Schemas/DellServiceRoot.json" + } + ], + "Location@odata.count": 1, + "Name": "DellServiceRoot Schema File", + "Schema": "#DellServiceRoot.DellServiceRoot" + }, + "/redfish/v1/JsonSchemas/DellServiceRoot.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellServiceRoot.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellServiceRoot Schema File Location", + "Id": "DellServiceRoot.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellServiceRoot.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellServiceRoot.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellServiceRoot Schema File", + "Schema": "#DellServiceRoot.v1_0_0.DellServiceRoot" + }, + "/redfish/v1/JsonSchemas/DellSlot": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSlot", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSlot Schema File Location", + "Id": "DellSlot", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSlot.json", + "Uri": "/redfish/v1/Schemas/DellSlot.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSlot Schema File", + "Schema": "#DellSlot.DellSlot" + }, + "/redfish/v1/JsonSchemas/DellSlot.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSlot.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSlot Schema File Location", + "Id": "DellSlot.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSlot.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellSlot.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSlot Schema File", + "Schema": "#DellSlot.v1_0_0.DellSlot" + }, + "/redfish/v1/JsonSchemas/DellSlotCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSlotCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSlotCollection Schema File Location", + "Id": "DellSlotCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSlotCollection.json", + "Uri": "/redfish/v1/Schemas/DellSlotCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSlotCollection Schema File", + "Schema": "#DellSlotCollection.DellSlotCollection" + }, + "/redfish/v1/JsonSchemas/DellSoftwareInstallationService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInstallationService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSoftwareInstallationService Schema File Location", + "Id": "DellSoftwareInstallationService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSoftwareInstallationService.json", + "Uri": "/redfish/v1/Schemas/DellSoftwareInstallationService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSoftwareInstallationService Schema File", + "Schema": "#DellSoftwareInstallationService.DellSoftwareInstallationService" + }, + "/redfish/v1/JsonSchemas/DellSoftwareInstallationService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInstallationService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSoftwareInstallationService Schema File Location", + "Id": "DellSoftwareInstallationService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSoftwareInstallationService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellSoftwareInstallationService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSoftwareInstallationService Schema File", + "Schema": "#DellSoftwareInstallationService.v1_2_0.DellSoftwareInstallationService" + }, + "/redfish/v1/JsonSchemas/DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventory", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSoftwareInventory Schema File Location", + "Id": "DellSoftwareInventory", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSoftwareInventory.json", + "Uri": "/redfish/v1/Schemas/DellSoftwareInventory.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSoftwareInventory Schema File", + "Schema": "#DellSoftwareInventory.DellSoftwareInventory" + }, + "/redfish/v1/JsonSchemas/DellSoftwareInventory.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventory.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSoftwareInventory Schema File Location", + "Id": "DellSoftwareInventory.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSoftwareInventory.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellSoftwareInventory.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSoftwareInventory Schema File", + "Schema": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory" + }, + "/redfish/v1/JsonSchemas/DellSoftwareInventoryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSoftwareInventoryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSoftwareInventoryCollection Schema File Location", + "Id": "DellSoftwareInventoryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSoftwareInventoryCollection.json", + "Uri": "/redfish/v1/Schemas/DellSoftwareInventoryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSoftwareInventoryCollection Schema File", + "Schema": "#DellSoftwareInventoryCollection.DellSoftwareInventoryCollection" + }, + "/redfish/v1/JsonSchemas/DellSwitchConnection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSwitchConnection Schema File Location", + "Id": "DellSwitchConnection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSwitchConnection.json", + "Uri": "/redfish/v1/Schemas/DellSwitchConnection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSwitchConnection Schema File", + "Schema": "#DellSwitchConnection.DellSwitchConnection" + }, + "/redfish/v1/JsonSchemas/DellSwitchConnection.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnection.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSwitchConnection Schema File Location", + "Id": "DellSwitchConnection.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSwitchConnection.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellSwitchConnection.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSwitchConnection Schema File", + "Schema": "#DellSwitchConnection.v1_1_0.DellSwitchConnection" + }, + "/redfish/v1/JsonSchemas/DellSwitchConnectionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSwitchConnectionCollection Schema File Location", + "Id": "DellSwitchConnectionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSwitchConnectionCollection.json", + "Uri": "/redfish/v1/Schemas/DellSwitchConnectionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSwitchConnectionCollection Schema File", + "Schema": "#DellSwitchConnectionCollection.DellSwitchConnectionCollection" + }, + "/redfish/v1/JsonSchemas/DellSwitchConnectionService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSwitchConnectionService Schema File Location", + "Id": "DellSwitchConnectionService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSwitchConnectionService.json", + "Uri": "/redfish/v1/Schemas/DellSwitchConnectionService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSwitchConnectionService Schema File", + "Schema": "#DellSwitchConnectionService.DellSwitchConnectionService" + }, + "/redfish/v1/JsonSchemas/DellSwitchConnectionService.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSwitchConnectionService.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSwitchConnectionService Schema File Location", + "Id": "DellSwitchConnectionService.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSwitchConnectionService.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellSwitchConnectionService.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSwitchConnectionService Schema File", + "Schema": "#DellSwitchConnectionService.v1_0_0.DellSwitchConnectionService" + }, + "/redfish/v1/JsonSchemas/DellSystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystem Schema File Location", + "Id": "DellSystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystem.json", + "Uri": "/redfish/v1/Schemas/DellSystem.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystem Schema File", + "Schema": "#DellSystem.DellSystem" + }, + "/redfish/v1/JsonSchemas/DellSystem.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystem.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystem Schema File Location", + "Id": "DellSystem.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystem.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/DellSystem.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystem Schema File", + "Schema": "#DellSystem.v1_4_0.DellSystem" + }, + "/redfish/v1/JsonSchemas/DellSystemCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemCollection Schema File Location", + "Id": "DellSystemCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemCollection.json", + "Uri": "/redfish/v1/Schemas/DellSystemCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemCollection Schema File", + "Schema": "#DellSystemCollection.DellSystemCollection" + }, + "/redfish/v1/JsonSchemas/DellSystemManagementService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemManagementService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemManagementService Schema File Location", + "Id": "DellSystemManagementService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemManagementService.json", + "Uri": "/redfish/v1/Schemas/DellSystemManagementService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemManagementService Schema File", + "Schema": "#DellSystemManagementService.DellSystemManagementService" + }, + "/redfish/v1/JsonSchemas/DellSystemManagementService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemManagementService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemManagementService Schema File Location", + "Id": "DellSystemManagementService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemManagementService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellSystemManagementService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemManagementService Schema File", + "Schema": "#DellSystemManagementService.v1_1_0.DellSystemManagementService" + }, + "/redfish/v1/JsonSchemas/DellSystemQuickSync": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSync", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemQuickSync Schema File Location", + "Id": "DellSystemQuickSync", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemQuickSync.json", + "Uri": "/redfish/v1/Schemas/DellSystemQuickSync.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemQuickSync Schema File", + "Schema": "#DellSystemQuickSync.DellSystemQuickSync" + }, + "/redfish/v1/JsonSchemas/DellSystemQuickSync.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSync.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemQuickSync Schema File Location", + "Id": "DellSystemQuickSync.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemQuickSync.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellSystemQuickSync.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemQuickSync Schema File", + "Schema": "#DellSystemQuickSync.v1_0_0.DellSystemQuickSync" + }, + "/redfish/v1/JsonSchemas/DellSystemQuickSyncCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellSystemQuickSyncCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellSystemQuickSyncCollection Schema File Location", + "Id": "DellSystemQuickSyncCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellSystemQuickSyncCollection.json", + "Uri": "/redfish/v1/Schemas/DellSystemQuickSyncCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellSystemQuickSyncCollection Schema File", + "Schema": "#DellSystemQuickSyncCollection.DellSystemQuickSyncCollection" + }, + "/redfish/v1/JsonSchemas/DellTelemetryService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellTelemetryService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellTelemetryService Schema File Location", + "Id": "DellTelemetryService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellTelemetryService.json", + "Uri": "/redfish/v1/Schemas/DellTelemetryService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellTelemetryService Schema File", + "Schema": "#DellTelemetryService.DellTelemetryService" + }, + "/redfish/v1/JsonSchemas/DellTelemetryService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellTelemetryService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellTelemetryService Schema File Location", + "Id": "DellTelemetryService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellTelemetryService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellTelemetryService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellTelemetryService Schema File", + "Schema": "#DellTelemetryService.v1_2_0.DellTelemetryService" + }, + "/redfish/v1/JsonSchemas/DellTimeService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellTimeService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellTimeService Schema File Location", + "Id": "DellTimeService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellTimeService.json", + "Uri": "/redfish/v1/Schemas/DellTimeService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellTimeService Schema File", + "Schema": "#DellTimeService.DellTimeService" + }, + "/redfish/v1/JsonSchemas/DellTimeService.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellTimeService.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellTimeService Schema File Location", + "Id": "DellTimeService.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellTimeService.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/DellTimeService.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "DellTimeService Schema File", + "Schema": "#DellTimeService.v1_0_1.DellTimeService" + }, + "/redfish/v1/JsonSchemas/DellUSBDevice": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDevice", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellUSBDevice Schema File Location", + "Id": "DellUSBDevice", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUSBDevice.json", + "Uri": "/redfish/v1/Schemas/DellUSBDevice.json" + } + ], + "Location@odata.count": 1, + "Name": "DellUSBDevice Schema File", + "Schema": "#DellUSBDevice.DellUSBDevice" + }, + "/redfish/v1/JsonSchemas/DellUSBDevice.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDevice.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellUSBDevice Schema File Location", + "Id": "DellUSBDevice.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUSBDevice.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellUSBDevice.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellUSBDevice Schema File", + "Schema": "#DellUSBDevice.v1_0_0.DellUSBDevice" + }, + "/redfish/v1/JsonSchemas/DellUSBDeviceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellUSBDeviceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellUSBDeviceCollection Schema File Location", + "Id": "DellUSBDeviceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUSBDeviceCollection.json", + "Uri": "/redfish/v1/Schemas/DellUSBDeviceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellUSBDeviceCollection Schema File", + "Schema": "#DellUSBDeviceCollection.DellUSBDeviceCollection" + }, + "/redfish/v1/JsonSchemas/DellUpdateService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellUpdateService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellUpdateService Schema File Location", + "Id": "DellUpdateService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUpdateService.json", + "Uri": "/redfish/v1/Schemas/DellUpdateService.json" + } + ], + "Location@odata.count": 1, + "Name": "DellUpdateService Schema File", + "Schema": "#DellUpdateService.DellUpdateService" + }, + "/redfish/v1/JsonSchemas/DellUpdateService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellUpdateService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellUpdateService Schema File Location", + "Id": "DellUpdateService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellUpdateService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellUpdateService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellUpdateService Schema File", + "Schema": "#DellUpdateService.v1_1_0.DellUpdateService" + }, + "/redfish/v1/JsonSchemas/DellVideo": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideo", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideo Schema File Location", + "Id": "DellVideo", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideo.json", + "Uri": "/redfish/v1/Schemas/DellVideo.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideo Schema File", + "Schema": "#DellVideo.DellVideo" + }, + "/redfish/v1/JsonSchemas/DellVideo.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideo.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideo Schema File Location", + "Id": "DellVideo.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideo.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellVideo.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideo Schema File", + "Schema": "#DellVideo.v1_2_0.DellVideo" + }, + "/redfish/v1/JsonSchemas/DellVideoCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideoCollection Schema File Location", + "Id": "DellVideoCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideoCollection.json", + "Uri": "/redfish/v1/Schemas/DellVideoCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideoCollection Schema File", + "Schema": "#DellVideoCollection.DellVideoCollection" + }, + "/redfish/v1/JsonSchemas/DellVideoNetwork": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetwork", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideoNetwork Schema File Location", + "Id": "DellVideoNetwork", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideoNetwork.json", + "Uri": "/redfish/v1/Schemas/DellVideoNetwork.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideoNetwork Schema File", + "Schema": "#DellVideoNetwork.DellVideoNetwork" + }, + "/redfish/v1/JsonSchemas/DellVideoNetwork.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetwork.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideoNetwork Schema File Location", + "Id": "DellVideoNetwork.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideoNetwork.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellVideoNetwork.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideoNetwork Schema File", + "Schema": "#DellVideoNetwork.v1_0_0.DellVideoNetwork" + }, + "/redfish/v1/JsonSchemas/DellVideoNetworkCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVideoNetworkCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVideoNetworkCollection Schema File Location", + "Id": "DellVideoNetworkCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVideoNetworkCollection.json", + "Uri": "/redfish/v1/Schemas/DellVideoNetworkCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVideoNetworkCollection Schema File", + "Schema": "#DellVideoNetworkCollection.DellVideoNetworkCollection" + }, + "/redfish/v1/JsonSchemas/DellVirtualDisk": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDisk", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVirtualDisk Schema File Location", + "Id": "DellVirtualDisk", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVirtualDisk.json", + "Uri": "/redfish/v1/Schemas/DellVirtualDisk.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVirtualDisk Schema File", + "Schema": "#DellVirtualDisk.DellVirtualDisk" + }, + "/redfish/v1/JsonSchemas/DellVirtualDisk.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDisk.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVirtualDisk Schema File Location", + "Id": "DellVirtualDisk.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVirtualDisk.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/DellVirtualDisk.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVirtualDisk Schema File", + "Schema": "#DellVirtualDisk.v1_2_0.DellVirtualDisk" + }, + "/redfish/v1/JsonSchemas/DellVirtualDiskCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVirtualDiskCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVirtualDiskCollection Schema File Location", + "Id": "DellVirtualDiskCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVirtualDiskCollection.json", + "Uri": "/redfish/v1/Schemas/DellVirtualDiskCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVirtualDiskCollection Schema File", + "Schema": "#DellVirtualDiskCollection.DellVirtualDiskCollection" + }, + "/redfish/v1/JsonSchemas/DellVolume": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVolume", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVolume Schema File Location", + "Id": "DellVolume", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVolume.json", + "Uri": "/redfish/v1/Schemas/DellVolume.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVolume Schema File", + "Schema": "#DellVolume.DellVolume" + }, + "/redfish/v1/JsonSchemas/DellVolume.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellVolume.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellVolume Schema File Location", + "Id": "DellVolume.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellVolume.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/DellVolume.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellVolume Schema File", + "Schema": "#DellVolume.v1_0_0.DellVolume" + }, + "/redfish/v1/JsonSchemas/DellWitnessServer": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellWitnessServer", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellWitnessServer Schema File Location", + "Id": "DellWitnessServer", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellWitnessServer.json", + "Uri": "/redfish/v1/Schemas/DellWitnessServer.json" + } + ], + "Location@odata.count": 1, + "Name": "DellWitnessServer Schema File", + "Schema": "#DellWitnessServer.DellWitnessServer" + }, + "/redfish/v1/JsonSchemas/DellWitnessServer.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellWitnessServer.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellWitnessServer Schema File Location", + "Id": "DellWitnessServer.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellWitnessServer.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellWitnessServer.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellWitnessServer Schema File", + "Schema": "#DellWitnessServer.v1_1_0.DellWitnessServer" + }, + "/redfish/v1/JsonSchemas/DelliDRACCard": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCard", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DelliDRACCard Schema File Location", + "Id": "DelliDRACCard", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DelliDRACCard.json", + "Uri": "/redfish/v1/Schemas/DelliDRACCard.json" + } + ], + "Location@odata.count": 1, + "Name": "DelliDRACCard Schema File", + "Schema": "#DelliDRACCard.DelliDRACCard" + }, + "/redfish/v1/JsonSchemas/DelliDRACCard.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCard.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DelliDRACCard Schema File Location", + "Id": "DelliDRACCard.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DelliDRACCard.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DelliDRACCard.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DelliDRACCard Schema File", + "Schema": "#DelliDRACCard.v1_1_0.DelliDRACCard" + }, + "/redfish/v1/JsonSchemas/DelliDRACCardCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DelliDRACCardCollection Schema File Location", + "Id": "DelliDRACCardCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DelliDRACCardCollection.json", + "Uri": "/redfish/v1/Schemas/DelliDRACCardCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DelliDRACCardCollection Schema File", + "Schema": "#DelliDRACCardCollection.DelliDRACCardCollection" + }, + "/redfish/v1/JsonSchemas/DelliDRACCardService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DelliDRACCardService Schema File Location", + "Id": "DelliDRACCardService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DelliDRACCardService.json", + "Uri": "/redfish/v1/Schemas/DelliDRACCardService.json" + } + ], + "Location@odata.count": 1, + "Name": "DelliDRACCardService Schema File", + "Schema": "#DelliDRACCardService.DelliDRACCardService" + }, + "/redfish/v1/JsonSchemas/DelliDRACCardService.v1_7_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DelliDRACCardService.v1_7_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DelliDRACCardService Schema File Location", + "Id": "DelliDRACCardService.v1_7_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DelliDRACCardService.v1_7_0.json", + "Uri": "/redfish/v1/Schemas/DelliDRACCardService.v1_7_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DelliDRACCardService Schema File", + "Schema": "#DelliDRACCardService.v1_7_0.DelliDRACCardService" + }, + "/redfish/v1/JsonSchemas/DellvFlash": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlash", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellvFlash Schema File Location", + "Id": "DellvFlash", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellvFlash.json", + "Uri": "/redfish/v1/Schemas/DellvFlash.json" + } + ], + "Location@odata.count": 1, + "Name": "DellvFlash Schema File", + "Schema": "#DellvFlash.DellvFlash" + }, + "/redfish/v1/JsonSchemas/DellvFlash.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlash.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellvFlash Schema File Location", + "Id": "DellvFlash.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellvFlash.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/DellvFlash.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "DellvFlash Schema File", + "Schema": "#DellvFlash.v1_1_0.DellvFlash" + }, + "/redfish/v1/JsonSchemas/DellvFlashCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DellvFlashCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DellvFlashCollection Schema File Location", + "Id": "DellvFlashCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/DellvFlashCollection.json", + "Uri": "/redfish/v1/Schemas/DellvFlashCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DellvFlashCollection Schema File", + "Schema": "#DellvFlashCollection.DellvFlashCollection" + }, + "/redfish/v1/JsonSchemas/Drive": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Drive", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Drive Schema File Location", + "Id": "Drive", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Drive.json", + "Uri": "/redfish/v1/Schemas/Drive.json" + } + ], + "Location@odata.count": 1, + "Name": "Drive Schema File", + "Schema": "#Drive.Drive" + }, + "/redfish/v1/JsonSchemas/Drive.v1_16_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Drive.v1_16_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Drive Schema File Location", + "Id": "Drive.v1_16_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Drive.v1_16_0.json", + "Uri": "/redfish/v1/Schemas/Drive.v1_16_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Drive Schema File", + "Schema": "#Drive.v1_16_0.Drive" + }, + "/redfish/v1/JsonSchemas/DriveCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/DriveCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "DriveCollection Schema File Location", + "Id": "DriveCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/DriveCollection.json", + "Uri": "/redfish/v1/Schemas/DriveCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "DriveCollection Schema File", + "Schema": "#DriveCollection.DriveCollection" + }, + "/redfish/v1/JsonSchemas/Endpoint": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Endpoint", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Endpoint Schema File Location", + "Id": "Endpoint", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Endpoint.json", + "Uri": "/redfish/v1/Schemas/Endpoint.json" + } + ], + "Location@odata.count": 1, + "Name": "Endpoint Schema File", + "Schema": "#Endpoint.Endpoint" + }, + "/redfish/v1/JsonSchemas/Endpoint.v1_8_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Endpoint.v1_8_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Endpoint Schema File Location", + "Id": "Endpoint.v1_8_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Endpoint.v1_8_0.json", + "Uri": "/redfish/v1/Schemas/Endpoint.v1_8_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Endpoint Schema File", + "Schema": "#Endpoint.v1_8_0.Endpoint" + }, + "/redfish/v1/JsonSchemas/EndpointCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EndpointCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EndpointCollection Schema File Location", + "Id": "EndpointCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/EndpointCollection.json", + "Uri": "/redfish/v1/Schemas/EndpointCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "EndpointCollection Schema File", + "Schema": "#EndpointCollection.EndpointCollection" + }, + "/redfish/v1/JsonSchemas/EndpointGroup": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroup", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EndpointGroup Schema File Location", + "Id": "EndpointGroup", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/EndpointGroup.json", + "Uri": "/redfish/v1/Schemas/EndpointGroup.json" + } + ], + "Location@odata.count": 1, + "Name": "EndpointGroup Schema File", + "Schema": "#EndpointGroup.EndpointGroup" + }, + "/redfish/v1/JsonSchemas/EndpointGroup.v1_2_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroup.v1_2_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EndpointGroup Schema File Location", + "Id": "EndpointGroup.v1_2_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/EndpointGroup.v1_2_1.json", + "Uri": "/redfish/v1/Schemas/EndpointGroup.v1_2_1.json" + } + ], + "Location@odata.count": 1, + "Name": "EndpointGroup Schema File", + "Schema": "#EndpointGroup.v1_2_1.EndpointGroup" + }, + "/redfish/v1/JsonSchemas/EndpointGroupCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EndpointGroupCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EndpointGroupCollection Schema File Location", + "Id": "EndpointGroupCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/EndpointGroupCollection.json", + "Uri": "/redfish/v1/Schemas/EndpointGroupCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "EndpointGroupCollection Schema File", + "Schema": "#EndpointGroupCollection.EndpointGroupCollection" + }, + "/redfish/v1/JsonSchemas/EnvironmentMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EnvironmentMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EnvironmentMetrics Schema File Location", + "Id": "EnvironmentMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json", + "Uri": "/redfish/v1/Schemas/EnvironmentMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "EnvironmentMetrics Schema File", + "Schema": "#EnvironmentMetrics.EnvironmentMetrics" + }, + "/redfish/v1/JsonSchemas/EnvironmentMetrics.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EnvironmentMetrics.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EnvironmentMetrics Schema File Location", + "Id": "EnvironmentMetrics.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/EnvironmentMetrics.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "EnvironmentMetrics Schema File", + "Schema": "#EnvironmentMetrics.v1_3_0.EnvironmentMetrics" + }, + "/redfish/v1/JsonSchemas/EthernetInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EthernetInterface Schema File Location", + "Id": "EthernetInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.json", + "Uri": "/redfish/v1/Schemas/EthernetInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "EthernetInterface Schema File", + "Schema": "#EthernetInterface.EthernetInterface" + }, + "/redfish/v1/JsonSchemas/EthernetInterface.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterface.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EthernetInterface Schema File Location", + "Id": "EthernetInterface.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterface.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/EthernetInterface.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "EthernetInterface Schema File", + "Schema": "#EthernetInterface.v1_9_0.EthernetInterface" + }, + "/redfish/v1/JsonSchemas/EthernetInterfaceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EthernetInterfaceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EthernetInterfaceCollection Schema File Location", + "Id": "EthernetInterfaceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection.json", + "Uri": "/redfish/v1/Schemas/EthernetInterfaceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "EthernetInterfaceCollection Schema File", + "Schema": "#EthernetInterfaceCollection.EthernetInterfaceCollection" + }, + "/redfish/v1/JsonSchemas/Event": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Event", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Event Schema File Location", + "Id": "Event", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Event.json", + "Uri": "/redfish/v1/Schemas/Event.json" + } + ], + "Location@odata.count": 1, + "Name": "Event Schema File", + "Schema": "#Event.Event" + }, + "/redfish/v1/JsonSchemas/Event.v1_7_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Event.v1_7_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Event Schema File Location", + "Id": "Event.v1_7_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Event.v1_7_1.json", + "Uri": "/redfish/v1/Schemas/Event.v1_7_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Event Schema File", + "Schema": "#Event.v1_7_1.Event" + }, + "/redfish/v1/JsonSchemas/EventDestination": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EventDestination", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EventDestination Schema File Location", + "Id": "EventDestination", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestination.json", + "Uri": "/redfish/v1/Schemas/EventDestination.json" + } + ], + "Location@odata.count": 1, + "Name": "EventDestination Schema File", + "Schema": "#EventDestination.EventDestination" + }, + "/redfish/v1/JsonSchemas/EventDestination.v1_13_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EventDestination.v1_13_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EventDestination Schema File Location", + "Id": "EventDestination.v1_13_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestination.v1_13_0.json", + "Uri": "/redfish/v1/Schemas/EventDestination.v1_13_0.json" + } + ], + "Location@odata.count": 1, + "Name": "EventDestination Schema File", + "Schema": "#EventDestination.v1_13_0.EventDestination" + }, + "/redfish/v1/JsonSchemas/EventDestinationCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EventDestinationCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EventDestinationCollection Schema File Location", + "Id": "EventDestinationCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventDestinationCollection.json", + "Uri": "/redfish/v1/Schemas/EventDestinationCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "EventDestinationCollection Schema File", + "Schema": "#EventDestinationCollection.EventDestinationCollection" + }, + "/redfish/v1/JsonSchemas/EventService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EventService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EventService Schema File Location", + "Id": "EventService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventService.json", + "Uri": "/redfish/v1/Schemas/EventService.json" + } + ], + "Location@odata.count": 1, + "Name": "EventService Schema File", + "Schema": "#EventService.EventService" + }, + "/redfish/v1/JsonSchemas/EventService.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/EventService.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "EventService Schema File Location", + "Id": "EventService.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/EventService.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/EventService.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "EventService Schema File", + "Schema": "#EventService.v1_9_0.EventService" + }, + "/redfish/v1/JsonSchemas/ExternalAccountProvider": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProvider", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ExternalAccountProvider Schema File Location", + "Id": "ExternalAccountProvider", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ExternalAccountProvider.json", + "Uri": "/redfish/v1/Schemas/ExternalAccountProvider.json" + } + ], + "Location@odata.count": 1, + "Name": "ExternalAccountProvider Schema File", + "Schema": "#ExternalAccountProvider.ExternalAccountProvider" + }, + "/redfish/v1/JsonSchemas/ExternalAccountProvider.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProvider.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ExternalAccountProvider Schema File Location", + "Id": "ExternalAccountProvider.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ExternalAccountProvider.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/ExternalAccountProvider.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ExternalAccountProvider Schema File", + "Schema": "#ExternalAccountProvider.v1_5_0.ExternalAccountProvider" + }, + "/redfish/v1/JsonSchemas/ExternalAccountProviderCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ExternalAccountProviderCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ExternalAccountProviderCollection Schema File Location", + "Id": "ExternalAccountProviderCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ExternalAccountProviderCollection.json", + "Uri": "/redfish/v1/Schemas/ExternalAccountProviderCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ExternalAccountProviderCollection Schema File", + "Schema": "#ExternalAccountProviderCollection.ExternalAccountProviderCollection" + }, + "/redfish/v1/JsonSchemas/Fabric": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Fabric", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Fabric Schema File Location", + "Id": "Fabric", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fabric.json", + "Uri": "/redfish/v1/Schemas/Fabric.json" + } + ], + "Location@odata.count": 1, + "Name": "Fabric Schema File", + "Schema": "#Fabric.Fabric" + }, + "/redfish/v1/JsonSchemas/Fabric.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Fabric.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Fabric Schema File Location", + "Id": "Fabric.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fabric.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/Fabric.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Fabric Schema File", + "Schema": "#Fabric.v1_3_0.Fabric" + }, + "/redfish/v1/JsonSchemas/FabricAdapter": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapter", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FabricAdapter Schema File Location", + "Id": "FabricAdapter", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FabricAdapter.json", + "Uri": "/redfish/v1/Schemas/FabricAdapter.json" + } + ], + "Location@odata.count": 1, + "Name": "FabricAdapter Schema File", + "Schema": "#FabricAdapter.FabricAdapter" + }, + "/redfish/v1/JsonSchemas/FabricAdapter.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapter.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FabricAdapter Schema File Location", + "Id": "FabricAdapter.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FabricAdapter.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/FabricAdapter.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "FabricAdapter Schema File", + "Schema": "#FabricAdapter.v1_5_0.FabricAdapter" + }, + "/redfish/v1/JsonSchemas/FabricAdapterCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FabricAdapterCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FabricAdapterCollection Schema File Location", + "Id": "FabricAdapterCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json", + "Uri": "/redfish/v1/Schemas/FabricAdapterCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FabricAdapterCollection Schema File", + "Schema": "#FabricAdapterCollection.FabricAdapterCollection" + }, + "/redfish/v1/JsonSchemas/FabricCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FabricCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FabricCollection Schema File Location", + "Id": "FabricCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FabricCollection.json", + "Uri": "/redfish/v1/Schemas/FabricCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FabricCollection Schema File", + "Schema": "#FabricCollection.FabricCollection" + }, + "/redfish/v1/JsonSchemas/Facility": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Facility", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Facility Schema File Location", + "Id": "Facility", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Facility.json", + "Uri": "/redfish/v1/Schemas/Facility.json" + } + ], + "Location@odata.count": 1, + "Name": "Facility Schema File", + "Schema": "#Facility.Facility" + }, + "/redfish/v1/JsonSchemas/Facility.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Facility.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Facility Schema File Location", + "Id": "Facility.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Facility.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/Facility.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Facility Schema File", + "Schema": "#Facility.v1_3_0.Facility" + }, + "/redfish/v1/JsonSchemas/FacilityCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FacilityCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FacilityCollection Schema File Location", + "Id": "FacilityCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FacilityCollection.json", + "Uri": "/redfish/v1/Schemas/FacilityCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FacilityCollection Schema File", + "Schema": "#FacilityCollection.FacilityCollection" + }, + "/redfish/v1/JsonSchemas/Fan": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Fan", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Fan Schema File Location", + "Id": "Fan", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fan.json", + "Uri": "/redfish/v1/Schemas/Fan.json" + } + ], + "Location@odata.count": 1, + "Name": "Fan Schema File", + "Schema": "#Fan.Fan" + }, + "/redfish/v1/JsonSchemas/Fan.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Fan.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Fan Schema File Location", + "Id": "Fan.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Fan.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/Fan.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Fan Schema File", + "Schema": "#Fan.v1_3_0.Fan" + }, + "/redfish/v1/JsonSchemas/FanCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FanCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FanCollection Schema File Location", + "Id": "FanCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/FanCollection.json", + "Uri": "/redfish/v1/Schemas/FanCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FanCollection Schema File", + "Schema": "#FanCollection.FanCollection" + }, + "/redfish/v1/JsonSchemas/FeaturesRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FeaturesRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FeaturesRegistry Schema File Location", + "Id": "FeaturesRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FeaturesRegistry.json", + "Uri": "/redfish/v1/Schemas/FeaturesRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "FeaturesRegistry Schema File", + "Schema": "#FeaturesRegistry.FeaturesRegistry" + }, + "/redfish/v1/JsonSchemas/FeaturesRegistry.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FeaturesRegistry.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FeaturesRegistry Schema File Location", + "Id": "FeaturesRegistry.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FeaturesRegistry.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/FeaturesRegistry.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "FeaturesRegistry Schema File", + "Schema": "#FeaturesRegistry.v1_1_1.FeaturesRegistry" + }, + "/redfish/v1/JsonSchemas/FileShare": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileShare", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileShare Schema File Location", + "Id": "FileShare", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileShare.json", + "Uri": "/redfish/v1/Schemas/FileShare.json" + } + ], + "Location@odata.count": 1, + "Name": "FileShare Schema File", + "Schema": "#FileShare.FileShare" + }, + "/redfish/v1/JsonSchemas/FileShare.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileShare.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileShare Schema File Location", + "Id": "FileShare.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileShare.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/FileShare.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "FileShare Schema File", + "Schema": "#FileShare.v1_2_0.FileShare" + }, + "/redfish/v1/JsonSchemas/FileShareCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileShareCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileShareCollection Schema File Location", + "Id": "FileShareCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileShareCollection.json", + "Uri": "/redfish/v1/Schemas/FileShareCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FileShareCollection Schema File", + "Schema": "#FileShareCollection.FileShareCollection" + }, + "/redfish/v1/JsonSchemas/FileSystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileSystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileSystem Schema File Location", + "Id": "FileSystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileSystem.json", + "Uri": "/redfish/v1/Schemas/FileSystem.json" + } + ], + "Location@odata.count": 1, + "Name": "FileSystem Schema File", + "Schema": "#FileSystem.FileSystem" + }, + "/redfish/v1/JsonSchemas/FileSystem.v1_2_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileSystem.v1_2_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileSystem Schema File Location", + "Id": "FileSystem.v1_2_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileSystem.v1_2_2.json", + "Uri": "/redfish/v1/Schemas/FileSystem.v1_2_2.json" + } + ], + "Location@odata.count": 1, + "Name": "FileSystem Schema File", + "Schema": "#FileSystem.v1_2_2.FileSystem" + }, + "/redfish/v1/JsonSchemas/FileSystemCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/FileSystemCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "FileSystemCollection Schema File Location", + "Id": "FileSystemCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/FileSystemCollection.json", + "Uri": "/redfish/v1/Schemas/FileSystemCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "FileSystemCollection Schema File", + "Schema": "#FileSystemCollection.FileSystemCollection" + }, + "/redfish/v1/JsonSchemas/GraphicsController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "GraphicsController Schema File Location", + "Id": "GraphicsController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/GraphicsController.json", + "Uri": "/redfish/v1/Schemas/GraphicsController.json" + } + ], + "Location@odata.count": 1, + "Name": "GraphicsController Schema File", + "Schema": "#GraphicsController.GraphicsController" + }, + "/redfish/v1/JsonSchemas/GraphicsController.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsController.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "GraphicsController Schema File Location", + "Id": "GraphicsController.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/GraphicsController.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/GraphicsController.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "GraphicsController Schema File", + "Schema": "#GraphicsController.v1_0_0.GraphicsController" + }, + "/redfish/v1/JsonSchemas/GraphicsControllerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/GraphicsControllerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "GraphicsControllerCollection Schema File Location", + "Id": "GraphicsControllerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/GraphicsControllerCollection.json", + "Uri": "/redfish/v1/Schemas/GraphicsControllerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "GraphicsControllerCollection Schema File", + "Schema": "#GraphicsControllerCollection.GraphicsControllerCollection" + }, + "/redfish/v1/JsonSchemas/Heater": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Heater", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Heater Schema File Location", + "Id": "Heater", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Heater.json", + "Uri": "/redfish/v1/Schemas/Heater.json" + } + ], + "Location@odata.count": 1, + "Name": "Heater Schema File", + "Schema": "#Heater.Heater" + }, + "/redfish/v1/JsonSchemas/Heater.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Heater.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Heater Schema File Location", + "Id": "Heater.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Heater.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/Heater.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Heater Schema File", + "Schema": "#Heater.v1_0_0.Heater" + }, + "/redfish/v1/JsonSchemas/HeaterCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HeaterCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HeaterCollection Schema File Location", + "Id": "HeaterCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HeaterCollection.json", + "Uri": "/redfish/v1/Schemas/HeaterCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "HeaterCollection Schema File", + "Schema": "#HeaterCollection.HeaterCollection" + }, + "/redfish/v1/JsonSchemas/HeaterMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HeaterMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HeaterMetrics Schema File Location", + "Id": "HeaterMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HeaterMetrics.json", + "Uri": "/redfish/v1/Schemas/HeaterMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "HeaterMetrics Schema File", + "Schema": "#HeaterMetrics.HeaterMetrics" + }, + "/redfish/v1/JsonSchemas/HeaterMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HeaterMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HeaterMetrics Schema File Location", + "Id": "HeaterMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HeaterMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/HeaterMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "HeaterMetrics Schema File", + "Schema": "#HeaterMetrics.v1_0_0.HeaterMetrics" + }, + "/redfish/v1/JsonSchemas/HostInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HostInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HostInterface Schema File Location", + "Id": "HostInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterface.json", + "Uri": "/redfish/v1/Schemas/HostInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "HostInterface Schema File", + "Schema": "#HostInterface.HostInterface" + }, + "/redfish/v1/JsonSchemas/HostInterface.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HostInterface.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HostInterface Schema File Location", + "Id": "HostInterface.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterface.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/HostInterface.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "HostInterface Schema File", + "Schema": "#HostInterface.v1_3_0.HostInterface" + }, + "/redfish/v1/JsonSchemas/HostInterfaceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HostInterfaceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HostInterfaceCollection Schema File Location", + "Id": "HostInterfaceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/HostInterfaceCollection.json", + "Uri": "/redfish/v1/Schemas/HostInterfaceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "HostInterfaceCollection Schema File", + "Schema": "#HostInterfaceCollection.HostInterfaceCollection" + }, + "/redfish/v1/JsonSchemas/HostedStorageServices": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/HostedStorageServices", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "HostedStorageServices Schema File Location", + "Id": "HostedStorageServices", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/HostedStorageServices.json", + "Uri": "/redfish/v1/Schemas/HostedStorageServices.json" + } + ], + "Location@odata.count": 1, + "Name": "HostedStorageServices Schema File", + "Schema": "#HostedStorageServices.HostedStorageServices" + }, + "/redfish/v1/JsonSchemas/IOConnectivityLineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOConnectivityLineOfService Schema File Location", + "Id": "IOConnectivityLineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOConnectivityLineOfService.json", + "Uri": "/redfish/v1/Schemas/IOConnectivityLineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "IOConnectivityLineOfService Schema File", + "Schema": "#IOConnectivityLineOfService.IOConnectivityLineOfService" + }, + "/redfish/v1/JsonSchemas/IOConnectivityLineOfService.v1_2_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLineOfService.v1_2_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOConnectivityLineOfService Schema File Location", + "Id": "IOConnectivityLineOfService.v1_2_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOConnectivityLineOfService.v1_2_1.json", + "Uri": "/redfish/v1/Schemas/IOConnectivityLineOfService.v1_2_1.json" + } + ], + "Location@odata.count": 1, + "Name": "IOConnectivityLineOfService Schema File", + "Schema": "#IOConnectivityLineOfService.v1_2_1.IOConnectivityLineOfService" + }, + "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOConnectivityLoSCapabilities Schema File Location", + "Id": "IOConnectivityLoSCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOConnectivityLoSCapabilities.json", + "Uri": "/redfish/v1/Schemas/IOConnectivityLoSCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "IOConnectivityLoSCapabilities Schema File", + "Schema": "#IOConnectivityLoSCapabilities.IOConnectivityLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOConnectivityLoSCapabilities.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOConnectivityLoSCapabilities Schema File Location", + "Id": "IOConnectivityLoSCapabilities.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOConnectivityLoSCapabilities.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/IOConnectivityLoSCapabilities.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "IOConnectivityLoSCapabilities Schema File", + "Schema": "#IOConnectivityLoSCapabilities.v1_2_0.IOConnectivityLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/IOPerformanceLineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOPerformanceLineOfService Schema File Location", + "Id": "IOPerformanceLineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOPerformanceLineOfService.json", + "Uri": "/redfish/v1/Schemas/IOPerformanceLineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "IOPerformanceLineOfService Schema File", + "Schema": "#IOPerformanceLineOfService.IOPerformanceLineOfService" + }, + "/redfish/v1/JsonSchemas/IOPerformanceLineOfService.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLineOfService.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOPerformanceLineOfService Schema File Location", + "Id": "IOPerformanceLineOfService.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOPerformanceLineOfService.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/IOPerformanceLineOfService.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "IOPerformanceLineOfService Schema File", + "Schema": "#IOPerformanceLineOfService.v1_1_1.IOPerformanceLineOfService" + }, + "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOPerformanceLoSCapabilities Schema File Location", + "Id": "IOPerformanceLoSCapabilities", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOPerformanceLoSCapabilities.json", + "Uri": "/redfish/v1/Schemas/IOPerformanceLoSCapabilities.json" + } + ], + "Location@odata.count": 1, + "Name": "IOPerformanceLoSCapabilities Schema File", + "Schema": "#IOPerformanceLoSCapabilities.IOPerformanceLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOPerformanceLoSCapabilities.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOPerformanceLoSCapabilities Schema File Location", + "Id": "IOPerformanceLoSCapabilities.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOPerformanceLoSCapabilities.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/IOPerformanceLoSCapabilities.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "IOPerformanceLoSCapabilities Schema File", + "Schema": "#IOPerformanceLoSCapabilities.v1_3_0.IOPerformanceLoSCapabilities" + }, + "/redfish/v1/JsonSchemas/IOStatistics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOStatistics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOStatistics Schema File Location", + "Id": "IOStatistics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOStatistics.json", + "Uri": "/redfish/v1/Schemas/IOStatistics.json" + } + ], + "Location@odata.count": 1, + "Name": "IOStatistics Schema File", + "Schema": "#IOStatistics.IOStatistics" + }, + "/redfish/v1/JsonSchemas/IOStatistics.v1_0_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IOStatistics.v1_0_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IOStatistics Schema File Location", + "Id": "IOStatistics.v1_0_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/IOStatistics.v1_0_4.json", + "Uri": "/redfish/v1/Schemas/IOStatistics.v1_0_4.json" + } + ], + "Location@odata.count": 1, + "Name": "IOStatistics Schema File", + "Schema": "#IOStatistics.v1_0_4.IOStatistics" + }, + "/redfish/v1/JsonSchemas/IPAddresses": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IPAddresses Schema File Location", + "Id": "IPAddresses", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IPAddresses.json", + "Uri": "/redfish/v1/Schemas/IPAddresses.json" + } + ], + "Location@odata.count": 1, + "Name": "IPAddresses Schema File", + "Schema": "#IPAddresses.IPAddresses" + }, + "/redfish/v1/JsonSchemas/IPAddresses.v1_1_3": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/IPAddresses.v1_1_3", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "IPAddresses Schema File Location", + "Id": "IPAddresses.v1_1_3", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/IPAddresses.v1_1_3.json", + "Uri": "/redfish/v1/Schemas/IPAddresses.v1_1_3.json" + } + ], + "Location@odata.count": 1, + "Name": "IPAddresses Schema File", + "Schema": "#IPAddresses.v1_1_3.IPAddresses" + }, + "/redfish/v1/JsonSchemas/Job": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Job", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Job Schema File Location", + "Id": "Job", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Job.json", + "Uri": "/redfish/v1/Schemas/Job.json" + } + ], + "Location@odata.count": 1, + "Name": "Job Schema File", + "Schema": "#Job.Job" + }, + "/redfish/v1/JsonSchemas/Job.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Job.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Job Schema File Location", + "Id": "Job.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Job.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Job.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Job Schema File", + "Schema": "#Job.v1_2_0.Job" + }, + "/redfish/v1/JsonSchemas/JobCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JobCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JobCollection Schema File Location", + "Id": "JobCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JobCollection.json", + "Uri": "/redfish/v1/Schemas/JobCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "JobCollection Schema File", + "Schema": "#JobCollection.JobCollection" + }, + "/redfish/v1/JsonSchemas/JobService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JobService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JobService Schema File Location", + "Id": "JobService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JobService.json", + "Uri": "/redfish/v1/Schemas/JobService.json" + } + ], + "Location@odata.count": 1, + "Name": "JobService Schema File", + "Schema": "#JobService.JobService" + }, + "/redfish/v1/JsonSchemas/JobService.v1_0_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JobService.v1_0_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JobService Schema File Location", + "Id": "JobService.v1_0_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JobService.v1_0_4.json", + "Uri": "/redfish/v1/Schemas/JobService.v1_0_4.json" + } + ], + "Location@odata.count": 1, + "Name": "JobService Schema File", + "Schema": "#JobService.v1_0_4.JobService" + }, + "/redfish/v1/JsonSchemas/JsonSchemaFile": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JsonSchemaFile Schema File Location", + "Id": "JsonSchemaFile", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.json", + "Uri": "/redfish/v1/Schemas/JsonSchemaFile.json" + } + ], + "Location@odata.count": 1, + "Name": "JsonSchemaFile Schema File", + "Schema": "#JsonSchemaFile.JsonSchemaFile" + }, + "/redfish/v1/JsonSchemas/JsonSchemaFile.v1_1_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFile.v1_1_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JsonSchemaFile Schema File Location", + "Id": "JsonSchemaFile.v1_1_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.v1_1_4.json", + "Uri": "/redfish/v1/Schemas/JsonSchemaFile.v1_1_4.json" + } + ], + "Location@odata.count": 1, + "Name": "JsonSchemaFile Schema File", + "Schema": "#JsonSchemaFile.v1_1_4.JsonSchemaFile" + }, + "/redfish/v1/JsonSchemas/JsonSchemaFileCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/JsonSchemaFileCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "JsonSchemaFileCollection Schema File Location", + "Id": "JsonSchemaFileCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFileCollection.json", + "Uri": "/redfish/v1/Schemas/JsonSchemaFileCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "JsonSchemaFileCollection Schema File", + "Schema": "#JsonSchemaFileCollection.JsonSchemaFileCollection" + }, + "/redfish/v1/JsonSchemas/Key": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Key", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Key Schema File Location", + "Id": "Key", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Key.json", + "Uri": "/redfish/v1/Schemas/Key.json" + } + ], + "Location@odata.count": 1, + "Name": "Key Schema File", + "Schema": "#Key.Key" + }, + "/redfish/v1/JsonSchemas/Key.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Key.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Key Schema File Location", + "Id": "Key.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Key.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Key.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Key Schema File", + "Schema": "#Key.v1_2_0.Key" + }, + "/redfish/v1/JsonSchemas/KeyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyCollection Schema File Location", + "Id": "KeyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyCollection.json", + "Uri": "/redfish/v1/Schemas/KeyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyCollection Schema File", + "Schema": "#KeyCollection.KeyCollection" + }, + "/redfish/v1/JsonSchemas/KeyPolicy": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicy", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyPolicy Schema File Location", + "Id": "KeyPolicy", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyPolicy.json", + "Uri": "/redfish/v1/Schemas/KeyPolicy.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyPolicy Schema File", + "Schema": "#KeyPolicy.KeyPolicy" + }, + "/redfish/v1/JsonSchemas/KeyPolicy.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicy.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyPolicy Schema File Location", + "Id": "KeyPolicy.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyPolicy.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/KeyPolicy.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyPolicy Schema File", + "Schema": "#KeyPolicy.v1_0_0.KeyPolicy" + }, + "/redfish/v1/JsonSchemas/KeyPolicyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyPolicyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyPolicyCollection Schema File Location", + "Id": "KeyPolicyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyPolicyCollection.json", + "Uri": "/redfish/v1/Schemas/KeyPolicyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyPolicyCollection Schema File", + "Schema": "#KeyPolicyCollection.KeyPolicyCollection" + }, + "/redfish/v1/JsonSchemas/KeyService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyService Schema File Location", + "Id": "KeyService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyService.json", + "Uri": "/redfish/v1/Schemas/KeyService.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyService Schema File", + "Schema": "#KeyService.KeyService" + }, + "/redfish/v1/JsonSchemas/KeyService.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/KeyService.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "KeyService Schema File Location", + "Id": "KeyService.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/KeyService.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/KeyService.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "KeyService Schema File", + "Schema": "#KeyService.v1_0_0.KeyService" + }, + "/redfish/v1/JsonSchemas/License": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/License", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "License Schema File Location", + "Id": "License", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/License.json", + "Uri": "/redfish/v1/Schemas/License.json" + } + ], + "Location@odata.count": 1, + "Name": "License Schema File", + "Schema": "#License.License" + }, + "/redfish/v1/JsonSchemas/License.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/License.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "License Schema File Location", + "Id": "License.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/License.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/License.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "License Schema File", + "Schema": "#License.v1_1_0.License" + }, + "/redfish/v1/JsonSchemas/LicenseCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LicenseCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LicenseCollection Schema File Location", + "Id": "LicenseCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LicenseCollection.json", + "Uri": "/redfish/v1/Schemas/LicenseCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "LicenseCollection Schema File", + "Schema": "#LicenseCollection.LicenseCollection" + }, + "/redfish/v1/JsonSchemas/LicenseService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LicenseService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LicenseService Schema File Location", + "Id": "LicenseService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LicenseService.json", + "Uri": "/redfish/v1/Schemas/LicenseService.json" + } + ], + "Location@odata.count": 1, + "Name": "LicenseService Schema File", + "Schema": "#LicenseService.LicenseService" + }, + "/redfish/v1/JsonSchemas/LicenseService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LicenseService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LicenseService Schema File Location", + "Id": "LicenseService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LicenseService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/LicenseService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "LicenseService Schema File", + "Schema": "#LicenseService.v1_1_0.LicenseService" + }, + "/redfish/v1/JsonSchemas/LineOfService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LineOfService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LineOfService Schema File Location", + "Id": "LineOfService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfService.json", + "Uri": "/redfish/v1/Schemas/LineOfService.json" + } + ], + "Location@odata.count": 1, + "Name": "LineOfService Schema File", + "Schema": "#LineOfService.LineOfService" + }, + "/redfish/v1/JsonSchemas/LineOfService.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LineOfService.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LineOfService Schema File Location", + "Id": "LineOfService.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfService.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/LineOfService.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "LineOfService Schema File", + "Schema": "#LineOfService.v1_1_0.LineOfService" + }, + "/redfish/v1/JsonSchemas/LineOfServiceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LineOfServiceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LineOfServiceCollection Schema File Location", + "Id": "LineOfServiceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfServiceCollection.json", + "Uri": "/redfish/v1/Schemas/LineOfServiceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "LineOfServiceCollection Schema File", + "Schema": "#LineOfServiceCollection.LineOfServiceCollection" + }, + "/redfish/v1/JsonSchemas/Location.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Location.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Location Schema File Location", + "Id": "Location.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Location.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/Location.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Location Schema File", + "Schema": "#Location.v1_0_0.Location" + }, + "/redfish/v1/JsonSchemas/LogEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogEntry Schema File Location", + "Id": "LogEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntry.json", + "Uri": "/redfish/v1/Schemas/LogEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "LogEntry Schema File", + "Schema": "#LogEntry.LogEntry" + }, + "/redfish/v1/JsonSchemas/LogEntry.v1_14_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogEntry.v1_14_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogEntry Schema File Location", + "Id": "LogEntry.v1_14_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_14_0.json", + "Uri": "/redfish/v1/Schemas/LogEntry.v1_14_0.json" + } + ], + "Location@odata.count": 1, + "Name": "LogEntry Schema File", + "Schema": "#LogEntry.v1_14_0.LogEntry" + }, + "/redfish/v1/JsonSchemas/LogEntryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogEntryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogEntryCollection Schema File Location", + "Id": "LogEntryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogEntryCollection.json", + "Uri": "/redfish/v1/Schemas/LogEntryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "LogEntryCollection Schema File", + "Schema": "#LogEntryCollection.LogEntryCollection" + }, + "/redfish/v1/JsonSchemas/LogService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogService Schema File Location", + "Id": "LogService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogService.json", + "Uri": "/redfish/v1/Schemas/LogService.json" + } + ], + "Location@odata.count": 1, + "Name": "LogService Schema File", + "Schema": "#LogService.LogService" + }, + "/redfish/v1/JsonSchemas/LogService.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogService.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogService Schema File Location", + "Id": "LogService.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogService.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/LogService.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "LogService Schema File", + "Schema": "#LogService.v1_4_0.LogService" + }, + "/redfish/v1/JsonSchemas/LogServiceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/LogServiceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "LogServiceCollection Schema File Location", + "Id": "LogServiceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json", + "Uri": "/redfish/v1/Schemas/LogServiceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "LogServiceCollection Schema File", + "Schema": "#LogServiceCollection.LogServiceCollection" + }, + "/redfish/v1/JsonSchemas/Manager": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Manager", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Manager Schema File Location", + "Id": "Manager", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manager.json", + "Uri": "/redfish/v1/Schemas/Manager.json" + } + ], + "Location@odata.count": 1, + "Name": "Manager Schema File", + "Schema": "#Manager.Manager" + }, + "/redfish/v1/JsonSchemas/Manager.v1_17_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Manager.v1_17_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Manager Schema File Location", + "Id": "Manager.v1_17_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manager.v1_17_0.json", + "Uri": "/redfish/v1/Schemas/Manager.v1_17_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Manager Schema File", + "Schema": "#Manager.v1_17_0.Manager" + }, + "/redfish/v1/JsonSchemas/ManagerAccount": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerAccount Schema File Location", + "Id": "ManagerAccount", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.json", + "Uri": "/redfish/v1/Schemas/ManagerAccount.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerAccount Schema File", + "Schema": "#ManagerAccount.ManagerAccount" + }, + "/redfish/v1/JsonSchemas/ManagerAccount.v1_10_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccount.v1_10_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerAccount Schema File Location", + "Id": "ManagerAccount.v1_10_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.v1_10_0.json", + "Uri": "/redfish/v1/Schemas/ManagerAccount.v1_10_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerAccount Schema File", + "Schema": "#ManagerAccount.v1_10_0.ManagerAccount" + }, + "/redfish/v1/JsonSchemas/ManagerAccountCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerAccountCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerAccountCollection Schema File Location", + "Id": "ManagerAccountCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerAccountCollection.json", + "Uri": "/redfish/v1/Schemas/ManagerAccountCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerAccountCollection Schema File", + "Schema": "#ManagerAccountCollection.ManagerAccountCollection" + }, + "/redfish/v1/JsonSchemas/ManagerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerCollection Schema File Location", + "Id": "ManagerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerCollection.json", + "Uri": "/redfish/v1/Schemas/ManagerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerCollection Schema File", + "Schema": "#ManagerCollection.ManagerCollection" + }, + "/redfish/v1/JsonSchemas/ManagerDiagnosticData": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerDiagnosticData Schema File Location", + "Id": "ManagerDiagnosticData", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.json", + "Uri": "/redfish/v1/Schemas/ManagerDiagnosticData.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerDiagnosticData Schema File", + "Schema": "#ManagerDiagnosticData.ManagerDiagnosticData" + }, + "/redfish/v1/JsonSchemas/ManagerDiagnosticData.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerDiagnosticData.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerDiagnosticData Schema File Location", + "Id": "ManagerDiagnosticData.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerDiagnosticData.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/ManagerDiagnosticData.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerDiagnosticData Schema File", + "Schema": "#ManagerDiagnosticData.v1_2_0.ManagerDiagnosticData" + }, + "/redfish/v1/JsonSchemas/ManagerNetworkProtocol": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerNetworkProtocol Schema File Location", + "Id": "ManagerNetworkProtocol", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.json", + "Uri": "/redfish/v1/Schemas/ManagerNetworkProtocol.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerNetworkProtocol Schema File", + "Schema": "#ManagerNetworkProtocol.ManagerNetworkProtocol" + }, + "/redfish/v1/JsonSchemas/ManagerNetworkProtocol.v1_9_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ManagerNetworkProtocol.v1_9_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ManagerNetworkProtocol Schema File Location", + "Id": "ManagerNetworkProtocol.v1_9_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ManagerNetworkProtocol.v1_9_1.json", + "Uri": "/redfish/v1/Schemas/ManagerNetworkProtocol.v1_9_1.json" + } + ], + "Location@odata.count": 1, + "Name": "ManagerNetworkProtocol Schema File", + "Schema": "#ManagerNetworkProtocol.v1_9_1.ManagerNetworkProtocol" + }, + "/redfish/v1/JsonSchemas/Manifest": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Manifest", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Manifest Schema File Location", + "Id": "Manifest", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manifest.json", + "Uri": "/redfish/v1/Schemas/Manifest.json" + } + ], + "Location@odata.count": 1, + "Name": "Manifest Schema File", + "Schema": "#Manifest.Manifest" + }, + "/redfish/v1/JsonSchemas/Manifest.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Manifest.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Manifest Schema File Location", + "Id": "Manifest.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Manifest.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/Manifest.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Manifest Schema File", + "Schema": "#Manifest.v1_1_0.Manifest" + }, + "/redfish/v1/JsonSchemas/MediaController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MediaController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MediaController Schema File Location", + "Id": "MediaController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MediaController.json", + "Uri": "/redfish/v1/Schemas/MediaController.json" + } + ], + "Location@odata.count": 1, + "Name": "MediaController Schema File", + "Schema": "#MediaController.MediaController" + }, + "/redfish/v1/JsonSchemas/MediaController.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MediaController.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MediaController Schema File Location", + "Id": "MediaController.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MediaController.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/MediaController.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MediaController Schema File", + "Schema": "#MediaController.v1_3_0.MediaController" + }, + "/redfish/v1/JsonSchemas/MediaControllerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MediaControllerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MediaControllerCollection Schema File Location", + "Id": "MediaControllerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json", + "Uri": "/redfish/v1/Schemas/MediaControllerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MediaControllerCollection Schema File", + "Schema": "#MediaControllerCollection.MediaControllerCollection" + }, + "/redfish/v1/JsonSchemas/Memory": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Memory", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Memory Schema File Location", + "Id": "Memory", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Memory.json", + "Uri": "/redfish/v1/Schemas/Memory.json" + } + ], + "Location@odata.count": 1, + "Name": "Memory Schema File", + "Schema": "#Memory.Memory" + }, + "/redfish/v1/JsonSchemas/Memory.v1_17_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Memory.v1_17_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Memory Schema File Location", + "Id": "Memory.v1_17_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Memory.v1_17_0.json", + "Uri": "/redfish/v1/Schemas/Memory.v1_17_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Memory Schema File", + "Schema": "#Memory.v1_17_0.Memory" + }, + "/redfish/v1/JsonSchemas/MemoryChunks": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunks", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryChunks Schema File Location", + "Id": "MemoryChunks", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunks.json", + "Uri": "/redfish/v1/Schemas/MemoryChunks.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryChunks Schema File", + "Schema": "#MemoryChunks.MemoryChunks" + }, + "/redfish/v1/JsonSchemas/MemoryChunks.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunks.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryChunks Schema File Location", + "Id": "MemoryChunks.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunks.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/MemoryChunks.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryChunks Schema File", + "Schema": "#MemoryChunks.v1_5_0.MemoryChunks" + }, + "/redfish/v1/JsonSchemas/MemoryChunksCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryChunksCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryChunksCollection Schema File Location", + "Id": "MemoryChunksCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryChunksCollection.json", + "Uri": "/redfish/v1/Schemas/MemoryChunksCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryChunksCollection Schema File", + "Schema": "#MemoryChunksCollection.MemoryChunksCollection" + }, + "/redfish/v1/JsonSchemas/MemoryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryCollection Schema File Location", + "Id": "MemoryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json", + "Uri": "/redfish/v1/Schemas/MemoryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryCollection Schema File", + "Schema": "#MemoryCollection.MemoryCollection" + }, + "/redfish/v1/JsonSchemas/MemoryDomain": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomain", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryDomain Schema File Location", + "Id": "MemoryDomain", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.json", + "Uri": "/redfish/v1/Schemas/MemoryDomain.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryDomain Schema File", + "Schema": "#MemoryDomain.MemoryDomain" + }, + "/redfish/v1/JsonSchemas/MemoryDomain.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomain.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryDomain Schema File Location", + "Id": "MemoryDomain.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/MemoryDomain.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryDomain Schema File", + "Schema": "#MemoryDomain.v1_5_0.MemoryDomain" + }, + "/redfish/v1/JsonSchemas/MemoryDomainCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryDomainCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryDomainCollection Schema File Location", + "Id": "MemoryDomainCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json", + "Uri": "/redfish/v1/Schemas/MemoryDomainCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryDomainCollection Schema File", + "Schema": "#MemoryDomainCollection.MemoryDomainCollection" + }, + "/redfish/v1/JsonSchemas/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryMetrics Schema File Location", + "Id": "MemoryMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.json", + "Uri": "/redfish/v1/Schemas/MemoryMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryMetrics Schema File", + "Schema": "#MemoryMetrics.MemoryMetrics" + }, + "/redfish/v1/JsonSchemas/MemoryMetrics.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MemoryMetrics.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MemoryMetrics Schema File Location", + "Id": "MemoryMetrics.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/MemoryMetrics.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MemoryMetrics Schema File", + "Schema": "#MemoryMetrics.v1_6_0.MemoryMetrics" + }, + "/redfish/v1/JsonSchemas/Message": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Message", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Message Schema File Location", + "Id": "Message", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Message.json", + "Uri": "/redfish/v1/Schemas/Message.json" + } + ], + "Location@odata.count": 1, + "Name": "Message Schema File", + "Schema": "#Message.Message" + }, + "/redfish/v1/JsonSchemas/Message.v1_1_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Message.v1_1_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Message Schema File Location", + "Id": "Message.v1_1_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Message.v1_1_2.json", + "Uri": "/redfish/v1/Schemas/Message.v1_1_2.json" + } + ], + "Location@odata.count": 1, + "Name": "Message Schema File", + "Schema": "#Message.v1_1_2.Message" + }, + "/redfish/v1/JsonSchemas/MessageRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistry Schema File Location", + "Id": "MessageRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.json", + "Uri": "/redfish/v1/Schemas/MessageRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistry Schema File", + "Schema": "#MessageRegistry.MessageRegistry" + }, + "/redfish/v1/JsonSchemas/MessageRegistry.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistry Schema File Location", + "Id": "MessageRegistry.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/MessageRegistry.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistry Schema File", + "Schema": "#MessageRegistry.v1_2_0.MessageRegistry" + }, + "/redfish/v1/JsonSchemas/MessageRegistry.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistry Schema File Location", + "Id": "MessageRegistry.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/MessageRegistry.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistry Schema File", + "Schema": "#MessageRegistry.v1_5_0.MessageRegistry" + }, + "/redfish/v1/JsonSchemas/MessageRegistry.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistry.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistry Schema File Location", + "Id": "MessageRegistry.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/MessageRegistry.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistry Schema File", + "Schema": "#MessageRegistry.v1_6_0.MessageRegistry" + }, + "/redfish/v1/JsonSchemas/MessageRegistryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistryCollection Schema File Location", + "Id": "MessageRegistryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryCollection.json", + "Uri": "/redfish/v1/Schemas/MessageRegistryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistryCollection Schema File", + "Schema": "#MessageRegistryCollection.MessageRegistryCollection" + }, + "/redfish/v1/JsonSchemas/MessageRegistryFile": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistryFile Schema File Location", + "Id": "MessageRegistryFile", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.json", + "Uri": "/redfish/v1/Schemas/MessageRegistryFile.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistryFile Schema File", + "Schema": "#MessageRegistryFile.MessageRegistryFile" + }, + "/redfish/v1/JsonSchemas/MessageRegistryFile.v1_1_3": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFile.v1_1_3", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistryFile Schema File Location", + "Id": "MessageRegistryFile.v1_1_3", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFile.v1_1_3.json", + "Uri": "/redfish/v1/Schemas/MessageRegistryFile.v1_1_3.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistryFile Schema File", + "Schema": "#MessageRegistryFile.v1_1_3.MessageRegistryFile" + }, + "/redfish/v1/JsonSchemas/MessageRegistryFileCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MessageRegistryFileCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MessageRegistryFileCollection Schema File Location", + "Id": "MessageRegistryFileCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MessageRegistryFileCollection.json", + "Uri": "/redfish/v1/Schemas/MessageRegistryFileCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MessageRegistryFileCollection Schema File", + "Schema": "#MessageRegistryFileCollection.MessageRegistryFileCollection" + }, + "/redfish/v1/JsonSchemas/MetricDefinition": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricDefinition Schema File Location", + "Id": "MetricDefinition", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricDefinition.json", + "Uri": "/redfish/v1/Schemas/MetricDefinition.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricDefinition Schema File", + "Schema": "#MetricDefinition.MetricDefinition" + }, + "/redfish/v1/JsonSchemas/MetricDefinition.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinition.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricDefinition Schema File Location", + "Id": "MetricDefinition.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricDefinition.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/MetricDefinition.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricDefinition Schema File", + "Schema": "#MetricDefinition.v1_3_1.MetricDefinition" + }, + "/redfish/v1/JsonSchemas/MetricDefinitionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricDefinitionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricDefinitionCollection Schema File Location", + "Id": "MetricDefinitionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricDefinitionCollection.json", + "Uri": "/redfish/v1/Schemas/MetricDefinitionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricDefinitionCollection Schema File", + "Schema": "#MetricDefinitionCollection.MetricDefinitionCollection" + }, + "/redfish/v1/JsonSchemas/MetricReport": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReport", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReport Schema File Location", + "Id": "MetricReport", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReport.json", + "Uri": "/redfish/v1/Schemas/MetricReport.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReport Schema File", + "Schema": "#MetricReport.MetricReport" + }, + "/redfish/v1/JsonSchemas/MetricReport.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReport.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReport Schema File Location", + "Id": "MetricReport.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReport.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/MetricReport.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReport Schema File", + "Schema": "#MetricReport.v1_5_0.MetricReport" + }, + "/redfish/v1/JsonSchemas/MetricReportCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReportCollection Schema File Location", + "Id": "MetricReportCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReportCollection.json", + "Uri": "/redfish/v1/Schemas/MetricReportCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReportCollection Schema File", + "Schema": "#MetricReportCollection.MetricReportCollection" + }, + "/redfish/v1/JsonSchemas/MetricReportDefinition": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReportDefinition Schema File Location", + "Id": "MetricReportDefinition", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.json", + "Uri": "/redfish/v1/Schemas/MetricReportDefinition.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReportDefinition Schema File", + "Schema": "#MetricReportDefinition.MetricReportDefinition" + }, + "/redfish/v1/JsonSchemas/MetricReportDefinition.v1_4_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinition.v1_4_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReportDefinition Schema File Location", + "Id": "MetricReportDefinition.v1_4_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinition.v1_4_2.json", + "Uri": "/redfish/v1/Schemas/MetricReportDefinition.v1_4_2.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReportDefinition Schema File", + "Schema": "#MetricReportDefinition.v1_4_2.MetricReportDefinition" + }, + "/redfish/v1/JsonSchemas/MetricReportDefinitionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/MetricReportDefinitionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "MetricReportDefinitionCollection Schema File Location", + "Id": "MetricReportDefinitionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/MetricReportDefinitionCollection.json", + "Uri": "/redfish/v1/Schemas/MetricReportDefinitionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "MetricReportDefinitionCollection Schema File", + "Schema": "#MetricReportDefinitionCollection.MetricReportDefinitionCollection" + }, + "/redfish/v1/JsonSchemas/NVMeDomain": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomain", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NVMeDomain Schema File Location", + "Id": "NVMeDomain", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeDomain.json", + "Uri": "/redfish/v1/Schemas/NVMeDomain.json" + } + ], + "Location@odata.count": 1, + "Name": "NVMeDomain Schema File", + "Schema": "#NVMeDomain.NVMeDomain" + }, + "/redfish/v1/JsonSchemas/NVMeDomain.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomain.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NVMeDomain Schema File Location", + "Id": "NVMeDomain.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeDomain.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/NVMeDomain.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NVMeDomain Schema File", + "Schema": "#NVMeDomain.v1_1_0.NVMeDomain" + }, + "/redfish/v1/JsonSchemas/NVMeDomainCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NVMeDomainCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NVMeDomainCollection Schema File Location", + "Id": "NVMeDomainCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeDomainCollection.json", + "Uri": "/redfish/v1/Schemas/NVMeDomainCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "NVMeDomainCollection Schema File", + "Schema": "#NVMeDomainCollection.NVMeDomainCollection" + }, + "/redfish/v1/JsonSchemas/NVMeFirmwareImage": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NVMeFirmwareImage", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NVMeFirmwareImage Schema File Location", + "Id": "NVMeFirmwareImage", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeFirmwareImage.json", + "Uri": "/redfish/v1/Schemas/NVMeFirmwareImage.json" + } + ], + "Location@odata.count": 1, + "Name": "NVMeFirmwareImage Schema File", + "Schema": "#NVMeFirmwareImage.NVMeFirmwareImage" + }, + "/redfish/v1/JsonSchemas/NVMeFirmwareImage.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NVMeFirmwareImage.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NVMeFirmwareImage Schema File Location", + "Id": "NVMeFirmwareImage.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeFirmwareImage.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/NVMeFirmwareImage.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NVMeFirmwareImage Schema File", + "Schema": "#NVMeFirmwareImage.v1_1_0.NVMeFirmwareImage" + }, + "/redfish/v1/JsonSchemas/NetworkAdapter": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapter", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkAdapter Schema File Location", + "Id": "NetworkAdapter", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.json", + "Uri": "/redfish/v1/Schemas/NetworkAdapter.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkAdapter Schema File", + "Schema": "#NetworkAdapter.NetworkAdapter" + }, + "/redfish/v1/JsonSchemas/NetworkAdapter.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapter.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkAdapter Schema File Location", + "Id": "NetworkAdapter.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapter.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/NetworkAdapter.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkAdapter Schema File", + "Schema": "#NetworkAdapter.v1_9_0.NetworkAdapter" + }, + "/redfish/v1/JsonSchemas/NetworkAdapterCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkAdapterCollection Schema File Location", + "Id": "NetworkAdapterCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json", + "Uri": "/redfish/v1/Schemas/NetworkAdapterCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkAdapterCollection Schema File", + "Schema": "#NetworkAdapterCollection.NetworkAdapterCollection" + }, + "/redfish/v1/JsonSchemas/NetworkAdapterMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkAdapterMetrics Schema File Location", + "Id": "NetworkAdapterMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterMetrics.json", + "Uri": "/redfish/v1/Schemas/NetworkAdapterMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkAdapterMetrics Schema File", + "Schema": "#NetworkAdapterMetrics.NetworkAdapterMetrics" + }, + "/redfish/v1/JsonSchemas/NetworkAdapterMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkAdapterMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkAdapterMetrics Schema File Location", + "Id": "NetworkAdapterMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/NetworkAdapterMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkAdapterMetrics Schema File", + "Schema": "#NetworkAdapterMetrics.v1_0_0.NetworkAdapterMetrics" + }, + "/redfish/v1/JsonSchemas/NetworkDeviceFunction": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunction", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkDeviceFunction Schema File Location", + "Id": "NetworkDeviceFunction", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.json", + "Uri": "/redfish/v1/Schemas/NetworkDeviceFunction.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkDeviceFunction Schema File", + "Schema": "#NetworkDeviceFunction.NetworkDeviceFunction" + }, + "/redfish/v1/JsonSchemas/NetworkDeviceFunction.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunction.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkDeviceFunction Schema File Location", + "Id": "NetworkDeviceFunction.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/NetworkDeviceFunction.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkDeviceFunction Schema File", + "Schema": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction" + }, + "/redfish/v1/JsonSchemas/NetworkDeviceFunctionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkDeviceFunctionCollection Schema File Location", + "Id": "NetworkDeviceFunctionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionCollection.json", + "Uri": "/redfish/v1/Schemas/NetworkDeviceFunctionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkDeviceFunctionCollection Schema File", + "Schema": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection" + }, + "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkDeviceFunctionMetrics Schema File Location", + "Id": "NetworkDeviceFunctionMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionMetrics.json", + "Uri": "/redfish/v1/Schemas/NetworkDeviceFunctionMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkDeviceFunctionMetrics Schema File", + "Schema": "#NetworkDeviceFunctionMetrics.NetworkDeviceFunctionMetrics" + }, + "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkDeviceFunctionMetrics.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkDeviceFunctionMetrics Schema File Location", + "Id": "NetworkDeviceFunctionMetrics.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunctionMetrics.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/NetworkDeviceFunctionMetrics.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkDeviceFunctionMetrics Schema File", + "Schema": "#NetworkDeviceFunctionMetrics.v1_1_0.NetworkDeviceFunctionMetrics" + }, + "/redfish/v1/JsonSchemas/NetworkInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkInterface Schema File Location", + "Id": "NetworkInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.json", + "Uri": "/redfish/v1/Schemas/NetworkInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkInterface Schema File", + "Schema": "#NetworkInterface.NetworkInterface" + }, + "/redfish/v1/JsonSchemas/NetworkInterface.v1_2_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterface.v1_2_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkInterface Schema File Location", + "Id": "NetworkInterface.v1_2_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterface.v1_2_1.json", + "Uri": "/redfish/v1/Schemas/NetworkInterface.v1_2_1.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkInterface Schema File", + "Schema": "#NetworkInterface.v1_2_1.NetworkInterface" + }, + "/redfish/v1/JsonSchemas/NetworkInterfaceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkInterfaceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkInterfaceCollection Schema File Location", + "Id": "NetworkInterfaceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkInterfaceCollection.json", + "Uri": "/redfish/v1/Schemas/NetworkInterfaceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkInterfaceCollection Schema File", + "Schema": "#NetworkInterfaceCollection.NetworkInterfaceCollection" + }, + "/redfish/v1/JsonSchemas/NetworkPort": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPort", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkPort Schema File Location", + "Id": "NetworkPort", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPort.json", + "Uri": "/redfish/v1/Schemas/NetworkPort.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkPort Schema File", + "Schema": "#NetworkPort.NetworkPort" + }, + "/redfish/v1/JsonSchemas/NetworkPort.v1_4_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPort.v1_4_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkPort Schema File Location", + "Id": "NetworkPort.v1_4_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPort.v1_4_1.json", + "Uri": "/redfish/v1/Schemas/NetworkPort.v1_4_1.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkPort Schema File", + "Schema": "#NetworkPort.v1_4_1.NetworkPort" + }, + "/redfish/v1/JsonSchemas/NetworkPortCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/NetworkPortCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "NetworkPortCollection Schema File Location", + "Id": "NetworkPortCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/NetworkPortCollection.json", + "Uri": "/redfish/v1/Schemas/NetworkPortCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "NetworkPortCollection Schema File", + "Schema": "#NetworkPortCollection.NetworkPortCollection" + }, + "/redfish/v1/JsonSchemas/OemManager": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OemManager", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OemManager Schema File Location", + "Id": "OemManager", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/OemManager.json", + "Uri": "/redfish/v1/Schemas/OemManager.json" + } + ], + "Location@odata.count": 1, + "Name": "OemManager Schema File", + "Schema": "#OemManager.OemManager" + }, + "/redfish/v1/JsonSchemas/OemManager.v1_5_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OemManager.v1_5_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OemManager Schema File Location", + "Id": "OemManager.v1_5_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://downloads.dell.com/redfish/bmc/schemas/OemManager.v1_5_1.json", + "Uri": "/redfish/v1/Schemas/OemManager.v1_5_1.json" + } + ], + "Location@odata.count": 1, + "Name": "OemManager Schema File", + "Schema": "#OemManager.v1_5_1.OemManager" + }, + "/redfish/v1/JsonSchemas/OperatingConfig": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OperatingConfig Schema File Location", + "Id": "OperatingConfig", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OperatingConfig.json", + "Uri": "/redfish/v1/Schemas/OperatingConfig.json" + } + ], + "Location@odata.count": 1, + "Name": "OperatingConfig Schema File", + "Schema": "#OperatingConfig.OperatingConfig" + }, + "/redfish/v1/JsonSchemas/OperatingConfig.v1_0_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfig.v1_0_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OperatingConfig Schema File Location", + "Id": "OperatingConfig.v1_0_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OperatingConfig.v1_0_2.json", + "Uri": "/redfish/v1/Schemas/OperatingConfig.v1_0_2.json" + } + ], + "Location@odata.count": 1, + "Name": "OperatingConfig Schema File", + "Schema": "#OperatingConfig.v1_0_2.OperatingConfig" + }, + "/redfish/v1/JsonSchemas/OperatingConfigCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OperatingConfigCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OperatingConfigCollection Schema File Location", + "Id": "OperatingConfigCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OperatingConfigCollection.json", + "Uri": "/redfish/v1/Schemas/OperatingConfigCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "OperatingConfigCollection Schema File", + "Schema": "#OperatingConfigCollection.OperatingConfigCollection" + }, + "/redfish/v1/JsonSchemas/Outlet": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Outlet", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Outlet Schema File Location", + "Id": "Outlet", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Outlet.json", + "Uri": "/redfish/v1/Schemas/Outlet.json" + } + ], + "Location@odata.count": 1, + "Name": "Outlet Schema File", + "Schema": "#Outlet.Outlet" + }, + "/redfish/v1/JsonSchemas/Outlet.v1_4_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Outlet.v1_4_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Outlet Schema File Location", + "Id": "Outlet.v1_4_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Outlet.v1_4_1.json", + "Uri": "/redfish/v1/Schemas/Outlet.v1_4_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Outlet Schema File", + "Schema": "#Outlet.v1_4_1.Outlet" + }, + "/redfish/v1/JsonSchemas/OutletCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OutletCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OutletCollection Schema File Location", + "Id": "OutletCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OutletCollection.json", + "Uri": "/redfish/v1/Schemas/OutletCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "OutletCollection Schema File", + "Schema": "#OutletCollection.OutletCollection" + }, + "/redfish/v1/JsonSchemas/OutletGroup": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroup", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OutletGroup Schema File Location", + "Id": "OutletGroup", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OutletGroup.json", + "Uri": "/redfish/v1/Schemas/OutletGroup.json" + } + ], + "Location@odata.count": 1, + "Name": "OutletGroup Schema File", + "Schema": "#OutletGroup.OutletGroup" + }, + "/redfish/v1/JsonSchemas/OutletGroup.v1_1_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroup.v1_1_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OutletGroup Schema File Location", + "Id": "OutletGroup.v1_1_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OutletGroup.v1_1_1.json", + "Uri": "/redfish/v1/Schemas/OutletGroup.v1_1_1.json" + } + ], + "Location@odata.count": 1, + "Name": "OutletGroup Schema File", + "Schema": "#OutletGroup.v1_1_1.OutletGroup" + }, + "/redfish/v1/JsonSchemas/OutletGroupCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/OutletGroupCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "OutletGroupCollection Schema File Location", + "Id": "OutletGroupCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/OutletGroupCollection.json", + "Uri": "/redfish/v1/Schemas/OutletGroupCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "OutletGroupCollection Schema File", + "Schema": "#OutletGroupCollection.OutletGroupCollection" + }, + "/redfish/v1/JsonSchemas/PCIeDevice": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeDevice Schema File Location", + "Id": "PCIeDevice", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json", + "Uri": "/redfish/v1/Schemas/PCIeDevice.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeDevice Schema File", + "Schema": "#PCIeDevice.PCIeDevice" + }, + "/redfish/v1/JsonSchemas/PCIeDevice.v1_11_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDevice.v1_11_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeDevice Schema File Location", + "Id": "PCIeDevice.v1_11_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.v1_11_0.json", + "Uri": "/redfish/v1/Schemas/PCIeDevice.v1_11_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeDevice Schema File", + "Schema": "#PCIeDevice.v1_11_0.PCIeDevice" + }, + "/redfish/v1/JsonSchemas/PCIeDeviceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeDeviceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeDeviceCollection Schema File Location", + "Id": "PCIeDeviceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json", + "Uri": "/redfish/v1/Schemas/PCIeDeviceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeDeviceCollection Schema File", + "Schema": "#PCIeDeviceCollection.PCIeDeviceCollection" + }, + "/redfish/v1/JsonSchemas/PCIeFunction": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeFunction Schema File Location", + "Id": "PCIeFunction", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json", + "Uri": "/redfish/v1/Schemas/PCIeFunction.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeFunction Schema File", + "Schema": "#PCIeFunction.PCIeFunction" + }, + "/redfish/v1/JsonSchemas/PCIeFunction.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunction.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeFunction Schema File Location", + "Id": "PCIeFunction.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/PCIeFunction.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeFunction Schema File", + "Schema": "#PCIeFunction.v1_5_0.PCIeFunction" + }, + "/redfish/v1/JsonSchemas/PCIeFunctionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeFunctionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeFunctionCollection Schema File Location", + "Id": "PCIeFunctionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection.json", + "Uri": "/redfish/v1/Schemas/PCIeFunctionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeFunctionCollection Schema File", + "Schema": "#PCIeFunctionCollection.PCIeFunctionCollection" + }, + "/redfish/v1/JsonSchemas/PCIeSlots": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeSlots Schema File Location", + "Id": "PCIeSlots", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json", + "Uri": "/redfish/v1/Schemas/PCIeSlots.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeSlots Schema File", + "Schema": "#PCIeSlots.PCIeSlots" + }, + "/redfish/v1/JsonSchemas/PCIeSlots.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PCIeSlots.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PCIeSlots Schema File Location", + "Id": "PCIeSlots.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/PCIeSlots.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PCIeSlots Schema File", + "Schema": "#PCIeSlots.v1_5_0.PCIeSlots" + }, + "/redfish/v1/JsonSchemas/PhysicalContext": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PhysicalContext", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PhysicalContext Schema File Location", + "Id": "PhysicalContext", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json", + "Uri": "/redfish/v1/Schemas/PhysicalContext.json" + } + ], + "Location@odata.count": 1, + "Name": "PhysicalContext Schema File", + "Schema": "#PhysicalContext.PhysicalContext" + }, + "/redfish/v1/JsonSchemas/Port": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Port", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Port Schema File Location", + "Id": "Port", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Port.json", + "Uri": "/redfish/v1/Schemas/Port.json" + } + ], + "Location@odata.count": 1, + "Name": "Port Schema File", + "Schema": "#Port.Port" + }, + "/redfish/v1/JsonSchemas/Port.v1_8_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Port.v1_8_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Port Schema File Location", + "Id": "Port.v1_8_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Port.v1_8_0.json", + "Uri": "/redfish/v1/Schemas/Port.v1_8_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Port Schema File", + "Schema": "#Port.v1_8_0.Port" + }, + "/redfish/v1/JsonSchemas/PortCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PortCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PortCollection Schema File Location", + "Id": "PortCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PortCollection.json", + "Uri": "/redfish/v1/Schemas/PortCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PortCollection Schema File", + "Schema": "#PortCollection.PortCollection" + }, + "/redfish/v1/JsonSchemas/PortMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PortMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PortMetrics Schema File Location", + "Id": "PortMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PortMetrics.json", + "Uri": "/redfish/v1/Schemas/PortMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "PortMetrics Schema File", + "Schema": "#PortMetrics.PortMetrics" + }, + "/redfish/v1/JsonSchemas/PortMetrics.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PortMetrics.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PortMetrics Schema File Location", + "Id": "PortMetrics.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PortMetrics.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/PortMetrics.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PortMetrics Schema File", + "Schema": "#PortMetrics.v1_4_0.PortMetrics" + }, + "/redfish/v1/JsonSchemas/Power": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Power", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Power Schema File Location", + "Id": "Power", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.json", + "Uri": "/redfish/v1/Schemas/Power.json" + } + ], + "Location@odata.count": 1, + "Name": "Power Schema File", + "Schema": "#Power.Power" + }, + "/redfish/v1/JsonSchemas/Power.v1_7_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Power.v1_7_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Power Schema File Location", + "Id": "Power.v1_7_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_1.json", + "Uri": "/redfish/v1/Schemas/Power.v1_7_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Power Schema File", + "Schema": "#Power.v1_7_1.Power" + }, + "/redfish/v1/JsonSchemas/PowerDistribution": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistribution", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDistribution Schema File Location", + "Id": "PowerDistribution", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json", + "Uri": "/redfish/v1/Schemas/PowerDistribution.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDistribution Schema File", + "Schema": "#PowerDistribution.PowerDistribution" + }, + "/redfish/v1/JsonSchemas/PowerDistribution.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistribution.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDistribution Schema File Location", + "Id": "PowerDistribution.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/PowerDistribution.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDistribution Schema File", + "Schema": "#PowerDistribution.v1_3_0.PowerDistribution" + }, + "/redfish/v1/JsonSchemas/PowerDistributionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDistributionCollection Schema File Location", + "Id": "PowerDistributionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDistributionCollection.json", + "Uri": "/redfish/v1/Schemas/PowerDistributionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDistributionCollection Schema File", + "Schema": "#PowerDistributionCollection.PowerDistributionCollection" + }, + "/redfish/v1/JsonSchemas/PowerDistributionMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDistributionMetrics Schema File Location", + "Id": "PowerDistributionMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDistributionMetrics.json", + "Uri": "/redfish/v1/Schemas/PowerDistributionMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDistributionMetrics Schema File", + "Schema": "#PowerDistributionMetrics.PowerDistributionMetrics" + }, + "/redfish/v1/JsonSchemas/PowerDistributionMetrics.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDistributionMetrics.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDistributionMetrics Schema File Location", + "Id": "PowerDistributionMetrics.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDistributionMetrics.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/PowerDistributionMetrics.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDistributionMetrics Schema File", + "Schema": "#PowerDistributionMetrics.v1_3_0.PowerDistributionMetrics" + }, + "/redfish/v1/JsonSchemas/PowerDomain": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomain", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDomain Schema File Location", + "Id": "PowerDomain", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDomain.json", + "Uri": "/redfish/v1/Schemas/PowerDomain.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDomain Schema File", + "Schema": "#PowerDomain.PowerDomain" + }, + "/redfish/v1/JsonSchemas/PowerDomain.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomain.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDomain Schema File Location", + "Id": "PowerDomain.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDomain.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/PowerDomain.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDomain Schema File", + "Schema": "#PowerDomain.v1_2_0.PowerDomain" + }, + "/redfish/v1/JsonSchemas/PowerDomainCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerDomainCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerDomainCollection Schema File Location", + "Id": "PowerDomainCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerDomainCollection.json", + "Uri": "/redfish/v1/Schemas/PowerDomainCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerDomainCollection Schema File", + "Schema": "#PowerDomainCollection.PowerDomainCollection" + }, + "/redfish/v1/JsonSchemas/PowerEquipment": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerEquipment", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerEquipment Schema File Location", + "Id": "PowerEquipment", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.json", + "Uri": "/redfish/v1/Schemas/PowerEquipment.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerEquipment Schema File", + "Schema": "#PowerEquipment.PowerEquipment" + }, + "/redfish/v1/JsonSchemas/PowerEquipment.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerEquipment.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerEquipment Schema File Location", + "Id": "PowerEquipment.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/PowerEquipment.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerEquipment Schema File", + "Schema": "#PowerEquipment.v1_2_0.PowerEquipment" + }, + "/redfish/v1/JsonSchemas/PowerSubsystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSubsystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSubsystem Schema File Location", + "Id": "PowerSubsystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.json", + "Uri": "/redfish/v1/Schemas/PowerSubsystem.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSubsystem Schema File", + "Schema": "#PowerSubsystem.PowerSubsystem" + }, + "/redfish/v1/JsonSchemas/PowerSubsystem.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSubsystem.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSubsystem Schema File Location", + "Id": "PowerSubsystem.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/PowerSubsystem.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSubsystem Schema File", + "Schema": "#PowerSubsystem.v1_1_0.PowerSubsystem" + }, + "/redfish/v1/JsonSchemas/PowerSupply": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupply", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSupply Schema File Location", + "Id": "PowerSupply", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSupply.json", + "Uri": "/redfish/v1/Schemas/PowerSupply.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSupply Schema File", + "Schema": "#PowerSupply.PowerSupply" + }, + "/redfish/v1/JsonSchemas/PowerSupply.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupply.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSupply Schema File Location", + "Id": "PowerSupply.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSupply.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/PowerSupply.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSupply Schema File", + "Schema": "#PowerSupply.v1_5_0.PowerSupply" + }, + "/redfish/v1/JsonSchemas/PowerSupplyCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSupplyCollection Schema File Location", + "Id": "PowerSupplyCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSupplyCollection.json", + "Uri": "/redfish/v1/Schemas/PowerSupplyCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSupplyCollection Schema File", + "Schema": "#PowerSupplyCollection.PowerSupplyCollection" + }, + "/redfish/v1/JsonSchemas/PowerSupplyMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSupplyMetrics Schema File Location", + "Id": "PowerSupplyMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics.json", + "Uri": "/redfish/v1/Schemas/PowerSupplyMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSupplyMetrics Schema File", + "Schema": "#PowerSupplyMetrics.PowerSupplyMetrics" + }, + "/redfish/v1/JsonSchemas/PowerSupplyMetrics.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PowerSupplyMetrics.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PowerSupplyMetrics Schema File Location", + "Id": "PowerSupplyMetrics.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/PowerSupplyMetrics.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "PowerSupplyMetrics Schema File", + "Schema": "#PowerSupplyMetrics.v1_0_1.PowerSupplyMetrics" + }, + "/redfish/v1/JsonSchemas/PrivilegeRegistry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PrivilegeRegistry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PrivilegeRegistry Schema File Location", + "Id": "PrivilegeRegistry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.json", + "Uri": "/redfish/v1/Schemas/PrivilegeRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "PrivilegeRegistry Schema File", + "Schema": "#PrivilegeRegistry.PrivilegeRegistry" + }, + "/redfish/v1/JsonSchemas/PrivilegeRegistry.v1_1_4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/PrivilegeRegistry.v1_1_4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "PrivilegeRegistry Schema File Location", + "Id": "PrivilegeRegistry.v1_1_4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/PrivilegeRegistry.v1_1_4.json", + "Uri": "/redfish/v1/Schemas/PrivilegeRegistry.v1_1_4.json" + } + ], + "Location@odata.count": 1, + "Name": "PrivilegeRegistry Schema File", + "Schema": "#PrivilegeRegistry.v1_1_4.PrivilegeRegistry" + }, + "/redfish/v1/JsonSchemas/Privileges": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Privileges", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Privileges Schema File Location", + "Id": "Privileges", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Privileges.json", + "Uri": "/redfish/v1/Schemas/Privileges.json" + } + ], + "Location@odata.count": 1, + "Name": "Privileges Schema File", + "Schema": "#Privileges.Privileges" + }, + "/redfish/v1/JsonSchemas/Privileges.v1_0_5": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Privileges.v1_0_5", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Privileges Schema File Location", + "Id": "Privileges.v1_0_5", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Privileges.v1_0_5.json", + "Uri": "/redfish/v1/Schemas/Privileges.v1_0_5.json" + } + ], + "Location@odata.count": 1, + "Name": "Privileges Schema File", + "Schema": "#Privileges.v1_0_5.Privileges" + }, + "/redfish/v1/JsonSchemas/Processor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Processor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Processor Schema File Location", + "Id": "Processor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Processor.json", + "Uri": "/redfish/v1/Schemas/Processor.json" + } + ], + "Location@odata.count": 1, + "Name": "Processor Schema File", + "Schema": "#Processor.Processor" + }, + "/redfish/v1/JsonSchemas/Processor.v1_17_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Processor.v1_17_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Processor Schema File Location", + "Id": "Processor.v1_17_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Processor.v1_17_0.json", + "Uri": "/redfish/v1/Schemas/Processor.v1_17_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Processor Schema File", + "Schema": "#Processor.v1_17_0.Processor" + }, + "/redfish/v1/JsonSchemas/ProcessorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ProcessorCollection Schema File Location", + "Id": "ProcessorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json", + "Uri": "/redfish/v1/Schemas/ProcessorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ProcessorCollection Schema File", + "Schema": "#ProcessorCollection.ProcessorCollection" + }, + "/redfish/v1/JsonSchemas/ProcessorMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ProcessorMetrics Schema File Location", + "Id": "ProcessorMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ProcessorMetrics.json", + "Uri": "/redfish/v1/Schemas/ProcessorMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "ProcessorMetrics Schema File", + "Schema": "#ProcessorMetrics.ProcessorMetrics" + }, + "/redfish/v1/JsonSchemas/ProcessorMetrics.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ProcessorMetrics.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ProcessorMetrics Schema File Location", + "Id": "ProcessorMetrics.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ProcessorMetrics.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/ProcessorMetrics.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ProcessorMetrics Schema File", + "Schema": "#ProcessorMetrics.v1_6_0.ProcessorMetrics" + }, + "/redfish/v1/JsonSchemas/Protocol": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Protocol", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Protocol Schema File Location", + "Id": "Protocol", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Protocol.json", + "Uri": "/redfish/v1/Schemas/Protocol.json" + } + ], + "Location@odata.count": 1, + "Name": "Protocol Schema File", + "Schema": "#Protocol.Protocol" + }, + "/redfish/v1/JsonSchemas/RedfishError.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RedfishError.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RedfishError Schema File Location", + "Id": "RedfishError.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RedfishError.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/RedfishError.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "RedfishError Schema File", + "Schema": "#RedfishError.v1_0_1.RedfishError" + }, + "/redfish/v1/JsonSchemas/Redundancy": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Redundancy", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Redundancy Schema File Location", + "Id": "Redundancy", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Redundancy.json", + "Uri": "/redfish/v1/Schemas/Redundancy.json" + } + ], + "Location@odata.count": 1, + "Name": "Redundancy Schema File", + "Schema": "#Redundancy.Redundancy" + }, + "/redfish/v1/JsonSchemas/Redundancy.v1_4_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Redundancy.v1_4_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Redundancy Schema File Location", + "Id": "Redundancy.v1_4_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Redundancy.v1_4_1.json", + "Uri": "/redfish/v1/Schemas/Redundancy.v1_4_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Redundancy Schema File", + "Schema": "#Redundancy.v1_4_1.Redundancy" + }, + "/redfish/v1/JsonSchemas/RegisteredClient": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClient", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RegisteredClient Schema File Location", + "Id": "RegisteredClient", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RegisteredClient.json", + "Uri": "/redfish/v1/Schemas/RegisteredClient.json" + } + ], + "Location@odata.count": 1, + "Name": "RegisteredClient Schema File", + "Schema": "#RegisteredClient.RegisteredClient" + }, + "/redfish/v1/JsonSchemas/RegisteredClient.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClient.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RegisteredClient Schema File Location", + "Id": "RegisteredClient.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RegisteredClient.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/RegisteredClient.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "RegisteredClient Schema File", + "Schema": "#RegisteredClient.v1_0_0.RegisteredClient" + }, + "/redfish/v1/JsonSchemas/RegisteredClientCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RegisteredClientCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RegisteredClientCollection Schema File Location", + "Id": "RegisteredClientCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RegisteredClientCollection.json", + "Uri": "/redfish/v1/Schemas/RegisteredClientCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "RegisteredClientCollection Schema File", + "Schema": "#RegisteredClientCollection.RegisteredClientCollection" + }, + "/redfish/v1/JsonSchemas/Resource": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Resource", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Resource Schema File Location", + "Id": "Resource", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.json", + "Uri": "/redfish/v1/Schemas/Resource.json" + } + ], + "Location@odata.count": 1, + "Name": "Resource Schema File", + "Schema": "#Resource.Resource" + }, + "/redfish/v1/JsonSchemas/Resource.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Resource.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Resource Schema File Location", + "Id": "Resource.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/Resource.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Resource Schema File", + "Schema": "#Resource.v1_0_0.Resource" + }, + "/redfish/v1/JsonSchemas/Resource.v1_15_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Resource.v1_15_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Resource Schema File Location", + "Id": "Resource.v1_15_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Resource.v1_15_0.json", + "Uri": "/redfish/v1/Schemas/Resource.v1_15_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Resource Schema File", + "Schema": "#Resource.v1_15_0.Resource" + }, + "/redfish/v1/JsonSchemas/ResourceBlock": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlock", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ResourceBlock Schema File Location", + "Id": "ResourceBlock", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json", + "Uri": "/redfish/v1/Schemas/ResourceBlock.json" + } + ], + "Location@odata.count": 1, + "Name": "ResourceBlock Schema File", + "Schema": "#ResourceBlock.ResourceBlock" + }, + "/redfish/v1/JsonSchemas/ResourceBlock.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlock.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ResourceBlock Schema File Location", + "Id": "ResourceBlock.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/ResourceBlock.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ResourceBlock Schema File", + "Schema": "#ResourceBlock.v1_4_0.ResourceBlock" + }, + "/redfish/v1/JsonSchemas/ResourceBlockCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ResourceBlockCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ResourceBlockCollection Schema File Location", + "Id": "ResourceBlockCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ResourceBlockCollection.json", + "Uri": "/redfish/v1/Schemas/ResourceBlockCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ResourceBlockCollection Schema File", + "Schema": "#ResourceBlockCollection.ResourceBlockCollection" + }, + "/redfish/v1/JsonSchemas/Role": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Role", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Role Schema File Location", + "Id": "Role", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Role.json", + "Uri": "/redfish/v1/Schemas/Role.json" + } + ], + "Location@odata.count": 1, + "Name": "Role Schema File", + "Schema": "#Role.Role" + }, + "/redfish/v1/JsonSchemas/Role.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Role.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Role Schema File Location", + "Id": "Role.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Role.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/Role.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Role Schema File", + "Schema": "#Role.v1_3_1.Role" + }, + "/redfish/v1/JsonSchemas/RoleCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RoleCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RoleCollection Schema File Location", + "Id": "RoleCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RoleCollection.json", + "Uri": "/redfish/v1/Schemas/RoleCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "RoleCollection Schema File", + "Schema": "#RoleCollection.RoleCollection" + }, + "/redfish/v1/JsonSchemas/RouteEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteEntry Schema File Location", + "Id": "RouteEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteEntry.json", + "Uri": "/redfish/v1/Schemas/RouteEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteEntry Schema File", + "Schema": "#RouteEntry.RouteEntry" + }, + "/redfish/v1/JsonSchemas/RouteEntry.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntry.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteEntry Schema File Location", + "Id": "RouteEntry.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteEntry.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/RouteEntry.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteEntry Schema File", + "Schema": "#RouteEntry.v1_0_1.RouteEntry" + }, + "/redfish/v1/JsonSchemas/RouteEntryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteEntryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteEntryCollection Schema File Location", + "Id": "RouteEntryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteEntryCollection.json", + "Uri": "/redfish/v1/Schemas/RouteEntryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteEntryCollection Schema File", + "Schema": "#RouteEntryCollection.RouteEntryCollection" + }, + "/redfish/v1/JsonSchemas/RouteSetEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteSetEntry Schema File Location", + "Id": "RouteSetEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteSetEntry.json", + "Uri": "/redfish/v1/Schemas/RouteSetEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteSetEntry Schema File", + "Schema": "#RouteSetEntry.RouteSetEntry" + }, + "/redfish/v1/JsonSchemas/RouteSetEntry.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntry.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteSetEntry Schema File Location", + "Id": "RouteSetEntry.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteSetEntry.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/RouteSetEntry.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteSetEntry Schema File", + "Schema": "#RouteSetEntry.v1_0_1.RouteSetEntry" + }, + "/redfish/v1/JsonSchemas/RouteSetEntryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/RouteSetEntryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "RouteSetEntryCollection Schema File Location", + "Id": "RouteSetEntryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/RouteSetEntryCollection.json", + "Uri": "/redfish/v1/Schemas/RouteSetEntryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "RouteSetEntryCollection Schema File", + "Schema": "#RouteSetEntryCollection.RouteSetEntryCollection" + }, + "/redfish/v1/JsonSchemas/Schedule": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Schedule", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Schedule Schema File Location", + "Id": "Schedule", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Schedule.json", + "Uri": "/redfish/v1/Schemas/Schedule.json" + } + ], + "Location@odata.count": 1, + "Name": "Schedule Schema File", + "Schema": "#Schedule.Schedule" + }, + "/redfish/v1/JsonSchemas/Schedule.v1_2_3": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Schedule.v1_2_3", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Schedule Schema File Location", + "Id": "Schedule.v1_2_3", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Schedule.v1_2_3.json", + "Uri": "/redfish/v1/Schemas/Schedule.v1_2_3.json" + } + ], + "Location@odata.count": 1, + "Name": "Schedule Schema File", + "Schema": "#Schedule.v1_2_3.Schedule" + }, + "/redfish/v1/JsonSchemas/SecureBoot": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecureBoot", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecureBoot Schema File Location", + "Id": "SecureBoot", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBoot.json", + "Uri": "/redfish/v1/Schemas/SecureBoot.json" + } + ], + "Location@odata.count": 1, + "Name": "SecureBoot Schema File", + "Schema": "#SecureBoot.SecureBoot" + }, + "/redfish/v1/JsonSchemas/SecureBoot.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecureBoot.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecureBoot Schema File Location", + "Id": "SecureBoot.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBoot.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/SecureBoot.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "SecureBoot Schema File", + "Schema": "#SecureBoot.v1_1_0.SecureBoot" + }, + "/redfish/v1/JsonSchemas/SecureBootDatabase": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabase", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecureBootDatabase Schema File Location", + "Id": "SecureBootDatabase", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBootDatabase.json", + "Uri": "/redfish/v1/Schemas/SecureBootDatabase.json" + } + ], + "Location@odata.count": 1, + "Name": "SecureBootDatabase Schema File", + "Schema": "#SecureBootDatabase.SecureBootDatabase" + }, + "/redfish/v1/JsonSchemas/SecureBootDatabase.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabase.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecureBootDatabase Schema File Location", + "Id": "SecureBootDatabase.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBootDatabase.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/SecureBootDatabase.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "SecureBootDatabase Schema File", + "Schema": "#SecureBootDatabase.v1_0_1.SecureBootDatabase" + }, + "/redfish/v1/JsonSchemas/SecureBootDatabaseCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecureBootDatabaseCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecureBootDatabaseCollection Schema File Location", + "Id": "SecureBootDatabaseCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecureBootDatabaseCollection.json", + "Uri": "/redfish/v1/Schemas/SecureBootDatabaseCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SecureBootDatabaseCollection Schema File", + "Schema": "#SecureBootDatabaseCollection.SecureBootDatabaseCollection" + }, + "/redfish/v1/JsonSchemas/SecurityPolicy": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecurityPolicy", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecurityPolicy Schema File Location", + "Id": "SecurityPolicy", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecurityPolicy.json", + "Uri": "/redfish/v1/Schemas/SecurityPolicy.json" + } + ], + "Location@odata.count": 1, + "Name": "SecurityPolicy Schema File", + "Schema": "#SecurityPolicy.SecurityPolicy" + }, + "/redfish/v1/JsonSchemas/SecurityPolicy.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SecurityPolicy.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SecurityPolicy Schema File Location", + "Id": "SecurityPolicy.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SecurityPolicy.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/SecurityPolicy.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "SecurityPolicy Schema File", + "Schema": "#SecurityPolicy.v1_0_0.SecurityPolicy" + }, + "/redfish/v1/JsonSchemas/Sensor": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Sensor", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Sensor Schema File Location", + "Id": "Sensor", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Sensor.json", + "Uri": "/redfish/v1/Schemas/Sensor.json" + } + ], + "Location@odata.count": 1, + "Name": "Sensor Schema File", + "Schema": "#Sensor.Sensor" + }, + "/redfish/v1/JsonSchemas/Sensor.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Sensor.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Sensor Schema File Location", + "Id": "Sensor.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Sensor.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/Sensor.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Sensor Schema File", + "Schema": "#Sensor.v1_6_0.Sensor" + }, + "/redfish/v1/JsonSchemas/SensorCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SensorCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SensorCollection Schema File Location", + "Id": "SensorCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json", + "Uri": "/redfish/v1/Schemas/SensorCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SensorCollection Schema File", + "Schema": "#SensorCollection.SensorCollection" + }, + "/redfish/v1/JsonSchemas/SerialInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SerialInterface Schema File Location", + "Id": "SerialInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterface.json", + "Uri": "/redfish/v1/Schemas/SerialInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "SerialInterface Schema File", + "Schema": "#SerialInterface.SerialInterface" + }, + "/redfish/v1/JsonSchemas/SerialInterface.v1_1_8": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterface.v1_1_8", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SerialInterface Schema File Location", + "Id": "SerialInterface.v1_1_8", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterface.v1_1_8.json", + "Uri": "/redfish/v1/Schemas/SerialInterface.v1_1_8.json" + } + ], + "Location@odata.count": 1, + "Name": "SerialInterface Schema File", + "Schema": "#SerialInterface.v1_1_8.SerialInterface" + }, + "/redfish/v1/JsonSchemas/SerialInterfaceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SerialInterfaceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SerialInterfaceCollection Schema File Location", + "Id": "SerialInterfaceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SerialInterfaceCollection.json", + "Uri": "/redfish/v1/Schemas/SerialInterfaceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SerialInterfaceCollection Schema File", + "Schema": "#SerialInterfaceCollection.SerialInterfaceCollection" + }, + "/redfish/v1/JsonSchemas/ServiceConditions": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ServiceConditions", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ServiceConditions Schema File Location", + "Id": "ServiceConditions", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceConditions.json", + "Uri": "/redfish/v1/Schemas/ServiceConditions.json" + } + ], + "Location@odata.count": 1, + "Name": "ServiceConditions Schema File", + "Schema": "#ServiceConditions.ServiceConditions" + }, + "/redfish/v1/JsonSchemas/ServiceConditions.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ServiceConditions.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ServiceConditions Schema File Location", + "Id": "ServiceConditions.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceConditions.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/ServiceConditions.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ServiceConditions Schema File", + "Schema": "#ServiceConditions.v1_0_0.ServiceConditions" + }, + "/redfish/v1/JsonSchemas/ServiceRoot": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ServiceRoot Schema File Location", + "Id": "ServiceRoot", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.json", + "Uri": "/redfish/v1/Schemas/ServiceRoot.json" + } + ], + "Location@odata.count": 1, + "Name": "ServiceRoot Schema File", + "Schema": "#ServiceRoot.ServiceRoot" + }, + "/redfish/v1/JsonSchemas/ServiceRoot.v1_15_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ServiceRoot.v1_15_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ServiceRoot Schema File Location", + "Id": "ServiceRoot.v1_15_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_15_0.json", + "Uri": "/redfish/v1/Schemas/ServiceRoot.v1_15_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ServiceRoot Schema File", + "Schema": "#ServiceRoot.v1_15_0.ServiceRoot" + }, + "/redfish/v1/JsonSchemas/Session": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Session", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Session Schema File Location", + "Id": "Session", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Session.json", + "Uri": "/redfish/v1/Schemas/Session.json" + } + ], + "Location@odata.count": 1, + "Name": "Session Schema File", + "Schema": "#Session.Session" + }, + "/redfish/v1/JsonSchemas/Session.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Session.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Session Schema File Location", + "Id": "Session.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Session.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/Session.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Session Schema File", + "Schema": "#Session.v1_6_0.Session" + }, + "/redfish/v1/JsonSchemas/SessionCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SessionCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SessionCollection Schema File Location", + "Id": "SessionCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionCollection.json", + "Uri": "/redfish/v1/Schemas/SessionCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SessionCollection Schema File", + "Schema": "#SessionCollection.SessionCollection" + }, + "/redfish/v1/JsonSchemas/SessionService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SessionService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SessionService Schema File Location", + "Id": "SessionService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionService.json", + "Uri": "/redfish/v1/Schemas/SessionService.json" + } + ], + "Location@odata.count": 1, + "Name": "SessionService Schema File", + "Schema": "#SessionService.SessionService" + }, + "/redfish/v1/JsonSchemas/SessionService.v1_1_8": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SessionService.v1_1_8", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SessionService Schema File Location", + "Id": "SessionService.v1_1_8", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SessionService.v1_1_8.json", + "Uri": "/redfish/v1/Schemas/SessionService.v1_1_8.json" + } + ], + "Location@odata.count": 1, + "Name": "SessionService Schema File", + "Schema": "#SessionService.v1_1_8.SessionService" + }, + "/redfish/v1/JsonSchemas/Settings": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Settings", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Settings Schema File Location", + "Id": "Settings", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Settings.json", + "Uri": "/redfish/v1/Schemas/Settings.json" + } + ], + "Location@odata.count": 1, + "Name": "Settings Schema File", + "Schema": "#Settings.Settings" + }, + "/redfish/v1/JsonSchemas/Settings.v1_3_5": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Settings.v1_3_5", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Settings Schema File Location", + "Id": "Settings.v1_3_5", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Settings.v1_3_5.json", + "Uri": "/redfish/v1/Schemas/Settings.v1_3_5.json" + } + ], + "Location@odata.count": 1, + "Name": "Settings Schema File", + "Schema": "#Settings.v1_3_5.Settings" + }, + "/redfish/v1/JsonSchemas/Signature": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Signature", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Signature Schema File Location", + "Id": "Signature", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Signature.json", + "Uri": "/redfish/v1/Schemas/Signature.json" + } + ], + "Location@odata.count": 1, + "Name": "Signature Schema File", + "Schema": "#Signature.Signature" + }, + "/redfish/v1/JsonSchemas/Signature.v1_0_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Signature.v1_0_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Signature Schema File Location", + "Id": "Signature.v1_0_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Signature.v1_0_2.json", + "Uri": "/redfish/v1/Schemas/Signature.v1_0_2.json" + } + ], + "Location@odata.count": 1, + "Name": "Signature Schema File", + "Schema": "#Signature.v1_0_2.Signature" + }, + "/redfish/v1/JsonSchemas/SignatureCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SignatureCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SignatureCollection Schema File Location", + "Id": "SignatureCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SignatureCollection.json", + "Uri": "/redfish/v1/Schemas/SignatureCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SignatureCollection Schema File", + "Schema": "#SignatureCollection.SignatureCollection" + }, + "/redfish/v1/JsonSchemas/SimpleStorage": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorage", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SimpleStorage Schema File Location", + "Id": "SimpleStorage", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorage.json", + "Uri": "/redfish/v1/Schemas/SimpleStorage.json" + } + ], + "Location@odata.count": 1, + "Name": "SimpleStorage Schema File", + "Schema": "#SimpleStorage.SimpleStorage" + }, + "/redfish/v1/JsonSchemas/SimpleStorage.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorage.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SimpleStorage Schema File Location", + "Id": "SimpleStorage.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorage.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/SimpleStorage.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "SimpleStorage Schema File", + "Schema": "#SimpleStorage.v1_3_1.SimpleStorage" + }, + "/redfish/v1/JsonSchemas/SimpleStorageCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SimpleStorageCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SimpleStorageCollection Schema File Location", + "Id": "SimpleStorageCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SimpleStorageCollection.json", + "Uri": "/redfish/v1/Schemas/SimpleStorageCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SimpleStorageCollection Schema File", + "Schema": "#SimpleStorageCollection.SimpleStorageCollection" + }, + "/redfish/v1/JsonSchemas/SoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SoftwareInventory Schema File Location", + "Id": "SoftwareInventory", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json", + "Uri": "/redfish/v1/Schemas/SoftwareInventory.json" + } + ], + "Location@odata.count": 1, + "Name": "SoftwareInventory Schema File", + "Schema": "#SoftwareInventory.SoftwareInventory" + }, + "/redfish/v1/JsonSchemas/SoftwareInventory.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventory.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SoftwareInventory Schema File Location", + "Id": "SoftwareInventory.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/SoftwareInventory.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "SoftwareInventory Schema File", + "Schema": "#SoftwareInventory.v1_9_0.SoftwareInventory" + }, + "/redfish/v1/JsonSchemas/SoftwareInventoryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SoftwareInventoryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SoftwareInventoryCollection Schema File Location", + "Id": "SoftwareInventoryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json", + "Uri": "/redfish/v1/Schemas/SoftwareInventoryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SoftwareInventoryCollection Schema File", + "Schema": "#SoftwareInventoryCollection.SoftwareInventoryCollection" + }, + "/redfish/v1/JsonSchemas/SpareResourceSet": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SpareResourceSet", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SpareResourceSet Schema File Location", + "Id": "SpareResourceSet", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/SpareResourceSet.json", + "Uri": "/redfish/v1/Schemas/SpareResourceSet.json" + } + ], + "Location@odata.count": 1, + "Name": "SpareResourceSet Schema File", + "Schema": "#SpareResourceSet.SpareResourceSet" + }, + "/redfish/v1/JsonSchemas/SpareResourceSet.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SpareResourceSet.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SpareResourceSet Schema File Location", + "Id": "SpareResourceSet.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/SpareResourceSet.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/SpareResourceSet.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "SpareResourceSet Schema File", + "Schema": "#SpareResourceSet.v1_0_1.SpareResourceSet" + }, + "/redfish/v1/JsonSchemas/Storage": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Storage", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Storage Schema File Location", + "Id": "Storage", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.json", + "Uri": "/redfish/v1/Schemas/Storage.json" + } + ], + "Location@odata.count": 1, + "Name": "Storage Schema File", + "Schema": "#Storage.Storage" + }, + "/redfish/v1/JsonSchemas/Storage.v1_10_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Storage.v1_10_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Storage Schema File Location", + "Id": "Storage.v1_10_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.v1_10_1.json", + "Uri": "/redfish/v1/Schemas/Storage.v1_10_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Storage Schema File", + "Schema": "#Storage.v1_10_1.Storage" + }, + "/redfish/v1/JsonSchemas/Storage.v1_14_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Storage.v1_14_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Storage Schema File Location", + "Id": "Storage.v1_14_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Storage.v1_14_0.json", + "Uri": "/redfish/v1/Schemas/Storage.v1_14_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Storage Schema File", + "Schema": "#Storage.v1_14_0.Storage" + }, + "/redfish/v1/JsonSchemas/StorageAccessCapability.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageAccessCapability.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageAccessCapability Schema File Location", + "Id": "StorageAccessCapability.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageAccessCapability.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/StorageAccessCapability.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageAccessCapability Schema File", + "Schema": "#StorageAccessCapability.v1_0_0.StorageAccessCapability" + }, + "/redfish/v1/JsonSchemas/StorageCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageCollection Schema File Location", + "Id": "StorageCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageCollection.json", + "Uri": "/redfish/v1/Schemas/StorageCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageCollection Schema File", + "Schema": "#StorageCollection.StorageCollection" + }, + "/redfish/v1/JsonSchemas/StorageController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageController Schema File Location", + "Id": "StorageController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageController.json", + "Uri": "/redfish/v1/Schemas/StorageController.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageController Schema File", + "Schema": "#StorageController.StorageController" + }, + "/redfish/v1/JsonSchemas/StorageController.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageController.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageController Schema File Location", + "Id": "StorageController.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageController.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/StorageController.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageController Schema File", + "Schema": "#StorageController.v1_6_0.StorageController" + }, + "/redfish/v1/JsonSchemas/StorageControllerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageControllerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageControllerCollection Schema File Location", + "Id": "StorageControllerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/StorageControllerCollection.json", + "Uri": "/redfish/v1/Schemas/StorageControllerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageControllerCollection Schema File", + "Schema": "#StorageControllerCollection.StorageControllerCollection" + }, + "/redfish/v1/JsonSchemas/StorageGroup": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroup", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageGroup Schema File Location", + "Id": "StorageGroup", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroup.json", + "Uri": "/redfish/v1/Schemas/StorageGroup.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageGroup Schema File", + "Schema": "#StorageGroup.StorageGroup" + }, + "/redfish/v1/JsonSchemas/StorageGroup.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroup.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageGroup Schema File Location", + "Id": "StorageGroup.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroup.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/StorageGroup.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageGroup Schema File", + "Schema": "#StorageGroup.v1_5_0.StorageGroup" + }, + "/redfish/v1/JsonSchemas/StorageGroupCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageGroupCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageGroupCollection Schema File Location", + "Id": "StorageGroupCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageGroupCollection.json", + "Uri": "/redfish/v1/Schemas/StorageGroupCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageGroupCollection Schema File", + "Schema": "#StorageGroupCollection.StorageGroupCollection" + }, + "/redfish/v1/JsonSchemas/StoragePool": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StoragePool", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StoragePool Schema File Location", + "Id": "StoragePool", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool.json", + "Uri": "/redfish/v1/Schemas/StoragePool.json" + } + ], + "Location@odata.count": 1, + "Name": "StoragePool Schema File", + "Schema": "#StoragePool.StoragePool" + }, + "/redfish/v1/JsonSchemas/StoragePool.v1_7_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StoragePool.v1_7_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StoragePool Schema File Location", + "Id": "StoragePool.v1_7_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StoragePool.v1_7_1.json", + "Uri": "/redfish/v1/Schemas/StoragePool.v1_7_1.json" + } + ], + "Location@odata.count": 1, + "Name": "StoragePool Schema File", + "Schema": "#StoragePool.v1_7_1.StoragePool" + }, + "/redfish/v1/JsonSchemas/StoragePoolCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StoragePoolCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StoragePoolCollection Schema File Location", + "Id": "StoragePoolCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StoragePoolCollection.json", + "Uri": "/redfish/v1/Schemas/StoragePoolCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StoragePoolCollection Schema File", + "Schema": "#StoragePoolCollection.StoragePoolCollection" + }, + "/redfish/v1/JsonSchemas/StorageReplicaInfo": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageReplicaInfo Schema File Location", + "Id": "StorageReplicaInfo", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageReplicaInfo.json", + "Uri": "/redfish/v1/Schemas/StorageReplicaInfo.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageReplicaInfo Schema File", + "Schema": "#StorageReplicaInfo.StorageReplicaInfo" + }, + "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageReplicaInfo Schema File Location", + "Id": "StorageReplicaInfo.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageReplicaInfo.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/StorageReplicaInfo.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageReplicaInfo Schema File", + "Schema": "#StorageReplicaInfo.v1_3_0.StorageReplicaInfo" + }, + "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_4_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageReplicaInfo.v1_4_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageReplicaInfo Schema File Location", + "Id": "StorageReplicaInfo.v1_4_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageReplicaInfo.v1_4_0.json", + "Uri": "/redfish/v1/Schemas/StorageReplicaInfo.v1_4_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageReplicaInfo Schema File", + "Schema": "#StorageReplicaInfo.v1_4_0.StorageReplicaInfo" + }, + "/redfish/v1/JsonSchemas/StorageService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageService Schema File Location", + "Id": "StorageService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageService.json", + "Uri": "/redfish/v1/Schemas/StorageService.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageService Schema File", + "Schema": "#StorageService.StorageService" + }, + "/redfish/v1/JsonSchemas/StorageService.v1_5_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageService.v1_5_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageService Schema File Location", + "Id": "StorageService.v1_5_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageService.v1_5_0.json", + "Uri": "/redfish/v1/Schemas/StorageService.v1_5_0.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageService Schema File", + "Schema": "#StorageService.v1_5_0.StorageService" + }, + "/redfish/v1/JsonSchemas/StorageServiceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageServiceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageServiceCollection Schema File Location", + "Id": "StorageServiceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection.json", + "Uri": "/redfish/v1/Schemas/StorageServiceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageServiceCollection Schema File", + "Schema": "#StorageServiceCollection.StorageServiceCollection" + }, + "/redfish/v1/JsonSchemas/StorageSystemCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/StorageSystemCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "StorageSystemCollection Schema File Location", + "Id": "StorageSystemCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageSystemCollection.json", + "Uri": "/redfish/v1/Schemas/StorageSystemCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "StorageSystemCollection Schema File", + "Schema": "#StorageSystemCollection.StorageSystemCollection" + }, + "/redfish/v1/JsonSchemas/Switch": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Switch", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Switch Schema File Location", + "Id": "Switch", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Switch.json", + "Uri": "/redfish/v1/Schemas/Switch.json" + } + ], + "Location@odata.count": 1, + "Name": "Switch Schema File", + "Schema": "#Switch.Switch" + }, + "/redfish/v1/JsonSchemas/Switch.v1_9_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Switch.v1_9_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Switch Schema File Location", + "Id": "Switch.v1_9_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Switch.v1_9_0.json", + "Uri": "/redfish/v1/Schemas/Switch.v1_9_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Switch Schema File", + "Schema": "#Switch.v1_9_0.Switch" + }, + "/redfish/v1/JsonSchemas/SwitchCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SwitchCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SwitchCollection Schema File Location", + "Id": "SwitchCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SwitchCollection.json", + "Uri": "/redfish/v1/Schemas/SwitchCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "SwitchCollection Schema File", + "Schema": "#SwitchCollection.SwitchCollection" + }, + "/redfish/v1/JsonSchemas/SwitchMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SwitchMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SwitchMetrics Schema File Location", + "Id": "SwitchMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SwitchMetrics.json", + "Uri": "/redfish/v1/Schemas/SwitchMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "SwitchMetrics Schema File", + "Schema": "#SwitchMetrics.SwitchMetrics" + }, + "/redfish/v1/JsonSchemas/SwitchMetrics.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/SwitchMetrics.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "SwitchMetrics Schema File Location", + "Id": "SwitchMetrics.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/SwitchMetrics.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/SwitchMetrics.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "SwitchMetrics Schema File", + "Schema": "#SwitchMetrics.v1_0_0.SwitchMetrics" + }, + "/redfish/v1/JsonSchemas/Task": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Task", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Task Schema File Location", + "Id": "Task", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Task.json", + "Uri": "/redfish/v1/Schemas/Task.json" + } + ], + "Location@odata.count": 1, + "Name": "Task Schema File", + "Schema": "#Task.Task" + }, + "/redfish/v1/JsonSchemas/Task.v1_7_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Task.v1_7_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Task Schema File Location", + "Id": "Task.v1_7_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Task.v1_7_0.json", + "Uri": "/redfish/v1/Schemas/Task.v1_7_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Task Schema File", + "Schema": "#Task.v1_7_0.Task" + }, + "/redfish/v1/JsonSchemas/TaskCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TaskCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TaskCollection Schema File Location", + "Id": "TaskCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskCollection.json", + "Uri": "/redfish/v1/Schemas/TaskCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "TaskCollection Schema File", + "Schema": "#TaskCollection.TaskCollection" + }, + "/redfish/v1/JsonSchemas/TaskService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TaskService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TaskService Schema File Location", + "Id": "TaskService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskService.json", + "Uri": "/redfish/v1/Schemas/TaskService.json" + } + ], + "Location@odata.count": 1, + "Name": "TaskService Schema File", + "Schema": "#TaskService.TaskService" + }, + "/redfish/v1/JsonSchemas/TaskService.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TaskService.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TaskService Schema File Location", + "Id": "TaskService.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TaskService.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/TaskService.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "TaskService Schema File", + "Schema": "#TaskService.v1_2_0.TaskService" + }, + "/redfish/v1/JsonSchemas/TelemetryService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TelemetryService Schema File Location", + "Id": "TelemetryService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TelemetryService.json", + "Uri": "/redfish/v1/Schemas/TelemetryService.json" + } + ], + "Location@odata.count": 1, + "Name": "TelemetryService Schema File", + "Schema": "#TelemetryService.TelemetryService" + }, + "/redfish/v1/JsonSchemas/TelemetryService.v1_3_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TelemetryService.v1_3_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TelemetryService Schema File Location", + "Id": "TelemetryService.v1_3_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TelemetryService.v1_3_1.json", + "Uri": "/redfish/v1/Schemas/TelemetryService.v1_3_1.json" + } + ], + "Location@odata.count": 1, + "Name": "TelemetryService Schema File", + "Schema": "#TelemetryService.v1_3_1.TelemetryService" + }, + "/redfish/v1/JsonSchemas/Thermal": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Thermal", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Thermal Schema File Location", + "Id": "Thermal", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Thermal.json", + "Uri": "/redfish/v1/Schemas/Thermal.json" + } + ], + "Location@odata.count": 1, + "Name": "Thermal Schema File", + "Schema": "#Thermal.Thermal" + }, + "/redfish/v1/JsonSchemas/Thermal.v1_7_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Thermal.v1_7_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Thermal Schema File Location", + "Id": "Thermal.v1_7_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_7_1.json", + "Uri": "/redfish/v1/Schemas/Thermal.v1_7_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Thermal Schema File", + "Schema": "#Thermal.v1_7_1.Thermal" + }, + "/redfish/v1/JsonSchemas/ThermalMetrics": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ThermalMetrics", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ThermalMetrics Schema File Location", + "Id": "ThermalMetrics", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ThermalMetrics.json", + "Uri": "/redfish/v1/Schemas/ThermalMetrics.json" + } + ], + "Location@odata.count": 1, + "Name": "ThermalMetrics Schema File", + "Schema": "#ThermalMetrics.ThermalMetrics" + }, + "/redfish/v1/JsonSchemas/ThermalMetrics.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ThermalMetrics.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ThermalMetrics Schema File Location", + "Id": "ThermalMetrics.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ThermalMetrics.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/ThermalMetrics.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ThermalMetrics Schema File", + "Schema": "#ThermalMetrics.v1_1_0.ThermalMetrics" + }, + "/redfish/v1/JsonSchemas/ThermalSubsystem": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ThermalSubsystem", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ThermalSubsystem Schema File Location", + "Id": "ThermalSubsystem", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json", + "Uri": "/redfish/v1/Schemas/ThermalSubsystem.json" + } + ], + "Location@odata.count": 1, + "Name": "ThermalSubsystem Schema File", + "Schema": "#ThermalSubsystem.ThermalSubsystem" + }, + "/redfish/v1/JsonSchemas/ThermalSubsystem.v1_1_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ThermalSubsystem.v1_1_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ThermalSubsystem Schema File Location", + "Id": "ThermalSubsystem.v1_1_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_1_0.json", + "Uri": "/redfish/v1/Schemas/ThermalSubsystem.v1_1_0.json" + } + ], + "Location@odata.count": 1, + "Name": "ThermalSubsystem Schema File", + "Schema": "#ThermalSubsystem.v1_1_0.ThermalSubsystem" + }, + "/redfish/v1/JsonSchemas/Triggers": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Triggers", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Triggers Schema File Location", + "Id": "Triggers", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Triggers.json", + "Uri": "/redfish/v1/Schemas/Triggers.json" + } + ], + "Location@odata.count": 1, + "Name": "Triggers Schema File", + "Schema": "#Triggers.Triggers" + }, + "/redfish/v1/JsonSchemas/Triggers.v1_2_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Triggers.v1_2_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Triggers Schema File Location", + "Id": "Triggers.v1_2_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Triggers.v1_2_0.json", + "Uri": "/redfish/v1/Schemas/Triggers.v1_2_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Triggers Schema File", + "Schema": "#Triggers.v1_2_0.Triggers" + }, + "/redfish/v1/JsonSchemas/TriggersCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TriggersCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TriggersCollection Schema File Location", + "Id": "TriggersCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TriggersCollection.json", + "Uri": "/redfish/v1/Schemas/TriggersCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "TriggersCollection Schema File", + "Schema": "#TriggersCollection.TriggersCollection" + }, + "/redfish/v1/JsonSchemas/TrustedComponent": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponent", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TrustedComponent Schema File Location", + "Id": "TrustedComponent", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.json", + "Uri": "/redfish/v1/Schemas/TrustedComponent.json" + } + ], + "Location@odata.count": 1, + "Name": "TrustedComponent Schema File", + "Schema": "#TrustedComponent.TrustedComponent" + }, + "/redfish/v1/JsonSchemas/TrustedComponent.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponent.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TrustedComponent Schema File Location", + "Id": "TrustedComponent.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TrustedComponent.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/TrustedComponent.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "TrustedComponent Schema File", + "Schema": "#TrustedComponent.v1_0_0.TrustedComponent" + }, + "/redfish/v1/JsonSchemas/TrustedComponentCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/TrustedComponentCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "TrustedComponentCollection Schema File Location", + "Id": "TrustedComponentCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection.json", + "Uri": "/redfish/v1/Schemas/TrustedComponentCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "TrustedComponentCollection Schema File", + "Schema": "#TrustedComponentCollection.TrustedComponentCollection" + }, + "/redfish/v1/JsonSchemas/USBController": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/USBController", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "USBController Schema File Location", + "Id": "USBController", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/USBController.json", + "Uri": "/redfish/v1/Schemas/USBController.json" + } + ], + "Location@odata.count": 1, + "Name": "USBController Schema File", + "Schema": "#USBController.USBController" + }, + "/redfish/v1/JsonSchemas/USBController.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/USBController.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "USBController Schema File Location", + "Id": "USBController.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/USBController.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/USBController.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "USBController Schema File", + "Schema": "#USBController.v1_0_0.USBController" + }, + "/redfish/v1/JsonSchemas/USBControllerCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/USBControllerCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "USBControllerCollection Schema File Location", + "Id": "USBControllerCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/USBControllerCollection.json", + "Uri": "/redfish/v1/Schemas/USBControllerCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "USBControllerCollection Schema File", + "Schema": "#USBControllerCollection.USBControllerCollection" + }, + "/redfish/v1/JsonSchemas/UpdateService": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/UpdateService", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "UpdateService Schema File Location", + "Id": "UpdateService", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/UpdateService.json", + "Uri": "/redfish/v1/Schemas/UpdateService.json" + } + ], + "Location@odata.count": 1, + "Name": "UpdateService Schema File", + "Schema": "#UpdateService.UpdateService" + }, + "/redfish/v1/JsonSchemas/UpdateService.v1_11_2": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/UpdateService.v1_11_2", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "UpdateService Schema File Location", + "Id": "UpdateService.v1_11_2", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/UpdateService.v1_11_2.json", + "Uri": "/redfish/v1/Schemas/UpdateService.v1_11_2.json" + } + ], + "Location@odata.count": 1, + "Name": "UpdateService Schema File", + "Schema": "#UpdateService.v1_11_2.UpdateService" + }, + "/redfish/v1/JsonSchemas/VCATEntry": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntry", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VCATEntry Schema File Location", + "Id": "VCATEntry", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VCATEntry.json", + "Uri": "/redfish/v1/Schemas/VCATEntry.json" + } + ], + "Location@odata.count": 1, + "Name": "VCATEntry Schema File", + "Schema": "#VCATEntry.VCATEntry" + }, + "/redfish/v1/JsonSchemas/VCATEntry.v1_0_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntry.v1_0_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VCATEntry Schema File Location", + "Id": "VCATEntry.v1_0_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VCATEntry.v1_0_1.json", + "Uri": "/redfish/v1/Schemas/VCATEntry.v1_0_1.json" + } + ], + "Location@odata.count": 1, + "Name": "VCATEntry Schema File", + "Schema": "#VCATEntry.v1_0_1.VCATEntry" + }, + "/redfish/v1/JsonSchemas/VCATEntryCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VCATEntryCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VCATEntryCollection Schema File Location", + "Id": "VCATEntryCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VCATEntryCollection.json", + "Uri": "/redfish/v1/Schemas/VCATEntryCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "VCATEntryCollection Schema File", + "Schema": "#VCATEntryCollection.VCATEntryCollection" + }, + "/redfish/v1/JsonSchemas/VLanNetworkInterface": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VLanNetworkInterface Schema File Location", + "Id": "VLanNetworkInterface", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.json", + "Uri": "/redfish/v1/Schemas/VLanNetworkInterface.json" + } + ], + "Location@odata.count": 1, + "Name": "VLanNetworkInterface Schema File", + "Schema": "#VLanNetworkInterface.VLanNetworkInterface" + }, + "/redfish/v1/JsonSchemas/VLanNetworkInterface.v1_3_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterface.v1_3_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VLanNetworkInterface Schema File Location", + "Id": "VLanNetworkInterface.v1_3_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterface.v1_3_0.json", + "Uri": "/redfish/v1/Schemas/VLanNetworkInterface.v1_3_0.json" + } + ], + "Location@odata.count": 1, + "Name": "VLanNetworkInterface Schema File", + "Schema": "#VLanNetworkInterface.v1_3_0.VLanNetworkInterface" + }, + "/redfish/v1/JsonSchemas/VLanNetworkInterfaceCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VLanNetworkInterfaceCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VLanNetworkInterfaceCollection Schema File Location", + "Id": "VLanNetworkInterfaceCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VLanNetworkInterfaceCollection.json", + "Uri": "/redfish/v1/Schemas/VLanNetworkInterfaceCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "VLanNetworkInterfaceCollection Schema File", + "Schema": "#VLanNetworkInterfaceCollection.VLanNetworkInterfaceCollection" + }, + "/redfish/v1/JsonSchemas/Validation.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Validation.v1_0_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Validation Schema File Location", + "Id": "Validation.v1_0_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Validation.v1_0_0.json", + "Uri": "/redfish/v1/Schemas/Validation.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Validation Schema File", + "Schema": "#Validation.v1_0_0.Validation" + }, + "/redfish/v1/JsonSchemas/VirtualMedia": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VirtualMedia Schema File Location", + "Id": "VirtualMedia", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.json", + "Uri": "/redfish/v1/Schemas/VirtualMedia.json" + } + ], + "Location@odata.count": 1, + "Name": "VirtualMedia Schema File", + "Schema": "#VirtualMedia.VirtualMedia" + }, + "/redfish/v1/JsonSchemas/VirtualMedia.v1_6_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMedia.v1_6_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VirtualMedia Schema File Location", + "Id": "VirtualMedia.v1_6_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMedia.v1_6_0.json", + "Uri": "/redfish/v1/Schemas/VirtualMedia.v1_6_0.json" + } + ], + "Location@odata.count": 1, + "Name": "VirtualMedia Schema File", + "Schema": "#VirtualMedia.v1_6_0.VirtualMedia" + }, + "/redfish/v1/JsonSchemas/VirtualMediaCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VirtualMediaCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VirtualMediaCollection Schema File Location", + "Id": "VirtualMediaCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json", + "Uri": "/redfish/v1/Schemas/VirtualMediaCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "VirtualMediaCollection Schema File", + "Schema": "#VirtualMediaCollection.VirtualMediaCollection" + }, + "/redfish/v1/JsonSchemas/Volume": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Volume", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Volume Schema File Location", + "Id": "Volume", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.json", + "Uri": "/redfish/v1/Schemas/Volume.json" + } + ], + "Location@odata.count": 1, + "Name": "Volume Schema File", + "Schema": "#Volume.Volume" + }, + "/redfish/v1/JsonSchemas/Volume.v1_8_0": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Volume.v1_8_0", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Volume Schema File Location", + "Id": "Volume.v1_8_0", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/Volume.v1_8_0.json", + "Uri": "/redfish/v1/Schemas/Volume.v1_8_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Volume Schema File", + "Schema": "#Volume.v1_8_0.Volume" + }, + "/redfish/v1/JsonSchemas/VolumeCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/VolumeCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "VolumeCollection Schema File Location", + "Id": "VolumeCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/swordfish/v1/VolumeCollection.json", + "Uri": "/redfish/v1/Schemas/VolumeCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "VolumeCollection Schema File", + "Schema": "#VolumeCollection.VolumeCollection" + }, + "/redfish/v1/JsonSchemas/Zone": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Zone", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Zone Schema File Location", + "Id": "Zone", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Zone.json", + "Uri": "/redfish/v1/Schemas/Zone.json" + } + ], + "Location@odata.count": 1, + "Name": "Zone Schema File", + "Schema": "#Zone.Zone" + }, + "/redfish/v1/JsonSchemas/Zone.v1_6_1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/Zone.v1_6_1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "Zone Schema File Location", + "Id": "Zone.v1_6_1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/Zone.v1_6_1.json", + "Uri": "/redfish/v1/Schemas/Zone.v1_6_1.json" + } + ], + "Location@odata.count": 1, + "Name": "Zone Schema File", + "Schema": "#Zone.v1_6_1.Zone" + }, + "/redfish/v1/JsonSchemas/ZoneCollection": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/ZoneCollection", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "ZoneCollection Schema File Location", + "Id": "ZoneCollection", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/ZoneCollection.json", + "Uri": "/redfish/v1/Schemas/ZoneCollection.json" + } + ], + "Location@odata.count": 1, + "Name": "ZoneCollection Schema File", + "Schema": "#ZoneCollection.ZoneCollection" + }, + "/redfish/v1/JsonSchemas/odata-v4": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/odata-v4", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "odata-v4 Schema File Location", + "Id": "odata-v4", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/odata-v4.json", + "Uri": "/redfish/v1/Schemas/odata-v4.json" + } + ], + "Location@odata.count": 1, + "Name": "odata-v4 Schema File", + "Schema": "#odata-v4.odata-v4" + }, + "/redfish/v1/JsonSchemas/redfish-schema-v1": { + "@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile", + "@odata.id": "/redfish/v1/JsonSchemas/redfish-schema-v1", + "@odata.type": "#JsonSchemaFile.v1_1_4.JsonSchemaFile", + "Description": "redfish-schema-v1 Schema File Location", + "Id": "redfish-schema-v1", + "Languages": [ + "en" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "en", + "PublicationUri": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", + "Uri": "/redfish/v1/Schemas/redfish-schema-v1.json" + } + ], + "Location@odata.count": 1, + "Name": "redfish-schema-v1 Schema File", + "Schema": "#redfish-schema-v1.redfish-schema-v1" + }, + "/redfish/v1/LicenseService": { + "@odata.context": "/redfish/v1/$metadata#LicenseService.LicenseService", + "@odata.id": "/redfish/v1/LicenseService", + "@odata.type": "#LicenseService.v1_1_0.LicenseService", + "Actions": { + "#LicenseService.Install": { + "TransferProtocol@Redfish.AllowableValues": [ + "HTTP", + "HTTPS", + "NFS", + "CIFS" + ], + "target": "/redfish/v1/LicenseService/Actions/LicenseService.Install" + } + }, + "Description": "This resource represent a license service and the properties that affect the service itself.", + "Id": "LicenseService", + "Licenses": { + "@odata.id": "/redfish/v1/LicenseService/Licenses" + }, + "Name": "LicenseService", + "ServiceEnabled": true + }, + "/redfish/v1/LicenseService/Licenses": { + "@odata.context": "/redfish/v1/$metadata#LicenseCollection.LicenseCollection", + "@odata.id": "/redfish/v1/LicenseService/Licenses", + "@odata.type": "#LicenseCollection.LicenseCollection", + "Description": "The collection of License resource instances.", + "Members": [ + { + "@odata.id": "/redfish/v1/LicenseService/Licenses/FD00000021887940" + } + ], + "Members@odata.count": 1, + "Name": "LicenseCollection" + }, + "/redfish/v1/LicenseService/Licenses/FD00000021887940": { + "@odata.context": "/redfish/v1/$metadata#License.License", + "@odata.id": "/redfish/v1/LicenseService/Licenses/FD00000021887940", + "@odata.type": "#License.v1_1_0.License", + "AuthorizationScope": "Service", + "Description": "iDRAC9 15g Enterprise License", + "DownloadURI": "/redfish/v1/LicenseService/Licenses/FD00000021887940/DownloadURI", + "EntitlementId": "FD00000021887940", + "ExpirationDate": null, + "Id": "FD00000021887940", + "InstallDate": null, + "LicenseInfoURI": "", + "LicenseOrigin": "Installed", + "LicenseType": "Production", + "Links": {}, + "Name": "FD00000021887940", + "Removable": true, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Managers": { + "@odata.context": "/redfish/v1/$metadata#ManagerCollection.ManagerCollection", + "@odata.id": "/redfish/v1/Managers", + "@odata.type": "#ManagerCollection.ManagerCollection", + "Description": "BMC", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "Members@odata.count": 1, + "Name": "Manager" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#Manager.Manager", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1", + "@odata.type": "#Manager.v1_17_0.Manager", + "Actions": { + "#Manager.Reset": { + "ResetType@Redfish.AllowableValues": [ + "GracefulRestart" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Manager.Reset" + }, + "#Manager.ResetToDefaults": { + "ResetType@Redfish.AllowableValues": [ + "ResetAll", + "PreserveNetworkAndUsers" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Manager.ResetToDefaults" + }, + "Oem": { + "#DellManager.ResetToDefaults": { + "ResetType@Redfish.AllowableValues": [ + "All", + "Default", + "ResetAllWithRootDefaults" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/DellManager.ResetToDefaults" + }, + "#DellManager.SetCustomDefaults": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/DellManager.SetCustomDefaults" + }, + "#OemManager.ExportSystemConfiguration": { + "ExportFormat@Redfish.AllowableValues": [ + "XML", + "JSON" + ], + "ExportUse@Redfish.AllowableValues": [ + "Default", + "Clone", + "Replace" + ], + "IncludeInExport@Redfish.AllowableValues": [ + "Default", + "IncludeReadOnly", + "IncludePasswordHashValues", + "IncludeCustomTelemetry" + ], + "ShareParameters": { + "IgnoreCertificateWarning@Redfish.AllowableValues": [ + "Disabled", + "Enabled" + ], + "ProxySupport@Redfish.AllowableValues": [ + "Disabled", + "EnabledProxyDefault", + "Enabled" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS4" + ], + "ShareType@Redfish.AllowableValues": [ + "LOCAL", + "NFS", + "CIFS", + "HTTP", + "HTTPS" + ], + "Target@Redfish.AllowableValues": [ + "ALL", + "IDRAC", + "BIOS", + "NIC", + "RAID", + "FC", + "InfiniBand", + "SupportAssist", + "EventFilters", + "System", + "LifecycleController", + "AHCI", + "PCIeSSD" + ] + }, + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration" + }, + "#OemManager.ImportSystemConfiguration": { + "ExecutionMode@Redfish.AllowableValues": [ + "Default", + "DeployOnSledInsert", + "InstantDeploy" + ], + "HostPowerState@Redfish.AllowableValues": [ + "On", + "Off" + ], + "ImportSystemConfiguration@Redfish.AllowableValues": [ + "TimeToWait", + "ImportBuffer" + ], + "ShareParameters": { + "IgnoreCertificateWarning@Redfish.AllowableValues": [ + "Disabled", + "Enabled" + ], + "ProxySupport@Redfish.AllowableValues": [ + "Disabled", + "EnabledProxyDefault", + "Enabled" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS4" + ], + "ShareType@Redfish.AllowableValues": [ + "LOCAL", + "NFS", + "CIFS", + "HTTP", + "HTTPS" + ], + "Target@Redfish.AllowableValues": [ + "ALL", + "IDRAC", + "BIOS", + "NIC", + "RAID", + "FC", + "InfiniBand", + "SupportAssist", + "EventFilters", + "System", + "LifecycleController", + "AHCI", + "PCIeSSD" + ] + }, + "ShutdownType@Redfish.AllowableValues": [ + "Graceful", + "Forced", + "NoReboot" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfiguration" + }, + "#OemManager.ImportSystemConfigurationPreview": { + "ImportSystemConfigurationPreview@Redfish.AllowableValues": [ + "ImportBuffer" + ], + "ShareParameters": { + "IgnoreCertificateWarning@Redfish.AllowableValues": [ + "Disabled", + "Enabled" + ], + "ProxySupport@Redfish.AllowableValues": [ + "Disabled", + "EnabledProxyDefault", + "Enabled" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS4" + ], + "ShareType@Redfish.AllowableValues": [ + "LOCAL", + "NFS", + "CIFS", + "HTTP", + "HTTPS" + ], + "Target@Redfish.AllowableValues": [ + "ALL" + ] + }, + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfigurationPreview" + } + } + }, + "CommandShell": { + "ConnectTypesSupported": [ + "SSH", + "IPMI" + ], + "ConnectTypesSupported@odata.count": 2, + "MaxConcurrentSessions": 5, + "ServiceEnabled": true + }, + "DateTime": "2023-07-05T22:20:29+09:00", + "DateTimeLocalOffset": "+09:00", + "Description": "BMC", + "EthernetInterfaces": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces" + }, + "FirmwareVersion": "7.00.00.00", + "GraphicalConsole": { + "ConnectTypesSupported": [ + "KVMIP" + ], + "ConnectTypesSupported@odata.count": 1, + "MaxConcurrentSessions": 6, + "ServiceEnabled": true + }, + "HostInterfaces": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces" + }, + "Id": "iDRAC.Embedded.1", + "LastResetTime": "2023-07-04T06:58:08+09:00", + "Links": { + "ActiveSoftwareImage": { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1" + }, + "ManagerForChassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "ManagerForChassis@odata.count": 1, + "ManagerForServers": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ], + "ManagerForServers@odata.count": 1, + "ManagerInChassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "DellAttributes": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1" + } + ], + "DellAttributes@odata.count": 3, + "DellJobService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService" + }, + "DellLCService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService" + }, + "DellLicensableDeviceCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices" + }, + "DellLicenseCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses" + }, + "DellLicenseManagementService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService" + }, + "DellOpaqueManagementDataCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellOpaqueManagementData" + }, + "DellPersistentStorageService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService" + }, + "DellSwitchConnectionCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections" + }, + "DellSwitchConnectionService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService" + }, + "DellSystemManagementService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService" + }, + "DellSystemQuickSyncCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellSystemQuickSync" + }, + "DellTimeService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService" + }, + "DellUSBDeviceCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellUSBDevices" + }, + "DelliDRACCardService": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService" + }, + "DellvFlashCollection": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellvFlash" + }, + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + }, + "SoftwareImages": [ + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1" + } + ], + "SoftwareImages@odata.count": 2 + }, + "LogServices": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices" + }, + "ManagerType": "BMC", + "Model": "15G Monolithic", + "Name": "Manager", + "NetworkProtocol": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellManager.v1_4_0.DellManager", + "DelliDRACCard": { + "@odata.context": "/redfish/v1/$metadata#DelliDRACCard.DelliDRACCard", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCard/iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DelliDRACCard.v1_1_0.DelliDRACCard", + "Description": "An instance of DelliDRACCard will have data specific to the Integrated Dell Remote Access Controller (iDRAC) in the managed system.", + "IPMIVersion": "2.0", + "Id": "iDRAC.Embedded.1-1_0x23_IDRACinfo", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:10+00:00", + "Name": "DelliDRACCard", + "URLString": "https://10.210.152.195:443" + }, + "RemoteSystemLogs": { + "CA": { + "Certificates": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/CA/Certificates" + } + }, + "HTTPS": { + "Certificates": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates" + }, + "SecureClientAuth": "Anonymous", + "SecurePort": 6514, + "SecureServers": [ + "" + ], + "SecureServers@odata.count": 1, + "SecureSysLogEnable": "Disabled" + } + } + } + }, + "PowerState": "On", + "Redundancy": [], + "Redundancy@odata.count": 0, + "SerialConsole": { + "ConnectTypesSupported": [], + "ConnectTypesSupported@odata.count": 0, + "MaxConcurrentSessions": 0, + "ServiceEnabled": false + }, + "SerialInterfaces": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces" + }, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "TimeZoneName": "Asia/Tokyo", + "UUID": "33464e4f-c0b8-3380-5410-004d4c4c4544", + "VirtualMedia": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia" + }, + "VirtualMedia@Redfish.Deprecated": "Please migrate to use /redfish/v1/Systems/System.Embedded.1/VirtualMedia" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces", + "@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection", + "Description": "Collection of EthernetInterfaces for this Manager", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/NIC.1" + } + ], + "Members@odata.count": 1, + "Name": "Ethernet Network Interface Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/NIC.1": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/NIC.1", + "@odata.type": "#EthernetInterface.v1_9_0.EthernetInterface", + "AutoNeg": true, + "Description": "Management Network Interface", + "EthernetInterfaceType": "Physical", + "FQDN": "", + "FullDuplex": true, + "HostName": "neco-r6525-milan-idrac", + "IPv4Addresses": [ + { + "Address": "10.210.152.195", + "AddressOrigin": "Static", + "Gateway": "10.210.152.1", + "SubnetMask": "255.255.252.0" + } + ], + "IPv4Addresses@odata.count": 1, + "IPv6AddressPolicyTable": [], + "IPv6AddressPolicyTable@odata.count": 0, + "IPv6Addresses": [ + { + "Address": "::", + "AddressOrigin": null, + "AddressState": "Preferred", + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": "Preferred", + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "::", + "AddressOrigin": null, + "AddressState": null, + "PrefixLength": 64 + }, + { + "Address": "fe80::9a5e:2287:2f6d:9ada", + "AddressOrigin": null, + "AddressState": "Preferred", + "PrefixLength": 64 + } + ], + "IPv6Addresses@odata.count": 16, + "IPv6DefaultGateway": "::", + "IPv6StaticAddresses": [ + { + "Address": "::", + "PrefixLength": 64 + } + ], + "IPv6StaticAddresses@odata.count": 1, + "Id": "NIC.1", + "InterfaceEnabled": true, + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + }, + "MACAddress": "b0:7b:25:d6:d4:3e", + "MTUSize": 1500, + "MaxIPv6StaticAddresses": 1, + "Name": "Manager Ethernet Interface", + "NameServers": [ + "61.122.112.97", + "61.122.112.1", + "::", + "::" + ], + "NameServers@odata.count": 4, + "PermanentMACAddress": "b0:7b:25:d6:d4:3e", + "SpeedMbps": 1000, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VLAN": { + "VLANEnable": false, + "VLANId": 1 + } + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces": { + "@odata.context": "/redfish/v1/$metadata#HostInterfaceCollection.HostInterfaceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces", + "@odata.type": "#HostInterfaceCollection.HostInterfaceCollection", + "Description": "Collection of Host Interfaces for this System", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/Host.1" + } + ], + "Members@odata.count": 1, + "Name": "Host Interface Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/Host.1": { + "@odata.context": "/redfish/v1/$metadata#HostInterface.HostInterface", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces/Host.1", + "@odata.type": "#HostInterface.v1_3_0.HostInterface", + "Description": "Management for Host Interface", + "ExternallyAccessible": false, + "HostEthernetInterfaces": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces" + }, + "HostInterfaceType": "NetworkHostInterface", + "Id": "Host.1", + "InterfaceEnabled": false, + "ManagerEthernetInterface": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/NIC.1" + }, + "Name": "Managed Host Interface 1" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices": { + "@odata.context": "/redfish/v1/$metadata#LogServiceCollection.LogServiceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices", + "@odata.type": "#LogServiceCollection.LogServiceCollection", + "Description": "Collection of Log Services for this Manager", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList" + } + ], + "Members@odata.count": 3, + "Name": "Log Service Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList": { + "@odata.context": "/redfish/v1/$metadata#LogService.LogService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList", + "@odata.type": "#LogService.v1_4_0.LogService", + "DateTime": "2023-07-05T22:22:56+09:00", + "DateTimeLocalOffset": "+09:00", + "Description": "Collection of FaultList Entries", + "Entries": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList/Entries" + }, + "Id": "FaultList", + "LogEntryType": "SEL", + "MaxNumberOfRecords": 500000, + "Name": "FaultListEntries", + "OverWritePolicy": "WrapsWhenFull", + "ServiceEnabled": true + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList/Entries": { + "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList/Entries", + "@odata.type": "#LogEntryCollection.LogEntryCollection", + "Description": "Providing additional health information for the devices which support rolled up health data", + "Members": [], + "Members@odata.count": 0, + "Name": "FaultList Entries Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog": { + "@odata.context": "/redfish/v1/$metadata#LogService.LogService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog", + "@odata.type": "#LogService.v1_4_0.LogService", + "DateTime": "2023-07-05T22:20:29+09:00", + "DateTimeLocalOffset": "+09:00", + "Description": "LifeCycle Controller Log Service", + "Entries": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries" + }, + "Id": "Lclog", + "LogEntryType": "OEM", + "MaxNumberOfRecords": 500000, + "Name": "LifeCycle Controller Log Service", + "OverWritePolicy": "WrapsWhenFull", + "ServiceEnabled": true + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries": { + "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries", + "@odata.type": "#LogEntryCollection.LogEntryCollection", + "Description": "LC Logs for this manager", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27200", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:20:26+09:00", + "Description": "Log Entry 27200", + "EntryType": "Oem", + "Id": "27200", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27200", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27199", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:20:26+09:00", + "Description": "Log Entry 27199", + "EntryType": "Oem", + "Id": "27199", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27199", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27198", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:18:28+09:00", + "Description": "Log Entry 27198", + "EntryType": "Oem", + "Id": "27198", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27198", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27197", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:40:14+09:00", + "Description": "Log Entry 27197", + "EntryType": "Oem", + "Id": "27197", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27197", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27196", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:37:39+09:00", + "Description": "Log Entry 27196", + "EntryType": "Oem", + "Id": "27196", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.210.65.4 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.210.65.4", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27196", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27195", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:37:39+09:00", + "Description": "Log Entry 27195", + "EntryType": "Oem", + "Id": "27195", + "Links": {}, + "Message": "The previous log entry was repeated 782 times.", + "MessageArgs": [ + "782" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27195", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27194", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:19:18+09:00", + "Description": "Log Entry 27194", + "EntryType": "Oem", + "Id": "27194", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27194", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27193", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:19:17+09:00", + "Description": "Log Entry 27193", + "EntryType": "Oem", + "Id": "27193", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27193", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27192", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:16:59+09:00", + "Description": "Log Entry 27192", + "EntryType": "Oem", + "Id": "27192", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27192", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27191", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:16:59+09:00", + "Description": "Log Entry 27191", + "EntryType": "Oem", + "Id": "27191", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27191", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27190", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:14:05+09:00", + "Description": "Log Entry 27190", + "EntryType": "Oem", + "Id": "27190", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27190", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27189", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:10:15+09:00", + "Description": "Log Entry 27189", + "EntryType": "Oem", + "Id": "27189", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "User ID 3 User Password has been changed.", + "MessageArgs": [ + "3" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.SWC1911", + "Name": "Log Entry 27189", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27188", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:10:14+09:00", + "Description": "Log Entry 27188", + "EntryType": "Oem", + "Id": "27188", + "Links": {}, + "Message": "User root via IP 10.224.136.40 requested state / configuration change to Local Users_3 using GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "Local Users_3", + "GUI" + ], + "MessageArgs@odata.count": 4, + "MessageId": "IDRAC.2.8.RAC1195", + "Name": "Log Entry 27188", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27187", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:09:19+09:00", + "Description": "Log Entry 27187", + "EntryType": "Oem", + "Id": "27187", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27187", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27186", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T08:48:59+09:00", + "Description": "Log Entry 27186", + "EntryType": "Oem", + "Id": "27186", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.210.65.4 and GUI.", + "MessageArgs": [ + "root", + "10.210.65.4", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27186", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27185", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T08:48:59+09:00", + "Description": "Log Entry 27185", + "EntryType": "Oem", + "Id": "27185", + "Links": {}, + "Message": "The previous log entry was repeated 10 times.", + "MessageArgs": [ + "10" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27185", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27184", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:57:26+09:00", + "Description": "Log Entry 27184", + "EntryType": "Oem", + "Id": "27184", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Unable to log in for support from 10.210.152.196 using REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0031", + "Name": "Log Entry 27184", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27183", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:57:26+09:00", + "Description": "Log Entry 27183", + "EntryType": "Oem", + "Id": "27183", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27183", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27182", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:56:21+09:00", + "Description": "Log Entry 27182", + "EntryType": "Oem", + "Id": "27182", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "root", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27182", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27181", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:53:38+09:00", + "Description": "Log Entry 27181", + "EntryType": "Oem", + "Id": "27181", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Unable to log in for support from 10.210.152.196 using REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0031", + "Name": "Log Entry 27181", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27180", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:31:01+09:00", + "Description": "Log Entry 27180", + "EntryType": "Oem", + "Id": "27180", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27180", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27179", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:08:49+09:00", + "Description": "Log Entry 27179", + "EntryType": "Oem", + "Id": "27179", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.7.189 and REDFISH.", + "MessageArgs": [ + "root", + "10.224.7.189", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27179", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27178", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:08:49+09:00", + "Description": "Log Entry 27178", + "EntryType": "Oem", + "Id": "27178", + "Links": {}, + "Message": "The previous log entry was repeated 2 times.", + "MessageArgs": [ + "2" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27178", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27177", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:01:14+09:00", + "Description": "Log Entry 27177", + "EntryType": "Oem", + "Id": "27177", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using telemetry, from 127.0.0.1 and REDFISH.", + "MessageArgs": [ + "telemetry", + "127.0.0.1", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27177", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27176", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:00:21+09:00", + "Description": "Log Entry 27176", + "EntryType": "Oem", + "Id": "27176", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27176", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27175", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:53+09:00", + "Description": "Log Entry 27175", + "EntryType": "Oem", + "Id": "27175", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Auto Discovery feature disabled.", + "MessageId": "IDRAC.2.8.DIS002", + "Name": "Log Entry 27175", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27174", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:53+09:00", + "Description": "Log Entry 27174", + "EntryType": "Oem", + "Id": "27174", + "Links": {}, + "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.", + "MessageArgs": [ + "user initiated" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RAC0182", + "Name": "Log Entry 27174", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27173", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:45+09:00", + "Description": "Log Entry 27173", + "EntryType": "Oem", + "Id": "27173", + "Links": {}, + "Message": "The iDRAC IP Address changed from 0.0.0.0 to 10.210.152.195.", + "MessageArgs": [ + "0.0.0.0", + "10.210.152.195" + ], + "MessageArgs@odata.count": 2, + "MessageId": "IDRAC.2.8.IPA0100", + "Name": "Log Entry 27173", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27172", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:23+09:00", + "Description": "Log Entry 27172", + "EntryType": "Oem", + "Id": "27172", + "Links": {}, + "Message": "Version change detected for Lifecycle Controller firmware. Previous version:6.10.80.00, Current version:7.00.00.00", + "MessageArgs": [ + "Lifecycle Controller", + "6.10.80.00", + "7.00.00.00" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.PR36", + "Name": "Log Entry 27172", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27171", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:57:05+09:00", + "Description": "Log Entry 27171", + "EntryType": "Oem", + "Id": "27171", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Power Supply 2: Status = 0x1, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.", + "MessageArgs": [ + "2", + "1", + "0", + "0", + "0", + "0", + "0" + ], + "MessageArgs@odata.count": 7, + "MessageId": "IDRAC.2.8.PSU0800", + "Name": "Log Entry 27171", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "SystemHealth", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27170", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:57:05+09:00", + "Description": "Log Entry 27170", + "EntryType": "Oem", + "Id": "27170", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Power Supply 1: Status = 0x1, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.", + "MessageArgs": [ + "1", + "1", + "0", + "0", + "0", + "0", + "0" + ], + "MessageArgs@odata.count": 7, + "MessageId": "IDRAC.2.8.PSU0800", + "Name": "Log Entry 27170", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "SystemHealth", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27169", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:45+09:00", + "Description": "Log Entry 27169", + "EntryType": "Oem", + "Id": "27169", + "Links": {}, + "Message": "The (installation or configuration) job JID_884211195185 is successfully completed.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.JCP037", + "Name": "Log Entry 27169", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27168", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:44+09:00", + "Description": "Log Entry 27168", + "EntryType": "Oem", + "Id": "27168", + "Links": {}, + "Message": "The iDRAC firmware updated successfully. Previous version: 6.10.80.00, Current version: 7.00.00.00", + "MessageArgs": [ + "6.10.80.00", + "7.00.00.00" + ], + "MessageArgs@odata.count": 2, + "MessageId": "IDRAC.2.8.RED063", + "Name": "Log Entry 27168", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27167", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:44+09:00", + "Description": "Log Entry 27167", + "EntryType": "Oem", + "Id": "27167", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update successful.", + "MessageId": "IDRAC.2.8.SUP1906", + "Name": "Log Entry 27167", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27166", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:49+09:00", + "Description": "Log Entry 27166", + "EntryType": "Oem", + "Id": "27166", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update programming flash.", + "MessageId": "IDRAC.2.8.SUP1905", + "Name": "Log Entry 27166", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27165", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:25+09:00", + "Description": "Log Entry 27165", + "EntryType": "Oem", + "Id": "27165", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update verify image headers.", + "MessageId": "IDRAC.2.8.SUP1903", + "Name": "Log Entry 27165", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27164", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27164", + "EntryType": "Oem", + "Id": "27164", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update checksumming image.", + "MessageId": "IDRAC.2.8.SUP1904", + "Name": "Log Entry 27164", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27163", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27163", + "EntryType": "Oem", + "Id": "27163", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update initialization complete.", + "MessageId": "IDRAC.2.8.SUP1911", + "Name": "Log Entry 27163", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27162", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27162", + "EntryType": "Oem", + "Id": "27162", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update initializing.", + "MessageId": "IDRAC.2.8.SUP1901", + "Name": "Log Entry 27162", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27161", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:52:00+09:00", + "Description": "Log Entry 27161", + "EntryType": "Oem", + "Id": "27161", + "Links": {}, + "Message": "An update job JID_884211195185 was created.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED054", + "Name": "Log Entry 27161", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27160", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27160", + "EntryType": "Oem", + "Id": "27160", + "Links": {}, + "Message": "Downloading the iDRAC-with-Lifecycle-Controller_Firmware_KH4XX_WN64_7.00.00.00_A00.EXE update package.", + "MessageArgs": [ + "iDRAC-with-Lifecycle-Controller_Firmware_KH4XX_WN64_7.00.00.00_A00.EXE" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED110", + "Name": "Log Entry 27160", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27159", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27159", + "EntryType": "Oem", + "Id": "27159", + "Links": {}, + "Message": "The (installation or configuration) job JID_884211195185 is successfully created on iDRAC.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.JCP027", + "Name": "Log Entry 27159", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27158", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27158", + "EntryType": "Oem", + "Id": "27158", + "Links": {}, + "Message": "Processing of update packages is starting.", + "MessageId": "IDRAC.2.8.RED052", + "Name": "Log Entry 27158", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27157", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:38+09:00", + "Description": "Log Entry 27157", + "EntryType": "Oem", + "Id": "27157", + "Links": {}, + "Message": "Package successfully downloaded.", + "MessageId": "IDRAC.2.8.RED002", + "Name": "Log Entry 27157", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27156", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:37+09:00", + "Description": "Log Entry 27156", + "EntryType": "Oem", + "Id": "27156", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27156", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27155", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:37+09:00", + "Description": "Log Entry 27155", + "EntryType": "Oem", + "Id": "27155", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27155", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27154", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:26+09:00", + "Description": "Log Entry 27154", + "EntryType": "Oem", + "Id": "27154", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27154", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27153", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:18+09:00", + "Description": "Log Entry 27153", + "EntryType": "Oem", + "Id": "27153", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27153", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27152", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:18+09:00", + "Description": "Log Entry 27152", + "EntryType": "Oem", + "Id": "27152", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27152", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27151", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:40:10+09:00", + "Description": "Log Entry 27151", + "EntryType": "Oem", + "Id": "27151", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using eHTML5 Virtual Console is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "eHTML5 Virtual Console" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27151", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + } + ], + "Members@odata.count": 5236, + "Members@odata.nextLink": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries?$skip=50", + "Name": "Log Entry Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27151": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27151", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:40:10+09:00", + "Description": "Log Entry 27151", + "EntryType": "Oem", + "Id": "27151", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using eHTML5 Virtual Console is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "eHTML5 Virtual Console" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27151", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27152": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27152", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:18+09:00", + "Description": "Log Entry 27152", + "EntryType": "Oem", + "Id": "27152", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27152", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27153": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27153", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:18+09:00", + "Description": "Log Entry 27153", + "EntryType": "Oem", + "Id": "27153", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27153", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27154": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27154", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:26+09:00", + "Description": "Log Entry 27154", + "EntryType": "Oem", + "Id": "27154", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27154", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27155": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27155", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:37+09:00", + "Description": "Log Entry 27155", + "EntryType": "Oem", + "Id": "27155", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27155", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27156": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27156", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:49:37+09:00", + "Description": "Log Entry 27156", + "EntryType": "Oem", + "Id": "27156", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27156", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27157": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27157", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:38+09:00", + "Description": "Log Entry 27157", + "EntryType": "Oem", + "Id": "27157", + "Links": {}, + "Message": "Package successfully downloaded.", + "MessageId": "IDRAC.2.8.RED002", + "Name": "Log Entry 27157", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27158": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27158", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27158", + "EntryType": "Oem", + "Id": "27158", + "Links": {}, + "Message": "Processing of update packages is starting.", + "MessageId": "IDRAC.2.8.RED052", + "Name": "Log Entry 27158", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27159": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27159", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27159", + "EntryType": "Oem", + "Id": "27159", + "Links": {}, + "Message": "The (installation or configuration) job JID_884211195185 is successfully created on iDRAC.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.JCP027", + "Name": "Log Entry 27159", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27160": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27160", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:51:59+09:00", + "Description": "Log Entry 27160", + "EntryType": "Oem", + "Id": "27160", + "Links": {}, + "Message": "Downloading the iDRAC-with-Lifecycle-Controller_Firmware_KH4XX_WN64_7.00.00.00_A00.EXE update package.", + "MessageArgs": [ + "iDRAC-with-Lifecycle-Controller_Firmware_KH4XX_WN64_7.00.00.00_A00.EXE" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED110", + "Name": "Log Entry 27160", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27161": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27161", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:52:00+09:00", + "Description": "Log Entry 27161", + "EntryType": "Oem", + "Id": "27161", + "Links": {}, + "Message": "An update job JID_884211195185 was created.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RED054", + "Name": "Log Entry 27161", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27162": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27162", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27162", + "EntryType": "Oem", + "Id": "27162", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update initializing.", + "MessageId": "IDRAC.2.8.SUP1901", + "Name": "Log Entry 27162", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27163": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27163", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27163", + "EntryType": "Oem", + "Id": "27163", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update initialization complete.", + "MessageId": "IDRAC.2.8.SUP1911", + "Name": "Log Entry 27163", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27164": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27164", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:24+09:00", + "Description": "Log Entry 27164", + "EntryType": "Oem", + "Id": "27164", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update checksumming image.", + "MessageId": "IDRAC.2.8.SUP1904", + "Name": "Log Entry 27164", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27165": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27165", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:25+09:00", + "Description": "Log Entry 27165", + "EntryType": "Oem", + "Id": "27165", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update verify image headers.", + "MessageId": "IDRAC.2.8.SUP1903", + "Name": "Log Entry 27165", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27166": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27166", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:55:49+09:00", + "Description": "Log Entry 27166", + "EntryType": "Oem", + "Id": "27166", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update programming flash.", + "MessageId": "IDRAC.2.8.SUP1905", + "Name": "Log Entry 27166", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27167": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27167", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:44+09:00", + "Description": "Log Entry 27167", + "EntryType": "Oem", + "Id": "27167", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Firmware update successful.", + "MessageId": "IDRAC.2.8.SUP1906", + "Name": "Log Entry 27167", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27168": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27168", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:44+09:00", + "Description": "Log Entry 27168", + "EntryType": "Oem", + "Id": "27168", + "Links": {}, + "Message": "The iDRAC firmware updated successfully. Previous version: 6.10.80.00, Current version: 7.00.00.00", + "MessageArgs": [ + "6.10.80.00", + "7.00.00.00" + ], + "MessageArgs@odata.count": 2, + "MessageId": "IDRAC.2.8.RED063", + "Name": "Log Entry 27168", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Updates", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27169": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27169", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:56:45+09:00", + "Description": "Log Entry 27169", + "EntryType": "Oem", + "Id": "27169", + "Links": {}, + "Message": "The (installation or configuration) job JID_884211195185 is successfully completed.", + "MessageArgs": [ + "JID_884211195185" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.JCP037", + "Name": "Log Entry 27169", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27170": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27170", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:57:05+09:00", + "Description": "Log Entry 27170", + "EntryType": "Oem", + "Id": "27170", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Power Supply 1: Status = 0x1, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.", + "MessageArgs": [ + "1", + "1", + "0", + "0", + "0", + "0", + "0" + ], + "MessageArgs@odata.count": 7, + "MessageId": "IDRAC.2.8.PSU0800", + "Name": "Log Entry 27170", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "SystemHealth", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27171": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27171", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:57:05+09:00", + "Description": "Log Entry 27171", + "EntryType": "Oem", + "Id": "27171", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Power Supply 2: Status = 0x1, IOUT = 0x0, VOUT= 0x0, TEMP= 0x0, FAN = 0x0, INPUT= 0x0.", + "MessageArgs": [ + "2", + "1", + "0", + "0", + "0", + "0", + "0" + ], + "MessageArgs@odata.count": 7, + "MessageId": "IDRAC.2.8.PSU0800", + "Name": "Log Entry 27171", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "SystemHealth", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27172": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27172", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:23+09:00", + "Description": "Log Entry 27172", + "EntryType": "Oem", + "Id": "27172", + "Links": {}, + "Message": "Version change detected for Lifecycle Controller firmware. Previous version:6.10.80.00, Current version:7.00.00.00", + "MessageArgs": [ + "Lifecycle Controller", + "6.10.80.00", + "7.00.00.00" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.PR36", + "Name": "Log Entry 27172", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27173": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27173", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:45+09:00", + "Description": "Log Entry 27173", + "EntryType": "Oem", + "Id": "27173", + "Links": {}, + "Message": "The iDRAC IP Address changed from 0.0.0.0 to 10.210.152.195.", + "MessageArgs": [ + "0.0.0.0", + "10.210.152.195" + ], + "MessageArgs@odata.count": 2, + "MessageId": "IDRAC.2.8.IPA0100", + "Name": "Log Entry 27173", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27174": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27174", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:53+09:00", + "Description": "Log Entry 27174", + "EntryType": "Oem", + "Id": "27174", + "Links": {}, + "Message": "The iDRAC firmware was rebooted with the following reason: user initiated.", + "MessageArgs": [ + "user initiated" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.RAC0182", + "Name": "Log Entry 27174", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27175": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27175", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T06:59:53+09:00", + "Description": "Log Entry 27175", + "EntryType": "Oem", + "Id": "27175", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Auto Discovery feature disabled.", + "MessageId": "IDRAC.2.8.DIS002", + "Name": "Log Entry 27175", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27176": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27176", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:00:21+09:00", + "Description": "Log Entry 27176", + "EntryType": "Oem", + "Id": "27176", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27176", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27177": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27177", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:01:14+09:00", + "Description": "Log Entry 27177", + "EntryType": "Oem", + "Id": "27177", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using telemetry, from 127.0.0.1 and REDFISH.", + "MessageArgs": [ + "telemetry", + "127.0.0.1", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27177", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27178": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27178", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:08:49+09:00", + "Description": "Log Entry 27178", + "EntryType": "Oem", + "Id": "27178", + "Links": {}, + "Message": "The previous log entry was repeated 2 times.", + "MessageArgs": [ + "2" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27178", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27179": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27179", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:08:49+09:00", + "Description": "Log Entry 27179", + "EntryType": "Oem", + "Id": "27179", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.7.189 and REDFISH.", + "MessageArgs": [ + "root", + "10.224.7.189", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27179", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27180": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27180", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-04T07:31:01+09:00", + "Description": "Log Entry 27180", + "EntryType": "Oem", + "Id": "27180", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27180", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27181": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27181", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:53:38+09:00", + "Description": "Log Entry 27181", + "EntryType": "Oem", + "Id": "27181", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Unable to log in for support from 10.210.152.196 using REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0031", + "Name": "Log Entry 27181", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27182": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27182", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:56:21+09:00", + "Description": "Log Entry 27182", + "EntryType": "Oem", + "Id": "27182", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "root", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27182", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27183": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27183", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:57:26+09:00", + "Description": "Log Entry 27183", + "EntryType": "Oem", + "Id": "27183", + "Links": {}, + "Message": "The previous log entry was repeated 1 times.", + "MessageArgs": [ + "1" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27183", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27184": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27184", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T06:57:26+09:00", + "Description": "Log Entry 27184", + "EntryType": "Oem", + "Id": "27184", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Unable to log in for support from 10.210.152.196 using REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0031", + "Name": "Log Entry 27184", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27185": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27185", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T08:48:59+09:00", + "Description": "Log Entry 27185", + "EntryType": "Oem", + "Id": "27185", + "Links": {}, + "Message": "The previous log entry was repeated 10 times.", + "MessageArgs": [ + "10" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27185", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27186": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27186", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T08:48:59+09:00", + "Description": "Log Entry 27186", + "EntryType": "Oem", + "Id": "27186", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.210.65.4 and GUI.", + "MessageArgs": [ + "root", + "10.210.65.4", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27186", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27187": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27187", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:09:19+09:00", + "Description": "Log Entry 27187", + "EntryType": "Oem", + "Id": "27187", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using root, from 10.224.136.40 and GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27187", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27188": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27188", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:10:14+09:00", + "Description": "Log Entry 27188", + "EntryType": "Oem", + "Id": "27188", + "Links": {}, + "Message": "User root via IP 10.224.136.40 requested state / configuration change to Local Users_3 using GUI.", + "MessageArgs": [ + "root", + "10.224.136.40", + "Local Users_3", + "GUI" + ], + "MessageArgs@odata.count": 4, + "MessageId": "IDRAC.2.8.RAC1195", + "Name": "Log Entry 27188", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27189": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27189", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:10:15+09:00", + "Description": "Log Entry 27189", + "EntryType": "Oem", + "Id": "27189", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "User ID 3 User Password has been changed.", + "MessageArgs": [ + "3" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.SWC1911", + "Name": "Log Entry 27189", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Configuration", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27190": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27190", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:14:05+09:00", + "Description": "Log Entry 27190", + "EntryType": "Oem", + "Id": "27190", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27190", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27191": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27191", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:16:59+09:00", + "Description": "Log Entry 27191", + "EntryType": "Oem", + "Id": "27191", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27191", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27192": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27192", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:16:59+09:00", + "Description": "Log Entry 27192", + "EntryType": "Oem", + "Id": "27192", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27192", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27193": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27193", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:19:17+09:00", + "Description": "Log Entry 27193", + "EntryType": "Oem", + "Id": "27193", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27193", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27194": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27194", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:19:18+09:00", + "Description": "Log Entry 27194", + "EntryType": "Oem", + "Id": "27194", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27194", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27195": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27195", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:37:39+09:00", + "Description": "Log Entry 27195", + "EntryType": "Oem", + "Id": "27195", + "Links": {}, + "Message": "The previous log entry was repeated 782 times.", + "MessageArgs": [ + "782" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27195", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27196": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27196", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:37:39+09:00", + "Description": "Log Entry 27196", + "EntryType": "Oem", + "Id": "27196", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.210.65.4 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.210.65.4", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27196", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27197": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27197", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T09:40:14+09:00", + "Description": "Log Entry 27197", + "EntryType": "Oem", + "Id": "27197", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "The session for root from 10.224.136.40 using GUI is logged off.", + "MessageArgs": [ + "root", + "10.224.136.40", + "GUI" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0032", + "Name": "Log Entry 27197", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27198": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27198", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:18:28+09:00", + "Description": "Log Entry 27198", + "EntryType": "Oem", + "Id": "27198", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27198", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27199": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27199", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:20:26+09:00", + "Description": "Log Entry 27199", + "EntryType": "Oem", + "Id": "27199", + "Links": {}, + "Message": "The previous log entry was repeated 1000 times.", + "MessageArgs": [ + "1000" + ], + "MessageArgs@odata.count": 1, + "MessageId": "IDRAC.2.8.LOG007", + "Name": "Log Entry 27199", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27200": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/Entries/27200", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2023-07-05T22:20:26+09:00", + "Description": "Log Entry 27200", + "EntryType": "Oem", + "Id": "27200", + "Links": { + "OriginOfCondition": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + }, + "Message": "Successfully logged in using support, from 10.210.152.196 and REDFISH.", + "MessageArgs": [ + "support", + "10.210.152.196", + "REDFISH" + ], + "MessageArgs@odata.count": 3, + "MessageId": "IDRAC.2.8.USR0030", + "Name": "Log Entry 27200", + "Oem": { + "Dell": { + "@odata.type": "#DellLCLogEntry.v1_1_0.DellLCLogEntry", + "Category": "Audit", + "Comment": null, + "LastUpdatedByUser": null + } + }, + "OemRecordFormat": "Dell", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel": { + "@odata.context": "/redfish/v1/$metadata#LogService.LogService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel", + "@odata.type": "#LogService.v1_4_0.LogService", + "Actions": { + "#LogService.ClearLog": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Actions/LogService.ClearLog" + } + }, + "DateTime": "2023-07-05T22:22:51+09:00", + "DateTimeLocalOffset": "+09:00", + "Description": "SEL Log Service", + "Entries": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries" + }, + "Id": "Sel", + "LogEntryType": "SEL", + "MaxNumberOfRecords": 1024, + "Name": "SEL Log Service", + "OverWritePolicy": "WrapsWhenFull", + "ServiceEnabled": true + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries": { + "@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries", + "@odata.type": "#LogEntryCollection.LogEntryCollection", + "Description": "System Event Logs for this manager", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/24", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:52:12+09:00", + "Description": "Log Entry 24", + "EntryCode": "Fully Redundant", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "24", + "Message": "The power supplies are redundant.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b00ffff", + "Name": "Log Entry 24", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/23", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:52:12+09:00", + "Description": "Log Entry 23", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "23", + "Message": "The input power for power supply 1 has been restored.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "ef03ffff", + "Name": "Log Entry 23", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/22", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:51:59+09:00", + "Description": "Log Entry 22", + "EntryCode": "Redundancy Lost", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "22", + "Message": "Power supply redundancy is lost.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b01ffff", + "Name": "Log Entry 22", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/21", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:51:58+09:00", + "Description": "Log Entry 21", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "21", + "Message": "The Power Supply Unit (PSU) 1 is not receiving input power because of issues in PSU or cable connections.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f03ffff", + "Name": "Log Entry 21", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/20", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2022-03-06T01:28:30+09:00", + "Description": "Log Entry 20", + "EntryCode": "Redundancy Lost", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "20", + "Message": "Power supply redundancy is lost.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b01ffff", + "Name": "Log Entry 20", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/19", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2022-03-06T01:28:29+09:00", + "Description": "Log Entry 19", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "19", + "Message": "The Power Supply Unit (PSU) 1 is not receiving input power because of issues in PSU or cable connections.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f03ffff", + "Name": "Log Entry 19", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/18", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 18", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "18", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 18", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/17", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 17", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "17", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 17", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/16", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:31:14+09:00", + "Description": "Log Entry 16", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "16", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 16", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/15", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 15", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "15", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 15", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/14", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 14", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "14", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 14", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/13", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:22:39+09:00", + "Description": "Log Entry 13", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "13", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 13", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/12", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 12", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "12", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 12", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/11", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 11", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "11", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 11", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/10", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:14:46+09:00", + "Description": "Log Entry 10", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "10", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 10", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/9", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 9", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "9", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 9", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/8", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 8", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "8", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 8", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/7", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-08-31T07:50:52+09:00", + "Description": "Log Entry 7", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "7", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 7", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/6", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-08-11T19:00:24+09:00", + "Description": "Log Entry 6", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "6", + "Message": "The process of installing an operating system or hypervisor is started and is in progress.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f070000", + "Name": "Log Entry 6", + "SensorNumber": 0, + "SensorType": "BaseOSBoot/InstallationStatus", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/5", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-04-12T13:51:49+09:00", + "Description": "Log Entry 5", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "5", + "Message": "The chassis is closed while the power is off.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "ef8002ff", + "Name": "Log Entry 5", + "SensorNumber": 115, + "SensorType": "Physical Chassis Security", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/4", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-04-12T13:51:44+09:00", + "Description": "Log Entry 4", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "4", + "Message": "The chassis is open while the power is off.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f8002ff", + "Name": "Log Entry 4", + "SensorNumber": 115, + "SensorType": "Physical Chassis Security", + "Severity": "Critical" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/3", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:43:16+09:00", + "Description": "Log Entry 3", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0037", + "Id": "3", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "a1db6000", + "Name": "Log Entry 3", + "SensorNumber": 252, + "SensorType": null, + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/2", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:43:16+09:00", + "Description": "Log Entry 2", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "2", + "Message": "C: boot completed.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f01ffff", + "Name": "Log Entry 2", + "SensorNumber": 0, + "SensorType": "BaseOSBoot/InstallationStatus", + "Severity": "OK" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/1", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:32:03+09:00", + "Description": "Log Entry 1", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "1", + "Message": "Log cleared.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f02ffff", + "Name": "Log Entry 1", + "SensorNumber": 114, + "SensorType": "Event Logging Disabled", + "Severity": "OK" + } + ], + "Members@odata.count": 24, + "Name": "Log Entry Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/1": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/1", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:32:03+09:00", + "Description": "Log Entry 1", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "1", + "Message": "Log cleared.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f02ffff", + "Name": "Log Entry 1", + "SensorNumber": 114, + "SensorType": "Event Logging Disabled", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/10": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/10", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:14:46+09:00", + "Description": "Log Entry 10", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "10", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 10", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/11": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/11", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 11", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "11", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 11", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/12": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/12", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 12", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "12", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 12", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/13": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/13", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:22:39+09:00", + "Description": "Log Entry 13", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "13", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 13", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/14": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/14", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 14", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "14", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 14", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/15": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/15", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 15", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "15", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 15", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/16": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/16", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-09-01T04:31:14+09:00", + "Description": "Log Entry 16", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "16", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 16", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/17": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/17", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 17", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "17", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 17", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/18": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/18", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 18", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "18", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 18", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/19": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/19", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2022-03-06T01:28:29+09:00", + "Description": "Log Entry 19", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "19", + "Message": "The Power Supply Unit (PSU) 1 is not receiving input power because of issues in PSU or cable connections.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f03ffff", + "Name": "Log Entry 19", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/2": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/2", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:43:16+09:00", + "Description": "Log Entry 2", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "2", + "Message": "C: boot completed.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f01ffff", + "Name": "Log Entry 2", + "SensorNumber": 0, + "SensorType": "BaseOSBoot/InstallationStatus", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/20": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/20", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2022-03-06T01:28:30+09:00", + "Description": "Log Entry 20", + "EntryCode": "Redundancy Lost", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "20", + "Message": "Power supply redundancy is lost.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b01ffff", + "Name": "Log Entry 20", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/21": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/21", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:51:58+09:00", + "Description": "Log Entry 21", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "21", + "Message": "The Power Supply Unit (PSU) 1 is not receiving input power because of issues in PSU or cable connections.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f03ffff", + "Name": "Log Entry 21", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/22": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/22", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:51:59+09:00", + "Description": "Log Entry 22", + "EntryCode": "Redundancy Lost", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "22", + "Message": "Power supply redundancy is lost.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b01ffff", + "Name": "Log Entry 22", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "Critical" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/23": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/23", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:52:12+09:00", + "Description": "Log Entry 23", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "23", + "Message": "The input power for power supply 1 has been restored.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "ef03ffff", + "Name": "Log Entry 23", + "SensorNumber": 133, + "SensorType": "Power Supply / Converter", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/24": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/24", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2020-02-07T09:52:12+09:00", + "Description": "Log Entry 24", + "EntryCode": "Fully Redundant", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "24", + "Message": "The power supplies are redundant.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "0b00ffff", + "Name": "Log Entry 24", + "SensorNumber": 119, + "SensorType": "Power Supply / Converter", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/3": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/3", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-06-29T22:43:16+09:00", + "Description": "Log Entry 3", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0037", + "Id": "3", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "a1db6000", + "Name": "Log Entry 3", + "SensorNumber": 252, + "SensorType": null, + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/4": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/4", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-04-12T13:51:44+09:00", + "Description": "Log Entry 4", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "4", + "Message": "The chassis is open while the power is off.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f8002ff", + "Name": "Log Entry 4", + "SensorNumber": 115, + "SensorType": "Physical Chassis Security", + "Severity": "Critical" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/5": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/5", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-04-12T13:51:49+09:00", + "Description": "Log Entry 5", + "EntryCode": "Deassert", + "EntryType": "SEL", + "GeneratorId": "0x0020", + "Id": "5", + "Message": "The chassis is closed while the power is off.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "ef8002ff", + "Name": "Log Entry 5", + "SensorNumber": 115, + "SensorType": "Physical Chassis Security", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/6": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/6", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-08-11T19:00:24+09:00", + "Description": "Log Entry 6", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "6", + "Message": "The process of installing an operating system or hypervisor is started and is in progress.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6f070000", + "Name": "Log Entry 6", + "SensorNumber": 0, + "SensorType": "BaseOSBoot/InstallationStatus", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/7": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/7", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2021-08-31T07:50:52+09:00", + "Description": "Log Entry 7", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0041", + "Id": "7", + "Message": "The system stopped responding because of an exception while running the operating system.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "6fa17973", + "Name": "Log Entry 7", + "SensorNumber": 115, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/8": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/8", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2034-07-27T02:23:28+09:00", + "Description": "Log Entry 8", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0073", + "Id": "8", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "72696767", + "Name": "Log Entry 8", + "SensorNumber": 116, + "SensorType": "OS Stop/Shutdown", + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/9": { + "@odata.context": "/redfish/v1/$metadata#LogEntry.LogEntry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Sel/Entries/9", + "@odata.type": "#LogEntry.v1_14_0.LogEntry", + "Created": "2030-10-26T05:14:08+09:00", + "Description": "Log Entry 9", + "EntryCode": "Assert", + "EntryType": "SEL", + "GeneratorId": "0x0065", + "Id": "9", + "Message": "OEM software event.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "61736800", + "Name": "Log Entry 9", + "SensorNumber": 114, + "SensorType": null, + "Severity": "OK" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol": { + "@odata.context": "/redfish/v1/$metadata#ManagerNetworkProtocol.ManagerNetworkProtocol", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol", + "@odata.type": "#ManagerNetworkProtocol.v1_9_1.ManagerNetworkProtocol", + "DHCP": { + "ProtocolEnabled": true + }, + "DHCPv6": { + "ProtocolEnabled": true + }, + "Description": "Manager Network Service Status", + "FQDN": "", + "HTTP": { + "Port": 80, + "ProtocolEnabled": true + }, + "HTTPS": { + "Certificates": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates" + }, + "Port": 443, + "ProtocolEnabled": true + }, + "HostName": "neco-r6525-milan-idrac", + "IPMI": { + "ProtocolEnabled": true + }, + "Id": "NetworkProtocol", + "KVMIP": { + "Port": 5900, + "ProtocolEnabled": true + }, + "NTP": { + "NTPServers": [], + "NTPServers@odata.count": 0, + "ProtocolEnabled": false + }, + "Name": "Manager Network Protocol", + "RFB": { + "Port": 5901, + "ProtocolEnabled": false + }, + "SNMP": { + "Port": 161, + "ProtocolEnabled": true + }, + "SSH": { + "Port": 22, + "ProtocolEnabled": true + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Telnet": { + "Port": 23, + "ProtocolEnabled": false + }, + "VirtualMedia": { + "ProtocolEnabled": true + } + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of Webserver SSL Certificate resource instances.", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates/SecurityCertificate.1" + } + ], + "Members@odata.count": 1, + "Name": "Certificate Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates/SecurityCertificate.1": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates/SecurityCertificate.1", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateUsageTypes": [ + "Web" + ], + "Description": "IDRAC Web server SSL digital certificate", + "Id": "SecurityCertificate.1", + "Issuer": { + "City": "Round Rock", + "CommonName": "idrac-SVCTAG", + "Country": "US", + "Email": null, + "Organization": "Dell Inc.", + "OrganizationalUnit": "Remote Access Group", + "State": "Texas" + }, + "Name": "Server Certificates", + "SerialNumber": "C3ADEA854C62F397", + "Subject": { + "City": "Round Rock", + "CommonName": "idrac-SVCTAG", + "Country": "US", + "Email": null, + "Organization": "Dell Inc.", + "OrganizationalUnit": "Remote Access Group", + "State": "Texas" + }, + "ValidNotAfter": "2031-3-5T18:07:00+00:00", + "ValidNotBefore": "2021-3-4T18:07:00+00:00" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": { + "LCAttributes.1.AutoDiscovery": "Off", + "LCAttributes.1.AutoUpdate": "Enabled", + "LCAttributes.1.BIOSRTDRequested": "False", + "LCAttributes.1.CollectSystemInventoryOnRestart": "Enabled", + "LCAttributes.1.DiscoveryFactoryDefaults": "Off", + "LCAttributes.1.IPAddress": "", + "LCAttributes.1.IPChangeNotifyPS": "Off", + "LCAttributes.1.IgnoreCertWarning": "On", + "LCAttributes.1.Licensed": "No", + "LCAttributes.1.LifecycleControllerState": "Enabled", + "LCAttributes.1.PartConfigurationUpdate": "Apply Always", + "LCAttributes.1.PartFirmwareUpdate": "Match firmware of replaced part", + "LCAttributes.1.ProvisioningServer": "", + "LCAttributes.1.StorageHealthRollupStatus": 2, + "LCAttributes.1.SystemID": "08fe", + "LCAttributes.1.UserProxyPassword": null, + "LCAttributes.1.UserProxyPort": "80", + "LCAttributes.1.UserProxyServer": "", + "LCAttributes.1.UserProxyType": "HTTP", + "LCAttributes.1.UserProxyUserName": "", + "LCAttributes.1.VirtualAddressManagementApplication": "", + "OSD.1.SupportedOSList": "Microsoft Windows Server 2019, Microsoft Windows Server 2022, Red Hat Enterprise Linux 8.4 x64, Red Hat Enterprise Linux 7.9 x64, SuSE Enterprise Linux 15 SP3 x64" + }, + "Description": "This schema provides the oem attributes", + "Id": "LifecycleController.Embedded.1", + "Name": "OEMAttributeRegistry" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/LifecycleController.Embedded.1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "LCSettings", + "Name": "OemAttributeRegistrySettings", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellManager.DellManager", + "@odata.type": "#DellManager.v1_4_0.DellManager", + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + } + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": { + "AcquisitionInfo.1.CostCenter": "", + "AcquisitionInfo.1.Expensed": "No", + "AcquisitionInfo.1.InstallDate": "", + "AcquisitionInfo.1.PONumber": "0", + "AcquisitionInfo.1.PurchaseCost": "0", + "AcquisitionInfo.1.PurchaseDate": "", + "AcquisitionInfo.1.Vendor": "Dell", + "AcquisitionInfo.1.WayBill": "0", + "AcquisitionInfo.1.WhoSigned": "", + "Backplane.1.BackplaneBusMode": "I2C", + "Backplane.1.BackplaneSplitMode": 0, + "ChassisInfo.1.CMStatus": "CM OFFLINE", + "CustomAsset.1.Label": "", + "CustomAsset.1.Value": "", + "CustomAsset.10.Label": "", + "CustomAsset.10.Value": "", + "CustomAsset.11.Label": "", + "CustomAsset.11.Value": "", + "CustomAsset.12.Label": "", + "CustomAsset.12.Value": "", + "CustomAsset.13.Label": "", + "CustomAsset.13.Value": "", + "CustomAsset.14.Label": "", + "CustomAsset.14.Value": "", + "CustomAsset.15.Label": "", + "CustomAsset.15.Value": "", + "CustomAsset.16.Label": "", + "CustomAsset.16.Value": "", + "CustomAsset.17.Label": "", + "CustomAsset.17.Value": "", + "CustomAsset.18.Label": "", + "CustomAsset.18.Value": "", + "CustomAsset.19.Label": "", + "CustomAsset.19.Value": "", + "CustomAsset.2.Label": "", + "CustomAsset.2.Value": "", + "CustomAsset.20.Label": "", + "CustomAsset.20.Value": "", + "CustomAsset.21.Label": "", + "CustomAsset.21.Value": "", + "CustomAsset.22.Label": "", + "CustomAsset.22.Value": "", + "CustomAsset.23.Label": "", + "CustomAsset.23.Value": "", + "CustomAsset.24.Label": "", + "CustomAsset.24.Value": "", + "CustomAsset.25.Label": "", + "CustomAsset.25.Value": "", + "CustomAsset.26.Label": "", + "CustomAsset.26.Value": "", + "CustomAsset.27.Label": "", + "CustomAsset.27.Value": "", + "CustomAsset.28.Label": "", + "CustomAsset.28.Value": "", + "CustomAsset.29.Label": "", + "CustomAsset.29.Value": "", + "CustomAsset.3.Label": "", + "CustomAsset.3.Value": "", + "CustomAsset.30.Label": "", + "CustomAsset.30.Value": "", + "CustomAsset.31.Label": "", + "CustomAsset.31.Value": "", + "CustomAsset.32.Label": "", + "CustomAsset.32.Value": "", + "CustomAsset.4.Label": "", + "CustomAsset.4.Value": "", + "CustomAsset.5.Label": "", + "CustomAsset.5.Value": "", + "CustomAsset.6.Label": "", + "CustomAsset.6.Value": "", + "CustomAsset.7.Label": "", + "CustomAsset.7.Value": "", + "CustomAsset.8.Label": "", + "CustomAsset.8.Value": "", + "CustomAsset.9.Label": "", + "CustomAsset.9.Value": "", + "DepreciationInfo.1.Duration": "0", + "DepreciationInfo.1.DurationUnit": "Months", + "DepreciationInfo.1.Method": "", + "DepreciationInfo.1.Percentage": "0", + "Diagnostics.1.OSAppCollectionTime": "N/A", + "ExtWarrantyInfo.1.Cost": "0", + "ExtWarrantyInfo.1.EndDate": "", + "ExtWarrantyInfo.1.Provider": "", + "ExtWarrantyInfo.1.StartDate": "", + "GPUPowerConfiguration.1.GPUPwrCapState": "Disabled", + "Job.1.JobTimeout": 120, + "LCD.1.ChassisIdentifyDuration": 0, + "LCD.1.Configuration": "Service Tag", + "LCD.1.CurrentDisplay": "ST: 8MT3NF3", + "LCD.1.ErrorDisplayMode": "SEL", + "LCD.1.FrontPanelLocking": "Full-Access", + "LCD.1.HideErrs": "unhide", + "LCD.1.LicenseMsgEnable": "No-License-Msg", + "LCD.1.NMIResetOverride": "DIsabled", + "LCD.1.NumberErrsHidden": 0, + "LCD.1.NumberErrsVisible": 0, + "LCD.1.QualifierTemp": "C", + "LCD.1.QualifierWatt": "Watts", + "LCD.1.UserDefinedString": "", + "LCD.1.vConsoleIndication": "Enabled", + "LeaseInfo.1.Buyout": "0", + "LeaseInfo.1.EndDate": "", + "LeaseInfo.1.FairValue": "0", + "LeaseInfo.1.Lessor": "", + "LeaseInfo.1.MultiSched": "No", + "LeaseInfo.1.RateFactor": "0", + "MaintenanceInfo.1.EndDate": "", + "MaintenanceInfo.1.Provider": "", + "MaintenanceInfo.1.Restrictions": "", + "MaintenanceInfo.1.StartDate": "", + "OpenIDConnectServer.1.DiscoveryURL": "", + "OpenIDConnectServer.1.Enabled": "Disabled", + "OpenIDConnectServer.1.Name": "", + "OpenIDConnectServer.1.RegistrationDetails": null, + "OpenIDConnectServer.1.RegistrationStatus": "", + "OpenIDConnectServer.10.DiscoveryURL": "", + "OpenIDConnectServer.10.Enabled": "Disabled", + "OpenIDConnectServer.10.Name": "", + "OpenIDConnectServer.10.RegistrationDetails": null, + "OpenIDConnectServer.10.RegistrationStatus": "", + "OpenIDConnectServer.11.DiscoveryURL": "", + "OpenIDConnectServer.11.Enabled": "Disabled", + "OpenIDConnectServer.11.Name": "", + "OpenIDConnectServer.11.RegistrationDetails": null, + "OpenIDConnectServer.11.RegistrationStatus": "", + "OpenIDConnectServer.12.DiscoveryURL": "", + "OpenIDConnectServer.12.Enabled": "Disabled", + "OpenIDConnectServer.12.Name": "", + "OpenIDConnectServer.12.RegistrationDetails": null, + "OpenIDConnectServer.12.RegistrationStatus": "", + "OpenIDConnectServer.13.DiscoveryURL": "", + "OpenIDConnectServer.13.Enabled": "Disabled", + "OpenIDConnectServer.13.Name": "", + "OpenIDConnectServer.13.RegistrationDetails": null, + "OpenIDConnectServer.13.RegistrationStatus": "", + "OpenIDConnectServer.14.DiscoveryURL": "", + "OpenIDConnectServer.14.Enabled": "Disabled", + "OpenIDConnectServer.14.Name": "", + "OpenIDConnectServer.14.RegistrationDetails": null, + "OpenIDConnectServer.14.RegistrationStatus": "", + "OpenIDConnectServer.15.DiscoveryURL": "", + "OpenIDConnectServer.15.Enabled": "Disabled", + "OpenIDConnectServer.15.Name": "", + "OpenIDConnectServer.15.RegistrationDetails": null, + "OpenIDConnectServer.15.RegistrationStatus": "", + "OpenIDConnectServer.16.DiscoveryURL": "", + "OpenIDConnectServer.16.Enabled": "Disabled", + "OpenIDConnectServer.16.Name": "", + "OpenIDConnectServer.16.RegistrationDetails": null, + "OpenIDConnectServer.16.RegistrationStatus": "", + "OpenIDConnectServer.2.DiscoveryURL": "", + "OpenIDConnectServer.2.Enabled": "Disabled", + "OpenIDConnectServer.2.Name": "", + "OpenIDConnectServer.2.RegistrationDetails": null, + "OpenIDConnectServer.2.RegistrationStatus": "", + "OpenIDConnectServer.3.DiscoveryURL": "", + "OpenIDConnectServer.3.Enabled": "Disabled", + "OpenIDConnectServer.3.Name": "", + "OpenIDConnectServer.3.RegistrationDetails": null, + "OpenIDConnectServer.3.RegistrationStatus": "", + "OpenIDConnectServer.4.DiscoveryURL": "", + "OpenIDConnectServer.4.Enabled": "Disabled", + "OpenIDConnectServer.4.Name": "", + "OpenIDConnectServer.4.RegistrationDetails": null, + "OpenIDConnectServer.4.RegistrationStatus": "", + "OpenIDConnectServer.5.DiscoveryURL": "", + "OpenIDConnectServer.5.Enabled": "Disabled", + "OpenIDConnectServer.5.Name": "", + "OpenIDConnectServer.5.RegistrationDetails": null, + "OpenIDConnectServer.5.RegistrationStatus": "", + "OpenIDConnectServer.6.DiscoveryURL": "", + "OpenIDConnectServer.6.Enabled": "Disabled", + "OpenIDConnectServer.6.Name": "", + "OpenIDConnectServer.6.RegistrationDetails": null, + "OpenIDConnectServer.6.RegistrationStatus": "", + "OpenIDConnectServer.7.DiscoveryURL": "", + "OpenIDConnectServer.7.Enabled": "Disabled", + "OpenIDConnectServer.7.Name": "", + "OpenIDConnectServer.7.RegistrationDetails": null, + "OpenIDConnectServer.7.RegistrationStatus": "", + "OpenIDConnectServer.8.DiscoveryURL": "", + "OpenIDConnectServer.8.Enabled": "Disabled", + "OpenIDConnectServer.8.Name": "", + "OpenIDConnectServer.8.RegistrationDetails": null, + "OpenIDConnectServer.8.RegistrationStatus": "", + "OpenIDConnectServer.9.DiscoveryURL": "", + "OpenIDConnectServer.9.Enabled": "Disabled", + "OpenIDConnectServer.9.Name": "", + "OpenIDConnectServer.9.RegistrationDetails": null, + "OpenIDConnectServer.9.RegistrationStatus": "", + "OutsourceInfo.1.ProbComp": "", + "OutsourceInfo.1.ProviderFee": "0", + "OutsourceInfo.1.SLALevel": "", + "OutsourceInfo.1.ServiceFee": "0", + "OutsourceInfo.1.SignedFor": "", + "OwnerInfo.1.InsComp": "", + "OwnerInfo.1.OwnerName": "", + "OwnerInfo.1.Type": "Owned", + "PCIeSlotLFM.1.3rdPartyCard": "N/A", + "PCIeSlotLFM.1.CardType": "Empty", + "PCIeSlotLFM.1.LFMMode": "Automatic", + "PCIeSlotLFM.1.MaxLFM": 1090, + "PCIeSlotLFM.1.PCIeInletTemperature": 23, + "PCIeSlotLFM.1.SlotState": "Defined", + "PCIeSlotLFM.1.TargetLFM": "-", + "PCIeSlotLFM.10.3rdPartyCard": "N/A", + "PCIeSlotLFM.10.CardType": "Empty", + "PCIeSlotLFM.10.LFMMode": "Automatic", + "PCIeSlotLFM.10.MaxLFM": 0, + "PCIeSlotLFM.10.PCIeInletTemperature": 0, + "PCIeSlotLFM.10.SlotState": "Not-Defined", + "PCIeSlotLFM.10.TargetLFM": "-", + "PCIeSlotLFM.11.3rdPartyCard": "N/A", + "PCIeSlotLFM.11.CardType": "Empty", + "PCIeSlotLFM.11.LFMMode": "Automatic", + "PCIeSlotLFM.11.MaxLFM": 0, + "PCIeSlotLFM.11.PCIeInletTemperature": 0, + "PCIeSlotLFM.11.SlotState": "Not-Defined", + "PCIeSlotLFM.11.TargetLFM": "-", + "PCIeSlotLFM.12.3rdPartyCard": "N/A", + "PCIeSlotLFM.12.CardType": "Empty", + "PCIeSlotLFM.12.LFMMode": "Automatic", + "PCIeSlotLFM.12.MaxLFM": 0, + "PCIeSlotLFM.12.PCIeInletTemperature": 0, + "PCIeSlotLFM.12.SlotState": "Not-Defined", + "PCIeSlotLFM.12.TargetLFM": "-", + "PCIeSlotLFM.13.3rdPartyCard": "N/A", + "PCIeSlotLFM.13.CardType": "Empty", + "PCIeSlotLFM.13.LFMMode": "Automatic", + "PCIeSlotLFM.13.MaxLFM": 0, + "PCIeSlotLFM.13.PCIeInletTemperature": 0, + "PCIeSlotLFM.13.SlotState": "Not-Defined", + "PCIeSlotLFM.13.TargetLFM": "-", + "PCIeSlotLFM.14.3rdPartyCard": "N/A", + "PCIeSlotLFM.14.CardType": "Empty", + "PCIeSlotLFM.14.LFMMode": "Automatic", + "PCIeSlotLFM.14.MaxLFM": 0, + "PCIeSlotLFM.14.PCIeInletTemperature": 0, + "PCIeSlotLFM.14.SlotState": "Not-Defined", + "PCIeSlotLFM.14.TargetLFM": "-", + "PCIeSlotLFM.15.3rdPartyCard": "N/A", + "PCIeSlotLFM.15.CardType": "Empty", + "PCIeSlotLFM.15.LFMMode": "Automatic", + "PCIeSlotLFM.15.MaxLFM": 0, + "PCIeSlotLFM.15.PCIeInletTemperature": 0, + "PCIeSlotLFM.15.SlotState": "Not-Defined", + "PCIeSlotLFM.15.TargetLFM": "-", + "PCIeSlotLFM.16.3rdPartyCard": "N/A", + "PCIeSlotLFM.16.CardType": "Empty", + "PCIeSlotLFM.16.LFMMode": "Automatic", + "PCIeSlotLFM.16.MaxLFM": 0, + "PCIeSlotLFM.16.PCIeInletTemperature": 0, + "PCIeSlotLFM.16.SlotState": "Not-Defined", + "PCIeSlotLFM.16.TargetLFM": "-", + "PCIeSlotLFM.17.3rdPartyCard": "N/A", + "PCIeSlotLFM.17.CardType": "Empty", + "PCIeSlotLFM.17.LFMMode": "Automatic", + "PCIeSlotLFM.17.MaxLFM": 0, + "PCIeSlotLFM.17.PCIeInletTemperature": 0, + "PCIeSlotLFM.17.SlotState": "Not-Defined", + "PCIeSlotLFM.17.TargetLFM": "-", + "PCIeSlotLFM.18.3rdPartyCard": "N/A", + "PCIeSlotLFM.18.CardType": "Empty", + "PCIeSlotLFM.18.LFMMode": "Automatic", + "PCIeSlotLFM.18.MaxLFM": 0, + "PCIeSlotLFM.18.PCIeInletTemperature": 0, + "PCIeSlotLFM.18.SlotState": "Not-Defined", + "PCIeSlotLFM.18.TargetLFM": "-", + "PCIeSlotLFM.19.3rdPartyCard": "N/A", + "PCIeSlotLFM.19.CardType": "Empty", + "PCIeSlotLFM.19.LFMMode": "Automatic", + "PCIeSlotLFM.19.MaxLFM": 0, + "PCIeSlotLFM.19.PCIeInletTemperature": 0, + "PCIeSlotLFM.19.SlotState": "Not-Defined", + "PCIeSlotLFM.19.TargetLFM": "-", + "PCIeSlotLFM.2.3rdPartyCard": "N/A", + "PCIeSlotLFM.2.CardType": "Empty", + "PCIeSlotLFM.2.LFMMode": "Automatic", + "PCIeSlotLFM.2.MaxLFM": 1170, + "PCIeSlotLFM.2.PCIeInletTemperature": 23, + "PCIeSlotLFM.2.SlotState": "Defined", + "PCIeSlotLFM.2.TargetLFM": "-", + "PCIeSlotLFM.20.3rdPartyCard": "N/A", + "PCIeSlotLFM.20.CardType": "Empty", + "PCIeSlotLFM.20.LFMMode": "Automatic", + "PCIeSlotLFM.20.MaxLFM": 0, + "PCIeSlotLFM.20.PCIeInletTemperature": 0, + "PCIeSlotLFM.20.SlotState": "Not-Defined", + "PCIeSlotLFM.20.TargetLFM": "-", + "PCIeSlotLFM.21.3rdPartyCard": "N/A", + "PCIeSlotLFM.21.CardType": "Empty", + "PCIeSlotLFM.21.LFMMode": "Automatic", + "PCIeSlotLFM.21.MaxLFM": 0, + "PCIeSlotLFM.21.PCIeInletTemperature": 0, + "PCIeSlotLFM.21.SlotState": "Not-Defined", + "PCIeSlotLFM.21.TargetLFM": "-", + "PCIeSlotLFM.22.3rdPartyCard": "N/A", + "PCIeSlotLFM.22.CardType": "Empty", + "PCIeSlotLFM.22.LFMMode": "Automatic", + "PCIeSlotLFM.22.MaxLFM": 0, + "PCIeSlotLFM.22.PCIeInletTemperature": 0, + "PCIeSlotLFM.22.SlotState": "Not-Defined", + "PCIeSlotLFM.22.TargetLFM": "-", + "PCIeSlotLFM.23.3rdPartyCard": "N/A", + "PCIeSlotLFM.23.CardType": "Empty", + "PCIeSlotLFM.23.LFMMode": "Automatic", + "PCIeSlotLFM.23.MaxLFM": 0, + "PCIeSlotLFM.23.PCIeInletTemperature": 0, + "PCIeSlotLFM.23.SlotState": "Not-Defined", + "PCIeSlotLFM.23.TargetLFM": "-", + "PCIeSlotLFM.24.3rdPartyCard": "N/A", + "PCIeSlotLFM.24.CardType": "Empty", + "PCIeSlotLFM.24.LFMMode": "Automatic", + "PCIeSlotLFM.24.MaxLFM": 0, + "PCIeSlotLFM.24.PCIeInletTemperature": 0, + "PCIeSlotLFM.24.SlotState": "Not-Defined", + "PCIeSlotLFM.24.TargetLFM": "-", + "PCIeSlotLFM.25.3rdPartyCard": "N/A", + "PCIeSlotLFM.25.CardType": "Empty", + "PCIeSlotLFM.25.LFMMode": "Automatic", + "PCIeSlotLFM.25.MaxLFM": 0, + "PCIeSlotLFM.25.PCIeInletTemperature": 0, + "PCIeSlotLFM.25.SlotState": "Not-Defined", + "PCIeSlotLFM.25.TargetLFM": "-", + "PCIeSlotLFM.26.3rdPartyCard": "N/A", + "PCIeSlotLFM.26.CardType": "Empty", + "PCIeSlotLFM.26.LFMMode": "Automatic", + "PCIeSlotLFM.26.MaxLFM": 0, + "PCIeSlotLFM.26.PCIeInletTemperature": 0, + "PCIeSlotLFM.26.SlotState": "Not-Defined", + "PCIeSlotLFM.26.TargetLFM": "-", + "PCIeSlotLFM.27.3rdPartyCard": "N/A", + "PCIeSlotLFM.27.CardType": "Empty", + "PCIeSlotLFM.27.LFMMode": "Automatic", + "PCIeSlotLFM.27.MaxLFM": 0, + "PCIeSlotLFM.27.PCIeInletTemperature": 0, + "PCIeSlotLFM.27.SlotState": "Not-Defined", + "PCIeSlotLFM.27.TargetLFM": "-", + "PCIeSlotLFM.28.3rdPartyCard": "N/A", + "PCIeSlotLFM.28.CardType": "Empty", + "PCIeSlotLFM.28.LFMMode": "Automatic", + "PCIeSlotLFM.28.MaxLFM": 0, + "PCIeSlotLFM.28.PCIeInletTemperature": 0, + "PCIeSlotLFM.28.SlotState": "Not-Defined", + "PCIeSlotLFM.28.TargetLFM": "-", + "PCIeSlotLFM.29.3rdPartyCard": "N/A", + "PCIeSlotLFM.29.CardType": "Empty", + "PCIeSlotLFM.29.LFMMode": "Automatic", + "PCIeSlotLFM.29.MaxLFM": 0, + "PCIeSlotLFM.29.PCIeInletTemperature": 0, + "PCIeSlotLFM.29.SlotState": "Not-Defined", + "PCIeSlotLFM.29.TargetLFM": "-", + "PCIeSlotLFM.3.3rdPartyCard": "N/A", + "PCIeSlotLFM.3.CardType": "Empty", + "PCIeSlotLFM.3.LFMMode": "Automatic", + "PCIeSlotLFM.3.MaxLFM": 1040, + "PCIeSlotLFM.3.PCIeInletTemperature": 23, + "PCIeSlotLFM.3.SlotState": "Defined", + "PCIeSlotLFM.3.TargetLFM": "-", + "PCIeSlotLFM.30.3rdPartyCard": "N/A", + "PCIeSlotLFM.30.CardType": "Empty", + "PCIeSlotLFM.30.LFMMode": "Automatic", + "PCIeSlotLFM.30.MaxLFM": 0, + "PCIeSlotLFM.30.PCIeInletTemperature": 0, + "PCIeSlotLFM.30.SlotState": "Not-Defined", + "PCIeSlotLFM.30.TargetLFM": "-", + "PCIeSlotLFM.31.3rdPartyCard": "N/A", + "PCIeSlotLFM.31.CardType": "Empty", + "PCIeSlotLFM.31.LFMMode": "Automatic", + "PCIeSlotLFM.31.MaxLFM": 0, + "PCIeSlotLFM.31.PCIeInletTemperature": 0, + "PCIeSlotLFM.31.SlotState": "Not-Defined", + "PCIeSlotLFM.31.TargetLFM": "-", + "PCIeSlotLFM.32.3rdPartyCard": "N/A", + "PCIeSlotLFM.32.CardType": "Empty", + "PCIeSlotLFM.32.LFMMode": "Automatic", + "PCIeSlotLFM.32.MaxLFM": 0, + "PCIeSlotLFM.32.PCIeInletTemperature": 0, + "PCIeSlotLFM.32.SlotState": "Not-Defined", + "PCIeSlotLFM.32.TargetLFM": "-", + "PCIeSlotLFM.33.3rdPartyCard": "N/A", + "PCIeSlotLFM.33.CardType": "Empty", + "PCIeSlotLFM.33.LFMMode": "Automatic", + "PCIeSlotLFM.33.MaxLFM": 0, + "PCIeSlotLFM.33.PCIeInletTemperature": 0, + "PCIeSlotLFM.33.SlotState": "Not-Defined", + "PCIeSlotLFM.33.TargetLFM": "-", + "PCIeSlotLFM.34.3rdPartyCard": "N/A", + "PCIeSlotLFM.34.CardType": "Empty", + "PCIeSlotLFM.34.LFMMode": "Automatic", + "PCIeSlotLFM.34.MaxLFM": 0, + "PCIeSlotLFM.34.PCIeInletTemperature": 0, + "PCIeSlotLFM.34.SlotState": "Not-Defined", + "PCIeSlotLFM.34.TargetLFM": "-", + "PCIeSlotLFM.4.3rdPartyCard": "N/A", + "PCIeSlotLFM.4.CardType": "Empty", + "PCIeSlotLFM.4.LFMMode": "Automatic", + "PCIeSlotLFM.4.MaxLFM": 0, + "PCIeSlotLFM.4.PCIeInletTemperature": 0, + "PCIeSlotLFM.4.SlotState": "Not-Defined", + "PCIeSlotLFM.4.TargetLFM": "-", + "PCIeSlotLFM.5.3rdPartyCard": "N/A", + "PCIeSlotLFM.5.CardType": "Empty", + "PCIeSlotLFM.5.LFMMode": "Automatic", + "PCIeSlotLFM.5.MaxLFM": 0, + "PCIeSlotLFM.5.PCIeInletTemperature": 0, + "PCIeSlotLFM.5.SlotState": "Not-Defined", + "PCIeSlotLFM.5.TargetLFM": "-", + "PCIeSlotLFM.6.3rdPartyCard": "N/A", + "PCIeSlotLFM.6.CardType": "Empty", + "PCIeSlotLFM.6.LFMMode": "Automatic", + "PCIeSlotLFM.6.MaxLFM": 0, + "PCIeSlotLFM.6.PCIeInletTemperature": 0, + "PCIeSlotLFM.6.SlotState": "Not-Defined", + "PCIeSlotLFM.6.TargetLFM": "-", + "PCIeSlotLFM.7.3rdPartyCard": "N/A", + "PCIeSlotLFM.7.CardType": "Empty", + "PCIeSlotLFM.7.LFMMode": "Automatic", + "PCIeSlotLFM.7.MaxLFM": 0, + "PCIeSlotLFM.7.PCIeInletTemperature": 0, + "PCIeSlotLFM.7.SlotState": "Not-Defined", + "PCIeSlotLFM.7.TargetLFM": "-", + "PCIeSlotLFM.8.3rdPartyCard": "N/A", + "PCIeSlotLFM.8.CardType": "Empty", + "PCIeSlotLFM.8.LFMMode": "Automatic", + "PCIeSlotLFM.8.MaxLFM": 0, + "PCIeSlotLFM.8.PCIeInletTemperature": 0, + "PCIeSlotLFM.8.SlotState": "Not-Defined", + "PCIeSlotLFM.8.TargetLFM": "-", + "PCIeSlotLFM.9.3rdPartyCard": "N/A", + "PCIeSlotLFM.9.CardType": "Empty", + "PCIeSlotLFM.9.LFMMode": "Automatic", + "PCIeSlotLFM.9.MaxLFM": 0, + "PCIeSlotLFM.9.PCIeInletTemperature": 0, + "PCIeSlotLFM.9.SlotState": "Not-Defined", + "PCIeSlotLFM.9.TargetLFM": "-", + "QuickSync.1.Access": "Read-write", + "QuickSync.1.InactivityTimeout": 120, + "QuickSync.1.InactivityTimerEnable": "Enabled", + "QuickSync.1.Presence": "Absent", + "QuickSync.1.ReadAuthentication": "Enabled", + "QuickSync.1.WifiEnable": "Enabled", + "SC-BMC.1.PowerMonitoring": 0, + "ServerInfo.1.NodeID": "8MT3NF3", + "ServerInfo.1.RChassisServiceTag": "", + "ServerInfo.1.ServerType": "Rack", + "ServerInfo.1.ServiceTag": "8MT3NF3", + "ServerOS.1.HostName": "", + "ServerOS.1.InstallCompletedTime": "", + "ServerOS.1.OEMOSVersion": "", + "ServerOS.1.OSName": "", + "ServerOS.1.OSVersion": "", + "ServerOS.1.ProductKey": "", + "ServerOS.1.ServerPoweredOnTime": 0, + "ServerPwr.1.ActivePolicyName": "", + "ServerPwr.1.ActivePowerCapVal": 356, + "ServerPwr.1.GridACurrentCapLimit": 1000000, + "ServerPwr.1.GridACurrentCapSetting": "Disabled", + "ServerPwr.1.GridBCurrentCapLimit": 1000000, + "ServerPwr.1.GridBCurrentCapSetting": "Disabled", + "ServerPwr.1.GridCurrentLimitLowerBound": 6317, + "ServerPwr.1.GridCurrentLimitUpperBound": 9771, + "ServerPwr.1.PSRapidOn": "Disabled", + "ServerPwr.1.PSRedPolicy": "A/B Grid Redundant", + "ServerPwr.1.PowerCapMaxThres": 967, + "ServerPwr.1.PowerCapMinThres": 625, + "ServerPwr.1.PowerCapSetting": "Disabled", + "ServerPwr.1.PowerCapValue": 356, + "ServerPwr.1.Poweredbyparent": "SelfPowered", + "ServerPwr.1.RapidOnPrimaryPSU": "PSU1", + "ServerPwr.1.SystemCurrentCapLimit": 1000000, + "ServerPwr.1.SystemCurrentCapSetting": "Disabled", + "ServerPwr.1.SystemCurrentLimitLowerBound": 6317, + "ServerPwr.1.SystemCurrentLimitUpperBound": 9771, + "ServerPwrMon.1.AccumulativePower": 3769446, + "ServerPwrMon.1.CumulativePowerStartTime": 1624997742, + "ServerPwrMon.1.CumulativePowerStartTimeStr": "2021-06-29T20:15:42Z", + "ServerPwrMon.1.MinPowerTime": 1688493285, + "ServerPwrMon.1.MinPowerTimeStr": "2023-07-04T17:54:45Z", + "ServerPwrMon.1.MinPowerWatts": 133, + "ServerPwrMon.1.PeakCurrentTime": 1645975418, + "ServerPwrMon.1.PeakCurrentTimeStr": "2022-02-27T15:23:38Z", + "ServerPwrMon.1.PeakPowerStartTime": 1624997742, + "ServerPwrMon.1.PeakPowerStartTimeStr": "2021-06-29T20:15:42Z", + "ServerPwrMon.1.PeakPowerTime": 1645975418, + "ServerPwrMon.1.PeakPowerTimeStr": "2022-02-27T15:23:38Z", + "ServerPwrMon.1.PeakPowerWatts": 678, + "ServerPwrMon.1.PowerConfigReset": "None", + "ServerTopology.1.AisleName": "", + "ServerTopology.1.DataCenterName": "", + "ServerTopology.1.ManagedSystemSizeInU": "1", + "ServerTopology.1.RackName": "", + "ServerTopology.1.RackOffsetUnits": "EIA_310", + "ServerTopology.1.RackSlot": 0, + "ServerTopology.1.RoomName": "", + "ServerTopology.1.SizeOfManagedSystemInU": 1, + "ServiceContract.1.Renewed": "No", + "ServiceContract.1.Type": "", + "ServiceContract.1.Vendor": "", + "Storage.1.AvailableSpareAlertThreshold": 10, + "Storage.1.RemainingRatedWriteEnduranceAlertThreshold": 10, + "SupportInfo.1.AutoFix": "", + "SupportInfo.1.HelpDesk": "", + "SupportInfo.1.Outsourced": "No", + "SupportInfo.1.Type": "Network", + "SystemInfo.1.BootTime": "", + "SystemInfo.1.PrimaryTelephone": "", + "SystemInfo.1.PrimaryUser": "", + "SystemInfo.1.SysLocation": "", + "SystemInfo.1.SysTime": "Wed Jul 5 22:22:53 2023", + "ThermalConfig.1.ASHRAEEnvironmentalClass": "N/A", + "ThermalConfig.1.CriticalEventGenerationInterval": 30, + "ThermalConfig.1.EventGenerationInterval": 30, + "ThermalConfig.1.FreshAirCompliantConfiguration": "No", + "ThermalConfig.1.LiquidCoolSetting": "Disabled", + "ThermalConfig.1.MaxCFM": 104, + "ThermalConfig.1.ValidFanConfiguration": "Yes", + "ThermalHistorical.1.IntervalInSeconds": 0, + "ThermalSettings.1.AirExhaustTempSupport": "Not Supported", + "ThermalSettings.1.AirTemperatureRiseLimitSupport": "Not Supported", + "ThermalSettings.1.CurrentSystemProfileValue": "Minimum Power", + "ThermalSettings.1.DriveTemperaturePolling": "Default", + "ThermalSettings.1.FanSpeedHighOffsetVal": 75, + "ThermalSettings.1.FanSpeedLowOffsetVal": 25, + "ThermalSettings.1.FanSpeedMaxOffsetVal": 100, + "ThermalSettings.1.FanSpeedMediumOffsetVal": 50, + "ThermalSettings.1.FanSpeedOffset": "Low", + "ThermalSettings.1.MFSMaximumLimit": 100, + "ThermalSettings.1.MFSMinimumLimit": 24, + "ThermalSettings.1.MaximumPCIeInletTemperatureLimitSupport": "Not Supported", + "ThermalSettings.1.MinimumFanSpeed": 255, + "ThermalSettings.1.PCIeSlotLFMSupport": "Not Supported", + "ThermalSettings.1.SoundCapState": "Not Applicable", + "ThermalSettings.1.SystemCFMSupport": "Not Licensed", + "ThermalSettings.1.SystemExhaustTemperature": 24, + "ThermalSettings.1.SystemInletTemperature": 18, + "ThermalSettings.1.SystemInletTemperatureSupportLimitPerConfiguration": 30, + "ThermalSettings.1.TargetExhaustTemperatureLimit": 70, + "ThermalSettings.1.ThermalProfile": "Default Thermal Profile Settings", + "USBFront.1.Enable": "Not Applicable", + "WarrantyInfo.1.Cost": "0", + "WarrantyInfo.1.Duration": "0", + "WarrantyInfo.1.EndDate": "", + "WarrantyInfo.1.UnitType": "Days" + }, + "Description": "This schema provides the oem attributes", + "Id": "System.Embedded.1", + "Name": "OEMAttributeRegistry" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/System.Embedded.1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "SystemSettings", + "Name": "OemAttributeRegistrySettings", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellManager.DellManager", + "@odata.type": "#DellManager.v1_4_0.DellManager", + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + } + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "AtMaintenanceWindowStart" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": { + "ADGroup.1.Domain": "", + "ADGroup.1.Name": "", + "ADGroup.1.Privilege": 0, + "ADGroup.10.Domain": "", + "ADGroup.10.Name": "", + "ADGroup.10.Privilege": 0, + "ADGroup.11.Domain": "", + "ADGroup.11.Name": "", + "ADGroup.11.Privilege": 0, + "ADGroup.12.Domain": "", + "ADGroup.12.Name": "", + "ADGroup.12.Privilege": 0, + "ADGroup.13.Domain": "", + "ADGroup.13.Name": "", + "ADGroup.13.Privilege": 0, + "ADGroup.14.Domain": "", + "ADGroup.14.Name": "", + "ADGroup.14.Privilege": 0, + "ADGroup.15.Domain": "", + "ADGroup.15.Name": "", + "ADGroup.15.Privilege": 0, + "ADGroup.2.Domain": "", + "ADGroup.2.Name": "", + "ADGroup.2.Privilege": 0, + "ADGroup.3.Domain": "", + "ADGroup.3.Name": "", + "ADGroup.3.Privilege": 0, + "ADGroup.4.Domain": "", + "ADGroup.4.Name": "", + "ADGroup.4.Privilege": 0, + "ADGroup.5.Domain": "", + "ADGroup.5.Name": "", + "ADGroup.5.Privilege": 0, + "ADGroup.6.Domain": "", + "ADGroup.6.Name": "", + "ADGroup.6.Privilege": 0, + "ADGroup.7.Domain": "", + "ADGroup.7.Name": "", + "ADGroup.7.Privilege": 0, + "ADGroup.8.Domain": "", + "ADGroup.8.Name": "", + "ADGroup.8.Privilege": 0, + "ADGroup.9.Domain": "", + "ADGroup.9.Name": "", + "ADGroup.9.Privilege": 0, + "ASRConfig.1.Enable": "Enabled", + "ActiveDirectory.1.AuthTimeout": 120, + "ActiveDirectory.1.CertValidationEnable": "Disabled", + "ActiveDirectory.1.Connection": "LDAPS", + "ActiveDirectory.1.DCLookupByUserDomain": "Enabled", + "ActiveDirectory.1.DCLookupDomainName": "", + "ActiveDirectory.1.DCLookupEnable": "Disabled", + "ActiveDirectory.1.DomainController1": "", + "ActiveDirectory.1.DomainController2": "", + "ActiveDirectory.1.DomainController3": "", + "ActiveDirectory.1.Enable": "Disabled", + "ActiveDirectory.1.GCLookupEnable": "Disabled", + "ActiveDirectory.1.GCRootDomain": "", + "ActiveDirectory.1.GlobalCatalog1": "", + "ActiveDirectory.1.GlobalCatalog2": "", + "ActiveDirectory.1.GlobalCatalog3": "", + "ActiveDirectory.1.RacDomain": "", + "ActiveDirectory.1.RacName": "", + "ActiveDirectory.1.SSOEnable": "Disabled", + "ActiveDirectory.1.Schema": "Extended Schema", + "AutoOSLockGroup.1.AutoOSLockState": "Enabled", + "Autodiscovery.1.EnableIPChangeAnnounce": "Enabled", + "Autodiscovery.1.EnableIPChangeAnnounceFromDHCP": "Enabled", + "Autodiscovery.1.EnableIPChangeAnnounceFromUnicastDNS": "Enabled", + "Autodiscovery.1.EnableIPChangeAnnounceFrommDNS": "Enabled", + "Autodiscovery.1.SendTestAnnouncement": "Disabled", + "Autodiscovery.1.UnsolicitedIPChangeAnnounceRate": "1 day", + "CertificateManagement.1.ExpiryNotificationFrequency": 7, + "CertificateManagement.1.ExpiryNotificationInterval": 30, + "CertificateManagement.1.ExpiryNotificationSupport": "Enabled", + "CurrentIPv4.1.Address": "10.210.152.195", + "CurrentIPv4.1.DHCPEnable": "Disabled", + "CurrentIPv4.1.DNS1": "61.122.112.97", + "CurrentIPv4.1.DNS2": "61.122.112.1", + "CurrentIPv4.1.DNSFromDHCP": "Enabled", + "CurrentIPv4.1.DupAddrDetected": "0.0.0.0", + "CurrentIPv4.1.Enable": "Enabled", + "CurrentIPv4.1.Gateway": "10.210.152.1", + "CurrentIPv4.1.Netmask": "255.255.252.0", + "CurrentIPv6.1.Address1": "::", + "CurrentIPv6.1.Address10": "::", + "CurrentIPv6.1.Address11": "::", + "CurrentIPv6.1.Address12": "::", + "CurrentIPv6.1.Address13": "::", + "CurrentIPv6.1.Address14": "::", + "CurrentIPv6.1.Address15": "::", + "CurrentIPv6.1.Address2": "::", + "CurrentIPv6.1.Address3": "::", + "CurrentIPv6.1.Address4": "::", + "CurrentIPv6.1.Address5": "::", + "CurrentIPv6.1.Address6": "::", + "CurrentIPv6.1.Address7": "::", + "CurrentIPv6.1.Address8": "::", + "CurrentIPv6.1.Address9": "::", + "CurrentIPv6.1.AddressGenerationMode": "StablePrivacy", + "CurrentIPv6.1.AutoConfig": "Enabled", + "CurrentIPv6.1.DHCPv6Address": "::", + "CurrentIPv6.1.DNS1": "::", + "CurrentIPv6.1.DNS2": "::", + "CurrentIPv6.1.DNSFromDHCP6": "Enabled", + "CurrentIPv6.1.DUID": "00:01:00:01:27:d5:2f:c4:b0:7b:25:d6:d4:3e", + "CurrentIPv6.1.Enable": "Enabled", + "CurrentIPv6.1.Gateway": "::", + "CurrentIPv6.1.IPV6NumOfExtAddress": 0, + "CurrentIPv6.1.LinkLocalAddress": "fe80::9a5e:2287:2f6d:9ada", + "CurrentIPv6.1.PrefixLength": 64, + "CurrentNIC.1.ActiveNIC": "Dedicated", + "CurrentNIC.1.ActiveSharedLOM": "None", + "CurrentNIC.1.AutoDetect": "Disabled", + "CurrentNIC.1.Autoneg": "Enabled", + "CurrentNIC.1.DNSDomainFromDHCP": "Enabled", + "CurrentNIC.1.DNSDomainName": "", + "CurrentNIC.1.DNSRacName": "neco-r6525-milan-idrac", + "CurrentNIC.1.DNSRegister": "Disabled", + "CurrentNIC.1.DedicatedNICScanTime": 5, + "CurrentNIC.1.Duplex": "Full", + "CurrentNIC.1.Enable": "Enabled", + "CurrentNIC.1.Failover": "None", + "CurrentNIC.1.LinkStatus": "Yes", + "CurrentNIC.1.MACAddress": "b0:7b:25:d6:d4:3e", + "CurrentNIC.1.MACAddress2": "b0:7b:25:d6:d4:3f", + "CurrentNIC.1.MTU": 1500, + "CurrentNIC.1.MgmtIfaceName": "bond0", + "CurrentNIC.1.NumberOfLOM": 4, + "CurrentNIC.1.PingEnable": "Enabled", + "CurrentNIC.1.SharedNICScanTime": 30, + "CurrentNIC.1.Speed": "1000", + "CurrentNIC.1.VLanEnable": "Disabled", + "CurrentNIC.1.VLanID": 1, + "CurrentNIC.1.VLanPriority": 0, + "CurrentNIC.1.VLanSetting": "Both Enable", + "DefaultCredentialMitigationConfigGroup.1.DefaultCredentialMitigation": "Enabled", + "DelegatedAuth.1.Mode": "Mixed", + "DelegatedAuth.1.ServiceEnabled": "Enabled", + "DelegatedAuth.2.Mode": "Mixed", + "DelegatedAuth.2.ServiceEnabled": "Enabled", + "EmailAlert.1.Address": "", + "EmailAlert.1.CustomMsg": "", + "EmailAlert.1.Enable": "Disabled", + "EmailAlert.2.Address": "", + "EmailAlert.2.CustomMsg": "", + "EmailAlert.2.Enable": "Disabled", + "EmailAlert.3.Address": "", + "EmailAlert.3.CustomMsg": "", + "EmailAlert.3.Enable": "Disabled", + "EmailAlert.4.Address": "", + "EmailAlert.4.CustomMsg": "", + "EmailAlert.4.Enable": "Disabled", + "GUI.1.SecurityPolicyMessage": "By accessing this computer, you confirm that such access complies with your organization's security policy.", + "GroupManager.1.GroupName": "", + "GroupManager.1.GroupUUID": "", + "GroupManager.1.Status": "Enabled", + "IOIDOpt.1.IOIDOptEnable": "Disabled", + "IOIDOpt.1.InitiatorPersistencePolicy": "WarmReset, ColdReset, ACPowerLoss", + "IOIDOpt.1.PersistencePolicyOnPartReplacement": "Enabled", + "IOIDOpt.1.StorageTargetPersistencePolicy": "WarmReset, ColdReset, ACPowerLoss", + "IOIDOpt.1.VirtualAddressPersistencePolicyAuxPwrd": "WarmReset, ColdReset", + "IOIDOpt.1.VirtualAddressPersistencePolicyNonAuxPwrd": "WarmReset", + "IPBlocking.1.BlockEnable": "Enabled", + "IPBlocking.1.FailCount": 3, + "IPBlocking.1.FailWindow": 60, + "IPBlocking.1.PenaltyTime": 60, + "IPBlocking.1.RangeAddr": "192.168.1.1", + "IPBlocking.1.RangeAddr2": "192.168.1.1", + "IPBlocking.1.RangeAddr3": "192.168.1.1", + "IPBlocking.1.RangeAddr4": "192.168.1.1", + "IPBlocking.1.RangeAddr5": "192.168.1.1", + "IPBlocking.1.RangeEnable": "Disabled", + "IPBlocking.1.RangeEnable2": "Disabled", + "IPBlocking.1.RangeEnable3": "Disabled", + "IPBlocking.1.RangeEnable4": "Disabled", + "IPBlocking.1.RangeEnable5": "Disabled", + "IPBlocking.1.RangeMask": "255.255.255.0", + "IPBlocking.1.RangeMask2": "255.255.255.0", + "IPBlocking.1.RangeMask3": "255.255.255.0", + "IPBlocking.1.RangeMask4": "255.255.255.0", + "IPBlocking.1.RangeMask5": "255.255.255.0", + "IPMILan.1.AlertEnable": "Disabled", + "IPMILan.1.CommunityName": "public", + "IPMILan.1.Enable": "Enabled", + "IPMILan.1.EncryptionKey": "0000000000000000000000000000000000000000", + "IPMILan.1.PrivLimit": "Operator", + "IPMISOL.1.AccumulateInterval": 10, + "IPMISOL.1.BaudRate": "115200", + "IPMISOL.1.Enable": "Enabled", + "IPMISOL.1.MinPrivilege": "Administrator", + "IPMISOL.1.SendThreshold": 255, + "IPMISerial.1.BaudRate": "57600", + "IPMISerial.1.ChanPrivLimit": "Administrator", + "IPMISerial.1.ConnectionMode": "Basic", + "IPMISerial.1.DeleteControl": "Disabled", + "IPMISerial.1.EchoControl": "Enabled", + "IPMISerial.1.FlowControl": "RTS/CTS", + "IPMISerial.1.HandshakeControl": "Enabled", + "IPMISerial.1.InputNewLineSeq": "Enter", + "IPMISerial.1.LineEdit": "Enabled", + "IPMISerial.1.NewLineSeq": "CR-LF", + "IPv4.1.Address": "10.210.152.195", + "IPv4.1.DHCPEnable": "Disabled", + "IPv4.1.DNS1": "61.122.112.97", + "IPv4.1.DNS2": "61.122.112.1", + "IPv4.1.DNSFromDHCP": "Enabled", + "IPv4.1.Enable": "Enabled", + "IPv4.1.Gateway": "10.210.152.1", + "IPv4.1.Netmask": "255.255.252.0", + "IPv4Static.1.Address": "10.210.152.195", + "IPv4Static.1.DNS1": "61.122.112.97", + "IPv4Static.1.DNS2": "61.122.112.1", + "IPv4Static.1.DNSFromDHCP": "Enabled", + "IPv4Static.1.Gateway": "10.210.152.1", + "IPv4Static.1.Netmask": "255.255.252.0", + "IPv6.1.Address1": "::", + "IPv6.1.Address10": "::", + "IPv6.1.Address11": "::", + "IPv6.1.Address12": "::", + "IPv6.1.Address13": "::", + "IPv6.1.Address14": "::", + "IPv6.1.Address15": "::", + "IPv6.1.Address2": "::", + "IPv6.1.Address3": "::", + "IPv6.1.Address4": "::", + "IPv6.1.Address5": "::", + "IPv6.1.Address6": "::", + "IPv6.1.Address7": "::", + "IPv6.1.Address8": "::", + "IPv6.1.Address9": "::", + "IPv6.1.AddressGenerationMode": "StablePrivacy", + "IPv6.1.AddressState": "Active", + "IPv6.1.AutoConfig": "Enabled", + "IPv6.1.DNS1": "::", + "IPv6.1.DNS2": "::", + "IPv6.1.DNSFromDHCP6": "Enabled", + "IPv6.1.DUID": "00:01:00:01:27:d5:2f:c4:b0:7b:25:d6:d4:3e", + "IPv6.1.Enable": "Enabled", + "IPv6.1.Gateway": "::", + "IPv6.1.LinkLocalAddress": "fe80::9a5e:2287:2f6d:9ada", + "IPv6.1.PrefixLength": 64, + "IPv6Static.1.Address1": "::", + "IPv6Static.1.DNS1": "::", + "IPv6Static.1.DNS2": "::", + "IPv6Static.1.DNSFromDHCP6": "Enabled", + "IPv6Static.1.Gateway": "::", + "IPv6Static.1.PrefixLength": 64, + "IPv6URL.1.URL": "", + "Info.1.Build": "53", + "Info.1.CPLDVersion": "1.1.12", + "Info.1.Description": "This system component provides a complete set of remote management functions for Dell PowerEdge Servers", + "Info.1.HWModel": "iDRAC 9", + "Info.1.HWRev": "0.01", + "Info.1.IPMIVersion": "2.0", + "Info.1.Name": "iDRAC", + "Info.1.Product": "Integrated Dell Remote Access Controller", + "Info.1.RollbackBuild": "35", + "Info.1.RollbackVersion": "6.10.80.00", + "Info.1.ServerGen": "15G", + "Info.1.Type": "15G Monolithic", + "Info.1.Version": "7.00.00.00", + "IntegratedDatacenter.1.DiscoveryEnable": "Disabled", + "InventoryHash.1.HWInventoryHash": "", + "InventoryHash.1.HashCalculationInterval": 15, + "InventoryHash.1.SWInventoryHash": "", + "InventoryHash.1.SystemConfigHash": "", + "LDAP.1.BaseDN": "", + "LDAP.1.BindDN": "", + "LDAP.1.BindPassword": null, + "LDAP.1.CertValidationEnable": "Enabled", + "LDAP.1.Connection": "LDAPS", + "LDAP.1.Enable": "Disabled", + "LDAP.1.GroupAttribute": "", + "LDAP.1.GroupAttributeIsDN": "Enabled", + "LDAP.1.Port": 636, + "LDAP.1.SearchFilter": "", + "LDAP.1.Server": "", + "LDAP.1.UserAttribute": "", + "LDAPRoleGroup.1.DN": "", + "LDAPRoleGroup.1.Privilege": 0, + "LDAPRoleGroup.10.DN": "", + "LDAPRoleGroup.10.Privilege": 0, + "LDAPRoleGroup.11.DN": "", + "LDAPRoleGroup.11.Privilege": 0, + "LDAPRoleGroup.12.DN": "", + "LDAPRoleGroup.12.Privilege": 0, + "LDAPRoleGroup.13.DN": "", + "LDAPRoleGroup.13.Privilege": 0, + "LDAPRoleGroup.14.DN": "", + "LDAPRoleGroup.14.Privilege": 0, + "LDAPRoleGroup.15.DN": "", + "LDAPRoleGroup.15.Privilege": 0, + "LDAPRoleGroup.2.DN": "", + "LDAPRoleGroup.2.Privilege": 0, + "LDAPRoleGroup.3.DN": "", + "LDAPRoleGroup.3.Privilege": 0, + "LDAPRoleGroup.4.DN": "", + "LDAPRoleGroup.4.Privilege": 0, + "LDAPRoleGroup.5.DN": "", + "LDAPRoleGroup.5.Privilege": 0, + "LDAPRoleGroup.6.DN": "", + "LDAPRoleGroup.6.Privilege": 0, + "LDAPRoleGroup.7.DN": "", + "LDAPRoleGroup.7.Privilege": 0, + "LDAPRoleGroup.8.DN": "", + "LDAPRoleGroup.8.Privilege": 0, + "LDAPRoleGroup.9.DN": "", + "LDAPRoleGroup.9.Privilege": 0, + "LocalSecurity.1.LocalConfig": "Disabled", + "LocalSecurity.1.PrebootConfig": "Disabled", + "Lockdown.1.SystemLockdown": "Disabled", + "Logging.1.LCLogAggregation": "Disabled", + "Logging.1.LCLogAggregationTimeout": 60, + "Logging.1.SELBufferType": "Circular", + "Logging.1.SELOEMEventFilterEnable": "Disabled", + "NIC.1.AutoConfig": "Disabled", + "NIC.1.AutoDetect": "Disabled", + "NIC.1.Autoneg": "Enabled", + "NIC.1.DNSDomainFromDHCP": "Enabled", + "NIC.1.DNSDomainName": "", + "NIC.1.DNSDomainNameFromDHCP": "Enabled", + "NIC.1.DNSRacName": "neco-r6525-milan-idrac", + "NIC.1.DNSRegister": "Disabled", + "NIC.1.DNSRegisterInterval": 0, + "NIC.1.DedicatedNICScanTime": 5, + "NIC.1.DiscoveryLLDP": "Disabled", + "NIC.1.Duplex": "Full", + "NIC.1.Enable": "Enabled", + "NIC.1.Failover": "None", + "NIC.1.MACAddress": "b0:7b:25:d6:d4:3e", + "NIC.1.MTU": 1500, + "NIC.1.PingEnable": "Enabled", + "NIC.1.PowerOnOCPSlot1InS5": "Off", + "NIC.1.Selection": "Dedicated", + "NIC.1.SharedNICScanTime": 30, + "NIC.1.Speed": "1000", + "NIC.1.SwitchConnection": "Not Available", + "NIC.1.SwitchPortConnection": "Not Available", + "NIC.1.TopologyLldp": "Disabled", + "NIC.1.VLanEnable": "Disabled", + "NIC.1.VLanID": 1, + "NIC.1.VLanPort": "Both", + "NIC.1.VLanPriority": 0, + "NICStatic.1.DNSDomainFromDHCP": "Enabled", + "NICStatic.1.DNSDomainName": "", + "NTPConfigGroup.1.NTP1": "", + "NTPConfigGroup.1.NTP1SecurityKey": null, + "NTPConfigGroup.1.NTP1SecurityKeyNumber": 1, + "NTPConfigGroup.1.NTP1SecurityType": "Disabled", + "NTPConfigGroup.1.NTP2": "", + "NTPConfigGroup.1.NTP2SecurityKey": null, + "NTPConfigGroup.1.NTP2SecurityKeyNumber": 1, + "NTPConfigGroup.1.NTP2SecurityType": "Disabled", + "NTPConfigGroup.1.NTP3": "", + "NTPConfigGroup.1.NTP3SecurityKey": null, + "NTPConfigGroup.1.NTP3SecurityKeyNumber": 1, + "NTPConfigGroup.1.NTP3SecurityType": "Disabled", + "NTPConfigGroup.1.NTPEnable": "Disabled", + "NTPConfigGroup.1.NTPMaxDist": 16, + "OS-BMC.1.AdminState": "Disabled", + "OS-BMC.1.OsIpAddress": "0.0.0.0", + "OS-BMC.1.PTCapability": "Capable", + "OS-BMC.1.PTMode": "usb-p2p", + "OS-BMC.1.UsbNicIpAddress": "169.254.1.1", + "OS-BMC.1.UsbNicIpV6Address": "::", + "OS-BMC.1.UsbNicIpv4AddressSupport": "Enabled", + "OS-BMC.1.UsbNicULA": "fde1:53ba:e9a0:de11::1", + "PCIeVDM.1.AllowFQDD": "", + "PCIeVDM.1.BroadcastEnable": "Disabled", + "PCIeVDM.1.CheckPCIID": "", + "PCIeVDM.1.DenyFQDD": "", + "PCIeVDM.1.Enable": "Enabled", + "PCIeVDM.1.FQDDDenyList": "", + "PCIeVDM.1.NVMeHotplugEnable": "Enabled", + "PCIeVDM.1.PCIIDAllowOnlyList": "", + "PCIeVDM.1.PCIIDDenyList": "", + "PCIeVDM.1.PCIIDExtendedList": "", + "PCIeVDM.1.PCIIDList1": "", + "PCIeVDM.1.PCIIDList2": "", + "PCIeVDM.1.PCIIDList3": "", + "PCIeVDM.1.PCIIDList4": "", + "PCIeVDM.1.PCIIDList5": "", + "PCIeVDM.1.PCIIDList6": "", + "PCIeVDM.1.PCIIDList7": "", + "PCIeVDM.1.PCIIDList8": "", + "PlatformCapability.1.ASHRAECapable": "Enabled", + "PlatformCapability.1.AirFilterCapable": "NoFilter", + "PlatformCapability.1.BackupRestoreCapable": "Disabled", + "PlatformCapability.1.CUPSCapable": "Enabled", + "PlatformCapability.1.ExtendedInfoCapable": "Disabled", + "PlatformCapability.1.FrontPanelCapable": "Enabled", + "PlatformCapability.1.FrontPanelUSBCapable": "Enabled", + "PlatformCapability.1.FrontPortUSBConfiguration": "Disabled", + "PlatformCapability.1.GridCurrentCapCapable": "Enabled", + "PlatformCapability.1.LCDCapable": "Enabled", + "PlatformCapability.1.LiveScanCapable": "Enabled", + "PlatformCapability.1.NICRoTCapable": "Disabled", + "PlatformCapability.1.NicVLANCapable": "Both", + "PlatformCapability.1.NvidiaGPUBaseboardMgtEnable": "Disabled", + "PlatformCapability.1.PDBPresence": "Disabled", + "PlatformCapability.1.PMBUSCapablePSU": "Enabled", + "PlatformCapability.1.PowerBudgetCapable": "Enabled", + "PlatformCapability.1.PowerMonitoringCapable": "Enabled", + "PlatformCapability.1.SDPMCapable": "Disabled", + "PlatformCapability.1.SerialDB9PCapable": "Enabled", + "PlatformCapability.1.ServerAllocationCapable": "Disabled", + "PlatformCapability.1.SystemCurrentCapCapable": "Enabled", + "PlatformCapability.1.Telco-EdgeCapable": "Disabled", + "PlatformCapability.1.UserPowerCapBoundCapable": "Enabled", + "PlatformCapability.1.UserPowerCapCapable": "Enabled", + "PlatformCapability.1.WiFiCapable": "Enabled", + "PlatformCapability.1.WitnessCapable": "Disabled", + "PlatformCapability.1.thermalmanagedbyparent": "SelfPowered", + "PlatformCapability.1.vFlashCapable": "Disabled", + "RFS.1.AttachMode": "Auto Attach", + "RFS.1.Enable": "Enabled", + "RFS.1.IgnoreCertWarning": "Yes", + "RFS.1.Image": "", + "RFS.1.MediaAttachState": "Detached", + "RFS.1.Password": null, + "RFS.1.Status": "Done", + "RFS.1.User": "", + "RFS.1.WriteProtected": "Read Only", + "RFS.2.AttachMode": "Auto Attach", + "RFS.2.Enable": "Enabled", + "RFS.2.IgnoreCertWarning": "Yes", + "RFS.2.Image": "", + "RFS.2.MediaAttachState": "Detached", + "RFS.2.Password": null, + "RFS.2.Status": "Done", + "RFS.2.User": "", + "RFS.2.WriteProtected": "Read Only", + "Racadm.1.Enable": "Enabled", + "Racadm.1.MaxSessions": 2, + "Racadm.1.Timeout": 60, + "Redfish.1.Enable": "Enabled", + "Redfish.1.NumericDynamicSegmentsEnable": "Disabled", + "RedfishEventing.1.DeliveryRetryAttempts": 3, + "RedfishEventing.1.DeliveryRetryIntervalInSeconds": 5, + "RedfishEventing.1.EventEnable": "Enabled", + "RedfishEventing.1.IgnoreCertificateErrors": "Yes", + "RemoteHosts.1.ConnectionEncryption": "STARTTLS", + "RemoteHosts.1.MessageSubjectPrefix": "", + "RemoteHosts.1.SMTPAuthentication": "Disabled", + "RemoteHosts.1.SMTPPassword": null, + "RemoteHosts.1.SMTPPort": 25, + "RemoteHosts.1.SMTPServerIPAddress": "0.0.0.0", + "RemoteHosts.1.SMTPUserName": "", + "RemoteHosts.1.SenderEmail": "", + "SEKM.1.SupportStatus": "NotInstalled", + "SEKMServices.1.BOSSStatus": "Not Supported", + "SEKMServices.1.HBAStatus": "Not Supported", + "SEKMServices.1.NVMeStatus": "Ready", + "SEKMServices.1.OverallStatus": "Ready", + "SEKMServices.1.PERCStatus": "Ready", + "SEKMServices.1.VOSSStatus": "Ready", + "SNMP.1.AgentCommunity": "public", + "SNMP.1.AgentEnable": "Enabled", + "SNMP.1.AlertPort": 162, + "SNMP.1.CustomEngineID": "", + "SNMP.1.DiscoveryPort": 161, + "SNMP.1.EngineID": "0x80001f8804384d54334e4633", + "SNMP.1.SNMPProtocol": "All", + "SNMP.1.TrapFormat": "SNMPv1", + "SNMPAlert.1.Destination": "", + "SNMPAlert.1.SNMPv3UserID": 0, + "SNMPAlert.1.SNMPv3Username": "", + "SNMPAlert.1.State": "Disabled", + "SNMPAlert.2.Destination": "", + "SNMPAlert.2.SNMPv3UserID": 0, + "SNMPAlert.2.SNMPv3Username": "", + "SNMPAlert.2.State": "Disabled", + "SNMPAlert.3.Destination": "", + "SNMPAlert.3.SNMPv3UserID": 0, + "SNMPAlert.3.SNMPv3Username": "", + "SNMPAlert.3.State": "Disabled", + "SNMPAlert.4.Destination": "", + "SNMPAlert.4.SNMPv3UserID": 0, + "SNMPAlert.4.SNMPv3Username": "", + "SNMPAlert.4.State": "Disabled", + "SNMPAlert.5.Destination": "", + "SNMPAlert.5.SNMPv3UserID": 0, + "SNMPAlert.5.SNMPv3Username": "", + "SNMPAlert.5.State": "Disabled", + "SNMPAlert.6.Destination": "", + "SNMPAlert.6.SNMPv3UserID": 0, + "SNMPAlert.6.SNMPv3Username": "", + "SNMPAlert.6.State": "Disabled", + "SNMPAlert.7.Destination": "", + "SNMPAlert.7.SNMPv3UserID": 0, + "SNMPAlert.7.SNMPv3Username": "", + "SNMPAlert.7.State": "Disabled", + "SNMPAlert.8.Destination": "", + "SNMPAlert.8.SNMPv3UserID": 0, + "SNMPAlert.8.SNMPv3Username": "", + "SNMPAlert.8.State": "Disabled", + "SNMPTrapIPv4.1.DestIPv4Addr": "0.0.0.0", + "SNMPTrapIPv4.1.DestinationNum": 1, + "SNMPTrapIPv4.1.State": "Disabled", + "SNMPTrapIPv4.2.DestIPv4Addr": "0.0.0.0", + "SNMPTrapIPv4.2.DestinationNum": 1, + "SNMPTrapIPv4.2.State": "Disabled", + "SNMPTrapIPv4.3.DestIPv4Addr": "0.0.0.0", + "SNMPTrapIPv4.3.DestinationNum": 1, + "SNMPTrapIPv4.3.State": "Disabled", + "SNMPTrapIPv4.4.DestIPv4Addr": "0.0.0.0", + "SNMPTrapIPv4.4.DestinationNum": 1, + "SNMPTrapIPv4.4.State": "Disabled", + "SNMPTrapIPv6.1.DestIPv6Addr": "::", + "SNMPTrapIPv6.1.DestinationNum": 1, + "SNMPTrapIPv6.1.State": "Disabled", + "SNMPTrapIPv6.2.DestIPv6Addr": "::", + "SNMPTrapIPv6.2.DestinationNum": 1, + "SNMPTrapIPv6.2.State": "Disabled", + "SNMPTrapIPv6.3.DestIPv6Addr": "::", + "SNMPTrapIPv6.3.DestinationNum": 1, + "SNMPTrapIPv6.3.State": "Disabled", + "SSH.1.Banner": "", + "SSH.1.Enable": "Enabled", + "SSH.1.MaxSessions": 4, + "SSH.1.Port": 22, + "SSH.1.Timeout": 1800, + "SSHCrypto.1.Ciphers": "chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com", + "SSHCrypto.1.HostKeyAlgorithms": "ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519", + "SSHCrypto.1.KexAlgorithms": "curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256", + "SSHCrypto.1.MACs": "umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512", + "SecureDefaultPassword.1.ForceChangePassword": "False", + "Security.1.CsrCommonName": "", + "Security.1.CsrCountryCode": "US", + "Security.1.CsrEmailAddr": "", + "Security.1.CsrKeySize": "2048", + "Security.1.CsrLocalityName": "", + "Security.1.CsrOrganizationName": "", + "Security.1.CsrOrganizationUnit": "", + "Security.1.CsrStateName": "", + "Security.1.CsrSubjectAltName": "", + "Security.1.FIPSMode": "Disabled", + "Security.1.FIPSVersion": "DELL OpenSSL FIPS Crypto Module v2.6", + "Security.1.MaxIPMIBootstrapCredentialAccounts": 2, + "Security.1.MinimumPasswordScore": "Weak Protection", + "Security.1.PasswordMinimumLength": 0, + "Security.1.PasswordRequireNumbers": "Disabled", + "Security.1.PasswordRequireRegex": "", + "Security.1.PasswordRequireSymbols": "Disabled", + "Security.1.PasswordRequireUpperCase": "Disabled", + "SecurityCertificate.1.CertValidFrom": "Mar 4 18:07:00 2021 GMT", + "SecurityCertificate.1.CertValidTo": "Mar 5 18:07:00 2031 GMT", + "SecurityCertificate.1.CertificateInstance": 1, + "SecurityCertificate.1.CertificateType": "WEBSERVER_SSL", + "SecurityCertificate.1.ExpiryState": "Valid", + "SecurityCertificate.1.IssuerCommonName": "idrac-SVCTAG", + "SecurityCertificate.1.IssuerCountryCode": "US", + "SecurityCertificate.1.IssuerLocality": "Round Rock", + "SecurityCertificate.1.IssuerOrganization": "Dell Inc.", + "SecurityCertificate.1.IssuerOrganizationalUnit": "Remote Access Group", + "SecurityCertificate.1.IssuerState": "Texas", + "SecurityCertificate.1.SerialNumber": "C3ADEA854C62F397", + "SecurityCertificate.1.SubjectCommonName": "idrac-SVCTAG", + "SecurityCertificate.1.SubjectCountryCode": "US", + "SecurityCertificate.1.SubjectLocality": "Round Rock", + "SecurityCertificate.1.SubjectOrganization": "Dell Inc.", + "SecurityCertificate.1.SubjectOrganizationalUnit": "Remote Access Group", + "SecurityCertificate.1.SubjectState": "Texas", + "SecurityCertificate.2.CertValidFrom": "Apr 27 20:18:56 2021 GMT", + "SecurityCertificate.2.CertValidTo": "Jun 26 20:18:56 2040 GMT", + "SecurityCertificate.2.CertificateInstance": 1, + "SecurityCertificate.2.CertificateType": "FACTORY_IDENTITY_CERT", + "SecurityCertificate.2.ExpiryState": "Valid", + "SecurityCertificate.2.IssuerCommonName": "0IVC00-CE0C-105E-6826", + "SecurityCertificate.2.IssuerCountryCode": "CN", + "SecurityCertificate.2.IssuerLocality": "Shanghai", + "SecurityCertificate.2.IssuerOrganization": "Inventec", + "SecurityCertificate.2.IssuerOrganizationalUnit": "PROD", + "SecurityCertificate.2.IssuerState": "Shanghai", + "SecurityCertificate.2.SerialNumber": "030000000023BE4B", + "SecurityCertificate.2.SubjectCommonName": "b0:7b:25:d6:d4:3e", + "SecurityCertificate.2.SubjectCountryCode": "US", + "SecurityCertificate.2.SubjectLocality": "Round Rock", + "SecurityCertificate.2.SubjectOrganization": "Dell EMC", + "SecurityCertificate.2.SubjectOrganizationalUnit": "IDRAC", + "SecurityCertificate.2.SubjectState": "Texas", + "Serial.1.BaudRate": "57600", + "Serial.1.Command": "", + "Serial.1.Enable": "Enabled", + "Serial.1.FlowControl": "None", + "Serial.1.HistorySize": 8192, + "Serial.1.IdleTimeout": 300, + "Serial.1.NoAuth": "Disabled", + "SerialRedirection.1.Enable": "Enabled", + "SerialRedirection.1.QuitKey": "^\\", + "ServerBoot.1.BootOnce": "Enabled", + "ServerBoot.1.FirstBootDevice": "Normal", + "ServiceModule.1.ChipsetSATASupported": "Enabled", + "ServiceModule.1.EnableOSMetricInjection": "Disabled", + "ServiceModule.1.HostSNMPAlert": "Disabled", + "ServiceModule.1.HostSNMPGet": "Disabled", + "ServiceModule.1.HostSNMPOMSAAlert": "Disabled", + "ServiceModule.1.LCLReplication": "Disabled", + "ServiceModule.1.OMSAPresence": "NA", + "ServiceModule.1.OSInfo": "Enabled", + "ServiceModule.1.SSEventCorrelation": "Enabled", + "ServiceModule.1.ServiceModuleEnable": "Enabled", + "ServiceModule.1.ServiceModuleState": "Not Running", + "ServiceModule.1.ServiceModuleVersion": "NA", + "ServiceModule.1.SoftwareRAIDSupported": "Disabled", + "ServiceModule.1.WMIInfo": "Disabled", + "ServiceModule.1.WatchdogRecoveryAction": "None", + "ServiceModule.1.WatchdogResetTime": 480, + "ServiceModule.1.WatchdogState": "Disabled", + "ServiceModule.1.iDRACHardReset": "Enabled", + "ServiceModule.1.iDRACSSOLauncher": "Enabled", + "SmartCard.1.SmartCardCRLEnable": "Disabled", + "SmartCard.1.SmartCardLogonEnable": "Disabled", + "SmartCard.1.SmartCardOCSPEnable": "Disabled", + "SupportAssist.1.DefaultIPAddress": "", + "SupportAssist.1.DefaultPassword": null, + "SupportAssist.1.DefaultProtocol": "CIFS", + "SupportAssist.1.DefaultProtocolPort": 0, + "SupportAssist.1.DefaultShareName": "", + "SupportAssist.1.DefaultUserName": "", + "SupportAssist.1.DefaultWorkgroupName": "", + "SupportAssist.1.EmailOptIn": "Yes", + "SupportAssist.1.EventBasedAutoCollection": "Disabled", + "SupportAssist.1.FilterAutoCollections": "No", + "SupportAssist.1.HostOSProxyAddress": "", + "SupportAssist.1.HostOSProxyConfigured": "No", + "SupportAssist.1.HostOSProxyPassword": null, + "SupportAssist.1.HostOSProxyPort": 1, + "SupportAssist.1.HostOSProxyUserName": "", + "SupportAssist.1.NativeOSLogsCollectionSupported": "None", + "SupportAssist.1.PreferredLanguage": "English", + "SupportAssist.1.ProSupportPlusRecommendationsReport": "Disabled", + "SupportAssist.1.RegistrationID": "", + "SupportAssist.1.RequestTechnicianForPartsDispatch": "No", + "SupportAssist.1.SupportAssistEnableState": "Disabled", + "SupportAssist.1.iDRACFirstPowerUpDateTime": "Tue Aug 03 02:14:04 GMT 2021", + "SwitchConnectionView.1.Enable": "Enabled", + "SysInfo.1.LocalConsoleLockOut": 1, + "SysInfo.1.POSTCode": 126, + "SysInfo.1.SystemRev": 0, + "SysLog.1.Port": 514, + "SysLog.1.PowerLogEnable": "Disabled", + "SysLog.1.PowerLogInterval": 5, + "SysLog.1.Server1": "", + "SysLog.1.Server2": "", + "SysLog.1.Server3": "", + "SysLog.1.SysLogEnable": "Disabled", + "SysLog.1.secureclientauth": "Anonymous", + "SysLog.1.secureport": 6514, + "SysLog.1.secureserver1": "", + "SysLog.1.securesyslogenable": "Disabled", + "Telco-EdgeServer.1.HeartBeatEnable": "Disabled", + "Telemetry.1.EnableMetricInjection": "Disabled", + "Time.1.DayLightOffset": 0, + "Time.1.TimeZoneOffset": 0, + "Time.1.Timezone": "Asia/Tokyo", + "USB.1.ConfigurationXML": "Enabled while server has default credential settings only", + "USB.1.ManagementPortMode": "iDRAC Direct Only", + "USB.1.PortStatus": "Enabled", + "USB.1.ZipPassword": null, + "Update.1.FwUpdateIPAddr": "0.0.0.0", + "Update.1.FwUpdatePath": "", + "Update.1.FwUpdateTFTPEnable": "Enabled", + "UserDomain.1.Name": "", + "UserDomain.10.Name": "", + "UserDomain.11.Name": "", + "UserDomain.12.Name": "", + "UserDomain.13.Name": "", + "UserDomain.14.Name": "", + "UserDomain.15.Name": "", + "UserDomain.16.Name": "", + "UserDomain.17.Name": "", + "UserDomain.18.Name": "", + "UserDomain.19.Name": "", + "UserDomain.2.Name": "", + "UserDomain.20.Name": "", + "UserDomain.21.Name": "", + "UserDomain.22.Name": "", + "UserDomain.23.Name": "", + "UserDomain.24.Name": "", + "UserDomain.25.Name": "", + "UserDomain.26.Name": "", + "UserDomain.27.Name": "", + "UserDomain.28.Name": "", + "UserDomain.29.Name": "", + "UserDomain.3.Name": "", + "UserDomain.30.Name": "", + "UserDomain.31.Name": "", + "UserDomain.32.Name": "", + "UserDomain.33.Name": "", + "UserDomain.34.Name": "", + "UserDomain.35.Name": "", + "UserDomain.36.Name": "", + "UserDomain.37.Name": "", + "UserDomain.38.Name": "", + "UserDomain.39.Name": "", + "UserDomain.4.Name": "", + "UserDomain.40.Name": "", + "UserDomain.5.Name": "", + "UserDomain.6.Name": "", + "UserDomain.7.Name": "", + "UserDomain.8.Name": "", + "UserDomain.9.Name": "", + "Users.1.AuthenticationProtocol": "SHA", + "Users.1.EmailAddress": "", + "Users.1.Enable": "Disabled", + "Users.1.EnableSNMPv3Passphrase": "Disabled", + "Users.1.IpmiLanPrivilege": "No Access", + "Users.1.IpmiSerialPrivilege": "No Access", + "Users.1.Password": null, + "Users.1.PrivacyProtocol": "AES", + "Users.1.Privilege": 0, + "Users.1.ProtocolEnable": "Disabled", + "Users.1.SMSNumber": "", + "Users.1.SNMPv3AuthenticationPassphrase": null, + "Users.1.SNMPv3PrivacyPassphrase": null, + "Users.1.Simple2FA": "Disabled", + "Users.1.SolEnable": "Disabled", + "Users.1.SourceIPTimeout": 0, + "Users.1.UseEmail": "Disabled", + "Users.1.UseSMS": "Disabled", + "Users.1.UserName": "", + "Users.10.AuthenticationProtocol": "SHA", + "Users.10.EmailAddress": "", + "Users.10.Enable": "Disabled", + "Users.10.EnableSNMPv3Passphrase": "Disabled", + "Users.10.IpmiLanPrivilege": "No Access", + "Users.10.IpmiSerialPrivilege": "No Access", + "Users.10.Password": null, + "Users.10.PrivacyProtocol": "AES", + "Users.10.Privilege": 0, + "Users.10.ProtocolEnable": "Disabled", + "Users.10.SMSNumber": "", + "Users.10.SNMPv3AuthenticationPassphrase": null, + "Users.10.SNMPv3PrivacyPassphrase": null, + "Users.10.Simple2FA": "Disabled", + "Users.10.SolEnable": "Disabled", + "Users.10.SourceIPTimeout": 0, + "Users.10.UseEmail": "Disabled", + "Users.10.UseSMS": "Disabled", + "Users.10.UserName": "", + "Users.11.AuthenticationProtocol": "SHA", + "Users.11.EmailAddress": "", + "Users.11.Enable": "Disabled", + "Users.11.EnableSNMPv3Passphrase": "Disabled", + "Users.11.IpmiLanPrivilege": "No Access", + "Users.11.IpmiSerialPrivilege": "No Access", + "Users.11.Password": null, + "Users.11.PrivacyProtocol": "AES", + "Users.11.Privilege": 0, + "Users.11.ProtocolEnable": "Disabled", + "Users.11.SMSNumber": "", + "Users.11.SNMPv3AuthenticationPassphrase": null, + "Users.11.SNMPv3PrivacyPassphrase": null, + "Users.11.Simple2FA": "Disabled", + "Users.11.SolEnable": "Disabled", + "Users.11.SourceIPTimeout": 0, + "Users.11.UseEmail": "Disabled", + "Users.11.UseSMS": "Disabled", + "Users.11.UserName": "", + "Users.12.AuthenticationProtocol": "SHA", + "Users.12.EmailAddress": "", + "Users.12.Enable": "Disabled", + "Users.12.EnableSNMPv3Passphrase": "Disabled", + "Users.12.IpmiLanPrivilege": "No Access", + "Users.12.IpmiSerialPrivilege": "No Access", + "Users.12.Password": null, + "Users.12.PrivacyProtocol": "AES", + "Users.12.Privilege": 0, + "Users.12.ProtocolEnable": "Disabled", + "Users.12.SMSNumber": "", + "Users.12.SNMPv3AuthenticationPassphrase": null, + "Users.12.SNMPv3PrivacyPassphrase": null, + "Users.12.Simple2FA": "Disabled", + "Users.12.SolEnable": "Disabled", + "Users.12.SourceIPTimeout": 0, + "Users.12.UseEmail": "Disabled", + "Users.12.UseSMS": "Disabled", + "Users.12.UserName": "", + "Users.13.AuthenticationProtocol": "SHA", + "Users.13.EmailAddress": "", + "Users.13.Enable": "Disabled", + "Users.13.EnableSNMPv3Passphrase": "Disabled", + "Users.13.IpmiLanPrivilege": "No Access", + "Users.13.IpmiSerialPrivilege": "No Access", + "Users.13.Password": null, + "Users.13.PrivacyProtocol": "AES", + "Users.13.Privilege": 0, + "Users.13.ProtocolEnable": "Disabled", + "Users.13.SMSNumber": "", + "Users.13.SNMPv3AuthenticationPassphrase": null, + "Users.13.SNMPv3PrivacyPassphrase": null, + "Users.13.Simple2FA": "Disabled", + "Users.13.SolEnable": "Disabled", + "Users.13.SourceIPTimeout": 0, + "Users.13.UseEmail": "Disabled", + "Users.13.UseSMS": "Disabled", + "Users.13.UserName": "", + "Users.14.AuthenticationProtocol": "SHA", + "Users.14.EmailAddress": "", + "Users.14.Enable": "Disabled", + "Users.14.EnableSNMPv3Passphrase": "Disabled", + "Users.14.IpmiLanPrivilege": "No Access", + "Users.14.IpmiSerialPrivilege": "No Access", + "Users.14.Password": null, + "Users.14.PrivacyProtocol": "AES", + "Users.14.Privilege": 0, + "Users.14.ProtocolEnable": "Disabled", + "Users.14.SMSNumber": "", + "Users.14.SNMPv3AuthenticationPassphrase": null, + "Users.14.SNMPv3PrivacyPassphrase": null, + "Users.14.Simple2FA": "Disabled", + "Users.14.SolEnable": "Disabled", + "Users.14.SourceIPTimeout": 0, + "Users.14.UseEmail": "Disabled", + "Users.14.UseSMS": "Disabled", + "Users.14.UserName": "", + "Users.15.AuthenticationProtocol": "SHA", + "Users.15.EmailAddress": "", + "Users.15.Enable": "Disabled", + "Users.15.EnableSNMPv3Passphrase": "Disabled", + "Users.15.IpmiLanPrivilege": "No Access", + "Users.15.IpmiSerialPrivilege": "No Access", + "Users.15.Password": null, + "Users.15.PrivacyProtocol": "AES", + "Users.15.Privilege": 0, + "Users.15.ProtocolEnable": "Disabled", + "Users.15.SMSNumber": "", + "Users.15.SNMPv3AuthenticationPassphrase": null, + "Users.15.SNMPv3PrivacyPassphrase": null, + "Users.15.Simple2FA": "Disabled", + "Users.15.SolEnable": "Disabled", + "Users.15.SourceIPTimeout": 0, + "Users.15.UseEmail": "Disabled", + "Users.15.UseSMS": "Disabled", + "Users.15.UserName": "", + "Users.16.AuthenticationProtocol": "SHA", + "Users.16.EmailAddress": "", + "Users.16.Enable": "Disabled", + "Users.16.EnableSNMPv3Passphrase": "Disabled", + "Users.16.IpmiLanPrivilege": "No Access", + "Users.16.IpmiSerialPrivilege": "No Access", + "Users.16.Password": null, + "Users.16.PrivacyProtocol": "AES", + "Users.16.Privilege": 0, + "Users.16.ProtocolEnable": "Disabled", + "Users.16.SMSNumber": "", + "Users.16.SNMPv3AuthenticationPassphrase": null, + "Users.16.SNMPv3PrivacyPassphrase": null, + "Users.16.Simple2FA": "Disabled", + "Users.16.SolEnable": "Disabled", + "Users.16.SourceIPTimeout": 0, + "Users.16.UseEmail": "Disabled", + "Users.16.UseSMS": "Disabled", + "Users.16.UserName": "", + "Users.2.AuthenticationProtocol": "SHA", + "Users.2.EmailAddress": "", + "Users.2.Enable": "Enabled", + "Users.2.EnableSNMPv3Passphrase": "Disabled", + "Users.2.IpmiLanPrivilege": "Administrator", + "Users.2.IpmiSerialPrivilege": "Administrator", + "Users.2.Password": null, + "Users.2.PrivacyProtocol": "AES", + "Users.2.Privilege": 511, + "Users.2.ProtocolEnable": "Disabled", + "Users.2.SMSNumber": "", + "Users.2.SNMPv3AuthenticationPassphrase": null, + "Users.2.SNMPv3PrivacyPassphrase": null, + "Users.2.Simple2FA": "Disabled", + "Users.2.SolEnable": "Enabled", + "Users.2.SourceIPTimeout": 0, + "Users.2.UseEmail": "Disabled", + "Users.2.UseSMS": "Disabled", + "Users.2.UserName": "root", + "Users.3.AuthenticationProtocol": "SHA", + "Users.3.EmailAddress": "", + "Users.3.Enable": "Enabled", + "Users.3.EnableSNMPv3Passphrase": "Disabled", + "Users.3.IpmiLanPrivilege": "No Access", + "Users.3.IpmiSerialPrivilege": "No Access", + "Users.3.Password": null, + "Users.3.PrivacyProtocol": "AES", + "Users.3.Privilege": 17, + "Users.3.ProtocolEnable": "Disabled", + "Users.3.SMSNumber": "", + "Users.3.SNMPv3AuthenticationPassphrase": null, + "Users.3.SNMPv3PrivacyPassphrase": null, + "Users.3.Simple2FA": "Disabled", + "Users.3.SolEnable": "Disabled", + "Users.3.SourceIPTimeout": 0, + "Users.3.UseEmail": "Disabled", + "Users.3.UseSMS": "Disabled", + "Users.3.UserName": "support", + "Users.4.AuthenticationProtocol": "SHA", + "Users.4.EmailAddress": "", + "Users.4.Enable": "Enabled", + "Users.4.EnableSNMPv3Passphrase": "Disabled", + "Users.4.IpmiLanPrivilege": "Operator", + "Users.4.IpmiSerialPrivilege": "Operator", + "Users.4.Password": null, + "Users.4.PrivacyProtocol": "AES", + "Users.4.Privilege": 17, + "Users.4.ProtocolEnable": "Disabled", + "Users.4.SMSNumber": "", + "Users.4.SNMPv3AuthenticationPassphrase": null, + "Users.4.SNMPv3PrivacyPassphrase": null, + "Users.4.Simple2FA": "Disabled", + "Users.4.SolEnable": "Disabled", + "Users.4.SourceIPTimeout": 0, + "Users.4.UseEmail": "Disabled", + "Users.4.UseSMS": "Disabled", + "Users.4.UserName": "power", + "Users.5.AuthenticationProtocol": "SHA", + "Users.5.EmailAddress": "", + "Users.5.Enable": "Disabled", + "Users.5.EnableSNMPv3Passphrase": "Disabled", + "Users.5.IpmiLanPrivilege": "No Access", + "Users.5.IpmiSerialPrivilege": "No Access", + "Users.5.Password": null, + "Users.5.PrivacyProtocol": "AES", + "Users.5.Privilege": 0, + "Users.5.ProtocolEnable": "Disabled", + "Users.5.SMSNumber": "", + "Users.5.SNMPv3AuthenticationPassphrase": null, + "Users.5.SNMPv3PrivacyPassphrase": null, + "Users.5.Simple2FA": "Disabled", + "Users.5.SolEnable": "Disabled", + "Users.5.SourceIPTimeout": 0, + "Users.5.UseEmail": "Disabled", + "Users.5.UseSMS": "Disabled", + "Users.5.UserName": "fwupd", + "Users.6.AuthenticationProtocol": "SHA", + "Users.6.EmailAddress": "", + "Users.6.Enable": "Disabled", + "Users.6.EnableSNMPv3Passphrase": "Disabled", + "Users.6.IpmiLanPrivilege": "No Access", + "Users.6.IpmiSerialPrivilege": "No Access", + "Users.6.Password": null, + "Users.6.PrivacyProtocol": "AES", + "Users.6.Privilege": 0, + "Users.6.ProtocolEnable": "Disabled", + "Users.6.SMSNumber": "", + "Users.6.SNMPv3AuthenticationPassphrase": null, + "Users.6.SNMPv3PrivacyPassphrase": null, + "Users.6.Simple2FA": "Disabled", + "Users.6.SolEnable": "Disabled", + "Users.6.SourceIPTimeout": 0, + "Users.6.UseEmail": "Disabled", + "Users.6.UseSMS": "Disabled", + "Users.6.UserName": "", + "Users.7.AuthenticationProtocol": "SHA", + "Users.7.EmailAddress": "", + "Users.7.Enable": "Disabled", + "Users.7.EnableSNMPv3Passphrase": "Disabled", + "Users.7.IpmiLanPrivilege": "No Access", + "Users.7.IpmiSerialPrivilege": "No Access", + "Users.7.Password": null, + "Users.7.PrivacyProtocol": "AES", + "Users.7.Privilege": 0, + "Users.7.ProtocolEnable": "Disabled", + "Users.7.SMSNumber": "", + "Users.7.SNMPv3AuthenticationPassphrase": null, + "Users.7.SNMPv3PrivacyPassphrase": null, + "Users.7.Simple2FA": "Disabled", + "Users.7.SolEnable": "Disabled", + "Users.7.SourceIPTimeout": 0, + "Users.7.UseEmail": "Disabled", + "Users.7.UseSMS": "Disabled", + "Users.7.UserName": "", + "Users.8.AuthenticationProtocol": "SHA", + "Users.8.EmailAddress": "", + "Users.8.Enable": "Disabled", + "Users.8.EnableSNMPv3Passphrase": "Disabled", + "Users.8.IpmiLanPrivilege": "No Access", + "Users.8.IpmiSerialPrivilege": "No Access", + "Users.8.Password": null, + "Users.8.PrivacyProtocol": "AES", + "Users.8.Privilege": 0, + "Users.8.ProtocolEnable": "Disabled", + "Users.8.SMSNumber": "", + "Users.8.SNMPv3AuthenticationPassphrase": null, + "Users.8.SNMPv3PrivacyPassphrase": null, + "Users.8.Simple2FA": "Disabled", + "Users.8.SolEnable": "Disabled", + "Users.8.SourceIPTimeout": 0, + "Users.8.UseEmail": "Disabled", + "Users.8.UseSMS": "Disabled", + "Users.8.UserName": "", + "Users.9.AuthenticationProtocol": "SHA", + "Users.9.EmailAddress": "", + "Users.9.Enable": "Disabled", + "Users.9.EnableSNMPv3Passphrase": "Disabled", + "Users.9.IpmiLanPrivilege": "No Access", + "Users.9.IpmiSerialPrivilege": "No Access", + "Users.9.Password": null, + "Users.9.PrivacyProtocol": "AES", + "Users.9.Privilege": 0, + "Users.9.ProtocolEnable": "Disabled", + "Users.9.SMSNumber": "", + "Users.9.SNMPv3AuthenticationPassphrase": null, + "Users.9.SNMPv3PrivacyPassphrase": null, + "Users.9.Simple2FA": "Disabled", + "Users.9.SolEnable": "Disabled", + "Users.9.SourceIPTimeout": 0, + "Users.9.UseEmail": "Disabled", + "Users.9.UseSMS": "Disabled", + "Users.9.UserName": "", + "VNCServer.1.ActiveSessions": 0, + "VNCServer.1.Enable": "Disabled", + "VNCServer.1.LowerEncryptionBitLength": "Disabled", + "VNCServer.1.MaxSessions": 2, + "VNCServer.1.Password": null, + "VNCServer.1.Port": 5901, + "VNCServer.1.SSLEncryptionBitLength": "Disabled", + "VNCServer.1.Timeout": 300, + "VirtualConsole.1.AccessPrivilege": "Deny Access", + "VirtualConsole.1.ActiveSessions": 0, + "VirtualConsole.1.AttachState": "Auto-attach", + "VirtualConsole.1.CloseUnusedPort": "Disabled", + "VirtualConsole.1.CrashVideoCaptureEnable": "Disabled", + "VirtualConsole.1.Enable": "Enabled", + "VirtualConsole.1.EncryptEnable": "Enabled", + "VirtualConsole.1.LocalDisable": "Disabled", + "VirtualConsole.1.LocalVideo": "Enabled", + "VirtualConsole.1.MaxSessions": 6, + "VirtualConsole.1.PluginType": "HTML5", + "VirtualConsole.1.Port": 5900, + "VirtualConsole.1.Timeout": 1800, + "VirtualConsole.1.TimeoutEnable": "Disabled", + "VirtualConsole.1.WebRedirect": "Disabled", + "VirtualMedia.1.Enable": "Enabled", + "WebServer.1.BlockHTTPPort": "Disabled", + "WebServer.1.CustomCipherString": "", + "WebServer.1.Enable": "Enabled", + "WebServer.1.HostHeaderCheck": "Enabled", + "WebServer.1.Http2Enable": "Disabled", + "WebServer.1.HttpPort": 80, + "WebServer.1.HttpsPort": 443, + "WebServer.1.HttpsRedirection": "Enabled", + "WebServer.1.LowerEncryptionBitLength": "Enabled", + "WebServer.1.ManualDNSEntry": "", + "WebServer.1.MaxNumberOfSessions": 8, + "WebServer.1.SSLEncryptionBitLength": "128-Bit or higher", + "WebServer.1.TLSProtocol": "TLS 1.2 and Higher", + "WebServer.1.Timeout": 1800, + "WebServer.1.TitleBarOption": "Custom", + "WebServer.1.TitleBarOptionCustom": "neco-r6525-milan" + }, + "Description": "This schema provides the oem attributes", + "Id": "iDRAC.Embedded.1", + "Name": "OEMAttributeRegistry" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellAttributes.DellAttributes", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1/Settings", + "@odata.type": "#DellAttributes.v1_0_0.DellAttributes", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellAttributes/iDRAC.Embedded.1/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "ManagerAttributeRegistry.v1_0_0", + "Attributes": {}, + "Description": "This schema provides settings of the oem attributes", + "Id": "iDRACSettings", + "Name": "OemAttributeRegistrySettings", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellManager.DellManager", + "@odata.type": "#DellManager.v1_4_0.DellManager", + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + } + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService": { + "@odata.context": "/redfish/v1/$metadata#DellJobService.DellJobService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService", + "@odata.type": "#DellJobService.v1_2_0.DellJobService", + "Actions": { + "#DellJobService.CreateRebootJob": { + "RebootJobType@Redfish.AllowableValues": [ + "GracefulRebootWithForcedShutdown", + "GracefulRebootWithoutForcedShutdown", + "PowerCycle" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.CreateRebootJob" + }, + "#DellJobService.DeleteJobQueue": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.DeleteJobQueue" + }, + "#DellJobService.SetDeleteOnCompletionTimeout": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.SetDeleteOnCompletionTimeout" + }, + "#DellJobService.SetupJobQueue": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.SetupJobQueue" + } + }, + "CurrentNumberOfJobs": 64, + "DeleteOnCompletionTimeoutMinutes": 2880, + "Description": "The DellJobService resource provides some actions to support Job management functionality.", + "Id": "Job Service", + "MaximumNumberOfJobs": 256, + "Name": "DellJobService", + "StartAutoDeleteAtThreshold": 128 + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService": { + "@odata.context": "/redfish/v1/$metadata#DellLCService.DellLCService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService", + "@odata.type": "#DellLCService.v1_5_0.DellLCService", + "Actions": { + "#DellLCService.ClearProvisioningServer": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ClearProvisioningServer" + }, + "#DellLCService.DeleteAutoDiscoveryClientCerts": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DeleteAutoDiscoveryClientCerts" + }, + "#DellLCService.DeleteAutoDiscoveryServerPublicKey": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DeleteAutoDiscoveryServerPublicKey" + }, + "#DellLCService.DownloadClientCerts": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DownloadClientCerts" + }, + "#DellLCService.ExportCompleteLCLog": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "Local", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportCompleteLCLog" + }, + "#DellLCService.ExportFactoryConfiguration": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "Local", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportFactoryConfiguration" + }, + "#DellLCService.ExportHWInventory": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "Local", + "NFS" + ], + "XMLSchema@Redfish.AllowableValues": [ + "CIM-XML", + "JSON", + "Simple" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportHWInventory" + }, + "#DellLCService.ExportLCLog": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "Local", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportLCLog" + }, + "#DellLCService.ExportSVGFile": { + "ShareType@Redfish.AllowableValues": [ + "Local" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportSVGFile" + }, + "#DellLCService.ExportServerScreenShot": { + "FileType@Redfish.AllowableValues": [ + "LastCrashScreenShot", + "Preview", + "ServerScreenShot" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportServerScreenShot" + }, + "#DellLCService.ExportTechSupportReport": { + "DataSelectorArrayIn@Redfish.AllowableValues": [ + "HWData", + "OSAppData", + "OSAppDataWithoutPII", + "TTYLogs" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportTechSupportReport" + }, + "#DellLCService.ExportVideoLog": { + "FileType@Redfish.AllowableValues": [ + "BootCaptureVideo", + "CrashCaptureVideo" + ], + "ShareType@Redfish.AllowableValues": [ + "Local" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportVideoLog" + }, + "#DellLCService.ExportePSADiagnosticsResult": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "Local", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportePSADiagnosticsResult" + }, + "#DellLCService.ExposeiSMInstallerToHostOS": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExposeiSMInstallerToHostOS" + }, + "#DellLCService.GetRSStatus": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.GetRSStatus" + }, + "#DellLCService.GetRemoteServicesAPIStatus": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.GetRemoteServicesAPIStatus" + }, + "#DellLCService.InsertCommentInLCLog": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.InsertCommentInLCLog" + }, + "#DellLCService.LCWipe": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.LCWipe" + }, + "#DellLCService.ReInitiateAutoDiscovery": { + "PerformAutoDiscovery@Redfish.AllowableValues": [ + "NextBoot", + "Now", + "Off" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ReInitiateAutoDiscovery" + }, + "#DellLCService.ReInitiateDHS": { + "PerformAutoDiscovery@Redfish.AllowableValues": [ + "NextBoot", + "Now", + "Off" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ReInitiateDHS" + }, + "#DellLCService.RunePSADiagnostics": { + "RebootJobType@Redfish.AllowableValues": [ + "GracefulRebootWithForcedShutdown", + "GracefulRebootWithoutForcedShutdown", + "PowerCycle" + ], + "RunMode@Redfish.AllowableValues": [ + "Express", + "ExpressAndExtended", + "Extended" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.RunePSADiagnostics" + }, + "#DellLCService.SupportAssistAcceptEULA": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistAcceptEULA" + }, + "#DellLCService.SupportAssistClearAutoCollectSchedule": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistClearAutoCollectSchedule" + }, + "#DellLCService.SupportAssistCollection": { + "DataSelectorArrayIn@Redfish.AllowableValues": [ + "DebugLogs", + "HWData", + "OSAppData", + "TTYLogs", + "TelemetryReports" + ], + "Filter@Redfish.AllowableValues": [ + "No", + "Yes" + ], + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "HTTPS", + "Local", + "NFS", + "TFTP" + ], + "Transmit@Redfish.AllowableValues": [ + "No", + "Yes" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistCollection" + }, + "#DellLCService.SupportAssistExportLastCollection": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "HTTPS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistExportLastCollection" + }, + "#DellLCService.SupportAssistGetAutoCollectSchedule": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistGetAutoCollectSchedule" + }, + "#DellLCService.SupportAssistGetEULAStatus": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistGetEULAStatus" + }, + "#DellLCService.SupportAssistRegister": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistRegister" + }, + "#DellLCService.SupportAssistSetAutoCollectSchedule": { + "Recurrence@Redfish.AllowableValues": [ + "Monthly", + "Quarterly", + "Weekly" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistSetAutoCollectSchedule" + }, + "#DellLCService.SupportAssistUploadLastCollection": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistUploadLastCollection" + }, + "#DellLCService.SystemErase": { + "Component@Redfish.AllowableValues": [ + "AllApps", + "BIOS", + "CryptographicErasePD", + "DIAG", + "DPU", + "DrvPack", + "IDRAC", + "LCData", + "NonVolatileMemory", + "OverwritePD", + "PERCNVCache", + "vFlash" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SystemErase" + }, + "#DellLCService.TestNetworkShare": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "HTTPS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.TestNetworkShare" + }, + "#DellLCService.UpdateOSAppHealthData": { + "UpdateType@Redfish.AllowableValues": [ + "Automatic" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.UpdateOSAppHealthData" + } + }, + "Description": "The DellLCService resource provides some actions to support Lifecycle Controller functionality.", + "Id": "DellLCService", + "Name": "DellLCService" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices": { + "@odata.context": "/redfish/v1/$metadata#DellLicensableDeviceCollection.DellLicensableDeviceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices", + "@odata.type": "#DellLicensableDeviceCollection.DellLicensableDeviceCollection", + "Description": "A collection of DellLicensableDevice resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellLicensableDevice.DellLicensableDevice", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices/iDRAC.Embedded.1", + "@odata.type": "#DellLicensableDevice.v1_0_0.DellLicensableDevice", + "Description": "DellLicensableDevice represents a device in the system that has registered with the License Manager.", + "DeviceID": "11", + "DevicePrimaryStatus": "OK", + "DeviceState": "DevicePresent", + "DeviceStatusMessage": null, + "DeviceStatusMessageID": null, + "DeviceType": "Internal", + "FQDD": "iDRAC.Embedded.1", + "Id": "iDRAC.Embedded.1", + "LicenseList": [ + "FD00000021887940" + ], + "LicenseList@odata.count": 1, + "Model": "iDRAC9", + "Name": "DellLicensableDevice", + "RollupStatus": "OK", + "SubsystemID": "4", + "SubsystemVendorID": "1028", + "UniqueID": "8MT3NF3", + "VendorID": "1912" + } + ], + "Members@odata.count": 1, + "Name": "DellLicensableDeviceCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices/iDRAC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellLicensableDevice.DellLicensableDevice", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicensableDevices/iDRAC.Embedded.1", + "@odata.type": "#DellLicensableDevice.v1_0_0.DellLicensableDevice", + "Description": "DellLicensableDevice represents a device in the system that has registered with the License Manager.", + "DeviceID": "11", + "DevicePrimaryStatus": "OK", + "DeviceState": "DevicePresent", + "DeviceStatusMessage": null, + "DeviceStatusMessageID": null, + "DeviceType": "Internal", + "FQDD": "iDRAC.Embedded.1", + "Id": "iDRAC.Embedded.1", + "LicenseList": [ + "FD00000021887940" + ], + "LicenseList@odata.count": 1, + "Model": "iDRAC9", + "Name": "DellLicensableDevice", + "RollupStatus": "OK", + "SubsystemID": "4", + "SubsystemVendorID": "1028", + "UniqueID": "8MT3NF3", + "VendorID": "1912" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService": { + "@odata.context": "/redfish/v1/$metadata#DellLicenseManagementService.DellLicenseManagementService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService", + "@odata.type": "#DellLicenseManagementService.v1_1_0.DellLicenseManagementService", + "Actions": { + "#DellLicenseManagementService.DeleteLicense": { + "DeleteOptions@Redfish.AllowableValues": [ + "All", + "Force", + "NoOption" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.DeleteLicense" + }, + "#DellLicenseManagementService.ExportLicense": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicense" + }, + "#DellLicenseManagementService.ExportLicenseByDevice": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicenseByDevice" + }, + "#DellLicenseManagementService.ExportLicenseByDeviceToNetworkShare": { + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicenseByDeviceToNetworkShare" + }, + "#DellLicenseManagementService.ExportLicenseToNetworkShare": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ExportLicenseToNetworkShare" + }, + "#DellLicenseManagementService.ImportLicense": { + "ImportOptions@Redfish.AllowableValues": [ + "All", + "Force", + "NoOption" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicense" + }, + "#DellLicenseManagementService.ImportLicenseFromNetworkShare": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ImportOptions@Redfish.AllowableValues": [ + "All", + "Force", + "NoOption" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "HTTP", + "HTTPS", + "NFS" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicenseFromNetworkShare" + }, + "#DellLicenseManagementService.ShowLicenseBits": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ShowLicenseBits" + } + }, + "Description": "The DellLicenseManagementService resource provides some actions to support License Management functionality.", + "Id": "DellLicenseManagementService", + "Name": "DellLicenseManagementService" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses": { + "@odata.context": "/redfish/v1/$metadata#DellLicenseCollection.DellLicenseCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses", + "@odata.type": "#DellLicenseCollection.DellLicenseCollection", + "Description": "A collection of DellLicense resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellLicense.DellLicense", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses/FD00000021887940", + "@odata.type": "#DellLicense.v1_2_0.DellLicense", + "AssignedDevices": [ + "iDRAC.Embedded.1" + ], + "AssignedDevices@odata.count": 1, + "Description": "An instance of DellLicense represents a feature license installed on a system.", + "DeviceFamilyDeviceID": [ + "11" + ], + "DeviceFamilyDeviceID@odata.count": 1, + "DeviceFamilySubsystemID": [ + "4" + ], + "DeviceFamilySubsystemID@odata.count": 1, + "DeviceFamilySubsystemVendorID": [ + "4" + ], + "DeviceFamilySubsystemVendorID@odata.count": 1, + "DeviceFamilyVendorID": [ + "1912" + ], + "DeviceFamilyVendorID@odata.count": 1, + "EntitlementID": "FD00000021887940", + "EvalLicenseTimeRemainingDays": null, + "Id": "FD00000021887940", + "InstanceID": "FD00000021887940", + "LicenseAttributes": "ValidSubcomponent", + "LicenseDescription": [ + "iDRAC9 15g Enterprise License" + ], + "LicenseDescription@odata.count": 1, + "LicenseDurationDays": 0, + "LicenseEndDate": null, + "LicenseInstallDate": "2021-06-30T07:29:23+09:00", + "LicensePrimaryStatus": "OK", + "LicenseSoldDate": "2021-06-15T21:47:19+09:00", + "LicenseStartDate": null, + "LicenseStatusMessage": null, + "LicenseStatusMessageID": null, + "LicenseType": "Perpetual", + "Name": "DellLicense" + } + ], + "Members@odata.count": 1, + "Name": "DellLicenseCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses/FD00000021887940": { + "@odata.context": "/redfish/v1/$metadata#DellLicense.DellLicense", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenses/FD00000021887940", + "@odata.type": "#DellLicense.v1_2_0.DellLicense", + "AssignedDevices": [ + "iDRAC.Embedded.1" + ], + "AssignedDevices@odata.count": 1, + "Description": "An instance of DellLicense represents a feature license installed on a system.", + "DeviceFamilyDeviceID": [ + "11" + ], + "DeviceFamilyDeviceID@odata.count": 1, + "DeviceFamilySubsystemID": [ + "4" + ], + "DeviceFamilySubsystemID@odata.count": 1, + "DeviceFamilySubsystemVendorID": [ + "4" + ], + "DeviceFamilySubsystemVendorID@odata.count": 1, + "DeviceFamilyVendorID": [ + "1912" + ], + "DeviceFamilyVendorID@odata.count": 1, + "EntitlementID": "FD00000021887940", + "EvalLicenseTimeRemainingDays": null, + "Id": "FD00000021887940", + "InstanceID": "FD00000021887940", + "LicenseAttributes": "ValidSubcomponent", + "LicenseDescription": [ + "iDRAC9 15g Enterprise License" + ], + "LicenseDescription@odata.count": 1, + "LicenseDurationDays": 0, + "LicenseEndDate": null, + "LicenseInstallDate": "2021-06-30T07:29:23+09:00", + "LicensePrimaryStatus": "OK", + "LicenseSoldDate": "2021-06-15T21:47:19+09:00", + "LicenseStartDate": null, + "LicenseStatusMessage": null, + "LicenseStatusMessageID": null, + "LicenseType": "Perpetual", + "Name": "DellLicense" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellOpaqueManagementData": { + "@odata.context": "/redfish/v1/$metadata#DellOpaqueManagementDataCollection.DellOpaqueManagementDataCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellOpaqueManagementData", + "@odata.type": "#DellOpaqueManagementDataCollection.DellOpaqueManagementDataCollection", + "Description": "A collection of DellOpaqueManagementData resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellOpaqueManagementDataCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService": { + "@odata.context": "/redfish/v1/$metadata#DellPersistentStorageService.DellPersistentStorageService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService", + "@odata.type": "#DellPersistentStorageService.v1_1_0.DellPersistentStorageService", + "Actions": { + "#DellPersistentStorageService.AttachPartition": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.AttachPartition" + }, + "#DellPersistentStorageService.CreatePartition": { + "PartitionType@Redfish.AllowableValues": [ + "Floppy", + "HardDisk" + ], + "SizeUnit@Redfish.AllowableValues": [ + "GB", + "MB" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.CreatePartition" + }, + "#DellPersistentStorageService.CreatePartitionUsingImage": { + "HashType@Redfish.AllowableValues": [ + "MD5", + "SHA1" + ], + "PartitionType@Redfish.AllowableValues": [ + "CDROM", + "Floppy", + "HardDisk" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.CreatePartitionUsingImage" + }, + "#DellPersistentStorageService.DeletePartition": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.DeletePartition" + }, + "#DellPersistentStorageService.DetachPartition": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.DetachPartition" + }, + "#DellPersistentStorageService.ExportDataFromPartition": { + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.ExportDataFromPartition" + }, + "#DellPersistentStorageService.FormatPartition": { + "FormatType@Redfish.AllowableValues": [ + "EXT2", + "EXT3", + "FAT16", + "FAT32" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.FormatPartition" + }, + "#DellPersistentStorageService.InitializeMedia": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.InitializeMedia" + }, + "#DellPersistentStorageService.ModifyPartition": { + "AccessType@Redfish.AllowableValues": [ + "Read-Only", + "Read-Write" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.ModifyPartition" + }, + "#DellPersistentStorageService.VFlashStateChange": { + "RequestedState@Redfish.AllowableValues": [ + "Disable", + "Enable" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellPersistentStorageService/Actions/DellPersistentStorageService.VFlashStateChange" + } + }, + "Description": "The DellPersistentStorageService resource provides some actions to support VFlash functionality.", + "Id": "DellPersistentStorageService", + "Name": "DellPersistentStorageService" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellSystemQuickSync": { + "@odata.context": "/redfish/v1/$metadata#DellSystemQuickSyncCollection.DellSystemQuickSyncCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellSystemQuickSync", + "@odata.type": "#DellSystemQuickSyncCollection.DellSystemQuickSyncCollection", + "Description": "A collection of DellSystemQuickSync resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellSystemQuickSyncCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService": { + "@odata.context": "/redfish/v1/$metadata#DellTimeService.DellTimeService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService", + "@odata.type": "#DellTimeService.v1_0_1.DellTimeService", + "Actions": { + "#DellTimeService.ManageTime": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellTimeService/Actions/DellTimeService.ManageTime" + } + }, + "Description": "DellTimeService provides actions to manage time (retrieve or set time) for the service processor.", + "Id": "DellTimeService", + "Name": "DellTimeService" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellUSBDevices": { + "@odata.context": "/redfish/v1/$metadata#DellUSBDeviceCollection.DellUSBDeviceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellUSBDevices", + "@odata.type": "#DellUSBDeviceCollection.DellUSBDeviceCollection", + "Description": "A collection of DellUSBDevice resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellUSBDeviceCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCard/iDRAC.Embedded.1-1_0x23_IDRACinfo": { + "@odata.context": "/redfish/v1/$metadata#DelliDRACCard.DelliDRACCard", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCard/iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DelliDRACCard.v1_1_0.DelliDRACCard", + "Description": "An instance of DelliDRACCard will have data specific to the Integrated Dell Remote Access Controller (iDRAC) in the managed system.", + "IPMIVersion": "2.0", + "Id": "iDRAC.Embedded.1-1_0x23_IDRACinfo", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-07-05T13:20:10+00:00", + "Name": "DelliDRACCard", + "URLString": "https://10.210.152.195:443" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService": { + "@odata.context": "/redfish/v1/$metadata#DelliDRACCardService.DelliDRACCardService", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService", + "@odata.type": "#DelliDRACCardService.v1_7_0.DelliDRACCardService", + "Actions": { + "#DelliDRACCardService.DeleteCertificate": { + "CertificateType@Redfish.AllowableValues": [ + "KMS_SERVER_CA", + "SEKM_SSL_CERT" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DeleteCertificate" + }, + "#DelliDRACCardService.DeleteGroup": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DeleteGroup" + }, + "#DelliDRACCardService.DeleteSSLCertificate": { + "CertificateType@Redfish.AllowableValues": [ + "CSC", + "ClientTrustCertificate", + "CustomCertificate" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DeleteSSLCertificate" + }, + "#DelliDRACCardService.DisableSEKM": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DisableSEKM" + }, + "#DelliDRACCardService.DisableiLKM": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DisableiLKM" + }, + "#DelliDRACCardService.EnableSEKM": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.EnableSEKM" + }, + "#DelliDRACCardService.EnableiLKM": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.EnableiLKM" + }, + "#DelliDRACCardService.ExportCertificate": { + "CertificateType@Redfish.AllowableValues": [ + "KMS_SERVER_CA", + "SEKM_SSL_CERT" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ExportCertificate" + }, + "#DelliDRACCardService.ExportSSLCertificate": { + "SSLCertType@Redfish.AllowableValues": [ + "CA", + "CSC", + "ClientTrustCertificate", + "CustomCertificate", + "Server" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ExportSSLCertificate" + }, + "#DelliDRACCardService.FactoryIdentityCertificateGenerateCSR": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityCertificateGenerateCSR" + }, + "#DelliDRACCardService.FactoryIdentityExportCertificate": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityExportCertificate" + }, + "#DelliDRACCardService.FactoryIdentityImportCertificate": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityImportCertificate" + }, + "#DelliDRACCardService.GenerateSEKMCSR": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.GenerateSEKMCSR" + }, + "#DelliDRACCardService.GetKVMSession": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.GetKVMSession" + }, + "#DelliDRACCardService.ImportCertificate": { + "CertificateType@Redfish.AllowableValues": [ + "IEEE8021xCSC", + "IEEE8021xClient", + "KMS_SERVER_CA", + "RSA_CA_CERT", + "RSYSLOG_SERVER_CA", + "SCEP_CA_CERT", + "SEKM_SSL_CERT", + "SMARTCARD_CA_CERT", + "SMARTCARD_USER_CERT" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ImportCertificate" + }, + "#DelliDRACCardService.ImportSSLCertificate": { + "CertificateType@Redfish.AllowableValues": [ + "CA", + "CSC", + "ClientTrustCertificate", + "CustomCertificate", + "Server" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ImportSSLCertificate" + }, + "#DelliDRACCardService.JoinGroup": { + "CloneConfiguration@Redfish.AllowableValues": [ + "Disable", + "Enable" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.JoinGroup" + }, + "#DelliDRACCardService.Rekey": { + "Mode@Redfish.AllowableValues": [ + "SEKM", + "iLKM" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.Rekey" + }, + "#DelliDRACCardService.RemoveSelf": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.RemoveSelf" + }, + "#DelliDRACCardService.SSLResetCfg": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SSLResetCfg" + }, + "#DelliDRACCardService.SendTestEmailAlert": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SendTestEmailAlert" + }, + "#DelliDRACCardService.SendTestSNMPTrap": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SendTestSNMPTrap" + }, + "#DelliDRACCardService.TestConnection": { + "ConnectionType@Redfish.AllowableValues": [ + "RSA_SERVER" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.TestConnection" + }, + "#DelliDRACCardService.TestSEKMServerConnection": { + "ServerType@Redfish.AllowableValues": [ + "Primary", + "Secondary" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.TestSEKMServerConnection" + }, + "#DelliDRACCardService.UploadSSLKey": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.UploadSSLKey" + }, + "#DelliDRACCardService.VerifyHWProofOfPossession": { + "Algorithm@Redfish.AllowableValues": [ + "AES128CBC" + ], + "KeyDerivationFunction@Redfish.AllowableValues": [ + "DellSHA256" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.VerifyHWProofOfPossession" + }, + "#DelliDRACCardService.iDRACReset": { + "Force@Redfish.AllowableValues": [ + "Force", + "Graceful" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.iDRACReset" + }, + "#DelliDRACCardService.iDRACResetCfg": { + "Force@Redfish.AllowableValues": [ + "Force", + "Graceful" + ], + "Preserve@Redfish.AllowableValues": [ + "All", + "Default", + "ResetAllWithRootDefaults" + ], + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.iDRACResetCfg" + }, + "#DelliDRACCardService.iLKMToSEKMTransition": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.iLKMToSEKMTransition" + } + }, + "Description": "The DelliDRACCardService resource provides some actions to support iDRAC configurations.", + "Id": "DelliDRACCardService", + "Name": "DelliDRACCardService" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellvFlash": { + "@odata.context": "/redfish/v1/$metadata#DellvFlashCollection.DellvFlashCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellvFlash", + "@odata.type": "#DellvFlashCollection.DellvFlashCollection", + "Description": "A collection of DellvFlash resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellvFlashCollection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/HWCertificates/SecurityCertificate.2": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/HWCertificates/SecurityCertificate.2", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateType": "FACTORY_IDENTITY_CERT", + "Description": "Factory Identity Certificate", + "Id": "SecurityCertificate.2", + "IssuerCommonName_CN": "0IVC00-CE0C-105E-6826", + "IssuerCountryCode_CC": "CN", + "IssuerLocality_L": "Shanghai", + "IssuerOrganization_O": "Inventec", + "IssuerState_S": "Shanghai", + "Name": "FactoryIdentity Certificate", + "SerialNumber": "030000000023BE4B", + "SubjectCommonName_CN": "b0:7b:25:d6:d4:3e", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Round Rock", + "SubjectOrganization_O": "Dell EMC", + "SubjectState_S": "Texas", + "ValidFrom": "Apr 27 20:18:56 2021 GMT", + "ValidTo": "Jun 26 20:18:56 2040 GMT" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs": { + "@odata.context": "/redfish/v1/$metadata#DellJobCollection.DellJobCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs", + "@odata.type": "#DellJobCollection.DellJobCollection", + "Description": "Collection of Job Instances", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_250249650955" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_288688054300" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382554501262" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382742450126" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382755734831" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382771369564" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382802059437" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382804904534" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382820134152" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385320958923" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385340134699" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385341847520" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385346351304" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385347316687" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349397649" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349945844" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349957379" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385350169493" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385361583625" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385362416007" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385365262448" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385391867711" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403663019" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403674997" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403887105" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404148741" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404714387" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385405898277" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385406111456" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385431672429" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_394021185121" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_395722900191" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396422188149" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396424397909" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396425807374" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426061588" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426074504" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_396426286505" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396435158180" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396487794635" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396528253278" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397253040657" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397256133756" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431174599134" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431175278951" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502748946807" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502793752270" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502825446551" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_508922929066" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593374372743" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593374587019" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593389183132" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593397123023" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593397235194" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614131469683" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614131471752" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614235824937" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614235827693" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_871700204916" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_872155702227" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873575082117" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_873575394975" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873881496422" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_884211195185" + } + ], + "Members@odata.count": 64, + "Name": "JobQueue" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_250249650955": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_250249650955", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-06-30T12:49:25", + "ActualRunningStopTime": "2021-06-30T12:49:48", + "CompletionTime": "2021-06-30T12:49:48", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_250249650955", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-06-30T12:49:25", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_288688054300": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_288688054300", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-08-14T00:36:47", + "ActualRunningStopTime": "2021-08-14T00:41:08", + "CompletionTime": "2021-08-14T00:41:08", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_288688054300", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-08-14T00:33:25", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382554501262": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382554501262", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T15:57:30", + "ActualRunningStopTime": "2021-11-30T15:57:52", + "CompletionTime": "2021-11-30T15:57:52", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_382554501262", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-11-30T15:57:30", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382742450126": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382742450126", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T21:10:45", + "ActualRunningStopTime": "2021-11-30T21:11:09", + "CompletionTime": "2021-11-30T21:11:09", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_382742450126", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:10:45", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382755734831": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382755734831", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T21:38:48", + "ActualRunningStopTime": "2021-11-30T21:43:12", + "CompletionTime": "2021-11-30T21:43:12", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_382755734831", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:32:53", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382771369564": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382771369564", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T21:58:56", + "ActualRunningStopTime": "2021-11-30T21:59:21", + "CompletionTime": "2021-11-30T21:59:21", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_382771369564", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-11-30T21:58:56", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382802059437": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382802059437", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T22:50:05", + "ActualRunningStopTime": "2021-11-30T22:50:32", + "CompletionTime": "2021-11-30T22:50:32", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_382802059437", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-11-30T22:50:05", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382804904534": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382804904534", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T23:09:45", + "ActualRunningStopTime": "2021-11-30T23:14:13", + "CompletionTime": "2021-11-30T23:14:13", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_382804904534", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2021-11-30T22:54:50", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382820134152": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_382820134152", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-11-30T23:20:13", + "ActualRunningStopTime": "2021-11-30T23:20:36", + "CompletionTime": "2021-11-30T23:20:36", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_382820134152", + "JobState": "Completed", + "JobType": "ExportConfiguration", + "Message": "Successfully exported Server Configuration Profile", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SYS043", + "Name": "Export: Server Configuration Profile", + "PercentComplete": 100, + "StartTime": "2021-11-30T23:20:13", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385320958923": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385320958923", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T20:50:05", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385320958923", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-03T20:48:15", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385340134699": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385340134699", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:20:55", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385340134699", + "JobState": "Failed", + "JobType": "RepositoryUpdate", + "Message": "Unable to complete the job because of an internal error.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED004", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:20:13", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385341847520": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385341847520", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:23:46", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385341847520", + "JobState": "Failed", + "JobType": "RepositoryUpdate", + "Message": "Unable to complete the job because of an internal error.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED004", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:23:04", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385346351304": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385346351304", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:30:45", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385346351304", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:30:35", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385347316687": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385347316687", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:32:19", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385347316687", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:32:11", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349397649": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349397649", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:35:47", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385349397649", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:35:39", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349945844": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349945844", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:36:57", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385349945844", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:34", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349957379": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385349957379", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-03T21:41:03", + "ActualRunningStopTime": "2021-12-03T21:51:12", + "CompletionTime": "2021-12-03T21:51:12", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_385349957379", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:35", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385361583625": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385361583625", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:56:07", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385361583625", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:55:58", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385362416007": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385362416007", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T21:57:31", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385362416007", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:57:21", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385365262448": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385365262448", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T22:02:13", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385365262448", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T22:02:06", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385391867711": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385391867711", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T22:46:35", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385391867711", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T22:46:26", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403663019": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403663019", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T23:10:12", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385403663019", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:06", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403674997": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403674997", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-03T23:14:31", + "ActualRunningStopTime": "2021-12-03T23:19:25", + "CompletionTime": "2021-12-03T23:19:25", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_385403674997", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:07", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403887105": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385403887105", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-03T23:15:28", + "ActualRunningStopTime": "2021-12-03T23:19:25", + "CompletionTime": "2021-12-03T23:19:25", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_385403887105", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:28", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404148741": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404148741", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T23:07:41", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385404148741", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: Systems Management", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:06:54", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404714387": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385404714387", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T23:09:44", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385404714387", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: Drivers for OS Deployment", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:07:51", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385405898277": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385405898277", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T23:10:03", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385405898277", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: Diagnostics", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:09:49", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385431672429": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_385431672429", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-03T23:52:56", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_385431672429", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:52:47", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_394021185121": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_394021185121", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-13T22:28:48", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_394021185121", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-13T22:28:38", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_395722900191": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_395722900191", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-15T21:44:50", + "ActualRunningStopTime": "2021-12-15T21:52:08", + "CompletionTime": "2021-12-15T21:52:08", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_395722900191", + "JobState": "Completed", + "JobType": "SACollectHealthData", + "Message": "The SupportAssist Collection Operation is completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SRV088", + "Name": "SupportAssist Collection", + "PercentComplete": 100, + "StartTime": "2021-12-15T21:44:50", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396422188149": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396422188149", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T17:10:28", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396422188149", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:10:18", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396424397909": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396424397909", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T17:14:07", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396424397909", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:13:59", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396425807374": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396425807374", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T17:16:29", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396425807374", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:20", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426061588": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426061588", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T17:31:55", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396426061588", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Apply Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:46", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426074504": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396426074504", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-16T17:21:16", + "ActualRunningStopTime": "2021-12-16T17:31:54", + "CompletionTime": "2021-12-16T17:31:54", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_396426074504", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:16:47", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396435158180": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396435158180", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T17:35:45", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396435158180", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:31:55", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396487794635": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396487794635", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T18:59:48", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396487794635", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T18:59:39", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396528253278": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_396528253278", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-16T20:07:13", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_396528253278", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-16T20:07:05", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397253040657": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397253040657", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-17T16:15:12", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_397253040657", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2021-12-17T16:15:04", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397256133756": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_397256133756", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2021-12-17T16:22:47", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_397256133756", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2021-12-17T16:20:13", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431174599134": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431174599134", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2022-01-25T22:31:07", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_431174599134", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2022-01-25T22:30:59", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431175278951": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_431175278951", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2022-01-25T22:32:20", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_431175278951", + "JobState": "Completed", + "JobType": "RepositoryUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [ + "NA" + ], + "MessageArgs@odata.count": 1, + "MessageId": "RED001", + "Name": "Check Update From Repo", + "PercentComplete": 100, + "StartTime": "2022-01-25T22:32:07", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502748946807": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502748946807", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-04-18T18:45:35", + "ActualRunningStopTime": "2022-04-18T19:04:40", + "CompletionTime": "2022-04-18T19:04:40", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_502748946807", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T18:41:34", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502793752270": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502793752270", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-04-18T20:00:19", + "ActualRunningStopTime": "2022-04-18T20:09:09", + "CompletionTime": "2022-04-18T20:09:09", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_502793752270", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T19:56:15", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502825446551": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_502825446551", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-04-18T20:51:59", + "ActualRunningStopTime": "2022-04-18T21:00:41", + "CompletionTime": "2022-04-18T21:00:41", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_502825446551", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-04-18T20:49:04", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_508922929066": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_508922929066", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2022-04-25T22:15:44", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_508922929066", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2022-04-25T22:11:32", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593374372743": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593374372743", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-01T16:08:50", + "ActualRunningStopTime": "2022-08-01T16:18:29", + "CompletionTime": "2022-08-01T16:18:29", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_593374372743", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:03:57", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593389183132": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593389183132", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2022-08-01T16:33:02", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_593389183132", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:28:38", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593397123023": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_593397123023", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-01T16:44:18", + "ActualRunningStopTime": "2022-08-01T16:47:21", + "CompletionTime": "2022-08-01T16:47:21", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_593397123023", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:41:52", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614131469683": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614131469683", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-25T16:41:29", + "ActualRunningStopTime": "2022-08-25T16:44:15", + "CompletionTime": "2022-08-25T16:44:15", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_614131469683", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-08-25T16:39:06", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614235824937": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_614235824937", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-25T19:35:26", + "ActualRunningStopTime": "2022-08-25T19:37:55", + "CompletionTime": "2022-08-25T19:37:55", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_614235824937", + "JobState": "Completed", + "JobType": "BIOSConfiguration", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Configure: BIOS.Setup.1-1", + "PercentComplete": 100, + "StartTime": "2022-08-25T19:33:02", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_871700204916": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_871700204916", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2023-06-19T19:20:33", + "ActualRunningStopTime": "2023-06-19T19:23:22", + "CompletionTime": "2023-06-19T19:23:22", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_871700204916", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: Firmware", + "PercentComplete": 100, + "StartTime": "2023-06-19T19:20:20", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_872155702227": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_872155702227", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2023-06-20T08:08:19", + "ActualRunningStopTime": "2023-06-20T08:17:21", + "CompletionTime": "2023-06-20T08:17:21", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_872155702227", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "The specified job has completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: BIOS", + "PercentComplete": 100, + "StartTime": "2023-06-20T07:59:30", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873575082117": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873575082117", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2023-06-21T23:28:42", + "ActualRunningStopTime": "2023-06-21T23:31:59", + "CompletionTime": "2023-06-21T23:31:59", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "JID_873575082117", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "PR19", + "Name": "Firmware Update: Network", + "PercentComplete": 100, + "StartTime": "2023-06-21T23:25:08", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873881496422": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_873881496422", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2023-06-22T07:55:49", + "ActualRunningStopTime": "2023-06-22T07:57:09", + "CompletionTime": "2023-06-22T07:57:09", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_873881496422", + "JobState": "Completed", + "JobType": "SACollectHealthData", + "Message": "The SupportAssist Collection Operation is completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "SRV088", + "Name": "SupportAssist Collection", + "PercentComplete": 100, + "StartTime": "2023-06-22T07:55:49", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_884211195185": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/JID_884211195185", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": null, + "ActualRunningStopTime": null, + "CompletionTime": "2023-07-04T06:56:45", + "Description": "Job Instance", + "EndTime": null, + "Id": "JID_884211195185", + "JobState": "Completed", + "JobType": "FirmwareUpdate", + "Message": "Job completed successfully.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED001", + "Name": "Firmware Update: iDRAC with Lifecycle Controller", + "PercentComplete": 100, + "StartTime": "2023-07-04T06:51:59", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385350169493": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385350169493", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-03T21:37:01", + "ActualRunningStopTime": "2021-12-03T21:37:21", + "CompletionTime": "2021-12-03T21:37:21", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_385350169493", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2021-12-03T21:36:56", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385406111456": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_385406111456", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-03T23:10:16", + "ActualRunningStopTime": "2021-12-03T23:10:31", + "CompletionTime": "2021-12-03T23:10:31", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_385406111456", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2021-12-03T23:10:11", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_396426286505": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_396426286505", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2021-12-16T17:17:13", + "ActualRunningStopTime": "2021-12-16T17:17:29", + "CompletionTime": "2021-12-16T17:17:29", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_396426286505", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2021-12-16T17:17:08", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593374587019": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593374587019", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-01T16:04:23", + "ActualRunningStopTime": "2022-08-01T16:04:59", + "CompletionTime": "2022-08-01T16:04:59", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_593374587019", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:04:18", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593397235194": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_593397235194", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-01T16:42:05", + "ActualRunningStopTime": "2022-08-01T16:42:20", + "CompletionTime": "2022-08-01T16:42:20", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_593397235194", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2022-08-01T16:42:03", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614131471752": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614131471752", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-25T16:39:11", + "ActualRunningStopTime": "2022-08-25T16:39:27", + "CompletionTime": "2022-08-25T16:39:27", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_614131471752", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2022-08-25T16:39:07", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614235827693": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_614235827693", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2022-08-25T19:33:07", + "ActualRunningStopTime": "2022-08-25T19:33:24", + "CompletionTime": "2022-08-25T19:33:24", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_614235827693", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2022-08-25T19:33:02", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_873575394975": { + "@odata.context": "/redfish/v1/$metadata#DellJob.DellJob", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/RID_873575394975", + "@odata.type": "#DellJob.v1_5_0.DellJob", + "ActualRunningStartTime": "2023-06-21T23:25:42", + "ActualRunningStopTime": "2023-06-21T23:26:17", + "CompletionTime": "2023-06-21T23:26:17", + "Description": "Job Instance", + "EndTime": "TIME_NA", + "Id": "RID_873575394975", + "JobState": "RebootCompleted", + "JobType": "RebootForce", + "Message": "Reboot is complete.", + "MessageArgs": [], + "MessageArgs@odata.count": 0, + "MessageId": "RED030", + "Name": "Reboot: Graceful OS shutdown with powercycle on timeout", + "PercentComplete": 100, + "StartTime": "2023-06-21T23:25:39", + "TargetSettingsURI": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/CA/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/CA/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of Secured Remote System Logs CA Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of Secured Remote System Logs HTTPS Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry": { + "@odata.context": "/redfish/v1/$metadata#PrivilegeRegistry.PrivilegeRegistry", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/PrivilegeRegistry", + "@odata.type": "#PrivilegeRegistry.v1_1_4.PrivilegeRegistry", + "Description": "Redfish BMC Privilege Registry", + "Id": "PrivilegeRegistry", + "Mappings": [ + { + "Entity": "AccountService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Assembly", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "AttributeRegistry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Bios", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "BootOption", + "OperationMap": { + "DELETE": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "BootOptionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Certificate", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [ + { + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "DELETE@odata.count": 1 + }, + "Targets": [ + "ExternalAccountProvider" + ] + }, + { + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1 + }, + "Targets": [ + "Manager", + "VirtualMedia" + ] + } + ], + "SubordinateOverrides@odata.count": 2 + }, + { + "Entity": "CertificateCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "ComputerSystem", + "SecureBootDatabase" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "AccountService" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "Manager", + "ManagerNetworkProtocol", + "VirtualMedia" + ] + } + ], + "SubordinateOverrides@odata.count": 3 + }, + { + "Entity": "CertificateLocations", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "CertificateService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/CertificateService/Actions/CertificateService.GenerateCSR" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/CertificateService/Actions/Oem/DellCertificateService.GetLastGeneratedCSR" + ] + } + ], + "ResourceURIOverrides@odata.count": 2, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Chassis", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [ + { + "OperationMap": { + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "Targets": [ + "Location" + ] + } + ], + "PropertyOverrides@odata.count": 1, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ChassisCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ComputerSystem", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [ + { + "OperationMap": { + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "Targets": [ + "HostName", + "ServiceEnabled" + ] + } + ], + "PropertyOverrides@odata.count": 1, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ComputerSystemCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAccelerator", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAcceleratorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAggregationMetricDefinition", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAggregationMetricDefinitionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAggregationMetricValue", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAggregationMetricValueCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAssembly", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAssemblyCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAttributeRegistry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellAttributes", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBIOSService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBaseMetricDefinition", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBaseMetricDefinitionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBaseMetricValue", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBaseMetricValueCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBootSources", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellBootSourcesRegistry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellCertificate", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellCertificateCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellCertificateStoreCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellChassis", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellChassisCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellComputerSystem", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellController", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellControllerBattery", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellControllerBatteryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellControllerCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellD4D", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellD4DReport", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellD4DReportCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellDriveSMARTAttributes", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosure", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureEMM", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureEMMCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureFanSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureFanSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosurePowerSupply", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosurePowerSupplyCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureTemperatureSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellEnclosureTemperatureSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFC", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCCapabilities", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCCapabilitiesCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCPortMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCPortMetricsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCStatistics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFCStatisticsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFimrwareImageHash", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellFimrwareImageHashCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellGPUSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellGPUSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBand", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBandCapabilities", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBandCapabilitiesCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBandCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBandPortMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellInfiniBandPortMetricsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellJob", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellJobCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellJobService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.CreateRebootJob" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellJobService/Actions/DellJobService.SetDeleteOnCompletionTimeout" + ] + } + ], + "ResourceURIOverrides@odata.count": 2, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLCService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "AccessVirtualConsole", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportServerScreenShot", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportVideoLog" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ClearProvisioningServer", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DeleteAutoDiscoveryClientCerts", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DeleteAutoDiscoveryServerPublicKey", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.DownloadClientCerts", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportSVGFile", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportTechSupportReport", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExportePSADiagnosticsResult", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ExposeiSMInstallerToHostOS", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.LCWipe", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ReInitiateAutoDiscovery", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.ReInitiateDHS", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.RunePSADiagnostics", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistAcceptEULA", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistClearAutoCollectSchedule", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistCollection", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistExportLastCollection", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistGetAutoCollectSchedule", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistGetEULAStatus", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistRegister", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistSetAutoCollectSchedule", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SupportAssistUploadLastCollection", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.SystemErase", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.UpdateOSAppHealthData" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLCService/Actions/DellLCService.InsertCommentInLCLog" + ] + } + ], + "ResourceURIOverrides@odata.count": 3, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLicensableDevice", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLicensableDeviceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLicense", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLicenseCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellLicenseManagementService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.DeleteLicense", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicense", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellLicenseManagementService/Actions/DellLicenseManagementService.ImportLicenseFromNetworkShare" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellMemory", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellMemoryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellMetricService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService/Actions/DellMetricService.ControlMetrics" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNIC", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICCapabilities", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICCapabilitiesCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICPortMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICPortMetricsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICStatistics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNICStatisticsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNVMeSMARTAttributes", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNetworkAttributes", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNetworkTransceiver", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNetworkTransceiverCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNetworkTransceiverPortMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNetworkTransceiverPortMetricsCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNumericSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellNumericSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellOSDeploymentService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToHD", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToISOFromVFlash", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToNetworkISO", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConfigurableBootToNetworkISO", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConnectNetworkISOImage", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DeleteISOFromVFlash", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachDrivers", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachISOFromVFlash", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachISOImage", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DisconnectNetworkISOImage", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DownloadISOToVFlash", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.SkipISOImageBoot", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.UnpackAndAttach", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.UnpackAndShare" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellOpaqueManagementData", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellOpaqueManagementDataCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeFunction", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeFunctionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSD", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSDBackPlane", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSDBackPlaneCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSDCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSDExtender", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPCIeSSDExtenderCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPSNumericSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPSNumericSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPersistentStorageService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "AccessVirtualMedia", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPhysicalDisk", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPhysicalDiskCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPowerSupply", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPowerSupplyCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPowerSupplyView", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPowerSupplyViewCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPresenceAndStatusSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellPresenceAndStatusSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellProcessor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellProcessorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellRaidService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.AssignSpare", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.BlinkTarget", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelBackgroundInitialization", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelCheckConsistency", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelRebuildPhysicalDisk", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ChangePDState", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ClearControllerPreservedCache", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ClearForeignConfig", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ConvertToNonRAID", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ConvertToRAID", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CryptographicEraseWithPSID", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.DisableSecurity", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.EnableControllerEncryption", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.EnableSecurity", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ImportForeignConfig", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.LockVirtualDisk", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.OnlineCapacityExpansion", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.PrepareToRemove", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RAIDLevelMigration", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ReKey", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RebuildPhysicalDisk", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RemoveControllerKey", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RenameVD", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ReplacePhysicalDisk", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ResetConfig", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetAssetName", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetBootVD", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetControllerKey", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.StartPatrolRead", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.StopPatrolRead", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnBlinkTarget", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnLockSecureForeignConfig", + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnassignSpare" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellRollupStatus", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellRollupStatusCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSlot", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSlotCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSoftwareInstallationService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSoftwareInventory", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSoftwareInventoryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSwitchConnection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSwitchConnectionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSwitchConnectionService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSystem", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSystemCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSystemManagementService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService/Actions/DellSystemManagementService.RebootChassisManager" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSystemQuickSync", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellSystemQuickSyncCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellTimeService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellUSBDevice", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellUSBDeviceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVideo", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVideoCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVideoNetwork", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVideoNetworkCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVirtualDisk", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellVirtualDiskCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DelliDRACCard", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DelliDRACCardCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DelliDRACCardService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "AccessVirtualConsole", + "AccessVirtualMedia", + "ClearLogs", + "ConfigureComponents", + "ConfigureManager", + "ConfigureUsers", + "ExecuteDebugCommands", + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 9 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DeleteGroup", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.JoinGroup", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.RemoveSelf" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "AccessVirtualConsole", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.GetKVMSession" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DisableSEKM", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.DisableiLKM", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.EnableSEKM", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.EnableiLKM", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.Rekey", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.iLKMToSEKMTransition" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityImportCertificate" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.iDRACResetCfg" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityCertificateGenerateCSR", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.FactoryIdentityExportCertificate", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SSLResetCfg", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.UploadSSLKey" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SendTestEmailAlert", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SendTestSNMPTrap" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ExportCertificate", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.ExportSSLCertificate", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.TestConnection", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.TestSEKMServerConnection", + "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.VerifyHWProofOfPossession" + ] + } + ], + "ResourceURIOverrides@odata.count": 8, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellvFlash", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "DellvFlashCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Drive", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "EnvironmentMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "EthernetInterface", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [ + { + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1 + }, + "Targets": [ + "ComputerSystem" + ] + } + ], + "SubordinateOverrides@odata.count": 1 + }, + { + "Entity": "EthernetInterfaceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "EventDestination", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "EventDestinationCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "EventService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/EventService/Actions/EventService.SubmitTestEvent" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ExternalAccountProvider", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/AccountService/ExternalAccountProviders/{ExternalAccountProviderId}/Actions/Oem/DellOAuthConfig.SubmitTestToken" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ExternalAccountProviderCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Fabric", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "FabricCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Fan", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "FanCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Heater", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "HeaterCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "HostInterface", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "HostInterfaceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Job", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "JobCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "JobService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "JsonSchemaFile", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "JsonSchemaFileCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Key", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "KeyCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "License", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LicenseCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LicenseService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LogEntry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LogEntryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LogService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ClearLogs", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "LogServiceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Manager", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "AccessVirtualConsole", + "AccessVirtualMedia", + "ClearLogs", + "ConfigureComponents", + "ConfigureManager", + "ConfigureUsers", + "ExecuteDebugCommands", + "Login", + "TestAlerts" + ], + "Privilege@odata.count": 9 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration", + "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfiguration", + "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfigurationPreview" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 3 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Manager.ResetToDefaults", + "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/DellManager.ResetToDefaults" + ] + } + ], + "ResourceURIOverrides@odata.count": 2, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ManagerAccount", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureUsers", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ManagerAccountCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ManagerCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ManagerNetworkProtocol", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Memory", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MemoryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MemoryMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Message", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MessageRegistry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MessageRegistryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MessageRegistryFile", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MessageRegistryFileCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricDefinition", + "OperationMap": { + "DELETE": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricDefinitionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricReport", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricReportCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricReportDefinition", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1, + "PUT": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PUT@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "MetricReportDefinitionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkAdapter", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkAdapterCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkDeviceFunction", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkDeviceFunctionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkInterface", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkInterfaceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkPort", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "NetworkPortCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PCIeDevice", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PCIeDeviceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PCIeFunction", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PCIeFunctionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PCIeSlots", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Port", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PortCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Power", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PowerSubsystem", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PowerSupply", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PowerSupplyCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PowerSupplyMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "PrivilegeRegistry", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Processor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ProcessorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ProcessorMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Redundancy", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Role", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "RoleCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SecureBoot", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SecureBootDatabase", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/{DatabaseId}/Actions/SecureBootDatabase.ResetKeys" + ] + } + ], + "ResourceURIOverrides@odata.count": 1, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SecureBootDatabaseCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Sensor", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SensorCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SerialInterface", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SerialInterfaceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ServiceRoot", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Session", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SessionCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "NoAuth" + ], + "Privilege@odata.count": 1 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SessionService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Signature", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SignatureCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SimpleStorage", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SimpleStorageCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SoftwareInventory", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [ + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/UpdateService/SoftwareInventory/{SoftwareInventoryId}/Actions/Oem/DellPluginInventory.Uninstall" + ] + }, + { + "OperationMap": { + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "Targets": [ + "/redfish/v1/UpdateService/SoftwareInventory/{SoftwareInventoryId}/Actions/Oem/DellPluginInventory.Restart" + ] + } + ], + "ResourceURIOverrides@odata.count": 2, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SoftwareInventoryCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Storage", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "StorageCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "StorageController", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "StorageControllerCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Switch", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "SwitchCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Task", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "TaskCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "TaskService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "TelemetryService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Thermal", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ThermalMetrics", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ThermalSubsystem", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Triggers", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [], + "Privilege@odata.count": 0 + } + ], + "POST@odata.count": 1, + "PUT": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PUT@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "TriggersCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "UpdateService", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "VLanNetworkInterface", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "VLanNetworkInterfaceCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "VirtualMedia", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureManager", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "AccessVirtualMedia", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "VirtualMediaCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Volume", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "VolumeCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "Zone", + "OperationMap": { + "DELETE": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "DELETE@odata.count": 1, + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "PATCH": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "PATCH@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + }, + { + "Entity": "ZoneCollection", + "OperationMap": { + "GET": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "GET@odata.count": 1, + "HEAD": [ + { + "Privilege": [ + "Login" + ], + "Privilege@odata.count": 1 + } + ], + "HEAD@odata.count": 1, + "POST": [ + { + "Privilege": [ + "ConfigureComponents", + "Login" + ], + "Privilege@odata.count": 2 + } + ], + "POST@odata.count": 1 + }, + "PropertyOverrides": [], + "PropertyOverrides@odata.count": 0, + "ResourceURIOverrides": [], + "ResourceURIOverrides@odata.count": 0, + "SubordinateOverrides": [], + "SubordinateOverrides@odata.count": 0 + } + ], + "Mappings@odata.count": 273, + "Name": "Privilege Registry", + "OEMPrivilegesUsed": [ + "ClearLogs", + "AccessVirtualConsole", + "AccessVirtualMedia", + "TestAlerts", + "ExecuteDebugCommands" + ], + "OEMPrivilegesUsed@odata.count": 5, + "PrivilegesUsed": [ + "Login", + "ConfigureManager", + "ConfigureUsers", + "ConfigureSelf", + "ConfigureComponents", + "NoAuth" + ], + "PrivilegesUsed@odata.count": 6 + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces": { + "@odata.context": "/redfish/v1/$metadata#SerialInterfaceCollection.SerialInterfaceCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces", + "@odata.type": "#SerialInterfaceCollection.SerialInterfaceCollection", + "Description": "Collection of Serial Interfaces for this System", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/Serial.1" + } + ], + "Members@odata.count": 1, + "Name": "Serial Interface Collection" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/Serial.1": { + "@odata.context": "/redfish/v1/$metadata#SerialInterface.SerialInterface", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/Serial.1", + "@odata.type": "#SerialInterface.v1_1_8.SerialInterface", + "Actions": { + "Oem": { + "#DellSerialInterface.SerialDataClear": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/Serial.1/Actions/Oem/DellSerialInterface.SerialDataClear" + }, + "#DellSerialInterface.SerialDataExport": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces/Serial.1/Actions/Oem/DellSerialInterface.SerialDataExport" + } + } + }, + "BitRate": "57600", + "ConnectorType": "DB9 Male", + "DataBits": "8", + "Description": "Management for Serial Interface", + "FlowControl": "Hardware", + "Id": "Serial.1", + "InterfaceEnabled": true, + "Name": "Managed Serial Interface 1", + "Parity": "None", + "PinOut": "Cisco", + "SignalType": "Rs232", + "StopBits": "1" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia": { + "@odata.context": "/redfish/v1/$metadata#VirtualMediaCollection.VirtualMediaCollection", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia", + "@odata.type": "#VirtualMediaCollection.VirtualMediaCollection", + "Description": "iDRAC Virtual Media Services Settings", + "Members": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk" + }, + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD" + } + ], + "Members@odata.count": 2, + "Name": "Virtual Media Services" + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD": { + "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD", + "@odata.type": "#VirtualMedia.v1_6_0.VirtualMedia", + "Actions": { + "#VirtualMedia.EjectMedia": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.EjectMedia" + }, + "#VirtualMedia.InsertMedia": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.InsertMedia" + } + }, + "ConnectedVia": "NotConnected", + "Description": "iDRAC Virtual Media Services Settings", + "Id": "CD", + "Image": null, + "ImageName": null, + "Inserted": false, + "MediaTypes": [ + "CD", + "DVD" + ], + "MediaTypes@odata.count": 2, + "Name": "Virtual CD", + "Password": null, + "TransferMethod": null, + "TransferProtocolType": null, + "UserName": null, + "WriteProtected": null + }, + "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk": { + "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia", + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk", + "@odata.type": "#VirtualMedia.v1_6_0.VirtualMedia", + "Actions": { + "#VirtualMedia.EjectMedia": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/Actions/VirtualMedia.EjectMedia" + }, + "#VirtualMedia.InsertMedia": { + "target": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/RemovableDisk/Actions/VirtualMedia.InsertMedia" + } + }, + "ConnectedVia": "NotConnected", + "Description": "iDRAC Virtual Media Services Settings", + "Id": "RemovableDisk", + "Image": null, + "ImageName": null, + "Inserted": false, + "MediaTypes": [ + "USBStick" + ], + "MediaTypes@odata.count": 1, + "Name": "Virtual Removable Disk", + "Password": null, + "TransferMethod": null, + "TransferProtocolType": null, + "UserName": null, + "WriteProtected": null + }, + "/redfish/v1/Registries": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFileCollection.MessageRegistryFileCollection", + "@odata.id": "/redfish/v1/Registries", + "@odata.type": "#MessageRegistryFileCollection.MessageRegistryFileCollection", + "Description": "Registry Repository", + "Members": [ + { + "@odata.id": "/redfish/v1/Registries/BaseMessages" + }, + { + "@odata.id": "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/Registries/BootSourcesRegistry.v1_0_0" + }, + { + "@odata.id": "/redfish/v1/Registries/DpuAttributeRegistry" + }, + { + "@odata.id": "/redfish/v1/Registries/ManagerAttributeRegistry" + }, + { + "@odata.id": "/redfish/v1/Registries/Messages" + }, + { + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.2-1-1" + }, + { + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/Registries/ResourceEventMessageRegistry" + } + ], + "Members@odata.count": 11, + "Name": "Registry File Collection" + }, + "/redfish/v1/Registries/BaseMessages": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/BaseMessages", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Base Message Registry File locations", + "Id": "BaseMessages", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "PublicationUri": "https://redfish.dmtf.org/registries/v1/Base.1.12.1.json", + "Uri": "/redfish/v1/Registries/BaseMessages/BaseRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "Base Message Registry File", + "Registry": "Base.1.12.1" + }, + "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "BIOS Attribute Registry File locations", + "Id": "BiosAttributeRegistry.v1_0_0", + "Languages": [ + "en" + ], + "Location": [ + { + "Language": "en", + "Uri": "/redfish/v1/Systems/System.Embedded.1/Bios/BiosRegistry" + } + ], + "Name": "BIOS Attribute Registry File", + "Oem": {}, + "Registry": "BiosAttributeRegistry1.0" + }, + "/redfish/v1/Registries/BootSourcesRegistry.v1_0_0": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/BootSourcesRegistry.v1_0_0", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "BootSources Attribute Registry File locations", + "Id": "BootSourcesRegistry.v1_0_0", + "Languages": [ + "en" + ], + "Location": [ + { + "Language": "en", + "Uri": "/redfish/v1/Systems/System.Embedded.1/BootSources/BootSourcesRegistry" + } + ], + "Name": "BootSources Attribute Registry File", + "Oem": {}, + "Registry": "BootSourcesRegistry1.0" + }, + "/redfish/v1/Registries/DpuAttributeRegistry": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/DpuAttributeRegistry", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "DPU Attribute Registry File locations", + "Id": "DpuAttributeRegistry", + "Languages": [ + "en" + ], + "Location": [], + "Name": "DPU Attribute Registry Files", + "Oem": {}, + "Registry": "DpuAttributeRegistry" + }, + "/redfish/v1/Registries/ManagerAttributeRegistry": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/ManagerAttributeRegistry", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Manager Attribute Registry File Locations", + "Id": "ManagerAttributeRegistry", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/ManagerAttributeRegistry/ManagerAttributeRegistry.v1_0_0.json" + } + ], + "Location@odata.count": 1, + "Name": "Manager Attribute Registry File", + "Registry": "ManagerAttributeRegistry.1.0" + }, + "/redfish/v1/Registries/Messages": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/Messages", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "iDRAC Message Registry File locations", + "Id": "Messages", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/Messages/EEMIRegistry" + } + ], + "Location@odata.count": 1, + "Name": "iDRAC Message Registry File", + "Registry": "iDRAC.1.6.1" + }, + "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.1-1-1", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Network Attributes Registry File Locations", + "Id": "NetworkAttributesRegistry_NIC.Embedded.1-1-1", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.1-1-1/NetworkAttributesRegistry_NIC.Embedded.1-1-1.json" + } + ], + "Location@odata.count": 1, + "Name": "Network Attributes Registry File", + "Registry": "NetworkAttributeRegistry" + }, + "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.2-1-1", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Network Attributes Registry File Locations", + "Id": "NetworkAttributesRegistry_NIC.Embedded.2-1-1", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Embedded.2-1-1/NetworkAttributesRegistry_NIC.Embedded.2-1-1.json" + } + ], + "Location@odata.count": 1, + "Name": "Network Attributes Registry File", + "Registry": "NetworkAttributeRegistry" + }, + "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-1-1", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Network Attributes Registry File Locations", + "Id": "NetworkAttributesRegistry_NIC.Integrated.1-1-1", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-1-1/NetworkAttributesRegistry_NIC.Integrated.1-1-1.json" + } + ], + "Location@odata.count": 1, + "Name": "Network Attributes Registry File", + "Registry": "NetworkAttributeRegistry" + }, + "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-2-1", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Network Attributes Registry File Locations", + "Id": "NetworkAttributesRegistry_NIC.Integrated.1-2-1", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "Uri": "/redfish/v1/Registries/NetworkAttributesRegistry_NIC.Integrated.1-2-1/NetworkAttributesRegistry_NIC.Integrated.1-2-1.json" + } + ], + "Location@odata.count": 1, + "Name": "Network Attributes Registry File", + "Registry": "NetworkAttributeRegistry" + }, + "/redfish/v1/Registries/ResourceEventMessageRegistry": { + "@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile", + "@odata.id": "/redfish/v1/Registries/ResourceEventMessageRegistry", + "@odata.type": "#MessageRegistryFile.v1_1_3.MessageRegistryFile", + "Description": "Resource Event Registry File Locations", + "Id": "ResourceEventMessageRegistry", + "Languages": [ + "En" + ], + "Languages@odata.count": 1, + "Location": [ + { + "Language": "En", + "PublicationUri": "https://redfish.dmtf.org/registries/ResourceEvent.1.0.3.json", + "Uri": "/redfish/v1/Registries/ResourceEventMessageRegistry/ResourceEventMessageRegistry.json" + } + ], + "Location@odata.count": 1, + "Name": "Resource Event Message Registry File", + "Registry": "ResourceEvent.1.0.3" + }, + "/redfish/v1/SessionService": { + "@odata.context": "/redfish/v1/$metadata#SessionService.SessionService", + "@odata.id": "/redfish/v1/SessionService", + "@odata.type": "#SessionService.v1_1_8.SessionService", + "Description": "Session Service", + "Id": "SessionService", + "Name": "Session Service", + "ServiceEnabled": true, + "SessionTimeout": 1800, + "Sessions": { + "@odata.id": "/redfish/v1/SessionService/Sessions" + } + }, + "/redfish/v1/SessionService/Sessions": { + "@odata.context": "/redfish/v1/$metadata#SessionCollection.SessionCollection", + "@odata.id": "/redfish/v1/SessionService/Sessions", + "@odata.type": "#SessionCollection.SessionCollection", + "Description": "Session Collection", + "Members": [], + "Members@odata.count": 0, + "Name": "Session Collection" + }, + "/redfish/v1/Systems": { + "@odata.context": "/redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollection", + "@odata.id": "/redfish/v1/Systems", + "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection", + "Description": "Collection of Computer Systems", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + ], + "Members@odata.count": 1, + "Name": "Computer System Collection" + }, + "/redfish/v1/Systems/System.Embedded.1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Settings" + }, + "SupportedApplyTimes": [ + "OnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#ComputerSystem.ComputerSystem", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1", + "@odata.type": "#ComputerSystem.v1_20_0.ComputerSystem", + "Actions": { + "#ComputerSystem.Reset": { + "ResetType@Redfish.AllowableValues": [ + "On", + "ForceOff", + "ForceRestart", + "GracefulRestart", + "GracefulShutdown", + "PushPowerButton", + "Nmi", + "PowerCycle" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Actions/ComputerSystem.Reset" + } + }, + "AssetTag": "", + "Bios": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios" + }, + "BiosVersion": "2.11.3", + "Boot": { + "BootOptions": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions" + }, + "BootOrder": [ + "Boot0001", + "Boot0002", + "Boot0000", + "Boot0003", + "Boot0004" + ], + "BootOrder@odata.count": 5, + "BootSourceOverrideEnabled": "Disabled", + "BootSourceOverrideMode": "UEFI", + "BootSourceOverrideTarget": "None", + "BootSourceOverrideTarget@Redfish.AllowableValues": [ + "None", + "Pxe", + "Floppy", + "Cd", + "Hdd", + "BiosSetup", + "Utilities", + "UefiTarget", + "SDCard", + "UefiHttp" + ], + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Boot/Certificates" + }, + "StopBootOnFault": "Never", + "UefiTargetBootSourceOverride": null + }, + "BootProgress": { + "LastState": "OSRunning" + }, + "Description": "Computer System which represents a machine (physical or virtual) and the local resources such as memory, cpu and other devices that can be accessed from that machine.", + "EthernetInterfaces": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces" + }, + "GraphicalConsole": { + "ConnectTypesSupported": [ + "KVMIP" + ], + "ConnectTypesSupported@odata.count": 1, + "MaxConcurrentSessions": 6, + "ServiceEnabled": true + }, + "HostName": "", + "HostWatchdogTimer": { + "FunctionEnabled": false, + "Status": { + "State": "Disabled" + }, + "TimeoutAction": "None" + }, + "HostingRoles": [], + "HostingRoles@odata.count": 0, + "Id": "System.Embedded.1", + "IndicatorLED": "Lit", + "IndicatorLED@Redfish.Deprecated": "Please migrate to use LocationIndicatorActive property", + "LastResetTime": "0000-00-00T00:00:00+00:00", + "Links": { + "Chassis": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Chassis@odata.count": 1, + "CooledBy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/5" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/6" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/9" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/10" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/11" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/12" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/13" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/14" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal#/Fans/15" + } + ], + "CooledBy@odata.count": 16, + "ManagedBy": [ + { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1" + } + ], + "ManagedBy@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "BootOrder": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources" + }, + "DellBIOSService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService" + }, + "DellBootSources": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources" + }, + "DellChassisCollection": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellChassis" + }, + "DellGPUSensorCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellGPUSensors" + }, + "DellMetricService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService" + }, + "DellNumericSensorCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors" + }, + "DellOSDeploymentService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService" + }, + "DellPSNumericSensorCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors" + }, + "DellPresenceAndStatusSensorCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPresenceAndStatusSensors" + }, + "DellRaidService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService" + }, + "DellRollupStatusCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus" + }, + "DellSensorCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors" + }, + "DellSlotCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots" + }, + "DellSoftwareInstallationService": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService" + }, + "DellVideoCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo" + }, + "DellVideoNetworkCollection": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideoNetwork" + } + } + }, + "PoweredBy": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power#/PowerSupplies/1" + } + ], + "PoweredBy@odata.count": 2 + }, + "LocationIndicatorActive": false, + "Manufacturer": "Dell Inc.", + "Memory": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory" + }, + "MemorySummary": { + "MemoryMirroring": "System", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Status@Redfish.Deprecated": "Please migrate to use Status in the individual Memory resources", + "TotalSystemMemoryGiB": 512 + }, + "Model": "PowerEdge R6525", + "Name": "System", + "NetworkInterfaces": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSystem": { + "@odata.context": "/redfish/v1/$metadata#DellSystem.DellSystem", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystem/System.Embedded.1", + "@odata.type": "#DellSystem.v1_4_0.DellSystem", + "BIOSReleaseDate": "02/24/2023", + "BaseBoardChassisSlot": "NA", + "BatteryRollupStatus": "OK", + "BladeGeometry": "NotApplicable", + "CMCIP": null, + "CMCRollupStatus": null, + "CPURollupStatus": "OK", + "ChassisModel": null, + "ChassisName": "Main System Chassis", + "ChassisServiceTag": "8MT3NF3", + "ChassisSystemHeightUnit": 1, + "CoolingRollupStatus": "OK", + "CurrentRollupStatus": "OK", + "EstimatedExhaustTemperatureCelsius": 255, + "EstimatedSystemAirflowCFM": 255, + "ExpressServiceCode": "18793393743", + "FanRollupStatus": "OK", + "IDSDMRedundancyStatus": null, + "IDSDMRollupStatus": null, + "Id": "System.Embedded.1", + "IntrusionRollupStatus": "OK", + "IsOEMBranded": "False", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "LicensingRollupStatus": "OK", + "ManagedSystemSize": "1 U", + "MaxCPUSockets": 2, + "MaxDIMMSlots": 32, + "MaxPCIeSlots": 4, + "MaxSystemMemoryMiB": 4194304, + "MemoryOperationMode": "OptimizerMode", + "Name": "DellSystem", + "NodeID": "8MT3NF3", + "PSRollupStatus": "OK", + "PlatformGUID": "33464e4f-c0b8-3380-5410-004d4c4c4544", + "PopulatedDIMMSlots": 8, + "PopulatedPCIeSlots": 0, + "PowerCapEnabledState": "Disabled", + "SDCardRollupStatus": null, + "SELRollupStatus": "OK", + "ServerAllocationWatts": null, + "StorageRollupStatus": "OK", + "SysMemErrorMethodology": "Multi-bitECC", + "SysMemFailOverState": "NotInUse", + "SysMemLocation": "SystemBoardOrMotherboard", + "SysMemPrimaryStatus": "OK", + "SystemGeneration": "15G Monolithic", + "SystemHealthRollupStatus": "OK", + "SystemID": 2302, + "SystemRevision": "I", + "TempRollupStatus": "OK", + "TempStatisticsRollupStatus": "OK", + "UUID": "4c4c4544-004d-5410-8033-b8c04f4e4633", + "VoltRollupStatus": "OK", + "smbiosGUID": "44454c4c-4d00-1054-8033-b8c04f4e4633" + } + } + }, + "PCIeDevices": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0" + } + ], + "PCIeDevices@odata.count": 59, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-4/PCIeFunctions/160-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-3/PCIeFunctions/160-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-1/PCIeFunctions/160-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-2/PCIeFunctions/160-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-7/PCIeFunctions/160-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/160-8/PCIeFunctions/160-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-4/PCIeFunctions/32-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-3/PCIeFunctions/32-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-1/PCIeFunctions/32-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-2/PCIeFunctions/32-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-7/PCIeFunctions/32-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/32-8/PCIeFunctions/32-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/99-0/PCIeFunctions/99-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-3/PCIeFunctions/96-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-2/PCIeFunctions/96-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-0/PCIeFunctions/96-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-7/PCIeFunctions/96-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-1/PCIeFunctions/96-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/4-0/PCIeFunctions/4-0-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-4/PCIeFunctions/96-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/98-0/PCIeFunctions/98-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/96-8/PCIeFunctions/96-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-3/PCIeFunctions/128-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-2/PCIeFunctions/128-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-0/PCIeFunctions/128-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-7/PCIeFunctions/128-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-1/PCIeFunctions/128-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-4/PCIeFunctions/128-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/128-8/PCIeFunctions/128-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-4/PCIeFunctions/0-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-3/PCIeFunctions/0-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-1/PCIeFunctions/0-1-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-2/PCIeFunctions/0-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-20/PCIeFunctions/0-20-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-8/PCIeFunctions/0-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-7/PCIeFunctions/0-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-4/PCIeFunctions/192-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-3/PCIeFunctions/192-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-1/PCIeFunctions/192-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-2/PCIeFunctions/192-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-7/PCIeFunctions/192-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/192-8/PCIeFunctions/192-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/225-0/PCIeFunctions/225-0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-4/PCIeFunctions/64-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-3/PCIeFunctions/64-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-1/PCIeFunctions/64-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-2/PCIeFunctions/64-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/38-0/PCIeFunctions/38-0-3" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-7/PCIeFunctions/64-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/64-8/PCIeFunctions/64-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-4/PCIeFunctions/224-4-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-3/PCIeFunctions/224-3-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-1/PCIeFunctions/224-1-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-2/PCIeFunctions/224-2-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-7/PCIeFunctions/224-7-0" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/224-8/PCIeFunctions/224-8-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0" + } + ], + "PCIeFunctions@odata.count": 80, + "PartNumber": "024PW1A00", + "PowerState": "On", + "ProcessorSummary": { + "CoreCount": 48, + "Count": 2, + "LogicalProcessorCount": 48, + "Model": "AMD EPYC 7413 24-Core Processor", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Status@Redfish.Deprecated": "Please migrate to use Status in the individual Processor resources", + "ThreadingEnabled": false + }, + "Processors": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors" + }, + "SKU": "8MT3NF3", + "SecureBoot": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot" + }, + "SerialNumber": "CNIVC0014Q0106", + "SimpleStorage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Storage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage" + }, + "SystemType": "Physical", + "TrustedModules": [ + { + "FirmwareVersion": "7.2.2.0", + "InterfaceType": "TPM2_0", + "Status": { + "State": "Enabled" + } + } + ], + "TrustedModules@odata.count": 1, + "UUID": "4c4c4544-004d-5410-8033-b8c04f4e4633", + "VirtualMedia": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia" + }, + "VirtualMediaConfig": { + "ServiceEnabled": true + } + }, + "/redfish/v1/Systems/System.Embedded.1/Bios": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#Bios.Bios", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios", + "@odata.type": "#Bios.v1_2_0.Bios", + "Actions": { + "#Bios.ChangePassword": { + "target": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Bios.ChangePassword" + }, + "#Bios.ResetBios": { + "target": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Bios.ResetBios" + }, + "Oem": { + "#DellBios.RunBIOSLiveScanning": { + "target": "/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveScanning" + } + } + }, + "AttributeRegistry": "BiosAttributeRegistry.v1_0_3", + "Attributes": { + "AcPwrRcvry": "Last", + "AcPwrRcvryDelay": "Immediate", + "AcPwrRcvryUserDelay": 120, + "AesNi": "Enabled", + "AgesaVersion": "MilanPI-SP3 1.0.0.A", + "AmdMaxXgmiSpeed": "16GB", + "ApbDis": "Disabled", + "AssetTag": "", + "AuthorizeDeviceFirmware": "Disabled", + "BiosNvmeDriver": "DellQualifiedDrives", + "BoostFMax": "BoostFMaxAuto", + "BootMode": "Uefi", + "BootSeqRetry": "Enabled", + "CECriticalSEL": "Disabled", + "CcdCores": "All", + "CcxAsNumaDomain": "Disabled", + "ConTermType": "Vt100Vt220", + "ControlledTurbo": "Disabled", + "ControlledTurboMinusBin": 0, + "CorrEccSmi": "Enabled", + "CpuFeatureErms": "Disabled", + "CpuFeatureFsrm": "Disabled", + "CpuFeatureRmss": "Disabled", + "CpuMinSevAsid": 1, + "CurrentEmbVideoState": "Enabled", + "DellAutoDiscovery": "PlatformDefault", + "DellWyseP25BIOSAccess": "Enabled", + "DeterminismSlider": "PowerDeterminism", + "DimmSlot00": "Enabled", + "DimmSlot01": "Enabled", + "DimmSlot02": "Enabled", + "DimmSlot03": "Enabled", + "DimmSlot04": "Enabled", + "DimmSlot05": "Enabled", + "DimmSlot06": "Enabled", + "DimmSlot07": "Enabled", + "DimmSlot08": "Enabled", + "DimmSlot09": "Enabled", + "DimmSlot10": "Enabled", + "DimmSlot11": "Enabled", + "DimmSlot12": "Enabled", + "DimmSlot13": "Enabled", + "DimmSlot14": "Enabled", + "DimmSlot15": "Enabled", + "DimmSlot16": "Enabled", + "DimmSlot17": "Enabled", + "DimmSlot18": "Enabled", + "DimmSlot19": "Enabled", + "DimmSlot20": "Enabled", + "DimmSlot21": "Enabled", + "DimmSlot22": "Enabled", + "DimmSlot23": "Enabled", + "DimmSlot24": "Enabled", + "DimmSlot25": "Enabled", + "DimmSlot26": "Enabled", + "DimmSlot27": "Enabled", + "DimmSlot28": "Enabled", + "DimmSlot29": "Enabled", + "DimmSlot30": "Enabled", + "DimmSlot31": "Enabled", + "DramRefreshDelay": "Minimum", + "DrtmSkinit": "Off", + "DxioVersion": "45.682", + "DynamicLinkWidthManagement": "Unforced", + "EfficiencyOptimizedMode": "Disabled", + "EmbNic1Nic2": "Enabled", + "EmbSata": "AhciMode", + "EmbVideo": "Enabled", + "ErrPrompt": "Enabled", + "ExtSerialConnector": "Serial1", + "FailSafeBaud": "115200", + "ForceInt10": "Disabled", + "GenericUsbBoot": "Disabled", + "HddFailover": "Disabled", + "HddPlaceholder": "Disabled", + "Hsmp": "Enabled", + "HttpDev1DhcpEnDis": "Enabled", + "HttpDev1Dns1": "", + "HttpDev1Dns2": "", + "HttpDev1DnsDhcpEnDis": "Enabled", + "HttpDev1EnDis": "Disabled", + "HttpDev1Gateway": "", + "HttpDev1Interface": "NIC.Embedded.1-1-1", + "HttpDev1Ip": "", + "HttpDev1Mask": "", + "HttpDev1Protocol": "IPv4", + "HttpDev1TlsMode": "None", + "HttpDev1Uri": "", + "HttpDev1VlanEnDis": "Disabled", + "HttpDev1VlanId": 1, + "HttpDev1VlanPriority": 0, + "HttpDev2DhcpEnDis": "Enabled", + "HttpDev2Dns1": "", + "HttpDev2Dns2": "", + "HttpDev2DnsDhcpEnDis": "Enabled", + "HttpDev2EnDis": "Disabled", + "HttpDev2Gateway": "", + "HttpDev2Interface": "NIC.Embedded.1-1-1", + "HttpDev2Ip": "", + "HttpDev2Mask": "", + "HttpDev2Protocol": "IPv4", + "HttpDev2TlsMode": "None", + "HttpDev2Uri": "", + "HttpDev2VlanEnDis": "Disabled", + "HttpDev2VlanId": 1, + "HttpDev2VlanPriority": 0, + "HttpDev3DhcpEnDis": "Enabled", + "HttpDev3Dns1": "", + "HttpDev3Dns2": "", + "HttpDev3DnsDhcpEnDis": "Enabled", + "HttpDev3EnDis": "Disabled", + "HttpDev3Gateway": "", + "HttpDev3Interface": "NIC.Embedded.1-1-1", + "HttpDev3Ip": "", + "HttpDev3Mask": "", + "HttpDev3Protocol": "IPv4", + "HttpDev3TlsMode": "None", + "HttpDev3Uri": "", + "HttpDev3VlanEnDis": "Disabled", + "HttpDev3VlanId": 1, + "HttpDev3VlanPriority": 0, + "HttpDev4DhcpEnDis": "Enabled", + "HttpDev4Dns1": "", + "HttpDev4Dns2": "", + "HttpDev4DnsDhcpEnDis": "Enabled", + "HttpDev4EnDis": "Disabled", + "HttpDev4Gateway": "", + "HttpDev4Interface": "NIC.Embedded.1-1-1", + "HttpDev4Ip": "", + "HttpDev4Mask": "", + "HttpDev4Protocol": "IPv4", + "HttpDev4TlsMode": "None", + "HttpDev4Uri": "", + "HttpDev4VlanEnDis": "Disabled", + "HttpDev4VlanId": 1, + "HttpDev4VlanPriority": 0, + "IntegratedNetwork1": "Enabled", + "IommuSupport": "Enabled", + "IscsiDev1Con1Auth": "None", + "IscsiDev1Con1ChapName": "", + "IscsiDev1Con1ChapSecret": "", + "IscsiDev1Con1ChapType": "OneWay", + "IscsiDev1Con1DhcpEnDis": "Disabled", + "IscsiDev1Con1EnDis": "Disabled", + "IscsiDev1Con1Gateway": "", + "IscsiDev1Con1Interface": "NIC.Embedded.1-1-1", + "IscsiDev1Con1Ip": "", + "IscsiDev1Con1IsId": "", + "IscsiDev1Con1Lun": "0", + "IscsiDev1Con1Mask": "", + "IscsiDev1Con1Port": 3260, + "IscsiDev1Con1Protocol": "IPv4", + "IscsiDev1Con1Retry": 3, + "IscsiDev1Con1RevChapName": "", + "IscsiDev1Con1RevChapSecret": "", + "IscsiDev1Con1TargetIp": "", + "IscsiDev1Con1TargetName": "", + "IscsiDev1Con1TgtDhcpEnDis": "Disabled", + "IscsiDev1Con1Timeout": 10000, + "IscsiDev1Con1VlanEnDis": "Disabled", + "IscsiDev1Con1VlanId": 1, + "IscsiDev1Con1VlanPriority": 0, + "IscsiDev1Con2Auth": "None", + "IscsiDev1Con2ChapName": "", + "IscsiDev1Con2ChapSecret": "", + "IscsiDev1Con2ChapType": "OneWay", + "IscsiDev1Con2DhcpEnDis": "Disabled", + "IscsiDev1Con2EnDis": "Disabled", + "IscsiDev1Con2Gateway": "", + "IscsiDev1Con2Interface": "NIC.Embedded.1-1-1", + "IscsiDev1Con2Ip": "", + "IscsiDev1Con2IsId": "", + "IscsiDev1Con2Lun": "0", + "IscsiDev1Con2Mask": "", + "IscsiDev1Con2Port": 3260, + "IscsiDev1Con2Protocol": "IPv4", + "IscsiDev1Con2Retry": 3, + "IscsiDev1Con2RevChapName": "", + "IscsiDev1Con2RevChapSecret": "", + "IscsiDev1Con2TargetIp": "", + "IscsiDev1Con2TargetName": "", + "IscsiDev1Con2TgtDhcpEnDis": "Disabled", + "IscsiDev1Con2Timeout": 10000, + "IscsiDev1Con2VlanEnDis": "Disabled", + "IscsiDev1Con2VlanId": 1, + "IscsiDev1Con2VlanPriority": 0, + "IscsiDev1ConOrder": "Con1Con2", + "IscsiDev1EnDis": "Disabled", + "IscsiInitiatorName": "", + "KernelDmaProtection": "Disabled", + "L1RegionPrefetcher": "Enabled", + "L1StreamHwPrefetcher": "Enabled", + "L1StridePrefetcher": "Enabled", + "L2StreamHwPrefetcher": "Enabled", + "L2UpDownPrefetcher": "Enabled", + "LogicalProc": "Disabled", + "MadtCoreEnumeration": "Linear", + "MemFrequency": "MaxPerf", + "MemOpMode": "OptimizerMode", + "MemPatrolScrub": "Standard", + "MemRefreshRate": "1x", + "MemTest": "Disabled", + "MemoryInterleaving": "Auto", + "MmioLimit": "8TB", + "NumLock": "On", + "NumaNodesPerSocket": "1", + "NvmeMode": "NonRaid", + "OneTimeBootMode": "Disabled", + "OneTimeUefiBootSeqDev": "Disk.Bay.0:Enclosure.Internal.0-1", + "OptimizerMode": "Auto", + "OsWatchdogTimer": "Disabled", + "PPROnUCE": "Enabled", + "PasswordStatus": "Unlocked", + "PcieAspmL1": "Enabled", + "PcieEnhancedPreferredIo": "Disabled", + "PciePreferredIoBus": "Disabled", + "PcieSocket0Nbio0LclkFreq": "Auto", + "PcieSocket0Nbio1LclkFreq": "Auto", + "PcieSocket0Nbio2LclkFreq": "Auto", + "PcieSocket0Nbio3LclkFreq": "Auto", + "PcieSocket1Nbio0LclkFreq": "Auto", + "PcieSocket1Nbio1LclkFreq": "Auto", + "PcieSocket1Nbio2LclkFreq": "Auto", + "PcieSocket1Nbio3LclkFreq": "Auto", + "PowerCycleRequest": "None", + "Proc1Brand": "AMD EPYC 7413 24-Core Processor ", + "Proc1Id": "19-1-1", + "Proc1L2Cache": "24x512 KB", + "Proc1L3Cache": "128 MB", + "Proc1Microcode": "0xA0011CE", + "Proc1NumCores": 24, + "Proc2Brand": "AMD EPYC 7413 24-Core Processor ", + "Proc2Id": "19-1-1", + "Proc2L2Cache": "24x512 KB", + "Proc2L3Cache": "128 MB", + "Proc2Microcode": "0xA0011CE", + "Proc2NumCores": 24, + "ProcBusSpeed": "16 GT/s", + "ProcCStates": "Enabled", + "ProcCcds": "All", + "ProcConfigTdp": "Maximum", + "ProcCoreSpeed": "2.65 GHz", + "ProcPwrPerf": "OsDbpm", + "ProcTurboMode": "Enabled", + "ProcVirtualization": "Enabled", + "ProcX2Apic": "Enabled", + "PwrButton": "Enabled", + "PxeDev10Interface": "NIC.Embedded.1-1-1", + "PxeDev10Protocol": "IPv4", + "PxeDev10VlanEnDis": "Disabled", + "PxeDev10VlanId": 1, + "PxeDev10VlanPriority": 0, + "PxeDev11Interface": "NIC.Embedded.1-1-1", + "PxeDev11Protocol": "IPv4", + "PxeDev11VlanEnDis": "Disabled", + "PxeDev11VlanId": 1, + "PxeDev11VlanPriority": 0, + "PxeDev12Interface": "NIC.Embedded.1-1-1", + "PxeDev12Protocol": "IPv4", + "PxeDev12VlanEnDis": "Disabled", + "PxeDev12VlanId": 1, + "PxeDev12VlanPriority": 0, + "PxeDev13Interface": "NIC.Embedded.1-1-1", + "PxeDev13Protocol": "IPv4", + "PxeDev13VlanEnDis": "Disabled", + "PxeDev13VlanId": 1, + "PxeDev13VlanPriority": 0, + "PxeDev14Interface": "NIC.Embedded.1-1-1", + "PxeDev14Protocol": "IPv4", + "PxeDev14VlanEnDis": "Disabled", + "PxeDev14VlanId": 1, + "PxeDev14VlanPriority": 0, + "PxeDev15Interface": "NIC.Embedded.1-1-1", + "PxeDev15Protocol": "IPv4", + "PxeDev15VlanEnDis": "Disabled", + "PxeDev15VlanId": 1, + "PxeDev15VlanPriority": 0, + "PxeDev16Interface": "NIC.Embedded.1-1-1", + "PxeDev16Protocol": "IPv4", + "PxeDev16VlanEnDis": "Disabled", + "PxeDev16VlanId": 1, + "PxeDev16VlanPriority": 0, + "PxeDev1EnDis": "Enabled", + "PxeDev1Interface": "NIC.Integrated.1-1-1", + "PxeDev1Protocol": "IPv4", + "PxeDev1VlanEnDis": "Disabled", + "PxeDev1VlanId": 1, + "PxeDev1VlanPriority": 0, + "PxeDev2EnDis": "Disabled", + "PxeDev2Interface": "NIC.Embedded.1-1-1", + "PxeDev2Protocol": "IPv4", + "PxeDev2VlanEnDis": "Disabled", + "PxeDev2VlanId": 1, + "PxeDev2VlanPriority": 0, + "PxeDev3EnDis": "Disabled", + "PxeDev3Interface": "NIC.Embedded.1-1-1", + "PxeDev3Protocol": "IPv4", + "PxeDev3VlanEnDis": "Disabled", + "PxeDev3VlanId": 1, + "PxeDev3VlanPriority": 0, + "PxeDev4EnDis": "Disabled", + "PxeDev4Interface": "NIC.Embedded.1-1-1", + "PxeDev4Protocol": "IPv4", + "PxeDev4VlanEnDis": "Disabled", + "PxeDev4VlanId": 1, + "PxeDev4VlanPriority": 0, + "PxeDev5Interface": "NIC.Embedded.1-1-1", + "PxeDev5Protocol": "IPv4", + "PxeDev5VlanEnDis": "Disabled", + "PxeDev5VlanId": 1, + "PxeDev5VlanPriority": 0, + "PxeDev6Interface": "NIC.Embedded.1-1-1", + "PxeDev6Protocol": "IPv4", + "PxeDev6VlanEnDis": "Disabled", + "PxeDev6VlanId": 1, + "PxeDev6VlanPriority": 0, + "PxeDev7Interface": "NIC.Embedded.1-1-1", + "PxeDev7Protocol": "IPv4", + "PxeDev7VlanEnDis": "Disabled", + "PxeDev7VlanId": 1, + "PxeDev7VlanPriority": 0, + "PxeDev8Interface": "NIC.Embedded.1-1-1", + "PxeDev8Protocol": "IPv4", + "PxeDev8VlanEnDis": "Disabled", + "PxeDev8VlanId": 1, + "PxeDev8VlanPriority": 0, + "PxeDev9Interface": "NIC.Embedded.1-1-1", + "PxeDev9Protocol": "IPv4", + "PxeDev9VlanEnDis": "Disabled", + "PxeDev9VlanId": 1, + "PxeDev9VlanPriority": 0, + "RedirAfterBoot": "Enabled", + "RedundantOsBoot": "Disabled", + "RedundantOsLocation": "None", + "RedundantOsState": "Visible", + "Rmp": "Disabled", + "SHA256SetupPassword": "", + "SHA256SetupPasswordSalt": "", + "SHA256SystemPassword": "", + "SHA256SystemPasswordSalt": "", + "SataPortA": "Auto", + "SataPortACapacity": "N/A", + "SataPortADriveType": "Unknown Device", + "SataPortAModel": "Unknown", + "SataPortB": "Auto", + "SataPortBCapacity": "N/A", + "SataPortBDriveType": "Unknown Device", + "SataPortBModel": "Unknown", + "SataPortC": "Auto", + "SataPortCCapacity": "N/A", + "SataPortCDriveType": "Unknown Device", + "SataPortCModel": "Unknown", + "SataPortD": "Auto", + "SataPortDCapacity": "N/A", + "SataPortDDriveType": "Unknown Device", + "SataPortDModel": "Unknown", + "SataPortE": "Auto", + "SataPortECapacity": "N/A", + "SataPortEDriveType": "Unknown Device", + "SataPortEModel": "Unknown", + "SataPortF": "Auto", + "SataPortFCapacity": "N/A", + "SataPortFDriveType": "Unknown Device", + "SataPortFModel": "Unknown", + "SataPortG": "Auto", + "SataPortGCapacity": "N/A", + "SataPortGDriveType": "Unknown Device", + "SataPortGModel": "Unknown", + "SataPortH": "Auto", + "SataPortHCapacity": "N/A", + "SataPortHDriveType": "Unknown Device", + "SataPortHModel": "Unknown", + "SecureBoot": "Disabled", + "SecureBootMode": "DeployedMode", + "SecureBootPolicy": "Standard", + "SecurityFreezeLock": "Enabled", + "SerialComm": "OnConRedirAuto", + "SerialPortAddress": "Serial1Com2Serial2Com1", + "SetBootOrderDis": "", + "SetBootOrderEn": "Disk.Bay.0:Enclosure.Internal.0-1,Disk.Bay.1:Enclosure.Internal.0-1,NIC.PxeDevice.1-1,Floppy.iDRACVirtual.1-1,Optical.iDRACVirtual.1-1", + "SetBootOrderFqdd1": "", + "SetBootOrderFqdd10": "", + "SetBootOrderFqdd11": "", + "SetBootOrderFqdd12": "", + "SetBootOrderFqdd13": "", + "SetBootOrderFqdd14": "", + "SetBootOrderFqdd15": "", + "SetBootOrderFqdd16": "", + "SetBootOrderFqdd2": "", + "SetBootOrderFqdd3": "", + "SetBootOrderFqdd4": "", + "SetBootOrderFqdd5": "", + "SetBootOrderFqdd6": "", + "SetBootOrderFqdd7": "", + "SetBootOrderFqdd8": "", + "SetBootOrderFqdd9": "", + "SetLegacyHddOrderFqdd1": "", + "SetLegacyHddOrderFqdd10": "", + "SetLegacyHddOrderFqdd11": "", + "SetLegacyHddOrderFqdd12": "", + "SetLegacyHddOrderFqdd13": "", + "SetLegacyHddOrderFqdd14": "", + "SetLegacyHddOrderFqdd15": "", + "SetLegacyHddOrderFqdd16": "", + "SetLegacyHddOrderFqdd2": "", + "SetLegacyHddOrderFqdd3": "", + "SetLegacyHddOrderFqdd4": "", + "SetLegacyHddOrderFqdd5": "", + "SetLegacyHddOrderFqdd6": "", + "SetLegacyHddOrderFqdd7": "", + "SetLegacyHddOrderFqdd8": "", + "SetLegacyHddOrderFqdd9": "", + "SetupPassword": null, + "Slot1": "Enabled", + "Slot1Bif": "x16", + "Slot2": "Enabled", + "Slot2Bif": "x16", + "Slot3": "Enabled", + "Slot3Bif": "x16", + "Sme": "Disabled", + "SmuVersion": "0.45.93.0", + "Snp": "Disabled", + "SriovGlobalEnable": "Disabled", + "SysMemSize": "512 GB", + "SysMemSpeed": "3200 MT/s", + "SysMemType": "ECC DDR4", + "SysMemVolt": "1.20 V", + "SysMfrContactInfo": "www.dell.com", + "SysPassword": null, + "SysPrepClean": "None", + "SysProfile": "PerfPerWattOptimizedOs", + "SystemBiosVersion": "2.11.3", + "SystemCpldVersion": "1.1.12", + "SystemManufacturer": "Dell Inc.", + "SystemModelName": "PowerEdge R6525", + "SystemServiceTag": "8MT3NF3", + "Tpm2Algorithm": "SHA1", + "Tpm2Hierarchy": "Enabled", + "TpmFirmware": "7.2.2.0", + "TpmInfo": "Type: 2.0 NTC", + "TpmPpiBypassClear": "Disabled", + "TpmPpiBypassProvision": "Disabled", + "TpmSecurity": "On", + "TransparentSme": "Disabled", + "UefiComplianceVersion": "2.7", + "UefiVariableAccess": "Standard", + "UsbManagedPort": "On", + "UsbPorts": "AllOn", + "VideoMem": "16 MB", + "WorkloadProfile": "NotConfigured", + "WriteCache": "Disabled", + "WriteDataCrc": "Disabled" + }, + "Description": "BIOS Configuration Current Settings", + "Id": "Bios", + "Links": { + "ActiveSoftwareImage": { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1" + }, + "SoftwareImages": [ + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1" + } + ], + "SoftwareImages@odata.count": 3 + }, + "Name": "BIOS Configuration Current Settings", + "ResetBiosToDefaultsPending": false + }, + "/redfish/v1/Systems/System.Embedded.1/Bios/Settings": { + "@odata.context": "/redfish/v1/$metadata#Bios.Bios", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios/Settings", + "@odata.type": "#Bios.v1_2_0.Bios", + "Actions": { + "Oem": { + "DellManager.v1_0_0#DellManager.ClearPending": { + "target": "/redfish/v1/Systems/System.Embedded.1/Bios/Settings/Actions/Oem/DellManager.ClearPending" + } + } + }, + "AttributeRegistry": "BiosAttributeRegistry.v1_0_3", + "Attributes": {}, + "Description": "BIOS Configuration Pending Settings. These settings will be applied on next system reboot.", + "Id": "Settings", + "Name": "BIOS Configuration Pending Settings", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellManager.DellManager", + "@odata.type": "#DellManager.v1_4_0.DellManager", + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + } + }, + "/redfish/v1/Systems/System.Embedded.1/Boot/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Boot/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of BIOS HTTP Boot Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions": { + "@odata.context": "/redfish/v1/$metadata#BootOptionCollection.BootOptionCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions", + "@odata.type": "#BootOptionCollection.BootOptionCollection", + "Description": "Collection of BootOptions", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0001" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0002" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0000" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0003" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0004" + } + ], + "Members@odata.count": 5, + "Name": "Boot Options Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0000": { + "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0000", + "@odata.type": "#BootOption.v1_0_4.BootOption", + "BootOptionEnabled": true, + "BootOptionReference": "Boot0000", + "Description": "Current settings of the UEFI Boot option", + "DisplayName": "PXE Device 1: Integrated NIC 1 Port 1 Partition 1", + "Id": "Boot0000", + "Name": "Uefi Boot Option", + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1" + } + ], + "UefiDevicePath": "VenHw(3A191845-5F86-4E78-8FCE-C4CFF59F9DAA)" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0001": { + "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0001", + "@odata.type": "#BootOption.v1_0_4.BootOption", + "BootOptionEnabled": true, + "BootOptionReference": "Boot0001", + "Description": "Current settings of the UEFI Boot option", + "DisplayName": "PCIe SSD in Slot 0 in Bay 1: ubuntu", + "Id": "Boot0001", + "Name": "Uefi Boot Option", + "UefiDevicePath": "HD(1,GPT,434722F0-5642-4185-846D-BCAD0FFAF9FD,0x800,0x219800)/\\EFI\\ubuntu\\shimx64.efi" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0002": { + "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0002", + "@odata.type": "#BootOption.v1_0_4.BootOption", + "BootOptionEnabled": true, + "BootOptionReference": "Boot0002", + "Description": "Current settings of the UEFI Boot option", + "DisplayName": "PCIe SSD in Slot 1 in Bay 1: EFI Fixed Disk Boot Device 2", + "Id": "Boot0002", + "Name": "Uefi Boot Option", + "UefiDevicePath": "PciRoot(0x6)/Pci(0x3,0x4)/Pci(0x0,0x0)/NVMe(0x1,00-00-00-00-00-00-00-00)/HD(1,GPT,6E1789CF-A596-4BD7-8E8A-CDE3A5F498FF,0x1000,0x40000)" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0003": { + "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0003", + "@odata.type": "#BootOption.v1_0_4.BootOption", + "BootOptionEnabled": true, + "BootOptionReference": "Boot0003", + "Description": "Current settings of the UEFI Boot option", + "DisplayName": "Virtual Floppy Drive", + "Id": "Boot0003", + "Name": "Uefi Boot Option", + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia" + } + ], + "UefiDevicePath": "PciRoot(0x1)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(0x0,0x0)/USB(0x3,0x0)/USB(0x0,0x0)/Unit(0x1)" + }, + "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0004": { + "@odata.context": "/redfish/v1/$metadata#BootOption.BootOption", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions/Boot0004", + "@odata.type": "#BootOption.v1_0_4.BootOption", + "BootOptionEnabled": true, + "BootOptionReference": "Boot0004", + "Description": "Current settings of the UEFI Boot option", + "DisplayName": "Virtual Optical Drive", + "Id": "Boot0004", + "Name": "Uefi Boot Option", + "RelatedItem": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia" + } + ], + "UefiDevicePath": "PciRoot(0x1)/Pci(0x8,0x1)/Pci(0x0,0x3)/USB(0x0,0x0)/USB(0x3,0x0)/USB(0x0,0x0)/Unit(0x0)" + }, + "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces", + "@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection", + "Description": "Collection of Ethernet Interfaces for this System", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.2-1-1" + } + ], + "Members@odata.count": 4, + "Name": "System Ethernet Interface Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.1-1-1", + "@odata.type": "#EthernetInterface.v1_9_0.EthernetInterface", + "AutoNeg": true, + "Description": "Embedded NIC 1 Port 1 Partition 1", + "EthernetInterfaceType": "Physical", + "FQDN": null, + "FullDuplex": true, + "HostName": null, + "IPv4Addresses": [], + "IPv4Addresses@odata.count": 0, + "IPv6AddressPolicyTable": [], + "IPv6AddressPolicyTable@odata.count": 0, + "IPv6Addresses": [], + "IPv6Addresses@odata.count": 0, + "IPv6DefaultGateway": null, + "IPv6StaticAddresses": [], + "IPv6StaticAddresses@odata.count": 0, + "Id": "NIC.Embedded.1-1-1", + "InterfaceEnabled": true, + "LinkStatus": "LinkUp", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + }, + "MACAddress": "70:B5:E8:F0:7B:BC", + "MTUSize": null, + "MaxIPv6StaticAddresses": null, + "Name": "System Ethernet Interface", + "NameServers": [], + "NameServers@odata.count": 0, + "PermanentMACAddress": "70:B5:E8:F0:7B:BC", + "SpeedMbps": 1000, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x7)/Pci(0x5,0x1)/Pci(0x0,0x0)", + "VLAN": {} + }, + "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.2-1-1", + "@odata.type": "#EthernetInterface.v1_9_0.EthernetInterface", + "AutoNeg": false, + "Description": "Embedded NIC 1 Port 2 Partition 1", + "EthernetInterfaceType": "Physical", + "FQDN": null, + "FullDuplex": false, + "HostName": null, + "IPv4Addresses": [], + "IPv4Addresses@odata.count": 0, + "IPv6AddressPolicyTable": [], + "IPv6AddressPolicyTable@odata.count": 0, + "IPv6Addresses": [], + "IPv6Addresses@odata.count": 0, + "IPv6DefaultGateway": null, + "IPv6StaticAddresses": [], + "IPv6StaticAddresses@odata.count": 0, + "Id": "NIC.Embedded.2-1-1", + "InterfaceEnabled": true, + "LinkStatus": "LinkDown", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + }, + "MACAddress": "70:B5:E8:F0:7B:BD", + "MTUSize": null, + "MaxIPv6StaticAddresses": null, + "Name": "System Ethernet Interface", + "NameServers": [], + "NameServers@odata.count": 0, + "PermanentMACAddress": "70:B5:E8:F0:7B:BD", + "SpeedMbps": 0, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x7)/Pci(0x5,0x1)/Pci(0x0,0x1)", + "VLAN": {} + }, + "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-1-1", + "@odata.type": "#EthernetInterface.v1_9_0.EthernetInterface", + "AutoNeg": false, + "Description": "Integrated NIC 1 Port 1 Partition 1", + "EthernetInterfaceType": "Physical", + "FQDN": null, + "FullDuplex": true, + "HostName": null, + "IPv4Addresses": [], + "IPv4Addresses@odata.count": 0, + "IPv6AddressPolicyTable": [], + "IPv6AddressPolicyTable@odata.count": 0, + "IPv6Addresses": [], + "IPv6Addresses@odata.count": 0, + "IPv6DefaultGateway": null, + "IPv6StaticAddresses": [], + "IPv6StaticAddresses@odata.count": 0, + "Id": "NIC.Integrated.1-1-1", + "InterfaceEnabled": true, + "LinkStatus": "LinkUp", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + }, + "MACAddress": "B4:96:91:BA:17:CA", + "MTUSize": null, + "MaxIPv6StaticAddresses": null, + "Name": "System Ethernet Interface", + "NameServers": [], + "NameServers@odata.count": 0, + "PermanentMACAddress": "B4:96:91:BA:17:CA", + "SpeedMbps": 25000, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x3)/Pci(0x3,0x1)/Pci(0x0,0x0)/MAC(B49691BA17CA,0x1)", + "VLAN": {} + }, + "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Integrated.1-2-1", + "@odata.type": "#EthernetInterface.v1_9_0.EthernetInterface", + "AutoNeg": false, + "Description": "Integrated NIC 1 Port 2 Partition 1", + "EthernetInterfaceType": "Physical", + "FQDN": null, + "FullDuplex": true, + "HostName": null, + "IPv4Addresses": [], + "IPv4Addresses@odata.count": 0, + "IPv6AddressPolicyTable": [], + "IPv6AddressPolicyTable@odata.count": 0, + "IPv6Addresses": [], + "IPv6Addresses@odata.count": 0, + "IPv6DefaultGateway": null, + "IPv6StaticAddresses": [], + "IPv6StaticAddresses@odata.count": 0, + "Id": "NIC.Integrated.1-2-1", + "InterfaceEnabled": true, + "LinkStatus": "LinkUp", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + }, + "MACAddress": "B4:96:91:BA:17:CB", + "MTUSize": null, + "MaxIPv6StaticAddresses": null, + "Name": "System Ethernet Interface", + "NameServers": [], + "NameServers@odata.count": 0, + "PermanentMACAddress": "B4:96:91:BA:17:CB", + "SpeedMbps": 25000, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x3)/Pci(0x3,0x1)/Pci(0x0,0x1)/MAC(B49691BA17CB,0x1)", + "VLAN": {} + }, + "/redfish/v1/Systems/System.Embedded.1/Memory": { + "@odata.context": "/redfish/v1/$metadata#MemoryCollection.MemoryCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory", + "@odata.type": "#MemoryCollection.MemoryCollection", + "Description": "Collection of memory devices for this system", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3" + } + ], + "Members@odata.count": 8, + "Name": "Memory Devices Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM A1", + "DeviceLocator": "DIMM A1", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.A1", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM A1", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Oem/Dell/DellMemory/DIMM.Socket.A1", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Id": "DIMM.Socket.A1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429F93", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A1#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A1", + "Id": "DIMM.Socket.A1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F93" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A1#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.A1", + "Name": "DIMM A1 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Oem/Dell/DellMemory/DIMM.Socket.A1": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1/Oem/Dell/DellMemory/DIMM.Socket.A1", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.A1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM A2", + "DeviceLocator": "DIMM A2", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.A2", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM A2", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Oem/Dell/DellMemory/DIMM.Socket.A2", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Id": "DIMM.Socket.A2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429D9B", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A2#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A2", + "Id": "DIMM.Socket.A2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9B" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A2#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.A2", + "Name": "DIMM A2 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Oem/Dell/DellMemory/DIMM.Socket.A2": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2/Oem/Dell/DellMemory/DIMM.Socket.A2", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.A2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM A3", + "DeviceLocator": "DIMM A3", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.A3", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM A3", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Oem/Dell/DellMemory/DIMM.Socket.A3", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Id": "DIMM.Socket.A3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429D9C", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A3#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A3", + "Id": "DIMM.Socket.A3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9C" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A3#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.A3", + "Name": "DIMM A3 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Oem/Dell/DellMemory/DIMM.Socket.A3": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3/Oem/Dell/DellMemory/DIMM.Socket.A3", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.A3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM A4", + "DeviceLocator": "DIMM A4", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.A4", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM A4", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Oem/Dell/DellMemory/DIMM.Socket.A4", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Id": "DIMM.Socket.A4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429FAD", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A4#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.A4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.A4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.A4", + "Id": "DIMM.Socket.A4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429FAD" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.A4#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.A4", + "Name": "DIMM A4 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Oem/Dell/DellMemory/DIMM.Socket.A4": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4/Oem/Dell/DellMemory/DIMM.Socket.A4", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "A", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.A4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM B1", + "DeviceLocator": "DIMM B1", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.B1", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM B1", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Oem/Dell/DellMemory/DIMM.Socket.B1", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Id": "DIMM.Socket.B1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-06-29T11:19:22+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429D63", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B1#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B1#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B1_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B1", + "Id": "DIMM.Socket.B1_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D63" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B1#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.B1", + "Name": "DIMM B1 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Oem/Dell/DellMemory/DIMM.Socket.B1": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1/Oem/Dell/DellMemory/DIMM.Socket.B1", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.B1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-06-29T11:19:22+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM B2", + "DeviceLocator": "DIMM B2", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.B2", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM B2", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Oem/Dell/DellMemory/DIMM.Socket.B2", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Id": "DIMM.Socket.B2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-06-29T11:19:22+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429D9A", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B2#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B2#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B2_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B2", + "Id": "DIMM.Socket.B2_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D9A" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B2#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.B2", + "Name": "DIMM B2 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Oem/Dell/DellMemory/DIMM.Socket.B2": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2/Oem/Dell/DellMemory/DIMM.Socket.B2", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.B2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-06-29T11:19:22+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM B3", + "DeviceLocator": "DIMM B3", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.B3", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM B3", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Oem/Dell/DellMemory/DIMM.Socket.B3", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Id": "DIMM.Socket.B3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429D97", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B3#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B3#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B3_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B3", + "Id": "DIMM.Socket.B3_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429D97" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B3#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.B3", + "Name": "DIMM B3 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Oem/Dell/DellMemory/DIMM.Socket.B3": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3/Oem/Dell/DellMemory/DIMM.Socket.B3", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.B3", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4": { + "@odata.context": "/redfish/v1/$metadata#Memory.Memory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4", + "@odata.type": "#Memory.v1_17_0.Memory", + "AllowedSpeedsMHz": [ + 3200 + ], + "AllowedSpeedsMHz@odata.count": 1, + "Assembly": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly" + }, + "BaseModuleType": "RDIMM", + "BusWidthBits": 72, + "CacheSizeMiB": 0, + "CapacityMiB": 65536, + "DataWidthBits": 64, + "Description": "DIMM B4", + "DeviceLocator": "DIMM B4", + "Enabled": true, + "ErrorCorrection": "MultiBitECC", + "FirmwareRevision": null, + "Id": "DIMM.Socket.B4", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "Processors": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "Processors@odata.count": 1 + }, + "LogicalSizeMiB": 0, + "Manufacturer": "Micron Technology", + "MaxTDPMilliWatts": [], + "MaxTDPMilliWatts@odata.count": 0, + "MemoryDeviceType": "DDR4", + "MemorySubsystemControllerManufacturerID": null, + "MemorySubsystemControllerProductID": null, + "MemoryType": "DRAM", + "Metrics": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/MemoryMetrics" + }, + "ModuleManufacturerID": null, + "ModuleProductID": null, + "Name": "DIMM B4", + "NonVolatileSizeMiB": 0, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellMemory": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Oem/Dell/DellMemory/DIMM.Socket.B4", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Id": "DIMM.Socket.B4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + } + } + }, + "OperatingMemoryModes": [ + "Volatile" + ], + "OperatingMemoryModes@odata.count": 1, + "OperatingSpeedMhz": 3200, + "PartNumber": "36ASF8G72PZ-3G2E1", + "RankCount": 2, + "SerialNumber": "F2429F7D", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "VolatileSizeMiB": 65536 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B4#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly#/Assemblies/0": { + "@odata.context": "/redfish/v1/$metadata#Assembly.Assembly", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly", + "@odata.type": "#Assembly.v1_4_0.Assembly", + "Assemblies": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Assembly#/Assemblies/0", + "@odata.type": "#Assembly.v1_4_0.AssemblyData", + "BinaryDataURI": null, + "Description": "DDR4 DIMM", + "EngineeringChangeLevel": null, + "MemberId": "0", + "Model": "DDR4 DIMM", + "Name": "DIMM.Socket.B4#FRU", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellAssembly": { + "@odata.context": "/redfish/v1/$metadata#DellAssembly.DellAssembly", + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Oem/Dell/DellAssembly/DIMM.Socket.B4_0x23_FRU", + "@odata.type": "#DellAssembly.v1_0_0.DellAssembly", + "Description": "This resource shall be used to represent an assembly information.", + "DeviceFQDD": "DIMM.Socket.B4", + "Id": "DIMM.Socket.B4_0x23_FRU", + "Name": "DellAssembly", + "PackageType": "Memory", + "SerialNumber": "F2429F7D" + } + } + }, + "PartNumber": "36ASF8G72PZ-3G2E1", + "Producer": "Micron Technology", + "ProductionDate": "2021-04-12T21:00:00Z", + "SKU": null, + "SparePartNumber": null, + "Vendor": "DELL", + "Version": null + } + ], + "Assemblies@odata.count": 1, + "Description": "Represents the properties of Assembly for the device", + "Id": "Assembly", + "Name": "DIMM.Socket.B4#FRU" + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MemoryMetrics.MemoryMetrics", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/MemoryMetrics", + "@odata.type": "#MemoryMetrics.v1_6_0.MemoryMetrics", + "Description": "Metrics of the memory device", + "HealthData": { + "AlarmTrips": { + "AddressParityError": false, + "CorrectableECCError": false, + "SpareBlock": false, + "Temperature": false, + "UncorrectableECCError": false + }, + "DataLossDetected": null, + "PredictedMediaLifeLeftPercent": null + }, + "Id": "DIMM.Socket.B4", + "Name": "DIMM B4 Metrics", + "OperatingSpeedMHz": 3200 + }, + "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Oem/Dell/DellMemory/DIMM.Socket.B4": { + "@odata.context": "/redfish/v1/$metadata#DellMemory.DellMemory", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4/Oem/Dell/DellMemory/DIMM.Socket.B4", + "@odata.type": "#DellMemory.v1_1_0.DellMemory", + "BankLabel": "B", + "Description": "An instance of DellMemory will have Memory Device specific data.", + "Id": "DIMM.Socket.B4", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2021-08-02T06:52:51+00:00", + "ManufactureDate": "Mon Apr 12 21:00:00 2021 UTC", + "MemoryTechnology": "DRAM", + "Model": "DDR4 DIMM", + "Name": "DellMemory", + "RemainingRatedWriteEndurancePercent": null, + "SystemEraseCapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1/Settings", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "70:B5:E8:F0:7B:BC", + "MTUSize": null, + "PermanentMACAddress": "70:B5:E8:F0:7B:BC", + "VLAN": { + "VLANEnable": false, + "VLANId": 1 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Embedded.1-1-1", + "Links": { + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + } + }, + "MaxVirtualFunctions": null, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.1-1" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1/Settings", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "70:B5:E8:F0:7B:BD", + "MTUSize": null, + "PermanentMACAddress": "70:B5:E8:F0:7B:BD", + "VLAN": { + "VLANEnable": false, + "VLANId": 1 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Embedded.2-1-1", + "Links": { + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + } + }, + "MaxVirtualFunctions": null, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts/NIC.Embedded.2-1" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-1-1/Settings", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "B4:96:91:BA:17:CA", + "MTUSize": null, + "PermanentMACAddress": "B4:96:91:BA:17:CA", + "VLAN": { + "VLANEnable": null, + "VLANId": 0 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Integrated.1-1-1", + "Links": { + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + } + }, + "MaxVirtualFunctions": 256, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-1" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunction.NetworkDeviceFunction", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Integrated.1-2-1/Settings", + "@odata.type": "#NetworkDeviceFunction.v1_9_0.NetworkDeviceFunction", + "AssignablePhysicalPorts": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + } + ], + "AssignablePhysicalPorts@odata.count": 1, + "Description": "NetworkDeviceFunction", + "Ethernet": { + "MACAddress": "B4:96:91:BA:17:CB", + "MTUSize": null, + "PermanentMACAddress": "B4:96:91:BA:17:CB", + "VLAN": { + "VLANEnable": null, + "VLANId": 0 + } + }, + "FibreChannel": { + "BootTargets": [ + { + "LUNID": null, + "WWPN": null + } + ], + "BootTargets@odata.count": 1, + "FCoEActiveVLANId": null, + "FCoELocalVLANId": null, + "PermanentWWNN": null, + "PermanentWWPN": null, + "WWNN": null, + "WWNSource": null, + "WWPN": null + }, + "Id": "NIC.Integrated.1-2-1", + "Links": { + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + } + }, + "MaxVirtualFunctions": 256, + "Name": "NetworkDeviceFunction", + "NetDevFuncCapabilities": [ + "Disabled", + "Ethernet" + ], + "NetDevFuncCapabilities@odata.count": 2, + "NetDevFuncType": "Ethernet", + "PhysicalPortAssignment": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts/NIC.Integrated.1-2" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "iSCSIBoot": {} + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces": { + "@odata.context": "/redfish/v1/$metadata#NetworkInterfaceCollection.NetworkInterfaceCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces", + "@odata.type": "#NetworkInterfaceCollection.NetworkInterfaceCollection", + "Description": "Collection Of Network Interface entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Integrated.1" + } + ], + "Members@odata.count": 2, + "Name": "Network Interface Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#NetworkInterface.NetworkInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Embedded.1", + "@odata.type": "#NetworkInterface.v1_2_1.NetworkInterface", + "Description": "Network Device View", + "Id": "NIC.Embedded.1", + "Links": { + "NetworkAdapter": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1" + } + }, + "Name": "Network Device View", + "NetworkDeviceFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions" + }, + "NetworkPorts": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkPorts" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Integrated.1": { + "@odata.context": "/redfish/v1/$metadata#NetworkInterface.NetworkInterface", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Integrated.1", + "@odata.type": "#NetworkInterface.v1_2_1.NetworkInterface", + "Description": "Network Device View", + "Id": "NIC.Integrated.1", + "Links": { + "NetworkAdapter": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1" + } + }, + "Name": "Network Device View", + "NetworkDeviceFunctions": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions" + }, + "NetworkPorts": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkPorts" + }, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnectionCollection.DellSwitchConnectionCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections", + "@odata.type": "#DellSwitchConnectionCollection.DellSwitchConnectionCollection", + "Description": "A collection of DellSwitchConnection resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/iDRAC.Embedded.1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "iDRAC.Embedded.1", + "Id": "iDRAC.Embedded.1", + "InstanceID": "iDRAC.Embedded.1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "Not Available", + "SwitchPortConnectionID": "Not Available" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.1-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Embedded.1-1-1", + "Id": "NIC.Embedded.1-1-1", + "InstanceID": "NIC.Embedded.1-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "Not Supported", + "SwitchPortConnectionID": "Not Supported" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.2-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Embedded.2-1-1", + "Id": "NIC.Embedded.2-1-1", + "InstanceID": "NIC.Embedded.2-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "No Link", + "SwitchPortConnectionID": "No Link" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Integrated.1-1-1", + "Id": "NIC.Integrated.1-1-1", + "InstanceID": "NIC.Integrated.1-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "1c:72:1d:b0:2e:00", + "SwitchPortConnectionID": "ethernet1/1/5" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-2-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Integrated.1-2-1", + "Id": "NIC.Integrated.1-2-1", + "InstanceID": "NIC.Integrated.1-2-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "b8:59:9f:ae:93:bb", + "SwitchPortConnectionID": "b8:59:9f:ae:93:b9" + } + ], + "Members@odata.count": 5, + "Name": "DellSwitchConnectionCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.1-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Embedded.1-1-1", + "Id": "NIC.Embedded.1-1-1", + "InstanceID": "NIC.Embedded.1-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "Not Supported", + "SwitchPortConnectionID": "Not Supported" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Embedded.2-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Embedded.2-1-1", + "Id": "NIC.Embedded.2-1-1", + "InstanceID": "NIC.Embedded.2-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "No Link", + "SwitchPortConnectionID": "No Link" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-1-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Integrated.1-1-1", + "Id": "NIC.Integrated.1-1-1", + "InstanceID": "NIC.Integrated.1-1-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "1c:72:1d:b0:2e:00", + "SwitchPortConnectionID": "ethernet1/1/5" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/NIC.Integrated.1-2-1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "NIC.Integrated.1-2-1", + "Id": "NIC.Integrated.1-2-1", + "InstanceID": "NIC.Integrated.1-2-1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "b8:59:9f:ae:93:bb", + "SwitchPortConnectionID": "b8:59:9f:ae:93:b9" + }, + "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/iDRAC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnection.DellSwitchConnection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkPorts/Oem/Dell/DellSwitchConnections/iDRAC.Embedded.1", + "@odata.type": "#DellSwitchConnection.v1_1_0.DellSwitchConnection", + "Description": "An instance of DellSwitchConnection will have the switch connection view information of all the ports.", + "FQDD": "iDRAC.Embedded.1", + "Id": "iDRAC.Embedded.1", + "InstanceID": "iDRAC.Embedded.1", + "Name": "DellSwitchConnection", + "StaleData": "NotStale", + "SwitchConnectionID": "Not Available", + "SwitchPortConnectionID": "Not Available" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService": { + "@odata.context": "/redfish/v1/$metadata#DellBIOSService.DellBIOSService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService", + "@odata.type": "#DellBIOSService.v1_0_0.DellBIOSService", + "Actions": { + "#DellBIOSService.DeviceRecovery": { + "Device@Redfish.AllowableValues": [ + "BIOS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBIOSService/Actions/DellBIOSService.DeviceRecovery" + } + }, + "Description": "The DellBIOSService resource provides some actions to support BIOS functionality.", + "Id": "DellBIOSService", + "Name": "DellBIOSService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources/Settings" + }, + "SupportedApplyTimes": [ + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#DellBootSources.DellBootSources", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources", + "@odata.type": "#DellBootSources.v1_1_0.DellBootSources", + "AttributeRegistry": "DellBootSourcesRegistry.v1_1_0", + "Attributes": { + "UefiBootSeq": [ + { + "Enabled": true, + "Id": "BIOS.Setup.1-1#UefiBootSeq#Disk.Bay.0:Enclosure.Internal.0-1#5eca0364983ae49aa9e4a1c8c000a218", + "Index": 0, + "Name": "Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "Enabled": true, + "Id": "BIOS.Setup.1-1#UefiBootSeq#Disk.Bay.1:Enclosure.Internal.0-1#b029938da849b2438399dc3df9987689", + "Index": 1, + "Name": "Disk.Bay.1:Enclosure.Internal.0-1" + }, + { + "Enabled": true, + "Id": "BIOS.Setup.1-1#UefiBootSeq#NIC.PxeDevice.1-1#709c0888d3f7fb4aa12e13c31f22ef1b", + "Index": 2, + "Name": "NIC.PxeDevice.1-1" + }, + { + "Enabled": true, + "Id": "BIOS.Setup.1-1#UefiBootSeq#Floppy.iDRACVirtual.1-1#88a83b76f9ec33479a045c0d4805a6d1", + "Index": 3, + "Name": "Floppy.iDRACVirtual.1-1" + }, + { + "Enabled": true, + "Id": "BIOS.Setup.1-1#UefiBootSeq#Optical.iDRACVirtual.1-1#3584f3c5d8ad3976f7d9aab1ab790906", + "Index": 4, + "Name": "Optical.iDRACVirtual.1-1" + } + ] + }, + "Description": "Boot Sources Current Settings", + "Id": "DellBootSources", + "Name": "Boot Sources Configuration Current Settings" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources/Settings": { + "@odata.context": "/redfish/v1/$metadata#DellBootSources.DellBootSources", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources/Settings", + "@odata.type": "#DellBootSources.v1_1_0.DellBootSources", + "Actions": { + "#DellManager.ClearPending": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellBootSources/Settings/Actions/DellManager.ClearPending" + } + }, + "AttributeRegistry": "DellBootSourcesRegistry.v1_1_0", + "Attributes": {}, + "Description": "Boot Sources Pending Settings. These settings will be applied on next system reboot.", + "Id": "Settings", + "Name": "Boot Sources Configuration Pending Settings", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellManager.DellManager", + "@odata.type": "#DellManager.v1_4_0.DellManager", + "Jobs": { + "@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs" + } + } + } + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellGPUSensors": { + "@odata.context": "/redfish/v1/$metadata#DellGPUSensorCollection.DellGPUSensorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellGPUSensors", + "@odata.type": "#DellGPUSensorCollection.DellGPUSensorCollection", + "Description": "A collection of DellGPUSensor resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellGPUSensorCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService": { + "@odata.context": "/redfish/v1/$metadata#DellMetricService.DellMetricService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService", + "@odata.type": "#DellMetricService.v1_2_0.DellMetricService", + "Actions": { + "#DellMetricService.ControlMetrics": { + "MetricCollectionEnabled@Redfish.AllowableValues": [ + "Reset" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService/Actions/DellMetricService.ControlMetrics" + }, + "#DellMetricService.ExportThermalHistory": { + "FileType@Redfish.AllowableValues": [ + "CSV", + "XML" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "Local", + "NFS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellMetricService/Actions/DellMetricService.ExportThermalHistory" + } + }, + "Description": "Provides the ability to manage metrics.", + "Id": "DellMetricService", + "Name": "DellMetricService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensorCollection.DellNumericSensorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors", + "@odata.type": "#DellNumericSensorCollection.DellNumericSensorCollection", + "Description": "A collection of DellNumericSensor resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS1Voltage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 100, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#PS1Voltage", + "ElementName": "PS1 Voltage 1", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS1Voltage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS2Voltage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 100, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#PS2Voltage", + "ElementName": "PS2 Voltage 2", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS2Voltage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardCPUUsage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardCPUUsage", + "ElementName": "System Board CPU Usage", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardCPUUsage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": "CPU Usage Statistics", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Percentage", + "RequestedState": "NotApplicable", + "SensorType": "Other", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": 101, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1VCOREVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0.71, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1VCOREVR", + "ElementName": "CPU1 VCORE VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1VCOREVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2VCOREVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0.74, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2VCOREVR", + "ElementName": "CPU2 VCORE VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2VCOREVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMABCDVR", + "ElementName": "CPU1 MEMABCD VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMEFGHVR", + "ElementName": "CPU1 MEMEFGH VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMABCDVR", + "ElementName": "CPU2 MEMABCD VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMEFGHVR", + "ElementName": "CPU2 MEMEFGH VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1Temp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 270, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1Temp", + "ElementName": "CPU1 Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1Temp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 1000, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2Temp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 270, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2Temp", + "ElementName": "CPU2 Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2Temp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 1000, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardInletTemp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 190, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardInletTemp", + "ElementName": "System Board Inlet Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardInletTemp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": -70, + "LowerThresholdNonCritical": 30, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 370, + "UpperThresholdNonCritical": 330, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardExhaustTemp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 240, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardExhaustTemp", + "ElementName": "System Board Exhaust Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardExhaustTemp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": 80, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 800, + "UpperThresholdNonCritical": 750, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1A", + "ElementName": "System Board Fan1A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1B", + "ElementName": "System Board Fan1B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1C", + "ElementName": "System Board Fan1C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1D", + "ElementName": "System Board Fan1D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14400, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2A", + "ElementName": "System Board Fan2A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2B", + "ElementName": "System Board Fan2B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2C", + "ElementName": "System Board Fan2C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2D", + "ElementName": "System Board Fan2D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3A", + "ElementName": "System Board Fan3A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3B", + "ElementName": "System Board Fan3B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14640, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3C", + "ElementName": "System Board Fan3C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3D", + "ElementName": "System Board Fan3D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14640, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4A", + "ElementName": "System Board Fan4A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4B", + "ElementName": "System Board Fan4B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4C", + "ElementName": "System Board Fan4C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4D", + "ElementName": "System Board Fan4D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + } + ], + "Members@odata.count": 29, + "Name": "DellNumericSensorCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1A": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1A", + "ElementName": "System Board Fan1A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1B": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1B", + "ElementName": "System Board Fan1B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1C": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1C", + "ElementName": "System Board Fan1C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1D": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.1D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.1D", + "ElementName": "System Board Fan1D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.1D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2A": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14400, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2A", + "ElementName": "System Board Fan2A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2B": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2B", + "ElementName": "System Board Fan2B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2C": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2C", + "ElementName": "System Board Fan2C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2D": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.2D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.2D", + "ElementName": "System Board Fan2D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.2D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3A": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3A", + "ElementName": "System Board Fan3A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3B": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3B", + "ElementName": "System Board Fan3B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3C": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14640, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3C", + "ElementName": "System Board Fan3C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3D": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.3D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12480, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.3D", + "ElementName": "System Board Fan3D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.3D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4A": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4A", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14640, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4A", + "ElementName": "System Board Fan4A", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4A", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4B": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4B", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4B", + "ElementName": "System Board Fan4B", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4B", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4C": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4C", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 14760, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4C", + "ElementName": "System Board Fan4C", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4C", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4D": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/0x17__Fan.Embedded.4D", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 12600, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "0x17__Fan.Embedded.4D", + "ElementName": "System Board Fan4D", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "0x17__Fan.Embedded.4D", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 480, + "LowerThresholdNonCritical": 840, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "RPM", + "RequestedState": "NotApplicable", + "SensorType": "Tachometer", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMABCDVR", + "ElementName": "CPU1 MEMABCD VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1MEMEFGHVR", + "ElementName": "CPU1 MEMEFGH VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1Temp": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1Temp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 270, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1Temp", + "ElementName": "CPU1 Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1Temp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 1000, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1VCOREVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU1VCOREVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0.71, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU1VCOREVR", + "ElementName": "CPU1 VCORE VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1VCOREVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMABCDVR", + "ElementName": "CPU2 MEMABCD VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 1.22, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2MEMEFGHVR", + "ElementName": "CPU2 MEMEFGH VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2Temp": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2Temp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 270, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2Temp", + "ElementName": "CPU2 Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2Temp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 1000, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2VCOREVR": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_CPU2VCOREVR", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0.74, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#CPU2VCOREVR", + "ElementName": "CPU2 VCORE VR", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2VCOREVR", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS1Voltage": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS1Voltage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 100, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#PS1Voltage", + "ElementName": "PS1 Voltage 1", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS1Voltage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS2Voltage": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_PS2Voltage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 100, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#PS2Voltage", + "ElementName": "PS2 Voltage 2", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS2Voltage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Volts", + "RequestedState": "NotApplicable", + "SensorType": "Voltage", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardCPUUsage": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardCPUUsage", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 0, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardCPUUsage", + "ElementName": "System Board CPU Usage", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardCPUUsage", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": "CPU Usage Statistics", + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Percentage", + "RequestedState": "NotApplicable", + "SensorType": "Other", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": 101, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardExhaustTemp": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardExhaustTemp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 240, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardExhaustTemp", + "ElementName": "System Board Exhaust Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardExhaustTemp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": 30, + "LowerThresholdNonCritical": 80, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 800, + "UpperThresholdNonCritical": 750, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardInletTemp": { + "@odata.context": "/redfish/v1/$metadata#DellNumericSensor.DellNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardInletTemp", + "@odata.type": "#DellNumericSensor.v1_1_1.DellNumericSensor", + "CurrentReading": 190, + "CurrentState": "Normal", + "Description": "An instance of DellNumericSensor will have data specific to sensor devices that returns only numeric readings and optionally supports thresholds settings.", + "DeviceID": "iDRAC.Embedded.1#SystemBoardInletTemp", + "ElementName": "System Board Inlet Temp", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardInletTemp", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "LowerThresholdCritical": -70, + "LowerThresholdNonCritical": 30, + "Name": "DellNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "OtherSensorTypeDescription": null, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "DegreesC", + "RequestedState": "NotApplicable", + "SensorType": "Temperature", + "SystemName": "system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": 370, + "UpperThresholdNonCritical": 330, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService": { + "@odata.context": "/redfish/v1/$metadata#DellOSDeploymentService.DellOSDeploymentService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService", + "@odata.type": "#DellOSDeploymentService.v1_1_0.DellOSDeploymentService", + "Actions": { + "#DellOSDeploymentService.BootToHD": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToHD" + }, + "#DellOSDeploymentService.BootToISOFromVFlash": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToISOFromVFlash" + }, + "#DellOSDeploymentService.BootToNetworkISO": { + "HashType@Redfish.AllowableValues": [ + "MD5", + "SHA1" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.BootToNetworkISO" + }, + "#DellOSDeploymentService.ConfigurableBootToNetworkISO": { + "HashType@Redfish.AllowableValues": [ + "MD5", + "SHA1" + ], + "ResetType@Redfish.AllowableValues": [ + "ColdReset", + "NoReset", + "WarmReset" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConfigurableBootToNetworkISO" + }, + "#DellOSDeploymentService.ConnectNetworkISOImage": { + "HashType@Redfish.AllowableValues": [ + "MD5", + "SHA1" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.ConnectNetworkISOImage" + }, + "#DellOSDeploymentService.DeleteISOFromVFlash": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DeleteISOFromVFlash" + }, + "#DellOSDeploymentService.DetachDrivers": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachDrivers" + }, + "#DellOSDeploymentService.DetachISOFromVFlash": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachISOFromVFlash" + }, + "#DellOSDeploymentService.DetachISOImage": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DetachISOImage" + }, + "#DellOSDeploymentService.DisconnectNetworkISOImage": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DisconnectNetworkISOImage" + }, + "#DellOSDeploymentService.DownloadISOToVFlash": { + "HashType@Redfish.AllowableValues": [ + "MD5", + "SHA1" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.DownloadISOToVFlash" + }, + "#DellOSDeploymentService.GetAttachStatus": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.GetAttachStatus" + }, + "#DellOSDeploymentService.GetDriverPackInfo": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.GetDriverPackInfo" + }, + "#DellOSDeploymentService.GetNetworkISOImageConnectionInfo": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.GetNetworkISOImageConnectionInfo" + }, + "#DellOSDeploymentService.SkipISOImageBoot": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.SkipISOImageBoot" + }, + "#DellOSDeploymentService.UnpackAndAttach": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.UnpackAndAttach" + }, + "#DellOSDeploymentService.UnpackAndShare": { + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "NFS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellOSDeploymentService/Actions/DellOSDeploymentService.UnpackAndShare" + } + }, + "Description": "The DellOSDeploymentService resource provides some actions to support OS deployment configurations.", + "Id": "DellOSDeploymentService", + "Name": "DellOSDeploymentService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors": { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensorCollection.DellPSNumericSensorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors", + "@odata.type": "#DellPSNumericSensorCollection.DellPSNumericSensorCollection", + "Description": "A collection of DellPSNumericSensor resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 8, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "PS1 Current 1", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS1Current1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1" + } + ], + "DellPowerSupplyCollection@odata.count": 1 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Amps", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 8, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "PS2 Current 2", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS2Current2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2" + } + ], + "DellPowerSupplyCollection@odata.count": 1 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Amps", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardPwrConsumption", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 144, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "System Board Pwr Consumption", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardPwrConsumption", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [], + "DellPowerSupplyCollection@odata.count": 0 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Watts", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": 1056, + "UpperThresholdNonCritical": 960, + "ValueFormulation": 2 + } + ], + "Members@odata.count": 3, + "Name": "DellPSNumericSensorCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1": { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS1Current1", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 8, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "PS1 Current 1", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS1Current1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.1" + } + ], + "DellPowerSupplyCollection@odata.count": 1 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Amps", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2": { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_PS2Current2", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 8, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "PS2 Current 2", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_PS2Current2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power/Oem/Dell/DellPowerSupply/PSU.Slot.2" + } + ], + "DellPowerSupplyCollection@odata.count": 1 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Amps", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": -1, + "UpperThresholdCritical": null, + "UpperThresholdNonCritical": null, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardPwrConsumption": { + "@odata.context": "/redfish/v1/$metadata#DellPSNumericSensor.DellPSNumericSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPSNumericSensors/iDRAC.Embedded.1_0x23_SystemBoardPwrConsumption", + "@odata.type": "#DellPSNumericSensor.v1_1_0.DellPSNumericSensor", + "CurrentReading": 144, + "CurrentState": "Normal", + "Description": "An instance of DellPSNumericSensor will have data specific to a power sensor device that returns only numeric readings and optionally supports of thresholds settings.", + "ElementName": "System Board Pwr Consumption", + "EnabledDefault": "Enabled", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_SystemBoardPwrConsumption", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + }, + "DellPowerSupplyCollection": [], + "DellPowerSupplyCollection@odata.count": 0 + }, + "LowerThresholdCritical": null, + "LowerThresholdNonCritical": null, + "Name": "DellPSNumericSensor", + "OperationalStatus": [ + "OK" + ], + "OperationalStatus@odata.count": 1, + "PossibleStates": [ + "Unknown", + "Fatal", + "Normal", + "Upper Fatal", + "Upper Critical", + "Upper Non-Critical", + "Lower Non-Critical", + "Lower Critical", + "Lower Fatal" + ], + "PossibleStates@odata.count": 9, + "PrimaryStatus": "OK", + "RateUnits": "None", + "ReadingUnits": "Watts", + "RequestedState": "NotApplicable", + "Resolution": 1, + "SensorType": "PowerConsumption", + "SystemName": "srv:system", + "TransitioningToState": "NotApplicable", + "UnitModifier": 0, + "UpperThresholdCritical": 1056, + "UpperThresholdNonCritical": 960, + "ValueFormulation": 2 + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPresenceAndStatusSensors": { + "@odata.context": "/redfish/v1/$metadata#DellPresenceAndStatusSensorCollection.DellPresenceAndStatusSensorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellPresenceAndStatusSensors", + "@odata.type": "#DellPresenceAndStatusSensorCollection.DellPresenceAndStatusSensorCollection", + "Description": "A collection of DellPresenceAndStatusSensor resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellPresenceAndStatusSensorCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService": { + "@odata.context": "/redfish/v1/$metadata#DellRaidService.DellRaidService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService", + "@odata.type": "#DellRaidService.v1_5_1.DellRaidService", + "Actions": { + "#DellRaidService.AssignSpare": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.AssignSpare" + }, + "#DellRaidService.BlinkTarget": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.BlinkTarget" + }, + "#DellRaidService.CancelBackgroundInitialization": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelBackgroundInitialization" + }, + "#DellRaidService.CancelCheckConsistency": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelCheckConsistency" + }, + "#DellRaidService.CancelRebuildPhysicalDisk": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CancelRebuildPhysicalDisk" + }, + "#DellRaidService.ChangePDState": { + "State@Redfish.AllowableValues": [ + "Offline", + "Online" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ChangePDState" + }, + "#DellRaidService.CheckVDValues": { + "VDPropNameArrayIn@Redfish.AllowableValues": [ + "RAIDLevel", + "Size", + "SpanDepth", + "SpanLength", + "StartingLBA", + "T10PIStatus" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CheckVDValues" + }, + "#DellRaidService.ClearControllerPreservedCache": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ClearControllerPreservedCache" + }, + "#DellRaidService.ClearForeignConfig": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ClearForeignConfig" + }, + "#DellRaidService.ConvertToNonRAID": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ConvertToNonRAID" + }, + "#DellRaidService.ConvertToRAID": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ConvertToRAID" + }, + "#DellRaidService.CryptographicEraseWithPSID": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.CryptographicEraseWithPSID" + }, + "#DellRaidService.DisableSecurity": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.DisableSecurity" + }, + "#DellRaidService.EnableControllerEncryption": { + "Mode@Redfish.AllowableValues": [ + "DKM", + "LKM", + "LKM_TO_SEKM", + "SEKM" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.EnableControllerEncryption" + }, + "#DellRaidService.EnableSecurity": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.EnableSecurity" + }, + "#DellRaidService.GetAvailableDisks": { + "BlockSizeInBytes@Redfish.AllowableValues": [ + "4096", + "512", + "All" + ], + "DiskEncrypt@Redfish.AllowableValues": [ + "All", + "FDE", + "NonFDE" + ], + "DiskType@Redfish.AllowableValues": [ + "All", + "HDD", + "SSD" + ], + "Diskprotocol@Redfish.AllowableValues": [ + "AllProtocols", + "NVMe", + "SAS", + "SATA" + ], + "FormFactor@Redfish.AllowableValues": [ + "All", + "M.2" + ], + "RaidLevel@Redfish.AllowableValues": [ + "NoRAID", + "RAID0", + "RAID1", + "RAID10", + "RAID5", + "RAID50", + "RAID6", + "RAID60" + ], + "T10PIStatus@Redfish.AllowableValues": [ + "All", + "T10PICapable", + "T10PIIncapable" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.GetAvailableDisks" + }, + "#DellRaidService.GetDHSDisks": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.GetDHSDisks" + }, + "#DellRaidService.GetRAIDLevels": { + "BlockSizeInBytes@Redfish.AllowableValues": [ + "4096", + "512", + "All" + ], + "DiskEncrypt@Redfish.AllowableValues": [ + "All", + "FDE", + "NonFDE" + ], + "DiskType@Redfish.AllowableValues": [ + "All", + "HDD", + "SSD" + ], + "Diskprotocol@Redfish.AllowableValues": [ + "AllProtocols", + "NVMe", + "SAS", + "SATA" + ], + "FormFactor@Redfish.AllowableValues": [ + "All", + "M.2" + ], + "T10PIStatus@Redfish.AllowableValues": [ + "All", + "T10PICapable", + "T10PIIncapable" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.GetRAIDLevels" + }, + "#DellRaidService.ImportForeignConfig": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ImportForeignConfig" + }, + "#DellRaidService.LockVirtualDisk": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.LockVirtualDisk" + }, + "#DellRaidService.OnlineCapacityExpansion": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.OnlineCapacityExpansion" + }, + "#DellRaidService.PrepareToRemove": { + "ForceRemove@Redfish.AllowableValues": [ + "No", + "Yes" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.PrepareToRemove" + }, + "#DellRaidService.RAIDLevelMigration": { + "NewRaidLevel@Redfish.AllowableValues": [ + "NoRAID", + "RAID0", + "RAID1", + "RAID10", + "RAID5", + "RAID50", + "RAID6", + "RAID60" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RAIDLevelMigration" + }, + "#DellRaidService.ReKey": { + "Mode@Redfish.AllowableValues": [ + "LKM", + "SEKM" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ReKey" + }, + "#DellRaidService.RebuildPhysicalDisk": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RebuildPhysicalDisk" + }, + "#DellRaidService.RemoveControllerKey": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RemoveControllerKey" + }, + "#DellRaidService.RenameVD": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.RenameVD" + }, + "#DellRaidService.ReplacePhysicalDisk": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ReplacePhysicalDisk" + }, + "#DellRaidService.ResetConfig": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.ResetConfig" + }, + "#DellRaidService.SetAssetName": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetAssetName" + }, + "#DellRaidService.SetBootVD": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetBootVD" + }, + "#DellRaidService.SetControllerKey": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.SetControllerKey" + }, + "#DellRaidService.StartPatrolRead": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.StartPatrolRead" + }, + "#DellRaidService.StopPatrolRead": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.StopPatrolRead" + }, + "#DellRaidService.UnBlinkTarget": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnBlinkTarget" + }, + "#DellRaidService.UnLockSecureForeignConfig": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnLockSecureForeignConfig" + }, + "#DellRaidService.UnassignSpare": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRaidService/Actions/DellRaidService.UnassignSpare" + } + }, + "Description": "The DellRaidService resource provides some actions to support RAID functionality.", + "Id": "DellRaidService", + "Name": "DellRaidService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatusCollection.DellRollupStatusCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus", + "@odata.type": "#DellRollupStatusCollection.DellRollupStatusCollection", + "Description": "A collection of DellRollupStatus resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Voltage", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "VoltageRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Voltage", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Voltage", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Current", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "CurrentRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Current", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Current", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Current" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Intrusion", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "IntrusionRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Intrusion", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Intrusion", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Intrusion" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Processor", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "ProcessorRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Processor", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Processor", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Processor" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Memory", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "MemoryRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Memory", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Memory", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Memory" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_PowerSupply", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "PowerSupplyRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_PowerSupply", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#PowerSupply", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "PowerSupply" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Temperature", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "TemperatureRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Temperature", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Temperature", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Temperature" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Fan", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "FanRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Fan", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Fan", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Fan" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Battery", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "BatteryRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Battery", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Battery", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Battery" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Storage", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "StorageRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Storage", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Storage", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Storage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_SEL_0x2F_Misc", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "SEL/MiscRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_SEL_0x2F_Misc", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#SEL/Misc", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "SEL/Misc" + } + ], + "Members@odata.count": 11, + "Name": "DellRollupStatusCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Battery": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Battery", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "BatteryRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Battery", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Battery", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Battery" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Current": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Current", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "CurrentRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Current", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Current", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Current" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Fan": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Fan", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "FanRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Fan", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Fan", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Fan" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Intrusion": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Intrusion", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "IntrusionRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Intrusion", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Intrusion", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Intrusion" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Memory": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Memory", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "MemoryRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Memory", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Memory", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Memory" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_PowerSupply": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_PowerSupply", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "PowerSupplyRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_PowerSupply", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#PowerSupply", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "PowerSupply" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Processor": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Processor", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "ProcessorRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Processor", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Processor", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Processor" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_SEL_0x2F_Misc": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_SEL_0x2F_Misc", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "SEL/MiscRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_SEL_0x2F_Misc", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#SEL/Misc", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "SEL/Misc" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Storage": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Storage", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "StorageRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Storage", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Storage", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Storage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Temperature": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Temperature", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "TemperatureRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Temperature", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Temperature", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Temperature" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Voltage": { + "@odata.context": "/redfish/v1/$metadata#DellRollupStatus.DellRollupStatus", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellRollupStatus/iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Voltage", + "@odata.type": "#DellRollupStatus.v1_0_0.DellRollupStatus", + "CollectionName": "VoltageRollupStatus", + "Description": "Represents the subcomponent roll-up statuses.", + "Id": "iDRAC.Embedded.1_0x23_SubSystem.1_0x23_Voltage", + "InstanceID": "iDRAC.Embedded.1#SubSystem.1#Voltage", + "Name": "DellRollupStatus", + "RollupStatus": "Ok", + "SubSystem": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors": { + "@odata.context": "/redfish/v1/$metadata#DellSensorCollection.DellSensorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors", + "@odata.type": "#DellSensorCollection.DellSensorCollection", + "Description": "A collection of DellSensor resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCRUN", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 SOC RUN", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1SOCRUN", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCS5P1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 SOC S5 P1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1SOCS5P1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1Status", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 Status", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1Status", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1VCOREPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 VCORE PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1VCOREPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCRUN", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 SOC RUN", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2SOCRUN", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCS5P2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 SOC S5 P2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2SOCS5P2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2Status", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 Status", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2Status", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2VCOREPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 VCORE PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2VCOREPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA10", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A10", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA10", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA11", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A11", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA11", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA12", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A12", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA12", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA13", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A13", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA13", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA14", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A14", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA14", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA15", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A15", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA15", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA16", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A16", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA16", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA3", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A3", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA3", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA4", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A4", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA4", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA5", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A5", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA5", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA6", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A6", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA6", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA7", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A7", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA7", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA8", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A8", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA8", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA9", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A9", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA9", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB10", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B10", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB10", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB11", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B11", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB11", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB12", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B12", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB12", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB13", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B13", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB13", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB14", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B14", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB14", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB15", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B15", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB15", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB16", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B16", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB16", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB3", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B3", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB3", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB4", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B4", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB4", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB5", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B5", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB5", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB6", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B6", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB6", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB7", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B7", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB7", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + } + ], + "Members@odata.count": 72, + "Members@odata.nextLink": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors?$skip=50", + "Name": "DellSensorCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVDDPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVPPPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVTTPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMABCDVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMABCD VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMABCDVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVDDPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVPPPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVTTPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1MEMEFGHVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 MEMEFGH VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1MEMEFGHVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCRUN": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCRUN", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 SOC RUN", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1SOCRUN", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCS5P1": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1SOCS5P1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 SOC S5 P1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1SOCS5P1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1Status": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1Status", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 Status", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1Status", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1VCOREPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU1VCOREPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU1 VCORE PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU1VCOREPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVDDPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVPPPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVTTPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMABCDVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMABCD VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMABCDVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVDDPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVDDPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VDD PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVDDPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVPPPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVPPPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VPP PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVPPPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVTTPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2MEMEFGHVTTPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 MEMEFGH VTT PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2MEMEFGHVTTPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCRUN": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCRUN", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 SOC RUN", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2SOCRUN", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCS5P2": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2SOCS5P2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 SOC S5 P2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2SOCS5P2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2Status": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2Status", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 Status", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2Status", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2VCOREPG": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_CPU2VCOREPG", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Good", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "CPU2 VCORE PG", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_CPU2VCOREPG", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Voltage" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA1": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA10": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA10", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A10", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA10", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA11": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA11", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A11", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA11", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA12": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA12", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A12", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA12", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA13": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA13", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A13", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA13", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA14": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA14", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A14", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA14", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA15": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA15", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A15", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA15", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA16": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA16", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A16", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA16", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA2": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA3": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA3", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A3", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA3", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA4": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA4", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A4", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA4", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA5": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA5", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A5", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA5", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA6": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA6", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A6", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA6", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA7": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA7", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A7", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA7", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA8": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA8", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A8", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA8", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA9": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTA9", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT A9", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA9", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB1": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB1", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B1", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB1", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB10": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB10", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B10", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB10", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB11": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB11", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B11", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB11", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB12": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB12", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B12", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB12", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB13": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB13", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B13", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB13", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB14": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB14", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B14", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB14", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB15": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB15", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B15", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB15", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB16": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB16", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B16", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB16", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB2": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB2", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B2", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB2", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB3": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB3", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B3", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB3", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB4": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB4", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Presence Detected", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B4", + "EnabledState": "Enabled", + "HealthState": "OK", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB4", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB5": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB5", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B5", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB5", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB6": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB6", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B6", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB6", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB7": { + "@odata.context": "/redfish/v1/$metadata#DellSensor.DellSensor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSensors/iDRAC.Embedded.1_0x23_DIMMSLOTB7", + "@odata.type": "#DellSensor.v1_0_0.DellSensor", + "CurrentState": "Unknown", + "Description": "An instance of DellSensor will represent a sensor, a hardware device that is capable of measuring the characteristics of a physical property.", + "ElementName": "DIMM SLOT B7", + "EnabledState": "Enabled", + "HealthState": "Unknown", + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB7", + "Links": { + "ComputerSystem": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1" + } + }, + "Name": "DellSensor", + "SensorType": "Other" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots": { + "@odata.context": "/redfish/v1/$metadata#DellSlotCollection.DellSlotCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots", + "@odata.type": "#DellSlotCollection.DellSlotCollection", + "Description": "A collection of DellSlot resource", + "Members": [ + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1A", + "EmptySlot": false, + "Id": "Fan.Embedded.1A_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1A#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1B", + "EmptySlot": false, + "Id": "Fan.Embedded.1B_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1B#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1C", + "EmptySlot": false, + "Id": "Fan.Embedded.1C_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1C#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1D", + "EmptySlot": false, + "Id": "Fan.Embedded.1D_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1D#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2A", + "EmptySlot": false, + "Id": "Fan.Embedded.2A_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2A#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2B", + "EmptySlot": false, + "Id": "Fan.Embedded.2B_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2B#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "IDSDM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_IDSDMSD1_0x23_Slot", + "Name": "Dell Internal Dual SD Card Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Disabled", + "Tag": "iDRAC.Embedded.1#IDSDMSD1#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "IDSDM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_IDSDMSD2_0x23_Slot", + "Name": "Dell Internal Dual SD Card Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Disabled", + "Tag": "iDRAC.Embedded.1#IDSDMSD2#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Processor", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "CPU.Socket.1", + "EmptySlot": false, + "Id": "CPU.Socket.1_0x23_Slot", + "Name": "Processor Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Enabled", + "Tag": "CPU.Socket.1#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Processor", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "CPU.Socket.2", + "EmptySlot": false, + "Id": "CPU.Socket.2_0x23_Slot", + "Name": "Processor Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Enabled", + "Tag": "CPU.Socket.2#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "PowerSupply", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "PSU.Slot.1", + "EmptySlot": false, + "Id": "PSU.Slot.1_0x23_Slot", + "Name": "Power Supply Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Enabled", + "Tag": "PSU.Slot.1#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "PowerSupply", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "PSU.Slot.2", + "EmptySlot": false, + "Id": "PSU.Slot.2_0x23_Slot", + "Name": "Power Supply Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Enabled", + "Tag": "PSU.Slot.2#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2C", + "EmptySlot": false, + "Id": "Fan.Embedded.2C_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2C#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2D", + "EmptySlot": false, + "Id": "Fan.Embedded.2D_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2D#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3A", + "EmptySlot": false, + "Id": "Fan.Embedded.3A_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3A#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3B", + "EmptySlot": false, + "Id": "Fan.Embedded.3B_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3B#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3C", + "EmptySlot": false, + "Id": "Fan.Embedded.3C_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3C#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3D", + "EmptySlot": false, + "Id": "Fan.Embedded.3D_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3D#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4A", + "EmptySlot": false, + "Id": "Fan.Embedded.4A_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4A#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4B", + "EmptySlot": false, + "Id": "Fan.Embedded.4B_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4B#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4C", + "EmptySlot": false, + "Id": "Fan.Embedded.4C_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4C#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4D", + "EmptySlot": false, + "Id": "Fan.Embedded.4D_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4D#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A1", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA1_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A1", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA1#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A2", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA2_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A2", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA2#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA3_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A3", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA3_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A3", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA3#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA4_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A4", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA4_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A4", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA4#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA5_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA5_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A5", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA5#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA6_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA6_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A6", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA6#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA7_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA7_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A7", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA7#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA8_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA8_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A8", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA8#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA9_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA9_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A9", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA9#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA10_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA10_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A10", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA10#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA11_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA11_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A11", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA11#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA12_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA12_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A12", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA12#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA13_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA13_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A13", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA13#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA14_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA14_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A14", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA14#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA15_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA15_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A15", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA15#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA16_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA16_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A16", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA16#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B1", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB1_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B1", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB1#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B2", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB2_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B2", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB2#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB3_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B3", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB3_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B3", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB3#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB4_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B4", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB4_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B4", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB4#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB5_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB5_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B5", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB5#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB6_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB6_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B6", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB6#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB7_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB7_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B7", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB7#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB8_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB8_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B8", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB8#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB9_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB9_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B9", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB9#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB10_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB10_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B10", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB10#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB11_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB11_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B11", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB11#Slot" + }, + { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB12_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB12_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B12", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB12#Slot" + } + ], + "Members@odata.count": 67, + "Members@odata.nextLink": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots?$skip=50", + "Name": "DellSlotCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.1_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Processor", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "CPU.Socket.1", + "EmptySlot": false, + "Id": "CPU.Socket.1_0x23_Slot", + "Name": "Processor Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Enabled", + "Tag": "CPU.Socket.1#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.2_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/CPU.Socket.2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Processor", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "CPU.Socket.2", + "EmptySlot": false, + "Id": "CPU.Socket.2_0x23_Slot", + "Name": "Processor Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Enabled", + "Tag": "CPU.Socket.2#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1A_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1A", + "EmptySlot": false, + "Id": "Fan.Embedded.1A_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1A#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1B_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1B", + "EmptySlot": false, + "Id": "Fan.Embedded.1B_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1B#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1C_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1C", + "EmptySlot": false, + "Id": "Fan.Embedded.1C_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1C#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1D_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.1D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.1D", + "EmptySlot": false, + "Id": "Fan.Embedded.1D_0x23_Slot", + "Name": "Fan Slot", + "Number": 1, + "NumberDescription": "1D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.1D#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2A_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2A", + "EmptySlot": false, + "Id": "Fan.Embedded.2A_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2A#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2B_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2B", + "EmptySlot": false, + "Id": "Fan.Embedded.2B_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2B#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2C_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2C", + "EmptySlot": false, + "Id": "Fan.Embedded.2C_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2C#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2D_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.2D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.2D", + "EmptySlot": false, + "Id": "Fan.Embedded.2D_0x23_Slot", + "Name": "Fan Slot", + "Number": 2, + "NumberDescription": "2D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.2D#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3A_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3A", + "EmptySlot": false, + "Id": "Fan.Embedded.3A_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3A#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3B_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3B", + "EmptySlot": false, + "Id": "Fan.Embedded.3B_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3B#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3C_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3C", + "EmptySlot": false, + "Id": "Fan.Embedded.3C_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3C#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3D_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.3D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.3D", + "EmptySlot": false, + "Id": "Fan.Embedded.3D_0x23_Slot", + "Name": "Fan Slot", + "Number": 3, + "NumberDescription": "3D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.3D#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4A_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4A_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4A", + "EmptySlot": false, + "Id": "Fan.Embedded.4A_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4A", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4A#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4B_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4B_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4B", + "EmptySlot": false, + "Id": "Fan.Embedded.4B_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4B", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4B#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4C_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4C_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4C", + "EmptySlot": false, + "Id": "Fan.Embedded.4C_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4C", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4C#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4D_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/Fan.Embedded.4D_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "Fan", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "Fan.Embedded.4D", + "EmptySlot": false, + "Id": "Fan.Embedded.4D_0x23_Slot", + "Name": "Fan Slot", + "Number": 4, + "NumberDescription": "4D", + "SlotEnabledState": "Enabled", + "Tag": "Fan.Embedded.4D#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.1_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "PowerSupply", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "PSU.Slot.1", + "EmptySlot": false, + "Id": "PSU.Slot.1_0x23_Slot", + "Name": "Power Supply Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Enabled", + "Tag": "PSU.Slot.1#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.2_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/PSU.Slot.2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "PowerSupply", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "PSU.Slot.2", + "EmptySlot": false, + "Id": "PSU.Slot.2_0x23_Slot", + "Name": "Power Supply Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Enabled", + "Tag": "PSU.Slot.2#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA10_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA10_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA10_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A10", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA10#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA11_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA11_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA11_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A11", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA11#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA12_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA12_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA12_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A12", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA12#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA13_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA13_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA13_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A13", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA13#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA14_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA14_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA14_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A14", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA14#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA15_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA15_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA15_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A15", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA15#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA16_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA16_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA16_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A16", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA16#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA1_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A1", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA1_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A1", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA1#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA2_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A2", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA2_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A2", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA2#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA3_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA3_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A3", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA3_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A3", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA3#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA4_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA4_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.A4", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA4_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A4", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA4#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA5_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA5_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA5_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A5", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA5#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA6_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA6_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA6_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A6", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA6#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA7_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA7_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA7_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A7", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA7#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA8_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA8_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA8_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A8", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA8#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA9_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTA9_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTA9_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "A9", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTA9#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB10_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB10_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB10_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B10", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB10#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB11_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB11_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB11_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B11", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB11#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB12_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB12_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB12_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B12", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB12#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB1_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B1", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB1_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B1", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB1#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB2_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B2", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB2_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B2", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB2#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB3_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB3_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B3", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB3_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B3", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB3#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB4_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB4_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": "DIMM.Socket.B4", + "EmptySlot": false, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB4_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B4", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB4#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB5_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB5_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB5_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B5", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB5#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB6_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB6_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB6_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B6", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB6#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB7_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB7_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB7_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B7", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB7#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB8_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB8_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB8_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B8", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB8#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB9_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_DIMMSLOTB9_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "DIMM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_DIMMSLOTB9_0x23_Slot", + "Name": "Memory Slot", + "Number": 0, + "NumberDescription": "B9", + "SlotEnabledState": "Enabled", + "Tag": "iDRAC.Embedded.1#DIMMSLOTB9#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD1_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD1_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "IDSDM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_IDSDMSD1_0x23_Slot", + "Name": "Dell Internal Dual SD Card Slot", + "Number": 1, + "NumberDescription": "1", + "SlotEnabledState": "Disabled", + "Tag": "iDRAC.Embedded.1#IDSDMSD1#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD2_0x23_Slot": { + "@odata.context": "/redfish/v1/$metadata#DellSlot.DellSlot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSlots/iDRAC.Embedded.1_0x23_IDSDMSD2_0x23_Slot", + "@odata.type": "#DellSlot.v1_0_0.DellSlot", + "ConnectorLayout": "IDSDM", + "Description": "DellSlot provides slot occupancy and device correlation information.", + "DeviceFQDD": null, + "EmptySlot": true, + "Id": "iDRAC.Embedded.1_0x23_IDSDMSD2_0x23_Slot", + "Name": "Dell Internal Dual SD Card Slot", + "Number": 2, + "NumberDescription": "2", + "SlotEnabledState": "Disabled", + "Tag": "iDRAC.Embedded.1#IDSDMSD2#Slot" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInstallationService.DellSoftwareInstallationService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService", + "@odata.type": "#DellSoftwareInstallationService.v1_2_0.DellSoftwareInstallationService", + "Actions": { + "#DellSoftwareInstallationService.ClearUpdateSchedule": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.ClearUpdateSchedule" + }, + "#DellSoftwareInstallationService.GetRepoBasedUpdateList": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.GetRepoBasedUpdateList" + }, + "#DellSoftwareInstallationService.GetUpdateSchedule": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.GetUpdateSchedule" + }, + "#DellSoftwareInstallationService.InstallFromRepository": { + "ApplyUpdate@Redfish.AllowableValues": [ + "False", + "True" + ], + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "HTTPS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromRepository" + }, + "#DellSoftwareInstallationService.InstallFromURI": { + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromURI" + }, + "#DellSoftwareInstallationService.SetUpdateSchedule": { + "ApplyReboot@Redfish.AllowableValues": [ + "NoReboot", + "RebootRequired" + ], + "IgnoreCertWarning@Redfish.AllowableValues": [ + "Off", + "On" + ], + "ProxySupport@Redfish.AllowableValues": [ + "DefaultProxy", + "Off", + "ParametersProxy" + ], + "ProxyType@Redfish.AllowableValues": [ + "HTTP", + "SOCKS" + ], + "ShareType@Redfish.AllowableValues": [ + "CIFS", + "FTP", + "HTTP", + "HTTPS", + "NFS", + "TFTP" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.SetUpdateSchedule" + } + }, + "Description": "The DellSoftwareInstallationService resource provides some actions to support software installation functionality.", + "Id": "DellSoftwareInstallationService", + "Name": "DellSoftwareInstallationService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService": { + "@odata.context": "/redfish/v1/$metadata#DellSwitchConnectionService.DellSwitchConnectionService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService", + "@odata.type": "#DellSwitchConnectionService.v1_0_0.DellSwitchConnectionService", + "Actions": { + "#DellSwitchConnectionService.ServerPortConnectionRefresh": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSwitchConnectionService/Actions/DellSwitchConnectionService.ServerPortConnectionRefresh" + } + }, + "Description": "DellSwitchConnectionService provides actions to support switch connection view functionality.", + "Id": "DellSwitchConnectionService", + "Name": "DellSwitchConnectionService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystem/System.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSystem.DellSystem", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystem/System.Embedded.1", + "@odata.type": "#DellSystem.v1_4_0.DellSystem", + "BIOSReleaseDate": "02/24/2023", + "BaseBoardChassisSlot": "NA", + "BatteryRollupStatus": "OK", + "BladeGeometry": "NotApplicable", + "CMCIP": null, + "CMCRollupStatus": null, + "CPURollupStatus": "OK", + "ChassisModel": null, + "ChassisName": "Main System Chassis", + "ChassisServiceTag": "8MT3NF3", + "ChassisSystemHeightUnit": 1, + "CoolingRollupStatus": "OK", + "CurrentRollupStatus": "OK", + "Description": "An instance of DellSystem will have data representing the overall system devices in the managed system.", + "EstimatedExhaustTemperatureCelsius": 255, + "EstimatedSystemAirflowCFM": 255, + "ExpressServiceCode": "18793393743", + "FanRollupStatus": "OK", + "IDSDMRedundancyStatus": null, + "IDSDMRollupStatus": null, + "Id": "System.Embedded.1", + "IntrusionRollupStatus": "OK", + "IsOEMBranded": "False", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "LicensingRollupStatus": "OK", + "ManagedSystemSize": "1 U", + "MaxCPUSockets": 2, + "MaxDIMMSlots": 32, + "MaxPCIeSlots": 4, + "MaxSystemMemoryMiB": 4194304, + "MemoryOperationMode": "OptimizerMode", + "Name": "DellSystem", + "NodeID": "8MT3NF3", + "PSRollupStatus": "OK", + "PlatformGUID": "33464e4f-c0b8-3380-5410-004d4c4c4544", + "PopulatedDIMMSlots": 8, + "PopulatedPCIeSlots": 0, + "PowerCapEnabledState": "Disabled", + "SDCardRollupStatus": null, + "SELRollupStatus": "OK", + "ServerAllocationWatts": null, + "StorageRollupStatus": "OK", + "SysMemErrorMethodology": "Multi-bitECC", + "SysMemFailOverState": "NotInUse", + "SysMemLocation": "SystemBoardOrMotherboard", + "SysMemPrimaryStatus": "OK", + "SystemGeneration": "15G Monolithic", + "SystemHealthRollupStatus": "OK", + "SystemID": 2302, + "SystemRevision": "I", + "TempRollupStatus": "OK", + "TempStatisticsRollupStatus": "OK", + "UUID": "4c4c4544-004d-5410-8033-b8c04f4e4633", + "VoltRollupStatus": "OK", + "smbiosGUID": "44454c4c-4d00-1054-8033-b8c04f4e4633" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService": { + "@odata.context": "/redfish/v1/$metadata#DellSystemManagementService.DellSystemManagementService", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService", + "@odata.type": "#DellSystemManagementService.v1_1_0.DellSystemManagementService", + "Actions": { + "#DellSystemManagementService.RebootChassisManager": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService/Actions/DellSystemManagementService.RebootChassisManager" + }, + "#DellSystemManagementService.ShowErrorsOnLCD": { + "target": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellSystemManagementService/Actions/DellSystemManagementService.ShowErrorsOnLCD" + } + }, + "Description": "DellSystemManagementService provides actions to support System Management functionalities.", + "Id": "DellSystemManagementService", + "Name": "DellSystemManagementService" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo": { + "@odata.context": "/redfish/v1/$metadata#DellVideoCollection.DellVideoCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideo", + "@odata.type": "#DellVideoCollection.DellVideoCollection", + "Description": "A collection of DellVideo resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellVideoCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideoNetwork": { + "@odata.context": "/redfish/v1/$metadata#DellVideoNetworkCollection.DellVideoNetworkCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Oem/Dell/DellVideoNetwork", + "@odata.type": "#DellVideoNetworkCollection.DellVideoNetworkCollection", + "Description": "A collection of DellVideoNetwork resource", + "Members": [], + "Members@odata.count": 0, + "Name": "DellVideoNetworkCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Processors": { + "@odata.context": "/redfish/v1/$metadata#ProcessorCollection.ProcessorCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors", + "@odata.type": "#ProcessorCollection.ProcessorCollection", + "Description": "Collection of Processors for this System", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1" + } + ], + "Members@odata.count": 2, + "Name": "ProcessorsCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1": { + "@odata.context": "/redfish/v1/$metadata#Processor.Processor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1", + "@odata.type": "#Processor.v1_17_0.Processor", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "Description": "Represents the properties of a Processor attached to this System", + "Enabled": true, + "Id": "CPU.Socket.1", + "InstructionSet": "x86-64", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Memory": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A3" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.A4" + } + ], + "Memory@odata.count": 4 + }, + "Manufacturer": "AMD", + "MaxSpeedMHz": 3900, + "MemorySummary": { + "TotalCacheSizeMiB": 142, + "TotalMemorySizeMiB": 262144 + }, + "Model": "AMD EPYC 7413 24-Core Processor", + "Name": "CPU 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellProcessor": { + "@odata.context": "/redfish/v1/$metadata#DellProcessor.DellProcessor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1/Oem/Dell/DellProcessors/CPU.Socket.1", + "@odata.type": "#DellProcessor.v1_2_0.DellProcessor", + "CPUFamily": "AMDZenProcessorFamily", + "CPUStatus": "CPUEnabled", + "Cache1Associativity": "8-WaySet-Associative", + "Cache1ErrorMethodology": "Parity", + "Cache1InstalledSizeKB": 1536, + "Cache1Level": "L1", + "Cache1Location": "Internal", + "Cache1PrimaryStatus": "OK", + "Cache1SRAMType": "Unknown", + "Cache1SizeKB": 1536, + "Cache1Type": "Unified", + "Cache1WritePolicy": "WriteBack", + "Cache2Associativity": "8-WaySet-Associative", + "Cache2ErrorMethodology": "Multi-bitECC", + "Cache2InstalledSizeKB": 12288, + "Cache2Level": "L2", + "Cache2Location": "Internal", + "Cache2PrimaryStatus": "OK", + "Cache2SRAMType": "Unknown", + "Cache2SizeKB": 12288, + "Cache2Type": "Unified", + "Cache2WritePolicy": "WriteBack", + "Cache3Associativity": "16-WaySet-Associative", + "Cache3ErrorMethodology": "Multi-bitECC", + "Cache3InstalledSizeKB": 131072, + "Cache3Level": "L3", + "Cache3Location": "Internal", + "Cache3PrimaryStatus": "OK", + "Cache3SRAMType": "Unknown", + "Cache3SizeKB": 131072, + "Cache3Type": "Unified", + "Cache3WritePolicy": "WriteBack", + "CurrentClockSpeedMhz": 2650, + "ExecuteDisabledCapable": "Yes", + "ExecuteDisabledEnabled": "Yes", + "ExternalBusClockSpeedMhz": 16000, + "HyperThreadingCapable": "Yes", + "HyperThreadingEnabled": "No", + "Id": "CPU.Socket.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "Name": "DellProcessor", + "TurboModeCapable": "Yes", + "TurboModeEnabled": "Yes", + "VirtualizationTechnologyCapable": "Yes", + "VirtualizationTechnologyEnabled": "Yes", + "Volts": "1.8" + } + } + }, + "OperatingSpeedMHz": 2650, + "ProcessorArchitecture": "x86", + "ProcessorId": { + "EffectiveFamily": "15", + "EffectiveModel": "1", + "IdentificationRegisters": "0x00A00F11", + "MicrocodeInfo": "0xA0011CE", + "ProtectedIdentificationNumber": "01F0F289BB00404B", + "Step": "1", + "VendorId": "AuthenticAMD" + }, + "ProcessorType": "CPU", + "Socket": "CPU.Socket.1", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "TotalCores": 24, + "TotalEnabledCores": 24, + "TotalThreads": 24, + "TurboState": "Enabled", + "Version": "Model 1 Stepping 1" + }, + "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1/Oem/Dell/DellProcessors/CPU.Socket.1": { + "@odata.context": "/redfish/v1/$metadata#DellProcessor.DellProcessor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1/Oem/Dell/DellProcessors/CPU.Socket.1", + "@odata.type": "#DellProcessor.v1_2_0.DellProcessor", + "CPUFamily": "AMDZenProcessorFamily", + "CPUStatus": "CPUEnabled", + "Cache1Associativity": "8-WaySet-Associative", + "Cache1ErrorMethodology": "Parity", + "Cache1InstalledSizeKB": 1536, + "Cache1Level": "L1", + "Cache1Location": "Internal", + "Cache1PrimaryStatus": "OK", + "Cache1SRAMType": "Unknown", + "Cache1SizeKB": 1536, + "Cache1Type": "Unified", + "Cache1WritePolicy": "WriteBack", + "Cache2Associativity": "8-WaySet-Associative", + "Cache2ErrorMethodology": "Multi-bitECC", + "Cache2InstalledSizeKB": 12288, + "Cache2Level": "L2", + "Cache2Location": "Internal", + "Cache2PrimaryStatus": "OK", + "Cache2SRAMType": "Unknown", + "Cache2SizeKB": 12288, + "Cache2Type": "Unified", + "Cache2WritePolicy": "WriteBack", + "Cache3Associativity": "16-WaySet-Associative", + "Cache3ErrorMethodology": "Multi-bitECC", + "Cache3InstalledSizeKB": 131072, + "Cache3Level": "L3", + "Cache3Location": "Internal", + "Cache3PrimaryStatus": "OK", + "Cache3SRAMType": "Unknown", + "Cache3SizeKB": 131072, + "Cache3Type": "Unified", + "Cache3WritePolicy": "WriteBack", + "CurrentClockSpeedMhz": 2650, + "Description": "An instance of DellProcessor will have CPU specific data.", + "ExecuteDisabledCapable": "Yes", + "ExecuteDisabledEnabled": "Yes", + "ExternalBusClockSpeedMhz": 16000, + "HyperThreadingCapable": "Yes", + "HyperThreadingEnabled": "No", + "Id": "CPU.Socket.1", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "Name": "DellProcessor", + "PackageMemoryErrorCorrection": "0", + "PackageMemoryLocation": "0", + "PackageMemoryMaximumSizeGiB": 0, + "TurboModeCapable": "Yes", + "TurboModeEnabled": "Yes", + "VirtualizationTechnologyCapable": "Yes", + "VirtualizationTechnologyEnabled": "Yes", + "Volts": "1.8" + }, + "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2": { + "@odata.context": "/redfish/v1/$metadata#Processor.Processor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2", + "@odata.type": "#Processor.v1_17_0.Processor", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "Description": "Represents the properties of a Processor attached to this System", + "Enabled": true, + "Id": "CPU.Socket.2", + "InstructionSet": "x86-64", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Memory": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B4" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B2" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory/DIMM.Socket.B3" + } + ], + "Memory@odata.count": 4 + }, + "Manufacturer": "AMD", + "MaxSpeedMHz": 3900, + "MemorySummary": { + "TotalCacheSizeMiB": 142, + "TotalMemorySizeMiB": 262144 + }, + "Model": "AMD EPYC 7413 24-Core Processor", + "Name": "CPU 2", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellProcessor": { + "@odata.context": "/redfish/v1/$metadata#DellProcessor.DellProcessor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2/Oem/Dell/DellProcessors/CPU.Socket.2", + "@odata.type": "#DellProcessor.v1_2_0.DellProcessor", + "CPUFamily": "AMDZenProcessorFamily", + "CPUStatus": "CPUEnabled", + "Cache1Associativity": "8-WaySet-Associative", + "Cache1ErrorMethodology": "Parity", + "Cache1InstalledSizeKB": 1536, + "Cache1Level": "L1", + "Cache1Location": "Internal", + "Cache1PrimaryStatus": "OK", + "Cache1SRAMType": "Unknown", + "Cache1SizeKB": 1536, + "Cache1Type": "Unified", + "Cache1WritePolicy": "WriteBack", + "Cache2Associativity": "8-WaySet-Associative", + "Cache2ErrorMethodology": "Multi-bitECC", + "Cache2InstalledSizeKB": 12288, + "Cache2Level": "L2", + "Cache2Location": "Internal", + "Cache2PrimaryStatus": "OK", + "Cache2SRAMType": "Unknown", + "Cache2SizeKB": 12288, + "Cache2Type": "Unified", + "Cache2WritePolicy": "WriteBack", + "Cache3Associativity": "16-WaySet-Associative", + "Cache3ErrorMethodology": "Multi-bitECC", + "Cache3InstalledSizeKB": 131072, + "Cache3Level": "L3", + "Cache3Location": "Internal", + "Cache3PrimaryStatus": "OK", + "Cache3SRAMType": "Unknown", + "Cache3SizeKB": 131072, + "Cache3Type": "Unified", + "Cache3WritePolicy": "WriteBack", + "CurrentClockSpeedMhz": 2650, + "ExecuteDisabledCapable": "Yes", + "ExecuteDisabledEnabled": "Yes", + "ExternalBusClockSpeedMhz": 16000, + "HyperThreadingCapable": "Yes", + "HyperThreadingEnabled": "No", + "Id": "CPU.Socket.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "Name": "DellProcessor", + "TurboModeCapable": "Yes", + "TurboModeEnabled": "Yes", + "VirtualizationTechnologyCapable": "Yes", + "VirtualizationTechnologyEnabled": "Yes", + "Volts": "1.8" + } + } + }, + "OperatingSpeedMHz": 2650, + "ProcessorArchitecture": "x86", + "ProcessorId": { + "EffectiveFamily": "15", + "EffectiveModel": "1", + "IdentificationRegisters": "0x00A00F11", + "MicrocodeInfo": "0xA0011CE", + "ProtectedIdentificationNumber": "01F0F287A66A4008", + "Step": "1", + "VendorId": "AuthenticAMD" + }, + "ProcessorType": "CPU", + "Socket": "CPU.Socket.2", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "TotalCores": 24, + "TotalEnabledCores": 24, + "TotalThreads": 24, + "TurboState": "Enabled", + "Version": "Model 1 Stepping 1" + }, + "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2/Oem/Dell/DellProcessors/CPU.Socket.2": { + "@odata.context": "/redfish/v1/$metadata#DellProcessor.DellProcessor", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2/Oem/Dell/DellProcessors/CPU.Socket.2", + "@odata.type": "#DellProcessor.v1_2_0.DellProcessor", + "CPUFamily": "AMDZenProcessorFamily", + "CPUStatus": "CPUEnabled", + "Cache1Associativity": "8-WaySet-Associative", + "Cache1ErrorMethodology": "Parity", + "Cache1InstalledSizeKB": 1536, + "Cache1Level": "L1", + "Cache1Location": "Internal", + "Cache1PrimaryStatus": "OK", + "Cache1SRAMType": "Unknown", + "Cache1SizeKB": 1536, + "Cache1Type": "Unified", + "Cache1WritePolicy": "WriteBack", + "Cache2Associativity": "8-WaySet-Associative", + "Cache2ErrorMethodology": "Multi-bitECC", + "Cache2InstalledSizeKB": 12288, + "Cache2Level": "L2", + "Cache2Location": "Internal", + "Cache2PrimaryStatus": "OK", + "Cache2SRAMType": "Unknown", + "Cache2SizeKB": 12288, + "Cache2Type": "Unified", + "Cache2WritePolicy": "WriteBack", + "Cache3Associativity": "16-WaySet-Associative", + "Cache3ErrorMethodology": "Multi-bitECC", + "Cache3InstalledSizeKB": 131072, + "Cache3Level": "L3", + "Cache3Location": "Internal", + "Cache3PrimaryStatus": "OK", + "Cache3SRAMType": "Unknown", + "Cache3SizeKB": 131072, + "Cache3Type": "Unified", + "Cache3WritePolicy": "WriteBack", + "CurrentClockSpeedMhz": 2650, + "Description": "An instance of DellProcessor will have CPU specific data.", + "ExecuteDisabledCapable": "Yes", + "ExecuteDisabledEnabled": "Yes", + "ExternalBusClockSpeedMhz": 16000, + "HyperThreadingCapable": "Yes", + "HyperThreadingEnabled": "No", + "Id": "CPU.Socket.2", + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "Name": "DellProcessor", + "PackageMemoryErrorCorrection": "0", + "PackageMemoryLocation": "0", + "PackageMemoryMaximumSizeGiB": 0, + "TurboModeCapable": "Yes", + "TurboModeEnabled": "Yes", + "VirtualizationTechnologyCapable": "Yes", + "VirtualizationTechnologyEnabled": "Yes", + "Volts": "1.8" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot": { + "@odata.context": "/redfish/v1/$metadata#SecureBoot.SecureBoot", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot", + "@odata.type": "#SecureBoot.v1_1_0.SecureBoot", + "Actions": { + "#SecureBoot.ResetKeys": { + "ResetKeysType@Redfish.AllowableValues": [ + "ResetAllKeysToDefault", + "DeleteAllKeys", + "DeletePK", + "ResetPK", + "ResetKEK", + "ResetDB", + "ResetDBX" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Actions/SecureBoot.ResetKeys" + }, + "Oem": {} + }, + "Description": "UEFI Secure Boot", + "Id": "SecureBoot", + "Name": "UEFI Secure Boot", + "Oem": { + "Dell": { + "@odata.context": "/redfish/v1/$metadata#DellSecureBoot.DellSecureBoot", + "@odata.type": "#DellSecureBoot.v1_1_0.DellSecureBoot", + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates" + }, + "FirmwareImageHashes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/FirmwareImageHashes" + } + } + }, + "SecureBootCurrentBoot": "Disabled", + "SecureBootDatabases": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases" + }, + "SecureBootEnable": false, + "SecureBootMode": "DeployedMode" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates": { + "@odata.context": "/redfish/v1/$metadata#DellCertificateStoreCollection.DellCertificateStoreCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates", + "@odata.type": "#DellCertificateStoreCollection.DellCertificateStoreCollection", + "Description": "DellCertificateStoreCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK" + } + ], + "Members@odata.count": 4, + "Name": "DellCertificateStoreCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB": { + "@odata.context": "/redfish/v1/$metadata#DellCertificateCollection.DellCertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB", + "@odata.type": "#DellCertificateCollection.DellCertificateCollection", + "Certificates": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.3", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.3", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "6108D3C4000000000004", + "SubjectCommonName_CN": "Microsoft Corporation UEFI CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "46:DE:F6:3B:5C:E6:1C:F8:BA:0D:E2:E6:63:9C:10:19:D0:ED:14:F3", + "ValidFrom": "Jun 27 21:22:45 2011 GMT", + "ValidTo": "Jun 27 21:32:45 2026 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.4", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.4", + "IssuerCommonName_CN": "Microsoft Root Certificate Authority 2010", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "61077656000000000008", + "SubjectCommonName_CN": "Microsoft Windows Production PCA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "58:0A:6F:4C:C4:E4:B6:69:B9:EB:DC:1B:2B:3E:08:7B:80:D0:67:8D", + "ValidFrom": "Oct 19 18:41:42 2011 GMT", + "ValidTo": "Oct 19 18:51:42 2026 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.5", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.5", + "IssuerCommonName_CN": null, + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E9D9FF69E6F3E7E4", + "SubjectCommonName_CN": null, + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "13:7E:57:1F:0B:81:8A:0F:5C:32:3D:A2:7F:4A:EC:CF:95:98:0C:96", + "ValidFrom": "Oct 16 17:16:05 2008 GMT", + "ValidTo": "Dec 31 17:16:05 2019 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.6", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.6", + "IssuerCommonName_CN": "VMware Secure Boot Signing", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E34CA75A0A615853", + "SubjectCommonName_CN": "VMware Secure Boot Signing", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "73:8A:96:2B:D9:C8:1B:72:77:17:AF:17:EE:09:3F:E9:B4:BA:EE:C0", + "ValidFrom": "Oct 24 06:47:59 2017 GMT", + "ValidTo": "Oct 19 06:47:59 2037 GMT" + } + ], + "Certificates@odata.count": 4, + "Description": "DellCertificateCollection", + "Hash": [], + "Hash@odata.count": 0, + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.3", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.3", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "6108D3C4000000000004", + "SubjectCommonName_CN": "Microsoft Corporation UEFI CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "46:DE:F6:3B:5C:E6:1C:F8:BA:0D:E2:E6:63:9C:10:19:D0:ED:14:F3", + "ValidFrom": "Jun 27 21:22:45 2011 GMT", + "ValidTo": "Jun 27 21:32:45 2026 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.4", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.4", + "IssuerCommonName_CN": "Microsoft Root Certificate Authority 2010", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "61077656000000000008", + "SubjectCommonName_CN": "Microsoft Windows Production PCA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "58:0A:6F:4C:C4:E4:B6:69:B9:EB:DC:1B:2B:3E:08:7B:80:D0:67:8D", + "ValidFrom": "Oct 19 18:41:42 2011 GMT", + "ValidTo": "Oct 19 18:51:42 2026 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.5", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.5", + "IssuerCommonName_CN": null, + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E9D9FF69E6F3E7E4", + "SubjectCommonName_CN": null, + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "13:7E:57:1F:0B:81:8A:0F:5C:32:3D:A2:7F:4A:EC:CF:95:98:0C:96", + "ValidFrom": "Oct 16 17:16:05 2008 GMT", + "ValidTo": "Dec 31 17:16:05 2019 GMT" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.6", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.6", + "IssuerCommonName_CN": "VMware Secure Boot Signing", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E34CA75A0A615853", + "SubjectCommonName_CN": "VMware Secure Boot Signing", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "73:8A:96:2B:D9:C8:1B:72:77:17:AF:17:EE:09:3F:E9:B4:BA:EE:C0", + "ValidFrom": "Oct 24 06:47:59 2017 GMT", + "ValidTo": "Oct 19 06:47:59 2037 GMT" + } + ], + "Members@odata.count": 4, + "Name": "DellCertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.3": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.3", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.3", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "6108D3C4000000000004", + "SubjectCommonName_CN": "Microsoft Corporation UEFI CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "46:DE:F6:3B:5C:E6:1C:F8:BA:0D:E2:E6:63:9C:10:19:D0:ED:14:F3", + "ValidFrom": "Jun 27 21:22:45 2011 GMT", + "ValidTo": "Jun 27 21:32:45 2026 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.4": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.4", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.4", + "IssuerCommonName_CN": "Microsoft Root Certificate Authority 2010", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "61077656000000000008", + "SubjectCommonName_CN": "Microsoft Windows Production PCA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "58:0A:6F:4C:C4:E4:B6:69:B9:EB:DC:1B:2B:3E:08:7B:80:D0:67:8D", + "ValidFrom": "Oct 19 18:41:42 2011 GMT", + "ValidTo": "Oct 19 18:51:42 2026 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.5": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.5", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.5", + "IssuerCommonName_CN": null, + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E9D9FF69E6F3E7E4", + "SubjectCommonName_CN": null, + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "13:7E:57:1F:0B:81:8A:0F:5C:32:3D:A2:7F:4A:EC:CF:95:98:0C:96", + "ValidFrom": "Oct 16 17:16:05 2008 GMT", + "ValidTo": "Dec 31 17:16:05 2019 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.6": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DB/StdSecbootpolicy.6", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "DB", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.6", + "IssuerCommonName_CN": "VMware Secure Boot Signing", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Palo Alto", + "IssuerOrganization_O": "VMware, Inc.", + "IssuerState_S": "California", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "E34CA75A0A615853", + "SubjectCommonName_CN": "VMware Secure Boot Signing", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Palo Alto", + "SubjectOrganization_O": "VMware, Inc.", + "SubjectState_S": "California", + "Thumbprint": "73:8A:96:2B:D9:C8:1B:72:77:17:AF:17:EE:09:3F:E9:B4:BA:EE:C0", + "ValidFrom": "Oct 24 06:47:59 2017 GMT", + "ValidTo": "Oct 19 06:47:59 2037 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX": { + "@odata.context": "/redfish/v1/$metadata#DellCertificateCollection.DellCertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX", + "@odata.type": "#DellCertificateCollection.DellCertificateCollection", + "Certificates": [], + "Certificates@odata.count": 0, + "Description": "DellCertificateCollection", + "Hash": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.7", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "416E3E4A6722A534AFBA9040B6D6A69CC313F1E48E7959F57BF248D543D00245", + "Id": "StdSecbootpolicy.7", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.8", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A", + "Id": "StdSecbootpolicy.8", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.9", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "F52F83A3FA9CFBD6920F722824DBE4034534D25B8507246B3B957DAC6E1BCE7A", + "Id": "StdSecbootpolicy.9", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.10", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C5D9D8A186E2C82D09AFAA2A6F7F2E73870D3E64F72C4E08EF67796A840F0FBD", + "Id": "StdSecbootpolicy.10", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.11", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "363384D14D1F2E0B7815626484C459AD57A318EF4396266048D058C5A19BBF76", + "Id": "StdSecbootpolicy.11", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.12", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "1AEC84B84B6C65A51220A9BE7181965230210D62D6D33C48999C6B295A2B0A06", + "Id": "StdSecbootpolicy.12", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.13", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E6CA68E94146629AF03F69C2F86E6BEF62F930B37C6FBCC878B78DF98C0334E5", + "Id": "StdSecbootpolicy.13", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.14", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C3A99A460DA464A057C3586D83CEF5F4AE08B7103979ED8932742DF0ED530C66", + "Id": "StdSecbootpolicy.14", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.15", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "58FB941AEF95A25943B3FB5F2510A0DF3FE44C58C95E0AB80487297568AB9771", + "Id": "StdSecbootpolicy.15", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.16", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5391C3A2FB112102A6AA1EDC25AE77E19F5D6F09CD09EEB2509922BFCD5992EA", + "Id": "StdSecbootpolicy.16", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.17", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D626157E1D6A718BC124AB8DA27CBB65072CA03A7B6B257DBDCBBD60F65EF3D1", + "Id": "StdSecbootpolicy.17", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.18", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D063EC28F67EBA53F1642DBF7DFF33C6A32ADD869F6013FE162E2C32F1CBE56D", + "Id": "StdSecbootpolicy.18", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.19", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "29C6EB52B43C3AA18B2CD8ED6EA8607CEF3CFAE1BAFE1165755CF2E614844A44", + "Id": "StdSecbootpolicy.19", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.20", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "90FBE70E69D633408D3E170C6832DBB2D209E0272527DFB63D49D29572A6F44C", + "Id": "StdSecbootpolicy.20", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.21", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "075EEA060589548BA060B2FEED10DA3C20C7FE9B17CD026B94E8A683B8115238", + "Id": "StdSecbootpolicy.21", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.22", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "07E6C6A858646FB1EFC67903FE28B116011F2367FE92E6BE2B36999EFF39D09E", + "Id": "StdSecbootpolicy.22", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.23", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "09DF5F4E511208EC78B96D12D08125FDB603868DE39F6F72927852599B659C26", + "Id": "StdSecbootpolicy.23", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.24", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0BBB4392DAAC7AB89B30A4AC657531B97BFAAB04F90B0DAFE5F9B6EB90A06374", + "Id": "StdSecbootpolicy.24", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.25", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0C189339762DF336AB3DD006A463DF715A39CFB0F492465C600E6C6BD7BD898C", + "Id": "StdSecbootpolicy.25", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.26", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0D0DBECA6F29ECA06F331A7D72E4884B12097FB348983A2A14A0D73F4F10140F", + "Id": "StdSecbootpolicy.26", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.27", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0DC9F3FB99962148C3CA833632758D3ED4FC8D0B0007B95B31E6528F2ACD5BFC", + "Id": "StdSecbootpolicy.27", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.28", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "106FACEACFECFD4E303B74F480A08098E2D0802B936F8EC774CE21F31686689C", + "Id": "StdSecbootpolicy.28", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.29", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "174E3A0B5B43C6A607BBD3404F05341E3DCF396267CE94F8B50E2E23A9DA920C", + "Id": "StdSecbootpolicy.29", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.30", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "18333429FF0562ED9F97033E1148DCEEE52DBE2E496D5410B5CFD6C864D2D10F", + "Id": "StdSecbootpolicy.30", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.31", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2B99CF26422E92FE365FBF4BC30D27086C9EE14B7A6FFF44FB2F6B9001699939", + "Id": "StdSecbootpolicy.31", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.32", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2BBF2CA7B8F1D91F27EE52B6FB2A5DD049B85A2B9B529C5D6662068104B055F8", + "Id": "StdSecbootpolicy.32", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.33", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2C73D93325BA6DCBE589D4A4C63C5B935559EF92FBF050ED50C4E2085206F17D", + "Id": "StdSecbootpolicy.33", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.34", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2E70916786A6F773511FA7181FAB0F1D70B557C6322EA923B2A8D3B92B51AF7D", + "Id": "StdSecbootpolicy.34", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.35", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "306628FA5477305728BA4A467DE7D0387A54F569D3769FCE5E75EC89D28D1593", + "Id": "StdSecbootpolicy.35", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.36", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3608EDBAF5AD0F41A414A1777ABF2FAF5E670334675EC3995E6935829E0CAAD2", + "Id": "StdSecbootpolicy.36", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.37", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3841D221368D1583D75C0A02E62160394D6C4E0A6760B6F607B90362BC855B02", + "Id": "StdSecbootpolicy.37", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.38", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3FCE9B9FDF3EF09D5452B0F95EE481C2B7F06D743A737971558E70136ACE3E73", + "Id": "StdSecbootpolicy.38", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.39", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "4397DACA839E7F63077CB50C92DF43BC2D2FB2A8F59F26FC7A0E4BD4D9751692", + "Id": "StdSecbootpolicy.39", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.40", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "47CC086127E2069A86E03A6BEF2CD410F8C55A6D6BDB362168C31B2CE32A5ADF", + "Id": "StdSecbootpolicy.40", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.41", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "518831FE7382B514D03E15C621228B8AB65479BD0CBFA3C5C1D0F48D9C306135", + "Id": "StdSecbootpolicy.41", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.42", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5AE949EA8855EB93E439DBC65BDA2E42852C2FDF6789FA146736E3C3410F2B5C", + "Id": "StdSecbootpolicy.42", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.43", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6B1D138078E4418AA68DEB7BB35E066092CF479EEB8CE4CD12E7D072CCB42F66", + "Id": "StdSecbootpolicy.43", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.44", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6C8854478DD559E29351B826C06CB8BFEF2B94AD3538358772D193F82ED1CA11", + "Id": "StdSecbootpolicy.44", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.45", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6F1428FF71C9DB0ED5AF1F2E7BBFCBAB647CC265DDF5B293CDB626F50A3A785E", + "Id": "StdSecbootpolicy.45", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.46", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "71F2906FD222497E54A34662AB2497FCC81020770FF51368E9E3D9BFCBFD6375", + "Id": "StdSecbootpolicy.46", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.47", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "726B3EB654046A30F3F83D9B96CE03F670E9A806D1708A0371E62DC49D2C23C1", + "Id": "StdSecbootpolicy.47", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.48", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "72E0BD1867CF5D9D56AB158ADF3BDDBC82BF32A8D8AA1D8C5E2F6DF29428D6D8", + "Id": "StdSecbootpolicy.48", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.49", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "7827AF99362CFAF0717DADE4B1BFE0438AD171C15ADDC248B75BF8CAA44BB2C5", + "Id": "StdSecbootpolicy.49", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.50", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "81A8B965BB84D3876B9429A95481CC955318CFAA1412D808C8A33BFD33FFF0E4", + "Id": "StdSecbootpolicy.50", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.51", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "82DB3BCEB4F60843CE9D97C3D187CD9B5941CD3DE8100E586F2BDA5637575F67", + "Id": "StdSecbootpolicy.51", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.52", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "895A9785F617CA1D7ED44FC1A1470B71F3F1223862D9FF9DCC3AE2DF92163DAF", + "Id": "StdSecbootpolicy.52", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.53", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8AD64859F195B5F58DAFAA940B6A6167ACD67A886E8F469364177221C55945B9", + "Id": "StdSecbootpolicy.53", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.54", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8BF434B49E00CCF71502A2CD900865CB01EC3B3DA03C35BE505FDF7BD563F521", + "Id": "StdSecbootpolicy.54", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.55", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8D8EA289CFE70A1C07AB7365CB28EE51EDD33CF2506DE888FBADD60EBF80481C", + "Id": "StdSecbootpolicy.55", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.56", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9998D363C491BE16BD74BA10B94D9291001611736FDCA643A36664BC0F315A42", + "Id": "StdSecbootpolicy.56", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.57", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9E4A69173161682E55FDE8FEF560EB88EC1FFEDCAF04001F66C0CAF707B2B734", + "Id": "StdSecbootpolicy.57", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.58", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A6B5151F3655D3A2AF0D472759796BE4A4200E5495A7D869754C4848857408A7", + "Id": "StdSecbootpolicy.58", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.59", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A7F32F508D4EB0FEAD9A087EF94ED1BA0AEC5DE6F7EF6FF0A62B93BEDF5D458D", + "Id": "StdSecbootpolicy.59", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.60", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AD6826E1946D26D3EAF3685C88D97D85DE3B4DCB3D0EE2AE81C70560D13C5720", + "Id": "StdSecbootpolicy.60", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.61", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AEEBAE3151271273ED95AA2E671139ED31A98567303A332298F83709A9D55AA1", + "Id": "StdSecbootpolicy.61", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.62", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AFE2030AFB7D2CDA13F9FA333A02E34F6751AFEC11B010DBCD441FDF4C4002B3", + "Id": "StdSecbootpolicy.62", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.63", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B54F1EE636631FAD68058D3B0937031AC1B90CCB17062A391CCA68AFDBE40D55", + "Id": "StdSecbootpolicy.63", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.64", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B8F078D983A24AC433216393883514CD932C33AF18E7DD70884C8235F4275736", + "Id": "StdSecbootpolicy.64", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.65", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B97A0889059C035FF1D54B6DB53B11B9766668D9F955247C028B2837D7A04CD9", + "Id": "StdSecbootpolicy.65", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.66", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "BC87A668E81966489CB508EE805183C19E6ACD24CF17799CA062D2E384DA0EA7", + "Id": "StdSecbootpolicy.66", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.67", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C409BDAC4775ADD8DB92AA22B5B718FB8C94A1462C1FE9A416B95D8A3388C2FC", + "Id": "StdSecbootpolicy.67", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.68", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C617C1A8B1EE2A811C28B5A81B4C83D7C98B5B0C27281D610207EBE692C2967F", + "Id": "StdSecbootpolicy.68", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.69", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C90F336617B8E7F983975413C997F10B73EB267FD8A10CB9E3BDBFC667ABDB8B", + "Id": "StdSecbootpolicy.69", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.70", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CB6B858B40D3A098765815B592C1514A49604FAFD60819DA88D7A76E9778FEF7", + "Id": "StdSecbootpolicy.70", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.71", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CE3BFABE59D67CE8AC8DFD4A16F7C43EF9C224513FBC655957D735FA29F540CE", + "Id": "StdSecbootpolicy.71", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.72", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D8CBEB9735F5672B367E4F96CDC74969615D17074AE96C724D42CE0216F8F3FA", + "Id": "StdSecbootpolicy.72", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.73", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E92C22EB3B5642D65C1EC2CAF247D2594738EEBB7FB3841A44956F59E2B0D1FA", + "Id": "StdSecbootpolicy.73", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.74", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FDDD6E3D29EA84C7743DAD4A1BDBC700B5FEC1B391F932409086ACC71DD6DBD8", + "Id": "StdSecbootpolicy.74", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.75", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FE63A84F782CC9D3FCF2CCF9FC11FBD03760878758D26285ED12669BDC6E6D01", + "Id": "StdSecbootpolicy.75", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.76", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FECFB232D12E994B6D485D2C7167728AA5525984AD5CA61E7516221F079A1436", + "Id": "StdSecbootpolicy.76", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.77", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CA171D614A8D7E121C93948CD0FE55D39981F9D11AA96E03450A415227C2C65B", + "Id": "StdSecbootpolicy.77", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.78", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "55B99B0DE53DBCFE485AA9C737CF3FB616EF3D91FAB599AA7CAB19EDA763B5BA", + "Id": "StdSecbootpolicy.78", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.79", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "77DD190FA30D88FF5E3B011A0AE61E6209780C130B535ECB87E6F0888A0B6B2F", + "Id": "StdSecbootpolicy.79", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.80", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C83CB13922AD99F560744675DD37CC94DCAD5A1FCBA6472FEE341171D939E884", + "Id": "StdSecbootpolicy.80", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.81", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3B0287533E0CC3D0EC1AA823CBF0A941AAD8721579D1C499802DD1C3A636B8A9", + "Id": "StdSecbootpolicy.81", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.82", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "939AEEF4F5FA51E23340C3F2E49048CE8872526AFDF752C3A7F3A3F2BC9F6049", + "Id": "StdSecbootpolicy.82", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.83", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "64575BD912789A2E14AD56F6341F52AF6BF80CF94400785975E9F04E2D64D745", + "Id": "StdSecbootpolicy.83", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.84", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "45C7C8AE750ACFBB48FC37527D6412DD644DAED8913CCD8A24C94D856967DF8E", + "Id": "StdSecbootpolicy.84", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + } + ], + "Hash@odata.count": 78, + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.7", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "416E3E4A6722A534AFBA9040B6D6A69CC313F1E48E7959F57BF248D543D00245", + "Id": "StdSecbootpolicy.7", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.8", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A", + "Id": "StdSecbootpolicy.8", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.9", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "F52F83A3FA9CFBD6920F722824DBE4034534D25B8507246B3B957DAC6E1BCE7A", + "Id": "StdSecbootpolicy.9", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.10", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C5D9D8A186E2C82D09AFAA2A6F7F2E73870D3E64F72C4E08EF67796A840F0FBD", + "Id": "StdSecbootpolicy.10", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.11", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "363384D14D1F2E0B7815626484C459AD57A318EF4396266048D058C5A19BBF76", + "Id": "StdSecbootpolicy.11", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.12", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "1AEC84B84B6C65A51220A9BE7181965230210D62D6D33C48999C6B295A2B0A06", + "Id": "StdSecbootpolicy.12", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.13", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E6CA68E94146629AF03F69C2F86E6BEF62F930B37C6FBCC878B78DF98C0334E5", + "Id": "StdSecbootpolicy.13", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.14", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C3A99A460DA464A057C3586D83CEF5F4AE08B7103979ED8932742DF0ED530C66", + "Id": "StdSecbootpolicy.14", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.15", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "58FB941AEF95A25943B3FB5F2510A0DF3FE44C58C95E0AB80487297568AB9771", + "Id": "StdSecbootpolicy.15", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.16", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5391C3A2FB112102A6AA1EDC25AE77E19F5D6F09CD09EEB2509922BFCD5992EA", + "Id": "StdSecbootpolicy.16", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.17", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D626157E1D6A718BC124AB8DA27CBB65072CA03A7B6B257DBDCBBD60F65EF3D1", + "Id": "StdSecbootpolicy.17", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.18", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D063EC28F67EBA53F1642DBF7DFF33C6A32ADD869F6013FE162E2C32F1CBE56D", + "Id": "StdSecbootpolicy.18", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.19", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "29C6EB52B43C3AA18B2CD8ED6EA8607CEF3CFAE1BAFE1165755CF2E614844A44", + "Id": "StdSecbootpolicy.19", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.20", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "90FBE70E69D633408D3E170C6832DBB2D209E0272527DFB63D49D29572A6F44C", + "Id": "StdSecbootpolicy.20", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.21", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "075EEA060589548BA060B2FEED10DA3C20C7FE9B17CD026B94E8A683B8115238", + "Id": "StdSecbootpolicy.21", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.22", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "07E6C6A858646FB1EFC67903FE28B116011F2367FE92E6BE2B36999EFF39D09E", + "Id": "StdSecbootpolicy.22", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.23", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "09DF5F4E511208EC78B96D12D08125FDB603868DE39F6F72927852599B659C26", + "Id": "StdSecbootpolicy.23", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.24", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0BBB4392DAAC7AB89B30A4AC657531B97BFAAB04F90B0DAFE5F9B6EB90A06374", + "Id": "StdSecbootpolicy.24", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.25", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0C189339762DF336AB3DD006A463DF715A39CFB0F492465C600E6C6BD7BD898C", + "Id": "StdSecbootpolicy.25", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.26", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0D0DBECA6F29ECA06F331A7D72E4884B12097FB348983A2A14A0D73F4F10140F", + "Id": "StdSecbootpolicy.26", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.27", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0DC9F3FB99962148C3CA833632758D3ED4FC8D0B0007B95B31E6528F2ACD5BFC", + "Id": "StdSecbootpolicy.27", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.28", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "106FACEACFECFD4E303B74F480A08098E2D0802B936F8EC774CE21F31686689C", + "Id": "StdSecbootpolicy.28", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.29", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "174E3A0B5B43C6A607BBD3404F05341E3DCF396267CE94F8B50E2E23A9DA920C", + "Id": "StdSecbootpolicy.29", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.30", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "18333429FF0562ED9F97033E1148DCEEE52DBE2E496D5410B5CFD6C864D2D10F", + "Id": "StdSecbootpolicy.30", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.31", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2B99CF26422E92FE365FBF4BC30D27086C9EE14B7A6FFF44FB2F6B9001699939", + "Id": "StdSecbootpolicy.31", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.32", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2BBF2CA7B8F1D91F27EE52B6FB2A5DD049B85A2B9B529C5D6662068104B055F8", + "Id": "StdSecbootpolicy.32", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.33", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2C73D93325BA6DCBE589D4A4C63C5B935559EF92FBF050ED50C4E2085206F17D", + "Id": "StdSecbootpolicy.33", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.34", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2E70916786A6F773511FA7181FAB0F1D70B557C6322EA923B2A8D3B92B51AF7D", + "Id": "StdSecbootpolicy.34", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.35", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "306628FA5477305728BA4A467DE7D0387A54F569D3769FCE5E75EC89D28D1593", + "Id": "StdSecbootpolicy.35", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.36", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3608EDBAF5AD0F41A414A1777ABF2FAF5E670334675EC3995E6935829E0CAAD2", + "Id": "StdSecbootpolicy.36", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.37", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3841D221368D1583D75C0A02E62160394D6C4E0A6760B6F607B90362BC855B02", + "Id": "StdSecbootpolicy.37", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.38", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3FCE9B9FDF3EF09D5452B0F95EE481C2B7F06D743A737971558E70136ACE3E73", + "Id": "StdSecbootpolicy.38", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.39", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "4397DACA839E7F63077CB50C92DF43BC2D2FB2A8F59F26FC7A0E4BD4D9751692", + "Id": "StdSecbootpolicy.39", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.40", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "47CC086127E2069A86E03A6BEF2CD410F8C55A6D6BDB362168C31B2CE32A5ADF", + "Id": "StdSecbootpolicy.40", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.41", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "518831FE7382B514D03E15C621228B8AB65479BD0CBFA3C5C1D0F48D9C306135", + "Id": "StdSecbootpolicy.41", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.42", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5AE949EA8855EB93E439DBC65BDA2E42852C2FDF6789FA146736E3C3410F2B5C", + "Id": "StdSecbootpolicy.42", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.43", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6B1D138078E4418AA68DEB7BB35E066092CF479EEB8CE4CD12E7D072CCB42F66", + "Id": "StdSecbootpolicy.43", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.44", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6C8854478DD559E29351B826C06CB8BFEF2B94AD3538358772D193F82ED1CA11", + "Id": "StdSecbootpolicy.44", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.45", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6F1428FF71C9DB0ED5AF1F2E7BBFCBAB647CC265DDF5B293CDB626F50A3A785E", + "Id": "StdSecbootpolicy.45", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.46", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "71F2906FD222497E54A34662AB2497FCC81020770FF51368E9E3D9BFCBFD6375", + "Id": "StdSecbootpolicy.46", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.47", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "726B3EB654046A30F3F83D9B96CE03F670E9A806D1708A0371E62DC49D2C23C1", + "Id": "StdSecbootpolicy.47", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.48", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "72E0BD1867CF5D9D56AB158ADF3BDDBC82BF32A8D8AA1D8C5E2F6DF29428D6D8", + "Id": "StdSecbootpolicy.48", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.49", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "7827AF99362CFAF0717DADE4B1BFE0438AD171C15ADDC248B75BF8CAA44BB2C5", + "Id": "StdSecbootpolicy.49", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.50", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "81A8B965BB84D3876B9429A95481CC955318CFAA1412D808C8A33BFD33FFF0E4", + "Id": "StdSecbootpolicy.50", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.51", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "82DB3BCEB4F60843CE9D97C3D187CD9B5941CD3DE8100E586F2BDA5637575F67", + "Id": "StdSecbootpolicy.51", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.52", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "895A9785F617CA1D7ED44FC1A1470B71F3F1223862D9FF9DCC3AE2DF92163DAF", + "Id": "StdSecbootpolicy.52", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.53", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8AD64859F195B5F58DAFAA940B6A6167ACD67A886E8F469364177221C55945B9", + "Id": "StdSecbootpolicy.53", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.54", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8BF434B49E00CCF71502A2CD900865CB01EC3B3DA03C35BE505FDF7BD563F521", + "Id": "StdSecbootpolicy.54", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.55", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8D8EA289CFE70A1C07AB7365CB28EE51EDD33CF2506DE888FBADD60EBF80481C", + "Id": "StdSecbootpolicy.55", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.56", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9998D363C491BE16BD74BA10B94D9291001611736FDCA643A36664BC0F315A42", + "Id": "StdSecbootpolicy.56", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.57", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9E4A69173161682E55FDE8FEF560EB88EC1FFEDCAF04001F66C0CAF707B2B734", + "Id": "StdSecbootpolicy.57", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.58", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A6B5151F3655D3A2AF0D472759796BE4A4200E5495A7D869754C4848857408A7", + "Id": "StdSecbootpolicy.58", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.59", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A7F32F508D4EB0FEAD9A087EF94ED1BA0AEC5DE6F7EF6FF0A62B93BEDF5D458D", + "Id": "StdSecbootpolicy.59", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.60", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AD6826E1946D26D3EAF3685C88D97D85DE3B4DCB3D0EE2AE81C70560D13C5720", + "Id": "StdSecbootpolicy.60", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.61", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AEEBAE3151271273ED95AA2E671139ED31A98567303A332298F83709A9D55AA1", + "Id": "StdSecbootpolicy.61", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.62", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AFE2030AFB7D2CDA13F9FA333A02E34F6751AFEC11B010DBCD441FDF4C4002B3", + "Id": "StdSecbootpolicy.62", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.63", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B54F1EE636631FAD68058D3B0937031AC1B90CCB17062A391CCA68AFDBE40D55", + "Id": "StdSecbootpolicy.63", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.64", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B8F078D983A24AC433216393883514CD932C33AF18E7DD70884C8235F4275736", + "Id": "StdSecbootpolicy.64", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.65", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B97A0889059C035FF1D54B6DB53B11B9766668D9F955247C028B2837D7A04CD9", + "Id": "StdSecbootpolicy.65", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.66", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "BC87A668E81966489CB508EE805183C19E6ACD24CF17799CA062D2E384DA0EA7", + "Id": "StdSecbootpolicy.66", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.67", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C409BDAC4775ADD8DB92AA22B5B718FB8C94A1462C1FE9A416B95D8A3388C2FC", + "Id": "StdSecbootpolicy.67", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.68", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C617C1A8B1EE2A811C28B5A81B4C83D7C98B5B0C27281D610207EBE692C2967F", + "Id": "StdSecbootpolicy.68", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.69", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C90F336617B8E7F983975413C997F10B73EB267FD8A10CB9E3BDBFC667ABDB8B", + "Id": "StdSecbootpolicy.69", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.70", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CB6B858B40D3A098765815B592C1514A49604FAFD60819DA88D7A76E9778FEF7", + "Id": "StdSecbootpolicy.70", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.71", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CE3BFABE59D67CE8AC8DFD4A16F7C43EF9C224513FBC655957D735FA29F540CE", + "Id": "StdSecbootpolicy.71", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.72", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D8CBEB9735F5672B367E4F96CDC74969615D17074AE96C724D42CE0216F8F3FA", + "Id": "StdSecbootpolicy.72", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.73", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E92C22EB3B5642D65C1EC2CAF247D2594738EEBB7FB3841A44956F59E2B0D1FA", + "Id": "StdSecbootpolicy.73", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.74", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FDDD6E3D29EA84C7743DAD4A1BDBC700B5FEC1B391F932409086ACC71DD6DBD8", + "Id": "StdSecbootpolicy.74", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.75", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FE63A84F782CC9D3FCF2CCF9FC11FBD03760878758D26285ED12669BDC6E6D01", + "Id": "StdSecbootpolicy.75", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.76", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FECFB232D12E994B6D485D2C7167728AA5525984AD5CA61E7516221F079A1436", + "Id": "StdSecbootpolicy.76", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.77", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CA171D614A8D7E121C93948CD0FE55D39981F9D11AA96E03450A415227C2C65B", + "Id": "StdSecbootpolicy.77", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.78", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "55B99B0DE53DBCFE485AA9C737CF3FB616EF3D91FAB599AA7CAB19EDA763B5BA", + "Id": "StdSecbootpolicy.78", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.79", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "77DD190FA30D88FF5E3B011A0AE61E6209780C130B535ECB87E6F0888A0B6B2F", + "Id": "StdSecbootpolicy.79", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.80", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C83CB13922AD99F560744675DD37CC94DCAD5A1FCBA6472FEE341171D939E884", + "Id": "StdSecbootpolicy.80", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.81", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3B0287533E0CC3D0EC1AA823CBF0A941AAD8721579D1C499802DD1C3A636B8A9", + "Id": "StdSecbootpolicy.81", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.82", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "939AEEF4F5FA51E23340C3F2E49048CE8872526AFDF752C3A7F3A3F2BC9F6049", + "Id": "StdSecbootpolicy.82", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.83", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "64575BD912789A2E14AD56F6341F52AF6BF80CF94400785975E9F04E2D64D745", + "Id": "StdSecbootpolicy.83", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.84", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "45C7C8AE750ACFBB48FC37527D6412DD644DAED8913CCD8A24C94D856967DF8E", + "Id": "StdSecbootpolicy.84", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + } + ], + "Members@odata.count": 78, + "Name": "DellCertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.10": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.10", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C5D9D8A186E2C82D09AFAA2A6F7F2E73870D3E64F72C4E08EF67796A840F0FBD", + "Id": "StdSecbootpolicy.10", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.11": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.11", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "363384D14D1F2E0B7815626484C459AD57A318EF4396266048D058C5A19BBF76", + "Id": "StdSecbootpolicy.11", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.12": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.12", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "1AEC84B84B6C65A51220A9BE7181965230210D62D6D33C48999C6B295A2B0A06", + "Id": "StdSecbootpolicy.12", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.13": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.13", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E6CA68E94146629AF03F69C2F86E6BEF62F930B37C6FBCC878B78DF98C0334E5", + "Id": "StdSecbootpolicy.13", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.14": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.14", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C3A99A460DA464A057C3586D83CEF5F4AE08B7103979ED8932742DF0ED530C66", + "Id": "StdSecbootpolicy.14", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.15": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.15", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "58FB941AEF95A25943B3FB5F2510A0DF3FE44C58C95E0AB80487297568AB9771", + "Id": "StdSecbootpolicy.15", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.16": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.16", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5391C3A2FB112102A6AA1EDC25AE77E19F5D6F09CD09EEB2509922BFCD5992EA", + "Id": "StdSecbootpolicy.16", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.17": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.17", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D626157E1D6A718BC124AB8DA27CBB65072CA03A7B6B257DBDCBBD60F65EF3D1", + "Id": "StdSecbootpolicy.17", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.18": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.18", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D063EC28F67EBA53F1642DBF7DFF33C6A32ADD869F6013FE162E2C32F1CBE56D", + "Id": "StdSecbootpolicy.18", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.19": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.19", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "29C6EB52B43C3AA18B2CD8ED6EA8607CEF3CFAE1BAFE1165755CF2E614844A44", + "Id": "StdSecbootpolicy.19", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.20": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.20", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "90FBE70E69D633408D3E170C6832DBB2D209E0272527DFB63D49D29572A6F44C", + "Id": "StdSecbootpolicy.20", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.21": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.21", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "075EEA060589548BA060B2FEED10DA3C20C7FE9B17CD026B94E8A683B8115238", + "Id": "StdSecbootpolicy.21", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.22": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.22", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "07E6C6A858646FB1EFC67903FE28B116011F2367FE92E6BE2B36999EFF39D09E", + "Id": "StdSecbootpolicy.22", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.23": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.23", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "09DF5F4E511208EC78B96D12D08125FDB603868DE39F6F72927852599B659C26", + "Id": "StdSecbootpolicy.23", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.24": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.24", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0BBB4392DAAC7AB89B30A4AC657531B97BFAAB04F90B0DAFE5F9B6EB90A06374", + "Id": "StdSecbootpolicy.24", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.25": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.25", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0C189339762DF336AB3DD006A463DF715A39CFB0F492465C600E6C6BD7BD898C", + "Id": "StdSecbootpolicy.25", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.26": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.26", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0D0DBECA6F29ECA06F331A7D72E4884B12097FB348983A2A14A0D73F4F10140F", + "Id": "StdSecbootpolicy.26", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.27": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.27", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "0DC9F3FB99962148C3CA833632758D3ED4FC8D0B0007B95B31E6528F2ACD5BFC", + "Id": "StdSecbootpolicy.27", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.28": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.28", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "106FACEACFECFD4E303B74F480A08098E2D0802B936F8EC774CE21F31686689C", + "Id": "StdSecbootpolicy.28", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.29": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.29", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "174E3A0B5B43C6A607BBD3404F05341E3DCF396267CE94F8B50E2E23A9DA920C", + "Id": "StdSecbootpolicy.29", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.30": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.30", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "18333429FF0562ED9F97033E1148DCEEE52DBE2E496D5410B5CFD6C864D2D10F", + "Id": "StdSecbootpolicy.30", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.31": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.31", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2B99CF26422E92FE365FBF4BC30D27086C9EE14B7A6FFF44FB2F6B9001699939", + "Id": "StdSecbootpolicy.31", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.32": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.32", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2BBF2CA7B8F1D91F27EE52B6FB2A5DD049B85A2B9B529C5D6662068104B055F8", + "Id": "StdSecbootpolicy.32", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.33": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.33", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2C73D93325BA6DCBE589D4A4C63C5B935559EF92FBF050ED50C4E2085206F17D", + "Id": "StdSecbootpolicy.33", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.34": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.34", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "2E70916786A6F773511FA7181FAB0F1D70B557C6322EA923B2A8D3B92B51AF7D", + "Id": "StdSecbootpolicy.34", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.35": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.35", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "306628FA5477305728BA4A467DE7D0387A54F569D3769FCE5E75EC89D28D1593", + "Id": "StdSecbootpolicy.35", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.36": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.36", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3608EDBAF5AD0F41A414A1777ABF2FAF5E670334675EC3995E6935829E0CAAD2", + "Id": "StdSecbootpolicy.36", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.37": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.37", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3841D221368D1583D75C0A02E62160394D6C4E0A6760B6F607B90362BC855B02", + "Id": "StdSecbootpolicy.37", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.38": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.38", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3FCE9B9FDF3EF09D5452B0F95EE481C2B7F06D743A737971558E70136ACE3E73", + "Id": "StdSecbootpolicy.38", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.39": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.39", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "4397DACA839E7F63077CB50C92DF43BC2D2FB2A8F59F26FC7A0E4BD4D9751692", + "Id": "StdSecbootpolicy.39", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.40": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.40", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "47CC086127E2069A86E03A6BEF2CD410F8C55A6D6BDB362168C31B2CE32A5ADF", + "Id": "StdSecbootpolicy.40", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.41": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.41", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "518831FE7382B514D03E15C621228B8AB65479BD0CBFA3C5C1D0F48D9C306135", + "Id": "StdSecbootpolicy.41", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.42": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.42", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "5AE949EA8855EB93E439DBC65BDA2E42852C2FDF6789FA146736E3C3410F2B5C", + "Id": "StdSecbootpolicy.42", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.43": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.43", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6B1D138078E4418AA68DEB7BB35E066092CF479EEB8CE4CD12E7D072CCB42F66", + "Id": "StdSecbootpolicy.43", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.44": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.44", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6C8854478DD559E29351B826C06CB8BFEF2B94AD3538358772D193F82ED1CA11", + "Id": "StdSecbootpolicy.44", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.45": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.45", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "6F1428FF71C9DB0ED5AF1F2E7BBFCBAB647CC265DDF5B293CDB626F50A3A785E", + "Id": "StdSecbootpolicy.45", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.46": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.46", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "71F2906FD222497E54A34662AB2497FCC81020770FF51368E9E3D9BFCBFD6375", + "Id": "StdSecbootpolicy.46", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.47": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.47", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "726B3EB654046A30F3F83D9B96CE03F670E9A806D1708A0371E62DC49D2C23C1", + "Id": "StdSecbootpolicy.47", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.48": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.48", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "72E0BD1867CF5D9D56AB158ADF3BDDBC82BF32A8D8AA1D8C5E2F6DF29428D6D8", + "Id": "StdSecbootpolicy.48", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.49": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.49", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "7827AF99362CFAF0717DADE4B1BFE0438AD171C15ADDC248B75BF8CAA44BB2C5", + "Id": "StdSecbootpolicy.49", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.50": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.50", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "81A8B965BB84D3876B9429A95481CC955318CFAA1412D808C8A33BFD33FFF0E4", + "Id": "StdSecbootpolicy.50", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.51": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.51", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "82DB3BCEB4F60843CE9D97C3D187CD9B5941CD3DE8100E586F2BDA5637575F67", + "Id": "StdSecbootpolicy.51", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.52": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.52", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "895A9785F617CA1D7ED44FC1A1470B71F3F1223862D9FF9DCC3AE2DF92163DAF", + "Id": "StdSecbootpolicy.52", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.53": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.53", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8AD64859F195B5F58DAFAA940B6A6167ACD67A886E8F469364177221C55945B9", + "Id": "StdSecbootpolicy.53", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.54": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.54", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8BF434B49E00CCF71502A2CD900865CB01EC3B3DA03C35BE505FDF7BD563F521", + "Id": "StdSecbootpolicy.54", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.55": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.55", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "8D8EA289CFE70A1C07AB7365CB28EE51EDD33CF2506DE888FBADD60EBF80481C", + "Id": "StdSecbootpolicy.55", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.56": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.56", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9998D363C491BE16BD74BA10B94D9291001611736FDCA643A36664BC0F315A42", + "Id": "StdSecbootpolicy.56", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.57": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.57", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "9E4A69173161682E55FDE8FEF560EB88EC1FFEDCAF04001F66C0CAF707B2B734", + "Id": "StdSecbootpolicy.57", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.58": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.58", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A6B5151F3655D3A2AF0D472759796BE4A4200E5495A7D869754C4848857408A7", + "Id": "StdSecbootpolicy.58", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.59": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.59", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "A7F32F508D4EB0FEAD9A087EF94ED1BA0AEC5DE6F7EF6FF0A62B93BEDF5D458D", + "Id": "StdSecbootpolicy.59", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.60": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.60", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AD6826E1946D26D3EAF3685C88D97D85DE3B4DCB3D0EE2AE81C70560D13C5720", + "Id": "StdSecbootpolicy.60", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.61": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.61", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AEEBAE3151271273ED95AA2E671139ED31A98567303A332298F83709A9D55AA1", + "Id": "StdSecbootpolicy.61", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.62": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.62", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "AFE2030AFB7D2CDA13F9FA333A02E34F6751AFEC11B010DBCD441FDF4C4002B3", + "Id": "StdSecbootpolicy.62", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.63": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.63", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B54F1EE636631FAD68058D3B0937031AC1B90CCB17062A391CCA68AFDBE40D55", + "Id": "StdSecbootpolicy.63", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.64": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.64", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B8F078D983A24AC433216393883514CD932C33AF18E7DD70884C8235F4275736", + "Id": "StdSecbootpolicy.64", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.65": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.65", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "B97A0889059C035FF1D54B6DB53B11B9766668D9F955247C028B2837D7A04CD9", + "Id": "StdSecbootpolicy.65", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.66": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.66", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "BC87A668E81966489CB508EE805183C19E6ACD24CF17799CA062D2E384DA0EA7", + "Id": "StdSecbootpolicy.66", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.67": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.67", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C409BDAC4775ADD8DB92AA22B5B718FB8C94A1462C1FE9A416B95D8A3388C2FC", + "Id": "StdSecbootpolicy.67", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.68": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.68", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C617C1A8B1EE2A811C28B5A81B4C83D7C98B5B0C27281D610207EBE692C2967F", + "Id": "StdSecbootpolicy.68", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.69": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.69", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C90F336617B8E7F983975413C997F10B73EB267FD8A10CB9E3BDBFC667ABDB8B", + "Id": "StdSecbootpolicy.69", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.7": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.7", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "416E3E4A6722A534AFBA9040B6D6A69CC313F1E48E7959F57BF248D543D00245", + "Id": "StdSecbootpolicy.7", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.70": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.70", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CB6B858B40D3A098765815B592C1514A49604FAFD60819DA88D7A76E9778FEF7", + "Id": "StdSecbootpolicy.70", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.71": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.71", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CE3BFABE59D67CE8AC8DFD4A16F7C43EF9C224513FBC655957D735FA29F540CE", + "Id": "StdSecbootpolicy.71", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.72": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.72", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "D8CBEB9735F5672B367E4F96CDC74969615D17074AE96C724D42CE0216F8F3FA", + "Id": "StdSecbootpolicy.72", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.73": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.73", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "E92C22EB3B5642D65C1EC2CAF247D2594738EEBB7FB3841A44956F59E2B0D1FA", + "Id": "StdSecbootpolicy.73", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.74": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.74", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FDDD6E3D29EA84C7743DAD4A1BDBC700B5FEC1B391F932409086ACC71DD6DBD8", + "Id": "StdSecbootpolicy.74", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.75": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.75", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FE63A84F782CC9D3FCF2CCF9FC11FBD03760878758D26285ED12669BDC6E6D01", + "Id": "StdSecbootpolicy.75", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.76": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.76", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "FECFB232D12E994B6D485D2C7167728AA5525984AD5CA61E7516221F079A1436", + "Id": "StdSecbootpolicy.76", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.77": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.77", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "CA171D614A8D7E121C93948CD0FE55D39981F9D11AA96E03450A415227C2C65B", + "Id": "StdSecbootpolicy.77", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.78": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.78", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "55B99B0DE53DBCFE485AA9C737CF3FB616EF3D91FAB599AA7CAB19EDA763B5BA", + "Id": "StdSecbootpolicy.78", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.79": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.79", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "77DD190FA30D88FF5E3B011A0AE61E6209780C130B535ECB87E6F0888A0B6B2F", + "Id": "StdSecbootpolicy.79", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.8": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.8", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A", + "Id": "StdSecbootpolicy.8", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.80": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.80", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "C83CB13922AD99F560744675DD37CC94DCAD5A1FCBA6472FEE341171D939E884", + "Id": "StdSecbootpolicy.80", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.81": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.81", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "3B0287533E0CC3D0EC1AA823CBF0A941AAD8721579D1C499802DD1C3A636B8A9", + "Id": "StdSecbootpolicy.81", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.82": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.82", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "939AEEF4F5FA51E23340C3F2E49048CE8872526AFDF752C3A7F3A3F2BC9F6049", + "Id": "StdSecbootpolicy.82", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.83": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.83", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "64575BD912789A2E14AD56F6341F52AF6BF80CF94400785975E9F04E2D64D745", + "Id": "StdSecbootpolicy.83", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.84": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.84", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "45C7C8AE750ACFBB48FC37527D6412DD644DAED8913CCD8A24C94D856967DF8E", + "Id": "StdSecbootpolicy.84", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.9": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/DBX/StdSecbootpolicy.9", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "SHA256", + "CertificateType": "DBX", + "Description": "SecureBoot Certificate", + "Hash": "F52F83A3FA9CFBD6920F722824DBE4034534D25B8507246B3B957DAC6E1BCE7A", + "Id": "StdSecbootpolicy.9", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK": { + "@odata.context": "/redfish/v1/$metadata#DellCertificateCollection.DellCertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK", + "@odata.type": "#DellCertificateCollection.DellCertificateCollection", + "Certificates": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK/StdSecbootpolicy.2", + "CertificateSubtype": "Certificate", + "CertificateType": "KEK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.2", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "610AD188000000000003", + "SubjectCommonName_CN": "Microsoft Corporation KEK CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "31:59:0B:FD:89:C9:D7:4E:D0:87:DF:AC:66:33:4B:39:31:25:4B:30", + "ValidFrom": "Jun 24 20:41:29 2011 GMT", + "ValidTo": "Jun 24 20:51:29 2026 GMT" + } + ], + "Certificates@odata.count": 1, + "Description": "DellCertificateCollection", + "Hash": [], + "Hash@odata.count": 0, + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK/StdSecbootpolicy.2", + "CertificateSubtype": "Certificate", + "CertificateType": "KEK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.2", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "610AD188000000000003", + "SubjectCommonName_CN": "Microsoft Corporation KEK CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "31:59:0B:FD:89:C9:D7:4E:D0:87:DF:AC:66:33:4B:39:31:25:4B:30", + "ValidFrom": "Jun 24 20:41:29 2011 GMT", + "ValidTo": "Jun 24 20:51:29 2026 GMT" + } + ], + "Members@odata.count": 1, + "Name": "DellCertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK/StdSecbootpolicy.2": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/KEK/StdSecbootpolicy.2", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "KEK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.2", + "IssuerCommonName_CN": "Microsoft Corporation Third Party Marketplace Root", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Redmond", + "IssuerOrganization_O": "Microsoft Corporation", + "IssuerState_S": "Washington", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "610AD188000000000003", + "SubjectCommonName_CN": "Microsoft Corporation KEK CA 2011", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Redmond", + "SubjectOrganization_O": "Microsoft Corporation", + "SubjectState_S": "Washington", + "Thumbprint": "31:59:0B:FD:89:C9:D7:4E:D0:87:DF:AC:66:33:4B:39:31:25:4B:30", + "ValidFrom": "Jun 24 20:41:29 2011 GMT", + "ValidTo": "Jun 24 20:51:29 2026 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK": { + "@odata.context": "/redfish/v1/$metadata#DellCertificateCollection.DellCertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK", + "@odata.type": "#DellCertificateCollection.DellCertificateCollection", + "Certificates": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK/StdSecbootpolicy.1", + "CertificateSubtype": "Certificate", + "CertificateType": "PK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.1", + "IssuerCommonName_CN": "Dell Inc. Platform Key", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Round Rock", + "IssuerOrganization_O": "Dell Inc.", + "IssuerState_S": "Texas", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "18E0E033DB57CD984ABB23689D61BE4D", + "SubjectCommonName_CN": "Dell Inc. Platform Key", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Round Rock", + "SubjectOrganization_O": "Dell Inc.", + "SubjectState_S": "Texas", + "Thumbprint": "A8:52:14:A3:BA:23:C1:CE:98:5A:C2:F6:52:11:C3:54:7B:C4:0A:FC", + "ValidFrom": "Feb 2 17:17:37 2016 GMT", + "ValidTo": "Feb 2 17:27:36 2031 GMT" + } + ], + "Certificates@odata.count": 1, + "Description": "DellCertificateCollection", + "Hash": [], + "Hash@odata.count": 0, + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK/StdSecbootpolicy.1", + "CertificateSubtype": "Certificate", + "CertificateType": "PK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.1", + "IssuerCommonName_CN": "Dell Inc. Platform Key", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Round Rock", + "IssuerOrganization_O": "Dell Inc.", + "IssuerState_S": "Texas", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "18E0E033DB57CD984ABB23689D61BE4D", + "SubjectCommonName_CN": "Dell Inc. Platform Key", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Round Rock", + "SubjectOrganization_O": "Dell Inc.", + "SubjectState_S": "Texas", + "Thumbprint": "A8:52:14:A3:BA:23:C1:CE:98:5A:C2:F6:52:11:C3:54:7B:C4:0A:FC", + "ValidFrom": "Feb 2 17:17:37 2016 GMT", + "ValidTo": "Feb 2 17:27:36 2031 GMT" + } + ], + "Members@odata.count": 1, + "Name": "DellCertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK/StdSecbootpolicy.1": { + "@odata.context": "/redfish/v1/$metadata#DellCertificate.DellCertificate", + "@odata.etag": "\"1688421609\"", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/Certificates/PK/StdSecbootpolicy.1", + "@odata.type": "#DellCertificate.v1_0_1.DellCertificate", + "CertificateSubtype": "Certificate", + "CertificateType": "PK", + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.1", + "IssuerCommonName_CN": "Dell Inc. Platform Key", + "IssuerCountryCode_CC": "US", + "IssuerLocality_L": "Round Rock", + "IssuerOrganization_O": "Dell Inc.", + "IssuerState_S": "Texas", + "Name": "SecureBoot Certificate", + "SecureBootPolicy": "Standard", + "SerialNumber": "18E0E033DB57CD984ABB23689D61BE4D", + "SubjectCommonName_CN": "Dell Inc. Platform Key", + "SubjectCountryCode_CC": "US", + "SubjectLocality_L": "Round Rock", + "SubjectOrganization_O": "Dell Inc.", + "SubjectState_S": "Texas", + "Thumbprint": "A8:52:14:A3:BA:23:C1:CE:98:5A:C2:F6:52:11:C3:54:7B:C4:0A:FC", + "ValidFrom": "Feb 2 17:17:37 2016 GMT", + "ValidTo": "Feb 2 17:27:36 2031 GMT" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/FirmwareImageHashes": { + "@odata.context": "/redfish/v1/$metadata#DellFirmwareImageHashCollection.DellFirmwareImageHashCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/Oem/Dell/FirmwareImageHashes", + "@odata.type": "#DellFirmwareImageHashCollection.DellFirmwareImageHashCollection", + "Description": "Collection of FirmwareImageHash", + "Members": [], + "Members@odata.count": 0, + "Name": "Collection of FirmwareImageHash" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases": { + "@odata.context": "/redfish/v1/$metadata#SecureBootDatabaseCollection.SecureBootDatabaseCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases", + "@odata.type": "#SecureBootDatabaseCollection.SecureBootDatabaseCollection", + "Description": "SecureBootDatabaseCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK" + } + ], + "Members@odata.count": 4, + "Name": "SecureBootDatabaseCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK": { + "@odata.context": "/redfish/v1/$metadata#SecureBootDatabase.SecureBootDatabase", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK", + "@odata.type": "#SecureBootDatabase.v1_0_1.SecureBootDatabase", + "Actions": { + "#SecureBootDatabase.ResetKeys": { + "ResetKeysType@Redfish.AllowableValues": [ + "ResetAllKeysToDefault", + "DeleteAllKeys" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Actions/SecureBootDatabase.ResetKeys" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates" + }, + "DatabaseId": "KEK", + "Description": "SecureBootDatabase", + "Id": "KEK", + "Name": "SecureBootDatabase", + "Signatures": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Signatures" + } + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "CertificateCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates/StdSecbootpolicy.2" + } + ], + "Members@odata.count": 1, + "Name": "CertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates/StdSecbootpolicy.2": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Certificates/StdSecbootpolicy.2", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.2", + "Issuer": { + "City": "Redmond", + "CommonName": "Microsoft Corporation Third Party Marketplace Root", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "610AD188000000000003", + "Subject": { + "City": "Redmond", + "CommonName": "Microsoft Corporation KEK CA 2011", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "ValidNotAfter": "2026-6-24T20:51:29+00:00", + "ValidNotBefore": "2011-6-24T20:41:29+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Signatures": { + "@odata.context": "/redfish/v1/$metadata#SignatureCollection.SignatureCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/KEK/Signatures", + "@odata.type": "#SignatureCollection.SignatureCollection", + "Description": "SignatureCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "SignatureCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK": { + "@odata.context": "/redfish/v1/$metadata#SecureBootDatabase.SecureBootDatabase", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK", + "@odata.type": "#SecureBootDatabase.v1_0_1.SecureBootDatabase", + "Actions": { + "#SecureBootDatabase.ResetKeys": { + "ResetKeysType@Redfish.AllowableValues": [ + "ResetAllKeysToDefault", + "DeleteAllKeys" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Actions/SecureBootDatabase.ResetKeys" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates" + }, + "DatabaseId": "PK", + "Description": "SecureBootDatabase", + "Id": "PK", + "Name": "SecureBootDatabase", + "Signatures": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Signatures" + } + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "CertificateCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates/StdSecbootpolicy.1" + } + ], + "Members@odata.count": 1, + "Name": "CertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates/StdSecbootpolicy.1": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Certificates/StdSecbootpolicy.1", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.1", + "Issuer": { + "City": "Round Rock", + "CommonName": "Dell Inc. Platform Key", + "Country": "US", + "Organization": "Dell Inc.", + "State": "Texas" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "18E0E033DB57CD984ABB23689D61BE4D", + "Subject": { + "City": "Round Rock", + "CommonName": "Dell Inc. Platform Key", + "Country": "US", + "Organization": "Dell Inc.", + "State": "Texas" + }, + "ValidNotAfter": "2031-2-2T17:27:36+00:00", + "ValidNotBefore": "2016-2-2T17:17:37+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Signatures": { + "@odata.context": "/redfish/v1/$metadata#SignatureCollection.SignatureCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/PK/Signatures", + "@odata.type": "#SignatureCollection.SignatureCollection", + "Description": "SignatureCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "SignatureCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db": { + "@odata.context": "/redfish/v1/$metadata#SecureBootDatabase.SecureBootDatabase", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db", + "@odata.type": "#SecureBootDatabase.v1_0_1.SecureBootDatabase", + "Actions": { + "#SecureBootDatabase.ResetKeys": { + "ResetKeysType@Redfish.AllowableValues": [ + "ResetAllKeysToDefault", + "DeleteAllKeys" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Actions/SecureBootDatabase.ResetKeys" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates" + }, + "DatabaseId": "db", + "Description": "SecureBootDatabase", + "Id": "db", + "Name": "SecureBootDatabase", + "Signatures": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Signatures" + } + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "CertificateCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.3" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.4" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.5" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.6" + } + ], + "Members@odata.count": 4, + "Name": "CertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.3": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.3", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.3", + "Issuer": { + "City": "Redmond", + "CommonName": "Microsoft Corporation Third Party Marketplace Root", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "6108D3C4000000000004", + "Subject": { + "City": "Redmond", + "CommonName": "Microsoft Corporation UEFI CA 2011", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "ValidNotAfter": "2026-6-27T21:32:45+00:00", + "ValidNotBefore": "2011-6-27T21:22:45+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.4": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.4", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.4", + "Issuer": { + "City": "Redmond", + "CommonName": "Microsoft Root Certificate Authority 2010", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "61077656000000000008", + "Subject": { + "City": "Redmond", + "CommonName": "Microsoft Windows Production PCA 2011", + "Country": "US", + "Organization": "Microsoft Corporation", + "State": "Washington" + }, + "ValidNotAfter": "2026-10-19T18:51:42+00:00", + "ValidNotBefore": "2011-10-19T18:41:42+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.5": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.5", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.5", + "Issuer": { + "City": "Palo Alto", + "Country": "US", + "Organization": "VMware, Inc.", + "State": "California" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "E9D9FF69E6F3E7E4", + "Subject": { + "City": "Palo Alto", + "Country": "US", + "Organization": "VMware, Inc.", + "State": "California" + }, + "ValidNotAfter": "2019-12-31T17:16:05+00:00", + "ValidNotBefore": "2008-10-16T17:16:05+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.6": { + "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Certificates/StdSecbootpolicy.6", + "@odata.type": "#Certificate.v1_6_0.Certificate", + "CertificateString": null, + "CertificateType": "PEM", + "CertificateUsageTypes": [ + "BIOS" + ], + "Description": "SecureBoot Certificate", + "Id": "StdSecbootpolicy.6", + "Issuer": { + "City": "Palo Alto", + "CommonName": "VMware Secure Boot Signing", + "Country": "US", + "Organization": "VMware, Inc.", + "State": "California" + }, + "Name": "SecureBoot Certificate", + "SerialNumber": "E34CA75A0A615853", + "Subject": { + "City": "Palo Alto", + "CommonName": "VMware Secure Boot Signing", + "Country": "US", + "Organization": "VMware, Inc.", + "State": "California" + }, + "ValidNotAfter": "2037-10-19T06:47:59+00:00", + "ValidNotBefore": "2017-10-24T06:47:59+00:00" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Signatures": { + "@odata.context": "/redfish/v1/$metadata#SignatureCollection.SignatureCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/db/Signatures", + "@odata.type": "#SignatureCollection.SignatureCollection", + "Description": "SignatureCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "SignatureCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx": { + "@odata.context": "/redfish/v1/$metadata#SecureBootDatabase.SecureBootDatabase", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx", + "@odata.type": "#SecureBootDatabase.v1_0_1.SecureBootDatabase", + "Actions": { + "#SecureBootDatabase.ResetKeys": { + "ResetKeysType@Redfish.AllowableValues": [ + "ResetAllKeysToDefault", + "DeleteAllKeys" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Actions/SecureBootDatabase.ResetKeys" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Certificates" + }, + "DatabaseId": "dbx", + "Description": "SecureBootDatabase", + "Id": "dbx", + "Name": "SecureBootDatabase", + "Signatures": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures" + } + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "CertificateCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "CertificateCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures": { + "@odata.context": "/redfish/v1/$metadata#SignatureCollection.SignatureCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures", + "@odata.type": "#SignatureCollection.SignatureCollection", + "Description": "SignatureCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.7" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.8" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.9" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.10" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.11" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.12" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.13" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.14" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.15" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.16" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.17" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.18" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.19" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.20" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.21" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.22" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.23" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.24" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.25" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.26" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.27" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.28" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.29" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.30" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.31" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.32" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.33" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.34" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.35" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.36" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.37" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.38" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.39" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.40" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.41" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.42" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.43" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.44" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.45" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.46" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.47" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.48" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.49" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.50" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.51" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.52" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.53" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.54" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.55" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.56" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.57" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.58" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.59" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.60" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.61" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.62" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.63" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.64" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.65" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.66" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.67" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.68" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.69" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.70" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.71" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.72" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.73" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.74" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.75" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.76" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.77" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.78" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.79" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.80" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.81" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.82" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.83" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.84" + } + ], + "Members@odata.count": 78, + "Name": "SignatureCollection" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.10": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.10", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.10", + "Name": "SecureBoot Signature", + "SignatureString": "C5D9D8A186E2C82D09AFAA2A6F7F2E73870D3E64F72C4E08EF67796A840F0FBD", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.11": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.11", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.11", + "Name": "SecureBoot Signature", + "SignatureString": "363384D14D1F2E0B7815626484C459AD57A318EF4396266048D058C5A19BBF76", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.12": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.12", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.12", + "Name": "SecureBoot Signature", + "SignatureString": "1AEC84B84B6C65A51220A9BE7181965230210D62D6D33C48999C6B295A2B0A06", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.13": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.13", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.13", + "Name": "SecureBoot Signature", + "SignatureString": "E6CA68E94146629AF03F69C2F86E6BEF62F930B37C6FBCC878B78DF98C0334E5", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.14": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.14", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.14", + "Name": "SecureBoot Signature", + "SignatureString": "C3A99A460DA464A057C3586D83CEF5F4AE08B7103979ED8932742DF0ED530C66", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.15": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.15", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.15", + "Name": "SecureBoot Signature", + "SignatureString": "58FB941AEF95A25943B3FB5F2510A0DF3FE44C58C95E0AB80487297568AB9771", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.16": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.16", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.16", + "Name": "SecureBoot Signature", + "SignatureString": "5391C3A2FB112102A6AA1EDC25AE77E19F5D6F09CD09EEB2509922BFCD5992EA", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.17": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.17", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.17", + "Name": "SecureBoot Signature", + "SignatureString": "D626157E1D6A718BC124AB8DA27CBB65072CA03A7B6B257DBDCBBD60F65EF3D1", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.18": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.18", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.18", + "Name": "SecureBoot Signature", + "SignatureString": "D063EC28F67EBA53F1642DBF7DFF33C6A32ADD869F6013FE162E2C32F1CBE56D", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.19": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.19", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.19", + "Name": "SecureBoot Signature", + "SignatureString": "29C6EB52B43C3AA18B2CD8ED6EA8607CEF3CFAE1BAFE1165755CF2E614844A44", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.20": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.20", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.20", + "Name": "SecureBoot Signature", + "SignatureString": "90FBE70E69D633408D3E170C6832DBB2D209E0272527DFB63D49D29572A6F44C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.21": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.21", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.21", + "Name": "SecureBoot Signature", + "SignatureString": "075EEA060589548BA060B2FEED10DA3C20C7FE9B17CD026B94E8A683B8115238", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.22": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.22", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.22", + "Name": "SecureBoot Signature", + "SignatureString": "07E6C6A858646FB1EFC67903FE28B116011F2367FE92E6BE2B36999EFF39D09E", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.23": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.23", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.23", + "Name": "SecureBoot Signature", + "SignatureString": "09DF5F4E511208EC78B96D12D08125FDB603868DE39F6F72927852599B659C26", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.24": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.24", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.24", + "Name": "SecureBoot Signature", + "SignatureString": "0BBB4392DAAC7AB89B30A4AC657531B97BFAAB04F90B0DAFE5F9B6EB90A06374", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.25": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.25", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.25", + "Name": "SecureBoot Signature", + "SignatureString": "0C189339762DF336AB3DD006A463DF715A39CFB0F492465C600E6C6BD7BD898C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.26": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.26", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.26", + "Name": "SecureBoot Signature", + "SignatureString": "0D0DBECA6F29ECA06F331A7D72E4884B12097FB348983A2A14A0D73F4F10140F", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.27": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.27", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.27", + "Name": "SecureBoot Signature", + "SignatureString": "0DC9F3FB99962148C3CA833632758D3ED4FC8D0B0007B95B31E6528F2ACD5BFC", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.28": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.28", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.28", + "Name": "SecureBoot Signature", + "SignatureString": "106FACEACFECFD4E303B74F480A08098E2D0802B936F8EC774CE21F31686689C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.29": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.29", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.29", + "Name": "SecureBoot Signature", + "SignatureString": "174E3A0B5B43C6A607BBD3404F05341E3DCF396267CE94F8B50E2E23A9DA920C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.30": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.30", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.30", + "Name": "SecureBoot Signature", + "SignatureString": "18333429FF0562ED9F97033E1148DCEEE52DBE2E496D5410B5CFD6C864D2D10F", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.31": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.31", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.31", + "Name": "SecureBoot Signature", + "SignatureString": "2B99CF26422E92FE365FBF4BC30D27086C9EE14B7A6FFF44FB2F6B9001699939", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.32": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.32", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.32", + "Name": "SecureBoot Signature", + "SignatureString": "2BBF2CA7B8F1D91F27EE52B6FB2A5DD049B85A2B9B529C5D6662068104B055F8", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.33": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.33", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.33", + "Name": "SecureBoot Signature", + "SignatureString": "2C73D93325BA6DCBE589D4A4C63C5B935559EF92FBF050ED50C4E2085206F17D", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.34": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.34", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.34", + "Name": "SecureBoot Signature", + "SignatureString": "2E70916786A6F773511FA7181FAB0F1D70B557C6322EA923B2A8D3B92B51AF7D", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.35": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.35", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.35", + "Name": "SecureBoot Signature", + "SignatureString": "306628FA5477305728BA4A467DE7D0387A54F569D3769FCE5E75EC89D28D1593", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.36": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.36", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.36", + "Name": "SecureBoot Signature", + "SignatureString": "3608EDBAF5AD0F41A414A1777ABF2FAF5E670334675EC3995E6935829E0CAAD2", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.37": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.37", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.37", + "Name": "SecureBoot Signature", + "SignatureString": "3841D221368D1583D75C0A02E62160394D6C4E0A6760B6F607B90362BC855B02", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.38": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.38", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.38", + "Name": "SecureBoot Signature", + "SignatureString": "3FCE9B9FDF3EF09D5452B0F95EE481C2B7F06D743A737971558E70136ACE3E73", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.39": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.39", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.39", + "Name": "SecureBoot Signature", + "SignatureString": "4397DACA839E7F63077CB50C92DF43BC2D2FB2A8F59F26FC7A0E4BD4D9751692", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.40": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.40", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.40", + "Name": "SecureBoot Signature", + "SignatureString": "47CC086127E2069A86E03A6BEF2CD410F8C55A6D6BDB362168C31B2CE32A5ADF", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.41": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.41", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.41", + "Name": "SecureBoot Signature", + "SignatureString": "518831FE7382B514D03E15C621228B8AB65479BD0CBFA3C5C1D0F48D9C306135", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.42": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.42", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.42", + "Name": "SecureBoot Signature", + "SignatureString": "5AE949EA8855EB93E439DBC65BDA2E42852C2FDF6789FA146736E3C3410F2B5C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.43": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.43", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.43", + "Name": "SecureBoot Signature", + "SignatureString": "6B1D138078E4418AA68DEB7BB35E066092CF479EEB8CE4CD12E7D072CCB42F66", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.44": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.44", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.44", + "Name": "SecureBoot Signature", + "SignatureString": "6C8854478DD559E29351B826C06CB8BFEF2B94AD3538358772D193F82ED1CA11", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.45": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.45", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.45", + "Name": "SecureBoot Signature", + "SignatureString": "6F1428FF71C9DB0ED5AF1F2E7BBFCBAB647CC265DDF5B293CDB626F50A3A785E", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.46": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.46", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.46", + "Name": "SecureBoot Signature", + "SignatureString": "71F2906FD222497E54A34662AB2497FCC81020770FF51368E9E3D9BFCBFD6375", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.47": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.47", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.47", + "Name": "SecureBoot Signature", + "SignatureString": "726B3EB654046A30F3F83D9B96CE03F670E9A806D1708A0371E62DC49D2C23C1", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.48": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.48", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.48", + "Name": "SecureBoot Signature", + "SignatureString": "72E0BD1867CF5D9D56AB158ADF3BDDBC82BF32A8D8AA1D8C5E2F6DF29428D6D8", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.49": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.49", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.49", + "Name": "SecureBoot Signature", + "SignatureString": "7827AF99362CFAF0717DADE4B1BFE0438AD171C15ADDC248B75BF8CAA44BB2C5", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.50": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.50", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.50", + "Name": "SecureBoot Signature", + "SignatureString": "81A8B965BB84D3876B9429A95481CC955318CFAA1412D808C8A33BFD33FFF0E4", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.51": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.51", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.51", + "Name": "SecureBoot Signature", + "SignatureString": "82DB3BCEB4F60843CE9D97C3D187CD9B5941CD3DE8100E586F2BDA5637575F67", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.52": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.52", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.52", + "Name": "SecureBoot Signature", + "SignatureString": "895A9785F617CA1D7ED44FC1A1470B71F3F1223862D9FF9DCC3AE2DF92163DAF", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.53": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.53", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.53", + "Name": "SecureBoot Signature", + "SignatureString": "8AD64859F195B5F58DAFAA940B6A6167ACD67A886E8F469364177221C55945B9", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.54": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.54", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.54", + "Name": "SecureBoot Signature", + "SignatureString": "8BF434B49E00CCF71502A2CD900865CB01EC3B3DA03C35BE505FDF7BD563F521", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.55": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.55", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.55", + "Name": "SecureBoot Signature", + "SignatureString": "8D8EA289CFE70A1C07AB7365CB28EE51EDD33CF2506DE888FBADD60EBF80481C", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.56": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.56", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.56", + "Name": "SecureBoot Signature", + "SignatureString": "9998D363C491BE16BD74BA10B94D9291001611736FDCA643A36664BC0F315A42", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.57": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.57", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.57", + "Name": "SecureBoot Signature", + "SignatureString": "9E4A69173161682E55FDE8FEF560EB88EC1FFEDCAF04001F66C0CAF707B2B734", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.58": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.58", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.58", + "Name": "SecureBoot Signature", + "SignatureString": "A6B5151F3655D3A2AF0D472759796BE4A4200E5495A7D869754C4848857408A7", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.59": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.59", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.59", + "Name": "SecureBoot Signature", + "SignatureString": "A7F32F508D4EB0FEAD9A087EF94ED1BA0AEC5DE6F7EF6FF0A62B93BEDF5D458D", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.60": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.60", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.60", + "Name": "SecureBoot Signature", + "SignatureString": "AD6826E1946D26D3EAF3685C88D97D85DE3B4DCB3D0EE2AE81C70560D13C5720", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.61": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.61", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.61", + "Name": "SecureBoot Signature", + "SignatureString": "AEEBAE3151271273ED95AA2E671139ED31A98567303A332298F83709A9D55AA1", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.62": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.62", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.62", + "Name": "SecureBoot Signature", + "SignatureString": "AFE2030AFB7D2CDA13F9FA333A02E34F6751AFEC11B010DBCD441FDF4C4002B3", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.63": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.63", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.63", + "Name": "SecureBoot Signature", + "SignatureString": "B54F1EE636631FAD68058D3B0937031AC1B90CCB17062A391CCA68AFDBE40D55", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.64": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.64", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.64", + "Name": "SecureBoot Signature", + "SignatureString": "B8F078D983A24AC433216393883514CD932C33AF18E7DD70884C8235F4275736", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.65": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.65", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.65", + "Name": "SecureBoot Signature", + "SignatureString": "B97A0889059C035FF1D54B6DB53B11B9766668D9F955247C028B2837D7A04CD9", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.66": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.66", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.66", + "Name": "SecureBoot Signature", + "SignatureString": "BC87A668E81966489CB508EE805183C19E6ACD24CF17799CA062D2E384DA0EA7", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.67": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.67", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.67", + "Name": "SecureBoot Signature", + "SignatureString": "C409BDAC4775ADD8DB92AA22B5B718FB8C94A1462C1FE9A416B95D8A3388C2FC", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.68": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.68", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.68", + "Name": "SecureBoot Signature", + "SignatureString": "C617C1A8B1EE2A811C28B5A81B4C83D7C98B5B0C27281D610207EBE692C2967F", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.69": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.69", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.69", + "Name": "SecureBoot Signature", + "SignatureString": "C90F336617B8E7F983975413C997F10B73EB267FD8A10CB9E3BDBFC667ABDB8B", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.7": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.7", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.7", + "Name": "SecureBoot Signature", + "SignatureString": "416E3E4A6722A534AFBA9040B6D6A69CC313F1E48E7959F57BF248D543D00245", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.70": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.70", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.70", + "Name": "SecureBoot Signature", + "SignatureString": "CB6B858B40D3A098765815B592C1514A49604FAFD60819DA88D7A76E9778FEF7", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.71": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.71", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.71", + "Name": "SecureBoot Signature", + "SignatureString": "CE3BFABE59D67CE8AC8DFD4A16F7C43EF9C224513FBC655957D735FA29F540CE", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.72": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.72", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.72", + "Name": "SecureBoot Signature", + "SignatureString": "D8CBEB9735F5672B367E4F96CDC74969615D17074AE96C724D42CE0216F8F3FA", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.73": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.73", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.73", + "Name": "SecureBoot Signature", + "SignatureString": "E92C22EB3B5642D65C1EC2CAF247D2594738EEBB7FB3841A44956F59E2B0D1FA", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.74": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.74", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.74", + "Name": "SecureBoot Signature", + "SignatureString": "FDDD6E3D29EA84C7743DAD4A1BDBC700B5FEC1B391F932409086ACC71DD6DBD8", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.75": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.75", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.75", + "Name": "SecureBoot Signature", + "SignatureString": "FE63A84F782CC9D3FCF2CCF9FC11FBD03760878758D26285ED12669BDC6E6D01", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.76": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.76", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.76", + "Name": "SecureBoot Signature", + "SignatureString": "FECFB232D12E994B6D485D2C7167728AA5525984AD5CA61E7516221F079A1436", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.77": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.77", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.77", + "Name": "SecureBoot Signature", + "SignatureString": "CA171D614A8D7E121C93948CD0FE55D39981F9D11AA96E03450A415227C2C65B", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.78": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.78", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.78", + "Name": "SecureBoot Signature", + "SignatureString": "55B99B0DE53DBCFE485AA9C737CF3FB616EF3D91FAB599AA7CAB19EDA763B5BA", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.79": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.79", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.79", + "Name": "SecureBoot Signature", + "SignatureString": "77DD190FA30D88FF5E3B011A0AE61E6209780C130B535ECB87E6F0888A0B6B2F", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.8": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.8", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.8", + "Name": "SecureBoot Signature", + "SignatureString": "80B4D96931BF0D02FD91A61E19D14F1DA452E66DB2408CA8604D411F92659F0A", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.80": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.80", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.80", + "Name": "SecureBoot Signature", + "SignatureString": "C83CB13922AD99F560744675DD37CC94DCAD5A1FCBA6472FEE341171D939E884", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.81": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.81", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.81", + "Name": "SecureBoot Signature", + "SignatureString": "3B0287533E0CC3D0EC1AA823CBF0A941AAD8721579D1C499802DD1C3A636B8A9", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.82": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.82", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.82", + "Name": "SecureBoot Signature", + "SignatureString": "939AEEF4F5FA51E23340C3F2E49048CE8872526AFDF752C3A7F3A3F2BC9F6049", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.83": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.83", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.83", + "Name": "SecureBoot Signature", + "SignatureString": "64575BD912789A2E14AD56F6341F52AF6BF80CF94400785975E9F04E2D64D745", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.84": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.84", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.84", + "Name": "SecureBoot Signature", + "SignatureString": "45C7C8AE750ACFBB48FC37527D6412DD644DAED8913CCD8A24C94D856967DF8E", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.9": { + "@odata.context": "/redfish/v1/$metadata#Signature.Signature", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SecureBoot/SecureBootDatabases/dbx/Signatures/StdSecbootpolicy.9", + "@odata.type": "#Signature.v1_0_2.Signature", + "Description": "SecureBoot Signature", + "Id": "StdSecbootpolicy.9", + "Name": "SecureBoot Signature", + "SignatureString": "F52F83A3FA9CFBD6920F722824DBE4034534D25B8507246B3B957DAC6E1BCE7A", + "SignatureType": "SHA256", + "SignatureTypeRegistry": "UEFI" + }, + "/redfish/v1/Systems/System.Embedded.1/Settings": { + "@Redfish.SettingsApplyTime": { + "@odata.type": "#Settings.v1_3_5.PreferredApplyTime", + "ApplyTime": "OnReset" + }, + "@odata.context": "/redfish/v1/$metadata#ComputerSystem.ComputerSystem", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Settings", + "@odata.type": "#ComputerSystem.v1_20_0.ComputerSystem", + "AssetTag": null, + "Boot": { + "BootOrder": [], + "BootSourceOverrideMode": null, + "StopBootOnFault": null, + "UefiTargetBootSourceOverride": null + }, + "Id": "System.Embedded.1", + "Name": "System" + }, + "/redfish/v1/Systems/System.Embedded.1/SimpleStorage": { + "@odata.context": "/redfish/v1/$metadata#SimpleStorageCollection.SimpleStorageCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage", + "@odata.type": "#SimpleStorageCollection.SimpleStorageCollection", + "Description": "Collection of Controllers for this system", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/CPU.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/AHCI.Embedded.1-1" + } + ], + "Members@odata.count": 2, + "Name": "Simple Storage Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/AHCI.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#SimpleStorage.SimpleStorage", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/AHCI.Embedded.1-1", + "@odata.type": "#SimpleStorage.v1_3_1.SimpleStorage", + "Description": "Simple Storage Controller", + "Devices": [], + "Devices@odata.count": 0, + "Id": "AHCI.Embedded.1-1", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Storage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1" + } + }, + "Name": "FCH SATA Controller [AHCI mode]", + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x6)/Pci(0x8,0x3)/Pci(0x0,0x0)" + }, + "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/CPU.1": { + "@odata.context": "/redfish/v1/$metadata#SimpleStorage.SimpleStorage", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/CPU.1", + "@odata.type": "#SimpleStorage.v1_3_1.SimpleStorage", + "Description": "Simple Storage Controller", + "Devices": [ + { + "CapacityBytes": 1920383410176, + "Manufacturer": "Samsung Electronics Co Ltd ", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB ", + "Name": "PCIe SSD in Slot 0 in Bay 1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + { + "CapacityBytes": 1920383410176, + "Manufacturer": "Samsung Electronics Co Ltd ", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB ", + "Name": "PCIe SSD in Slot 1 in Bay 1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + }, + { + "CapacityBytes": null, + "Manufacturer": "DELL", + "Model": "PCIe SSD Backplane 1", + "Name": "PCIe SSD Backplane 1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + } + } + ], + "Devices@odata.count": 3, + "Id": "CPU.1", + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + }, + "Storage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + } + }, + "Name": "CPU.1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "UefiDevicePath": "PciRoot(0x6)/Pci(0x3,0x4)/Pci(0x0,0x0)" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage": { + "@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage", + "@odata.type": "#StorageCollection.StorageCollection", + "Description": "Collection Of Storage entities", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1" + } + ], + "Members@odata.count": 2, + "Name": "Storage Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#Storage.Storage", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1", + "@odata.type": "#Storage.v1_14_0.Storage", + "Controllers": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers" + }, + "Description": "Embedded AHCI 1", + "Drives": [], + "Drives@odata.count": 0, + "Id": "AHCI.Embedded.1-1", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "Enclosures": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Enclosures@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "SimpleStorage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/AHCI.Embedded.1-1" + } + }, + "Name": "FCH SATA Controller [AHCI mode]", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellController": { + "@odata.context": "/redfish/v1/$metadata#DellController.DellController", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Oem/Dell/DellControllers/AHCI.Embedded.1-1", + "@odata.type": "#DellController.v1_4_1.DellController", + "AlarmState": "AlarmNotPresent", + "AutoConfigBehavior": "NotApplicable", + "BootVirtualDiskFQDD": null, + "CacheSizeInMB": 0, + "CachecadeCapability": "NotSupported", + "ConnectorCount": 0, + "ControllerFirmwareVersion": null, + "CurrentControllerMode": "NotSupported", + "Description": "An instance of DellController will have RAID Controller specific data.", + "Device": "0", + "DeviceCardDataBusWidth": "Unknown", + "DeviceCardSlotLength": "Unknown", + "DeviceCardSlotType": "Unknown", + "DriverVersion": null, + "EncryptionCapability": "None", + "EncryptionMode": "None", + "Id": "AHCI.Embedded.1-1", + "KeyID": null, + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "MaxAvailablePCILinkSpeed": null, + "MaxPossiblePCILinkSpeed": null, + "Name": "DellController", + "PCISlot": null, + "PatrolReadState": "Unknown", + "PersistentHotspare": "NotApplicable", + "RealtimeCapability": "Incapable", + "RollupStatus": "Unknown", + "SASAddress": "0", + "SecurityStatus": "EncryptionNotCapable", + "SharedSlotAssignmentAllowed": "NotApplicable", + "SlicedVDCapability": "NotSupported", + "SupportControllerBootMode": "NotSupported", + "SupportEnhancedAutoForeignImport": "NotSupported", + "SupportRAID10UnevenSpans": "NotSupported", + "SupportsLKMtoSEKMTransition": "No", + "T10PICapability": "NotSupported" + } + } + }, + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "StorageControllers": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1#/StorageControllers/0", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "CacheSummary": { + "TotalCacheSizeMiB": 0 + }, + "ControllerRates": { + "ConsistencyCheckRatePercent": null, + "RebuildRatePercent": null + }, + "FirmwareVersion": "", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + } + ], + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "FCH SATA Controller [AHCI mode]", + "Name": "FCH SATA Controller [AHCI mode]", + "SpeedGbps": null, + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "SupportedControllerProtocols": [ + "PCIe" + ], + "SupportedControllerProtocols@odata.count": 1, + "SupportedDeviceProtocols": [], + "SupportedDeviceProtocols@odata.count": 0, + "SupportedRAIDTypes": [], + "SupportedRAIDTypes@odata.count": 0 + } + ], + "StorageControllers@Redfish.Deprecated": "Please migrate to use /redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers", + "StorageControllers@odata.count": 1, + "Volumes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Volumes" + } + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1#/StorageControllers/0": { + "@odata.context": "/redfish/v1/$metadata#Storage.Storage", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1", + "@odata.type": "#Storage.v1_14_0.Storage", + "Controllers": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers" + }, + "Description": "Embedded AHCI 1", + "Drives": [], + "Drives@odata.count": 0, + "Id": "AHCI.Embedded.1-1", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "Enclosures": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Enclosures@odata.count": 1, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "SimpleStorage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/AHCI.Embedded.1-1" + } + }, + "Name": "FCH SATA Controller [AHCI mode]", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellController": { + "@odata.context": "/redfish/v1/$metadata#DellController.DellController", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Oem/Dell/DellControllers/AHCI.Embedded.1-1", + "@odata.type": "#DellController.v1_4_1.DellController", + "AlarmState": "AlarmNotPresent", + "AutoConfigBehavior": "NotApplicable", + "BootVirtualDiskFQDD": null, + "CacheSizeInMB": 0, + "CachecadeCapability": "NotSupported", + "ConnectorCount": 0, + "ControllerFirmwareVersion": null, + "CurrentControllerMode": "NotSupported", + "Description": "An instance of DellController will have RAID Controller specific data.", + "Device": "0", + "DeviceCardDataBusWidth": "Unknown", + "DeviceCardSlotLength": "Unknown", + "DeviceCardSlotType": "Unknown", + "DriverVersion": null, + "EncryptionCapability": "None", + "EncryptionMode": "None", + "Id": "AHCI.Embedded.1-1", + "KeyID": null, + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "MaxAvailablePCILinkSpeed": null, + "MaxPossiblePCILinkSpeed": null, + "Name": "DellController", + "PCISlot": null, + "PatrolReadState": "Unknown", + "PersistentHotspare": "NotApplicable", + "RealtimeCapability": "Incapable", + "RollupStatus": "Unknown", + "SASAddress": "0", + "SecurityStatus": "EncryptionNotCapable", + "SharedSlotAssignmentAllowed": "NotApplicable", + "SlicedVDCapability": "NotSupported", + "SupportControllerBootMode": "NotSupported", + "SupportEnhancedAutoForeignImport": "NotSupported", + "SupportRAID10UnevenSpans": "NotSupported", + "SupportsLKMtoSEKMTransition": "No", + "T10PICapability": "NotSupported" + } + } + }, + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "StorageControllers": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1#/StorageControllers/0", + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "CacheSummary": { + "TotalCacheSizeMiB": 0 + }, + "ControllerRates": { + "ConsistencyCheckRatePercent": null, + "RebuildRatePercent": null + }, + "FirmwareVersion": "", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + } + ], + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "DELL", + "MemberId": "0", + "Model": "FCH SATA Controller [AHCI mode]", + "Name": "FCH SATA Controller [AHCI mode]", + "SpeedGbps": null, + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "SupportedControllerProtocols": [ + "PCIe" + ], + "SupportedControllerProtocols@odata.count": 1, + "SupportedDeviceProtocols": [], + "SupportedDeviceProtocols@odata.count": 0, + "SupportedRAIDTypes": [], + "SupportedRAIDTypes@odata.count": 0 + } + ], + "StorageControllers@Redfish.Deprecated": "Please migrate to use /redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers", + "StorageControllers@odata.count": 1, + "Volumes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Volumes" + } + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers": { + "@odata.context": "/redfish/v1/$metadata#StorageControllerCollection.StorageControllerCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers", + "@odata.type": "#StorageControllerCollection.StorageControllerCollection", + "Description": "Collection Of Storage controllers", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1" + } + ], + "Members@odata.count": 1, + "Name": "Storage controller Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#StorageController.StorageController", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1", + "@odata.type": "#StorageController.v1_6_0.StorageController", + "CacheSummary": { + "TotalCacheSizeMiB": 0 + }, + "ControllerRates": { + "ConsistencyCheckRatePercent": null, + "RebuildRatePercent": null + }, + "Description": "Embedded AHCI 1", + "FirmwareVersion": "", + "Id": "AHCI.Embedded.1-1", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/199-0/PCIeFunctions/199-0-0" + } + ], + "PCIeFunctions@odata.count": 1 + }, + "Manufacturer": "DELL", + "Model": "FCH SATA Controller [AHCI mode]", + "Name": "FCH SATA Controller [AHCI mode]", + "Oem": { + "Dell": { + "@odata.type": "#DellOemStorageController.v1_0_0.DellOemStorageController", + "DellStorageController": { + "AlarmState": "AlarmNotPresent", + "AutoConfigBehavior": "NotApplicable", + "BackgroundInitializationRatePercent": null, + "BatteryLearnMode": null, + "BootVirtualDiskFQDD": null, + "CacheSizeInMB": 0, + "CachecadeCapability": "NotSupported", + "CheckConsistencyMode": null, + "ConnectorCount": 0, + "ControllerBootMode": null, + "ControllerFirmwareVersion": null, + "ControllerMode": null, + "CopybackMode": null, + "CurrentControllerMode": "NotSupported", + "Device": "0", + "DeviceCardDataBusWidth": "Unknown", + "DeviceCardSlotLength": "Unknown", + "DeviceCardSlotType": "Unknown", + "DriverVersion": null, + "EncryptionCapability": "None", + "EncryptionMode": "None", + "EnhancedAutoImportForeignConfigurationMode": null, + "KeyID": null, + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "LoadBalanceMode": null, + "MaxAvailablePCILinkSpeed": null, + "MaxDrivesInSpanCount": 0, + "MaxPossiblePCILinkSpeed": null, + "MaxSpansInVolumeCount": 0, + "MaxSupportedVolumesCount": 0, + "PCISlot": null, + "PatrolReadIterationsCount": 0, + "PatrolReadMode": null, + "PatrolReadRatePercent": null, + "PatrolReadState": "Unknown", + "PatrolReadUnconfiguredAreaMode": null, + "PersistentHotspare": "NotApplicable", + "RAIDMode": "None", + "RealtimeCapability": "Incapable", + "ReconstructRatePercent": null, + "RollupStatus": "Unknown", + "SASAddress": "0", + "SecurityStatus": "EncryptionNotCapable", + "SharedSlotAssignmentAllowed": "NotApplicable", + "SlicedVDCapability": "NotSupported", + "SpindownIdleTimeSeconds": 0, + "SupportControllerBootMode": "NotSupported", + "SupportEnhancedAutoForeignImport": "NotSupported", + "SupportRAID10UnevenSpans": "NotSupported", + "SupportedInitializationTypes": [], + "SupportedInitializationTypes@odata.count": 0, + "SupportsLKMtoSEKMTransition": "No", + "T10PICapability": "NotSupported" + } + } + }, + "SpeedGbps": null, + "Status": { + "Health": null, + "HealthRollup": null, + "State": "Enabled" + }, + "SupportedControllerProtocols": [ + "PCIe" + ], + "SupportedControllerProtocols@odata.count": 1, + "SupportedDeviceProtocols": [], + "SupportedDeviceProtocols@odata.count": 0, + "SupportedRAIDTypes": [], + "SupportedRAIDTypes@odata.count": 0 + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#StorageController.StorageController", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Controllers/AHCI.Embedded.1-1/Settings", + "@odata.type": "#StorageController.v1_6_0.StorageController", + "CacheSummary": { + "TotalCacheSizeMiB": 0 + }, + "ControllerRates": {}, + "Description": "Embedded AHCI 1", + "Id": "AHCI.Embedded.1-1", + "Name": "FCH SATA Controller [AHCI mode]", + "Oem": { + "Dell": { + "@odata.type": "#DellOemStorageController.v1_0_0.DellOemStorageController", + "DellStorageController": {} + } + } + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Oem/Dell/DellControllers/AHCI.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellController.DellController", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Oem/Dell/DellControllers/AHCI.Embedded.1-1", + "@odata.type": "#DellController.v1_4_1.DellController", + "AlarmState": "AlarmNotPresent", + "AutoConfigBehavior": "NotApplicable", + "BootVirtualDiskFQDD": null, + "CacheSizeInMB": 0, + "CachecadeCapability": "NotSupported", + "ConnectorCount": 0, + "ControllerFirmwareVersion": null, + "CurrentControllerMode": "NotSupported", + "Description": "An instance of DellController will have RAID Controller specific data.", + "Device": "0", + "DeviceCardDataBusWidth": "Unknown", + "DeviceCardSlotLength": "Unknown", + "DeviceCardSlotType": "Unknown", + "DriverVersion": null, + "EncryptionCapability": "None", + "EncryptionMode": "None", + "Id": "AHCI.Embedded.1-1", + "KeyID": null, + "LastSystemInventoryTime": "2023-07-03T21:06:23+00:00", + "LastUpdateTime": "2023-06-19T23:16:55+00:00", + "MaxAvailablePCILinkSpeed": null, + "MaxPossiblePCILinkSpeed": null, + "Name": "DellController", + "PCISlot": null, + "PatrolReadState": "Unknown", + "PersistentHotspare": "NotApplicable", + "RealtimeCapability": "Incapable", + "RollupStatus": "Unknown", + "SASAddress": "0", + "SecurityStatus": "EncryptionNotCapable", + "SharedSlotAssignmentAllowed": "NotApplicable", + "SlicedVDCapability": "NotSupported", + "SupportControllerBootMode": "NotSupported", + "SupportEnhancedAutoForeignImport": "NotSupported", + "SupportRAID10UnevenSpans": "NotSupported", + "SupportsLKMtoSEKMTransition": "No", + "T10PICapability": "NotSupported" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Volumes": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "OnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#VolumeCollection.VolumeCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Volumes", + "@odata.type": "#VolumeCollection.VolumeCollection", + "Description": "Collection Of Volume", + "Members": [], + "Members@odata.count": 0, + "Name": "Volume Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1": { + "@odata.context": "/redfish/v1/$metadata#Storage.Storage", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1", + "@odata.type": "#Storage.v1_14_0.Storage", + "Description": "CPU.1", + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 2, + "Id": "CPU.1", + "Links": { + "Enclosures": [ + { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1" + } + ], + "Enclosures@odata.count": 2, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [], + "CPUAffinity@odata.count": 0 + } + }, + "SimpleStorage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/CPU.1" + } + }, + "Name": "CPU.1", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "Volumes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes" + } + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#Drive.Drive", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#Drive.v1_16_0.Drive", + "Actions": { + "#Drive.SecureErase": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Actions/Drive.SecureErase" + } + }, + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "BlockSizeBytes": 0, + "CapableSpeedGbs": 15.753846153846155, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 0 in Bay 1", + "EncryptionAbility": "None", + "EncryptionStatus": "Unencrypted", + "FailurePredicted": false, + "HotspareType": "None", + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/195-0/PCIeFunctions/195-0-0" + } + ], + "PCIeFunctions@odata.count": 1, + "Storage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + }, + "Volumes": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1" + } + ], + "Volumes@odata.count": 1 + }, + "Location": [], + "LocationIndicatorActive": null, + "Manufacturer": "Samsung Electronics Co Ltd ", + "MediaType": "SSD", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "PCIe SSD in Slot 0 in Bay 1", + "NegotiatedSpeedGbs": 15.753846153846155, + "Oem": { + "Dell": { + "@odata.type": "#DellDrive.v1_1_0.DellDrive", + "DellNVMeSMARTAttributes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellNVMeSMARTAttributes" + }, + "DellPCIeSSD": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSD.DellPCIeSSD", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSD.v1_7_0.DellPCIeSSD", + "AvailableSparePercent": 100, + "Bus": "C3", + "BusProtocol": "PCIE", + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPCIeSSD will have PCIe Solid State Drive specific data.", + "Device": "0", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "DriveState": "Ready", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "FreeSizeInBytes": null, + "Function": "0", + "HotSpareStatus": null, + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "MediaType": "SolidStateDrive", + "Name": "DellPCIeSSD", + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "Slot": 0, + "SystemEraseCapability": "CryptographicErasePD", + "UsedSizeInBytes": 0, + "WWN": null + }, + "DellPhysicalDisk": { + "@odata.context": "/redfish/v1/$metadata#DellPhysicalDisk.DellPhysicalDisk", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellPhysicalDisk.v1_6_0.DellPhysicalDisk", + "AvailableSparePercent": 100, + "Certified": null, + "Connector": null, + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPhysicalDisk will have Physical Disk specific data.", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "ForeignKeyIdentifier": null, + "FreeSizeInBytes": null, + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "ManufacturingDay": null, + "ManufacturingWeek": null, + "ManufacturingYear": null, + "Name": "DellPhysicalDisk", + "NonRAIDDiskCachePolicy": null, + "OperationName": null, + "OperationPercentCompletePercent": null, + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "PPID": null, + "PowerStatus": null, + "PredictiveFailureState": null, + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "SASAddress": null, + "Slot": 0, + "SystemEraseCapability": "CryptographicErasePD", + "T10PICapability": null, + "UsedSizeInBytes": 0, + "WWN": null + }, + "FIPS140ComplianceDescriptor": { + "ComplianceDescriptorModuleName": null, + "ComplianceDescriptorType": null, + "ComplianceDescriptorVersion": null, + "ComplianceHardwareVersion": null, + "ComplianceOverallSecurityLevel": null, + "ComplianceRelatedStandard": null + } + } + }, + "Operations": [], + "Operations@odata.count": 0, + "PartNumber": "KR-02380X-SSK00-13Q-00CA-A00", + "PhysicalLocation": { + "PartLocation": { + "LocationOrdinalValue": 0, + "LocationType": "Slot" + } + }, + "PredictedMediaLifeLeftPercent": 99, + "Protocol": "PCIe", + "Revision": "2.1.2", + "RotationSpeedRPM": null, + "SerialNumber": "S61DNA0R300116", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "WriteCacheEnabled": false + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellPhysicalDisk.DellPhysicalDisk", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellPhysicalDisk.v1_6_0.DellPhysicalDisk", + "AvailableSparePercent": 100, + "Certified": null, + "Connector": null, + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPhysicalDisk will have Physical Disk specific data.", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "ForeignKeyIdentifier": null, + "FreeSizeInBytes": null, + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "ManufacturingDay": null, + "ManufacturingWeek": null, + "ManufacturingYear": null, + "Name": "DellPhysicalDisk", + "NonRAIDDiskCachePolicy": null, + "OperationName": null, + "OperationPercentCompletePercent": null, + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "PPID": null, + "PowerStatus": null, + "PredictiveFailureState": null, + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "SASAddress": null, + "Slot": 0, + "SystemEraseCapability": "CryptographicErasePD", + "T10PICapability": null, + "UsedSizeInBytes": 0, + "WWN": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSD.DellPCIeSSD", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSD.v1_7_0.DellPCIeSSD", + "AvailableSparePercent": 100, + "Bus": "C3", + "BusProtocol": "PCIE", + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPCIeSSD will have PCIe Solid State Drive specific data.", + "Device": "0", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "DriveState": "Ready", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "FreeSizeInBytes": null, + "Function": "0", + "HotSpareStatus": null, + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "MediaType": "SolidStateDrive", + "Name": "DellPCIeSSD", + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "Slot": 0, + "SystemEraseCapability": "CryptographicErasePD", + "UsedSizeInBytes": 0, + "WWN": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#Drive.Drive", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#Drive.v1_16_0.Drive", + "Actions": { + "#Drive.SecureErase": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Actions/Drive.SecureErase" + } + }, + "Assembly": { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly" + }, + "BlockSizeBytes": 0, + "CapableSpeedGbs": 15.753846153846155, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 1 in Bay 1", + "EncryptionAbility": "None", + "EncryptionStatus": "Unencrypted", + "FailurePredicted": false, + "HotspareType": "None", + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "Identifiers": [ + { + "DurableName": null, + "DurableNameFormat": null + } + ], + "Identifiers@odata.count": 1, + "Links": { + "Chassis": { + "@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1" + }, + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemLinks", + "CPUAffinity": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.2" + } + ], + "CPUAffinity@odata.count": 1 + } + }, + "PCIeFunctions": [ + { + "@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/196-0/PCIeFunctions/196-0-0" + } + ], + "PCIeFunctions@odata.count": 1, + "Storage": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1" + }, + "Volumes": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Volumes@odata.count": 1 + }, + "Location": [], + "LocationIndicatorActive": null, + "Manufacturer": "Samsung Electronics Co Ltd ", + "MediaType": "SSD", + "Model": "Dell Ent NVMe AGN RI U.2 1.92TB", + "Name": "PCIe SSD in Slot 1 in Bay 1", + "NegotiatedSpeedGbs": 15.753846153846155, + "Oem": { + "Dell": { + "@odata.type": "#DellDrive.v1_1_0.DellDrive", + "DellNVMeSMARTAttributes": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellNVMeSMARTAttributes" + }, + "DellPCIeSSD": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSD.DellPCIeSSD", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSD.v1_7_0.DellPCIeSSD", + "AvailableSparePercent": 100, + "Bus": "C4", + "BusProtocol": "PCIE", + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPCIeSSD will have PCIe Solid State Drive specific data.", + "Device": "0", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "DriveState": "Ready", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "FreeSizeInBytes": null, + "Function": "0", + "HotSpareStatus": null, + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "MediaType": "SolidStateDrive", + "Name": "DellPCIeSSD", + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "Slot": 1, + "SystemEraseCapability": "CryptographicErasePD", + "UsedSizeInBytes": 0, + "WWN": null + }, + "DellPhysicalDisk": { + "@odata.context": "/redfish/v1/$metadata#DellPhysicalDisk.DellPhysicalDisk", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellPhysicalDisk.v1_6_0.DellPhysicalDisk", + "AvailableSparePercent": 100, + "Certified": null, + "Connector": null, + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPhysicalDisk will have Physical Disk specific data.", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "ForeignKeyIdentifier": null, + "FreeSizeInBytes": null, + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "ManufacturingDay": null, + "ManufacturingWeek": null, + "ManufacturingYear": null, + "Name": "DellPhysicalDisk", + "NonRAIDDiskCachePolicy": null, + "OperationName": null, + "OperationPercentCompletePercent": null, + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "PPID": null, + "PowerStatus": null, + "PredictiveFailureState": null, + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "SASAddress": null, + "Slot": 1, + "SystemEraseCapability": "CryptographicErasePD", + "T10PICapability": null, + "UsedSizeInBytes": 0, + "WWN": null + }, + "FIPS140ComplianceDescriptor": { + "ComplianceDescriptorModuleName": null, + "ComplianceDescriptorType": null, + "ComplianceDescriptorVersion": null, + "ComplianceHardwareVersion": null, + "ComplianceOverallSecurityLevel": null, + "ComplianceRelatedStandard": null + } + } + }, + "Operations": [], + "Operations@odata.count": 0, + "PartNumber": "KR-02380X-SSK00-13Q-00E2-A00", + "PhysicalLocation": { + "PartLocation": { + "LocationOrdinalValue": 1, + "LocationType": "Slot" + } + }, + "PredictedMediaLifeLeftPercent": 100, + "Protocol": "PCIe", + "Revision": "2.1.2", + "RotationSpeedRPM": null, + "SerialNumber": "S61DNA0R300174", + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "WriteCacheEnabled": false + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellPhysicalDisk.DellPhysicalDisk", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellDrives/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellPhysicalDisk.v1_6_0.DellPhysicalDisk", + "AvailableSparePercent": 100, + "Certified": null, + "Connector": null, + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPhysicalDisk will have Physical Disk specific data.", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "ForeignKeyIdentifier": null, + "FreeSizeInBytes": null, + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "LastSystemInventoryTime": null, + "LastUpdateTime": null, + "ManufacturingDay": null, + "ManufacturingWeek": null, + "ManufacturingYear": null, + "Name": "DellPhysicalDisk", + "NonRAIDDiskCachePolicy": null, + "OperationName": null, + "OperationPercentCompletePercent": null, + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "PPID": null, + "PowerStatus": null, + "PredictiveFailureState": null, + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "SASAddress": null, + "Slot": 1, + "SystemEraseCapability": "CryptographicErasePD", + "T10PICapability": null, + "UsedSizeInBytes": 0, + "WWN": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellPCIeSSD.DellPCIeSSD", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellPCIeSSDs/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellPCIeSSD.v1_7_0.DellPCIeSSD", + "AvailableSparePercent": 100, + "Bus": "C4", + "BusProtocol": "PCIE", + "CryptographicEraseCapable": "Capable", + "Description": "An instance of DellPCIeSSD will have PCIe Solid State Drive specific data.", + "Device": "0", + "DeviceProtocol": "NVMe 1.3", + "DeviceSidebandProtocol": "NVMe-MI1.0", + "DriveFormFactor": "2.5Inch", + "DriveState": "Ready", + "EncryptionProtocol": "None", + "ErrorDescription": null, + "ErrorRecoverable": "NotApplicable", + "FreeSizeInBytes": null, + "Function": "0", + "HotSpareStatus": null, + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "MediaType": "SolidStateDrive", + "Name": "DellPCIeSSD", + "PCIeCapableLinkWidth": "x4", + "PCIeNegotiatedLinkWidth": "x4", + "ProductID": "a824", + "RAIDType": "Unknown", + "RaidStatus": null, + "Slot": 1, + "SystemEraseCapability": "CryptographicErasePD", + "UsedSizeInBytes": 0, + "WWN": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "OnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#VolumeCollection.VolumeCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes", + "@odata.type": "#VolumeCollection.VolumeCollection", + "Description": "Collection Of Volume", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Members@odata.count": 2, + "Name": "Volume Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#Volume.Volume", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#Volume.v1_8_0.Volume", + "Actions": { + "#Volume.CheckConsistency": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1/Actions/Volume.CheckConsistency" + }, + "#Volume.Initialize": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "InitializeType@Redfish.AllowableValues": [ + "Fast", + "Slow" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1/Actions/Volume.Initialize" + } + }, + "BlockSizeBytes": 0, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 0 in Bay 1", + "DisplayName": null, + "Encrypted": null, + "EncryptionTypes": [], + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "Identifiers": [], + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1 + }, + "MediaSpanCount": null, + "Name": "PCIe SSD in Slot 0 in Bay 1", + "Operations": [], + "OptimumIOSizeBytes": null, + "RAIDType": null, + "ReadCachePolicy": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "VolumeType": "RawDevice", + "WriteCachePolicy": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#Volume.Volume", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.0:Enclosure.Internal.0-1/Settings", + "@odata.type": "#Volume.v1_8_0.Volume", + "Actions": {}, + "BlockSizeBytes": 0, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 0 in Bay 1", + "DisplayName": null, + "Encrypted": null, + "EncryptionTypes": [], + "Id": "Disk.Bay.0:Enclosure.Internal.0-1", + "Identifiers": [], + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.0:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1 + }, + "MediaSpanCount": null, + "Name": "PCIe SSD in Slot 0 in Bay 1", + "Operations": [], + "OptimumIOSizeBytes": null, + "RAIDType": null, + "ReadCachePolicy": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "VolumeType": "RawDevice", + "WriteCachePolicy": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1": { + "@Redfish.Settings": { + "@odata.context": "/redfish/v1/$metadata#Settings.Settings", + "@odata.type": "#Settings.v1_3_5.Settings", + "SettingsObject": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1/Settings" + }, + "SupportedApplyTimes": [ + "Immediate", + "OnReset", + "AtMaintenanceWindowStart", + "InMaintenanceWindowOnReset" + ] + }, + "@odata.context": "/redfish/v1/$metadata#Volume.Volume", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#Volume.v1_8_0.Volume", + "Actions": { + "#Volume.CheckConsistency": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1/Actions/Volume.CheckConsistency" + }, + "#Volume.Initialize": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset" + ] + }, + "InitializeType@Redfish.AllowableValues": [ + "Fast", + "Slow" + ], + "target": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1/Actions/Volume.Initialize" + } + }, + "BlockSizeBytes": 0, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 1 in Bay 1", + "DisplayName": null, + "Encrypted": null, + "EncryptionTypes": [], + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "Identifiers": [], + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1 + }, + "MediaSpanCount": null, + "Name": "PCIe SSD in Slot 1 in Bay 1", + "Operations": [], + "OptimumIOSizeBytes": null, + "RAIDType": null, + "ReadCachePolicy": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "VolumeType": "RawDevice", + "WriteCachePolicy": null + }, + "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1/Settings": { + "@odata.context": "/redfish/v1/$metadata#Volume.Volume", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Volumes/Disk.Bay.1:Enclosure.Internal.0-1/Settings", + "@odata.type": "#Volume.v1_8_0.Volume", + "Actions": {}, + "BlockSizeBytes": 0, + "CapacityBytes": 1920383410176, + "Description": "PCIe SSD in Slot 1 in Bay 1", + "DisplayName": null, + "Encrypted": null, + "EncryptionTypes": [], + "Id": "Disk.Bay.1:Enclosure.Internal.0-1", + "Identifiers": [], + "Links": { + "Drives": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/CPU.1/Drives/Disk.Bay.1:Enclosure.Internal.0-1" + } + ], + "Drives@odata.count": 1 + }, + "MediaSpanCount": null, + "Name": "PCIe SSD in Slot 1 in Bay 1", + "Operations": [], + "OptimumIOSizeBytes": null, + "RAIDType": null, + "ReadCachePolicy": null, + "Status": { + "Health": "OK", + "HealthRollup": "OK", + "State": "Enabled" + }, + "VolumeType": "RawDevice", + "WriteCachePolicy": null + }, + "/redfish/v1/Systems/System.Embedded.1/VirtualMedia": { + "@odata.context": "/redfish/v1/$metadata#VirtualMediaCollection.VirtualMediaCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia", + "@odata.type": "#VirtualMediaCollection.VirtualMediaCollection", + "Description": "Collection of Virtual Media", + "Members": [ + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1" + }, + { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2" + } + ], + "Members@odata.count": 2, + "Name": "VirtualMedia Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1": { + "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1", + "@odata.type": "#VirtualMedia.v1_6_0.VirtualMedia", + "Actions": { + "#VirtualMedia.EjectMedia": { + "target": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1/Actions/VirtualMedia.EjectMedia" + }, + "#VirtualMedia.InsertMedia": { + "target": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1/Actions/VirtualMedia.InsertMedia" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1/Certificates" + }, + "ConnectedVia": "NotConnected", + "Description": "iDRAC Virtual Media Instance", + "Id": "1", + "Image": null, + "ImageName": null, + "Inserted": false, + "MediaTypes": [ + "CD", + "DVD", + "USBStick" + ], + "MediaTypes@odata.count": 3, + "Name": "VirtualMedia Instance 1", + "Password": null, + "TransferMethod": null, + "TransferProtocolType": null, + "UserName": null, + "VerifyCertificate": false, + "WriteProtected": null + }, + "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/1/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of HTTPS Client Trust Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2": { + "@odata.context": "/redfish/v1/$metadata#VirtualMedia.VirtualMedia", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2", + "@odata.type": "#VirtualMedia.v1_6_0.VirtualMedia", + "Actions": { + "#VirtualMedia.EjectMedia": { + "target": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2/Actions/VirtualMedia.EjectMedia" + }, + "#VirtualMedia.InsertMedia": { + "target": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2/Actions/VirtualMedia.InsertMedia" + } + }, + "Certificates": { + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2/Certificates" + }, + "ConnectedVia": "NotConnected", + "Description": "iDRAC Virtual Media Instance", + "Id": "2", + "Image": null, + "ImageName": null, + "Inserted": false, + "MediaTypes": [ + "CD", + "DVD", + "USBStick" + ], + "MediaTypes@odata.count": 3, + "Name": "VirtualMedia Instance 2", + "Password": null, + "TransferMethod": null, + "TransferProtocolType": null, + "UserName": null, + "VerifyCertificate": false, + "WriteProtected": null + }, + "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2/Certificates": { + "@odata.context": "/redfish/v1/$metadata#CertificateCollection.CertificateCollection", + "@odata.id": "/redfish/v1/Systems/System.Embedded.1/VirtualMedia/2/Certificates", + "@odata.type": "#CertificateCollection.CertificateCollection", + "Description": "A Collection of HTTPS Client Trust Certificate resource instances.", + "Members": [], + "Members@odata.count": 0, + "Name": "Certificate Collection" + }, + "/redfish/v1/TaskService": { + "@odata.context": "/redfish/v1/$metadata#TaskService.TaskService", + "@odata.id": "/redfish/v1/TaskService", + "@odata.type": "#TaskService.v1_2_0.TaskService", + "DateTime": "2023-07-05T22:23:20+09:00", + "Description": "Represents the properties for the service itself and has links to the actual list of Tasks", + "Id": "TaskService", + "Name": "Task Service", + "ServiceEnabled": true, + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "TaskAutoDeleteTimeoutMinutes": 10, + "Tasks": { + "@odata.id": "/redfish/v1/TaskService/Tasks" + } + }, + "/redfish/v1/TaskService/Tasks": { + "@odata.context": "/redfish/v1/$metadata#TaskCollection.TaskCollection", + "@odata.id": "/redfish/v1/TaskService/Tasks", + "@odata.type": "#TaskCollection.TaskCollection", + "Description": "Collection of Tasks", + "Members": [], + "Members@odata.count": 0, + "Name": "Task Collection" + }, + "/redfish/v1/TelemetryService": { + "@odata.context": "/redfish/v1/$metadata#TelemetryService.TelemetryService", + "@odata.id": "/redfish/v1/TelemetryService", + "@odata.type": "#TelemetryService.v1_3_1.TelemetryService", + "Actions": { + "#TelemetryService.ClearMetricReports": { + "target": "/redfish/v1/TelemetryService/Actions/TelemetryService.ClearMetricReports" + }, + "#TelemetryService.ResetMetricReportDefinitionsToDefaults": { + "target": "/redfish/v1/TelemetryService/Actions/TelemetryService.ResetMetricReportDefinitionsToDefaults" + }, + "#TelemetryService.SubmitTestMetricReport": { + "target": "/redfish/v1/TelemetryService/Actions/TelemetryService.SubmitTestMetricReport" + }, + "Oem": { + "#DellTelemetryService.SubmitMetricValue": { + "target": "/redfish/v1/TelemetryService/Actions/Oem/DellTelemetryService.SubmitMetricValue" + } + } + }, + "Description": "The Manager TelemetryService", + "Id": "TelemetryService", + "MaxReports": 50, + "MetricDefinitions": { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions" + }, + "MetricReportDefinitions": { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions" + }, + "MetricReports": { + "@odata.id": "/redfish/v1/TelemetryService/MetricReports" + }, + "MinCollectionInterval": "PT0H0M5S", + "Name": "TelemetryService", + "Oem": { + "Dell": { + "@odata.type": "#DellTelemetryService.v1_2_0.DellTelemetryService", + "D4D": { + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D" + }, + "FQDDList": [ + "DIMM.Socket.A1", + "DIMM.Socket.A2", + "DIMM.Socket.A3", + "DIMM.Socket.A4", + "DIMM.Socket.B1", + "DIMM.Socket.B2", + "DIMM.Socket.B3", + "DIMM.Socket.B4", + "SystemUsage", + "iDRAC.Embedded.1#PS1Current1", + "iDRAC.Embedded.1#PS2Current2", + "SMARTData:Disk.Bay.0:Enclosure.Internal.0-1", + "SMARTData:Disk.Bay.1:Enclosure.Internal.0-1", + "CPU.Socket.1", + "CPU.Socket.2", + "iDRAC.Embedded.1#SystemBoardCPUUsage", + "Thermal", + "NIC.Embedded.1-1-1", + "NIC.Embedded.2-1-1", + "NIC.Integrated.1-1-1", + "NIC.Integrated.1-2-1", + "PowerStatistics", + "PSU.Slot.1", + "PSU.Slot.2", + "Fan.Embedded.1A", + "Fan.Embedded.1B", + "Fan.Embedded.1C", + "Fan.Embedded.1D", + "Fan.Embedded.2A", + "Fan.Embedded.2B", + "Fan.Embedded.2C", + "Fan.Embedded.2D", + "Fan.Embedded.3A", + "Fan.Embedded.3B", + "Fan.Embedded.3C", + "Fan.Embedded.3D", + "Fan.Embedded.4A", + "Fan.Embedded.4B", + "Fan.Embedded.4C", + "Fan.Embedded.4D", + "NetworkTransceiver.Integrated.1:NIC.Integrated.1-1", + "NetworkTransceiver.Integrated.1:NIC.Integrated.1-2", + "AggregationMetrics", + "PowerMetrics", + "Disk.Bay.0:Enclosure.Internal.0-1", + "Disk.Bay.1:Enclosure.Internal.0-1", + "iDRAC.Embedded.1#CPU1Temp", + "iDRAC.Embedded.1#CPU2Temp", + "iDRAC.Embedded.1#SystemBoardExhaustTemp", + "iDRAC.Embedded.1#SystemBoardInletTemp", + "iDRAC.Embedded.1#CPU1MEMABCDVR", + "iDRAC.Embedded.1#CPU1MEMEFGHVR", + "iDRAC.Embedded.1#CPU1VCOREVR", + "iDRAC.Embedded.1#CPU2MEMABCDVR", + "iDRAC.Embedded.1#CPU2MEMEFGHVR", + "iDRAC.Embedded.1#CPU2VCOREVR", + "iDRAC.Embedded.1#PS1Voltage", + "iDRAC.Embedded.1#PS2Voltage", + "iDRAC.Embedded.1#SystemBoardPwrConsumption" + ], + "SourceList": [ + "PowerMetrics", + "thermalmetrics", + "MemorySensor", + "psu-sensor", + "smart-nvme", + "sfp-transceiver", + "rawsensor", + "memorymetrics", + "fan", + "nicportstats", + "hiitempsensors", + "PowerStatistics", + "AggregationMetrics", + "SystemUsage", + "CPUMemMetrics", + "storage-sensor" + ] + } + }, + "ServiceEnabled": false, + "SupportedCollectionFunctions": [ + "Average", + "Maximum", + "Minimum", + "Summation" + ], + "Triggers": { + "@odata.id": "/redfish/v1/TelemetryService/Triggers" + } + }, + "/redfish/v1/TelemetryService/MetricDefinitions": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinitionCollection.MetricDefinitionCollection", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions", + "@odata.type": "#MetricDefinitionCollection.MetricDefinitionCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesHigh" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesLow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AddressParityError" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AggregateUsage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AmpsReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpare" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpareThreshold" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvgFrequencyAcrossCores" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/BoardPowerSupplyStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/BoardTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CommandTimeout" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CompositeTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ComputePower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CorrectableECCError" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUPkgEnergy" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUAvgPbmRatioCounterLow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyHigh" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyLow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUEpi" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPULimitingCounter" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsageHighFrequency" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsagePctReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUViolationCounter" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CRCErrorCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CriticalWarning" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterFB" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterGR" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterFB" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterGR" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSystemEnergy" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthDMI" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort0" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort1" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort2" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort3" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CurrentPendingSectorCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataLossDetected" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFB" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFBL2Cache" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRL1Cache" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRRF" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRTex" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBERetiredPages" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DDRLimitingCounter" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DiscardedPkts" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPkgEnergy" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPwr" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMThrottling" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DriveTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ECCERate" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/EnergyTimestamp" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/EraseFailCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ExceptionModeStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCCRCErrorCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCInvalidCRCs" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCLinkFailures" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCLossOfSignals" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOELinkFailures" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktRxCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktTxCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOERxPktDroppedCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxKBCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxSequences" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxTotalFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCStatOSDriverState" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxKBCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxSequences" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxTotalFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/GPUHealth" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/GPUStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/IOUsage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/IOUsagePctReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ITUE" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanFCSRxErrors" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktRxCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktTxCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayAvgPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourAvgPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteAvgPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekAvgPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPowerTime" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LimitingEvents" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LinkStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaWriteCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemorySpareBlock" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsagePctReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyHigh" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyLow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/OSDriverState" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PartitionLinkStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PartitionOSDriverState" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PercentageUsed" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PercentDriveLifeRemaining" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PkgPwr" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PkgThermalStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PortSpeed" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PortStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerBrakeState" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerConsumption" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCycleCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHours" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerSupplyStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerToCoolRatio" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PredictedMediaLifeLeftPercent" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PrimaryTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ProgramFailCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSUEfficiency" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSURPMReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSUTemperatureReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalBytes" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalPackets" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtectionErrors" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtocolErrors" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalBytes" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalPackets" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalReadReqPkts" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalSendPkts" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalWritePkts" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ReadErrorRate" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ReallocatedBlockCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RPMReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxBroadcast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxBytes" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktAlignmentErrors" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktFCSErrors" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxFalseCarrierDetection" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPowerStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxJabberPkt" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxMutlicast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXOFFFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXONFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxRuntPkt" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxUnicast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFB" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFBL2Cache" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRL1Cache" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRRF" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRTex" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBERetiredPages" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SecondaryTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SFPTemperature" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SFPVoltage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirFlowEfficiency" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerFanPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerSysInputPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowUtilization" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysNetAirflow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysRackTempDelta" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemAvgInletTempHour" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemHeadRoomInstantaneous" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemInputPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxInletTempHour" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxPowerConsumption" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemOutputPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemPowerConsumption" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemUsagePctReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TCtrl" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureThresholdAlarm" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ThermalAlertState" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ThermalCrtlCircuitActivation" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TJMax" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalCPUPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalFanPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalFPGAPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalMemoryPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalPciePower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalPSUHeatDissipation" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalStoragePower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrent" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrentStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBroadcast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBytes" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktExcessiveCollision" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktLateCollision" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktMultipleCollision" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktSingleCollision" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxMutlicast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPowerStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXOFFFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXONFrames" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxUnicast" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksHigh" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksLow" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableECCError" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableErrorCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableLBACount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsLower" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsUpper" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnusedReservedBlockCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UsedReservedBlockCount" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VolatileMemoryBackupSourceFailures" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VoltageReading" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VoltageStatus" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/WattsReading" + } + ], + "Members@odata.count": 234, + "Name": "MetricDefinitions" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesHigh": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesHigh", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 MSBs of the 64-bit counter containing accumulated Cx cycles of all enabled cores.", + "DiscreteValues": [], + "Id": "AccCoreCyclesHigh", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Accumulated Cx cycles counter 32 MSBs Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesLow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AccCoreCyclesLow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 LSBs of the 64-bit counter containing accumulated Cx cycles of all enabled cores.", + "DiscreteValues": [], + "Id": "AccCoreCyclesLow", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Accumulated Cx cycles counter 32 LSBs Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AddressParityError": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AddressParityError", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicates whether an address parity error was detected that a retry could not correct for a memory module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "AddressParityError", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": "Address Parity Error Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AggregateUsage": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AggregateUsage", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Aggregate Usage Percent", + "DiscreteValues": [], + "Id": "AggregateUsage", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Aggregate Usage Percent Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AmpsReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AmpsReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "AmpsReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "A" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpare": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpare", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the remaining spare capacity available as a normalized percentage (0 to 100%)", + "DiscreteValues": [], + "Id": "AvailableSpare", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Available Spare Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpareThreshold": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvailableSpareThreshold", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The available spare value below which an asynchronous event completion may occur. The value is indicated as a normalized percentage (0 to 100%)", + "DiscreteValues": [], + "Id": "AvailableSpareThreshold", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Available Spare Threshold Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/AvgFrequencyAcrossCores": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/AvgFrequencyAcrossCores", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Average CPU frequency across all the cores", + "DiscreteValues": [], + "Id": "AvgFrequencyAcrossCores", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Average Frequency Across Cores Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "MHz" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/BoardPowerSupplyStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/BoardPowerSupplyStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "GPU board power supply status", + "DiscreteValues": [ + "UnderPowered", + "SufficientPower", + "Not Applicable" + ], + "Id": "BoardPowerSupplyStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "GPU Board Power Supply Status Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/BoardTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/BoardTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature (degrees C) on GPU board, if supported", + "DiscreteValues": [], + "Id": "BoardTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "GPU Board Temperature Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUAvgPbmRatioCounterLow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUAvgPbmRatioCounterLow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "CPU Average PBM ratio counter", + "DiscreteValues": [], + "Id": "CPUAvgPbmRatioCounterLow", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "CPU Average Pbm ratio counter Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyHigh": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyHigh", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 MSBs of the 64-bit counter containing the aggregate C0 residency count from all the cores", + "DiscreteValues": [], + "Id": "CPUC0ResidencyHigh", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "CPU C0 Residency High Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyLow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUC0ResidencyLow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 LSBs of the 64-bit counter containing the aggregate C0 residency count from all the cores", + "DiscreteValues": [], + "Id": "CPUC0ResidencyLow", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "CPU C0 Residency Low Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUEpi": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUEpi", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Provides an approximation of the total instructions retired per time unit (i.e. not idle or not stalled for memory etc). It is used by the platform to distribute power across the sockets.", + "DiscreteValues": [], + "Id": "CPUEpi", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "CPU Epi Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPULimitingCounter": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPULimitingCounter", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Duration for which RAPL power limit determined the socket operating condition.", + "DiscreteValues": [], + "Id": "CPULimitingCounter", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "CPU Limiting Counter Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUPkgEnergy": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUPkgEnergy", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Accumulated energy consumed by the CPU Package", + "DiscreteValues": [], + "Id": "CPUPkgEnergy", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CPU Package Energy Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "micro joule(uJ)" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsage": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsage", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "CPU Usage Percent", + "DiscreteValues": [], + "Id": "CPUUsage", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CPU Usage Percent Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsageHighFrequency": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsageHighFrequency", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "CPU Usage Percent sampled at higher frequency i.e 200ms", + "DiscreteValues": [], + "Id": "CPUUsageHighFrequency", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CPU Usage Percent sampled at higher frequency Metric Definition ", + "SensingInterval": "PT0.200S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsagePctReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUUsagePctReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "CPUUsagePctReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CPUViolationCounter": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CPUViolationCounter", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Accumulated CPU throttle time. Duration for which processor was throttled below PERF_CTL (Host OS) request due to power limit.", + "DiscreteValues": [], + "Id": "CPUViolationCounter", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "CPU Violation Counter Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CRCErrorCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CRCErrorCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "CRC error count", + "DiscreteValues": [], + "Id": "CRCErrorCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "CRC Error Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthDMI": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthDMI", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Utilization counter of the DMI Port", + "DiscreteValues": [], + "Id": "CUPSIIOBandwidthDMI", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CUPS IIO Bandwidth DMI Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CUPS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort0": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort0", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Utilization counter of the integrated IO Port on a per x16 port granularity", + "DiscreteValues": [], + "Id": "CUPSIIOBandwidthPort0", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CUPS IIO Bandwidth Port0 Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CUPS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort1": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort1", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Utilization counter of the integrated IO Port on a per x16 port granularity", + "DiscreteValues": [], + "Id": "CUPSIIOBandwidthPort1", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CUPS IIO Bandwidth Port1 Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CUPS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort2": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort2", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Utilization counter of the integrated IO Port on a per x16 port granularity", + "DiscreteValues": [], + "Id": "CUPSIIOBandwidthPort2", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CUPS IIO Bandwidth Port2 Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CUPS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort3": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CUPSIIOBandwidthPort3", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Utilization counter of the integrated IO Port on a per x16 port granularity", + "DiscreteValues": [], + "Id": "CUPSIIOBandwidthPort3", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "CUPS IIO Bandwidth Port3 Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CUPS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CommandTimeout": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CommandTimeout", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The number of aborted operations due to disk timeout", + "DiscreteValues": [], + "Id": "CommandTimeout", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Command Timeout Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CompositeTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CompositeTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicatest the current composite temperature (in Kelvin) of the controller and namespace(s) associated with that controller", + "DiscreteValues": [], + "Id": "CompositeTemperature", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Composite Temperature Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "K" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ComputePower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ComputePower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Computer power that is not wasted", + "DiscreteValues": [], + "Id": "ComputePower", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Compute Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the lower part of the amount of time in minutes the controller is busy with I/O command", + "DiscreteValues": [], + "Id": "ControllerBusyTimeLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Controller Busy Time Lower Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "min" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ControllerBusyTimeUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the upper part of the amount of time in minutes the controller is busy with I/O commands", + "DiscreteValues": [], + "Id": "ControllerBusyTimeUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Controller Busy Time Lower Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "min" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CorrectableECCError": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CorrectableECCError", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicates whether the correctable error threshold crossing was detected for a memory a module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "CorrectableECCError", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": "Correctable ECC Error Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CriticalWarning": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CriticalWarning", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicates critical warnings about the controller state", + "DiscreteValues": [], + "Id": "CriticalWarning", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Critical Warning Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterFB": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterFB", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Cumulative double-bit error counter for Frame Buffer (FB)", + "DiscreteValues": [], + "Id": "CumulativeDBECounterFB", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Cumulative Double Bit Error Counter Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterGR": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeDBECounterGR", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Cumulative double-bit error counter for Graphic Device (GR)", + "DiscreteValues": [], + "Id": "CumulativeDBECounterGR", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Cumulative Double Bit Error Counter Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterFB": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterFB", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Cumulative single-bit error counter for Frame Buffer (FB)", + "DiscreteValues": [], + "Id": "CumulativeSBECounterFB", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Cumulative Single Bit Error Counter Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterGR": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSBECounterGR", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Cumulative single-bit error counter for Graphic Device (GR)", + "DiscreteValues": [], + "Id": "CumulativeSBECounterGR", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Cumulative Single Bit Error Counter Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSystemEnergy": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CumulativeSystemEnergy", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total power in energy consumed by server from start time", + "DiscreteValues": [], + "Id": "CumulativeSystemEnergy", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Cumulative System Energy Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "KWH" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/CurrentPendingSectorCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/CurrentPendingSectorCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Current pending sector count", + "DiscreteValues": [], + "Id": "CurrentPendingSectorCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Current Pending Sector Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFB": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFB", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Double-bit errors from Frame Buffer in Frame Buffer memory", + "DiscreteValues": [], + "Id": "DBECounterFB", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Double Bit Errors from Frame Buffer Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFBL2Cache": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterFBL2Cache", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Double-bit errors from L2 cache in Frame Buffer memory", + "DiscreteValues": [], + "Id": "DBECounterFBL2Cache", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Double Bit Errors from L2 Cache Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRL1Cache": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRL1Cache", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Double-bit errors from L1 cache in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "DBECounterGRL1Cache", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Double Bit Error Counter L1 Cache Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRRF": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRRF", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Double-bit errors from SM register file (RF) in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "DBECounterGRRF", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Double Bit Error Counter Register File Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRTex": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBECounterGRTex", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Double-bit errors from texure units (TEX) in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "DBECounterGRTex", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Double Bit Error Counter Texure Units Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DBERetiredPages": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DBERetiredPages", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of pages dynamically retired because of double-bit errors in Frame Buffer memory", + "DiscreteValues": [], + "Id": "DBERetiredPages", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Double Bit Error Retired Pages Count Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DDRLimitingCounter": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DDRLimitingCounter", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Accumulated DRAM throttle time. Read sum of all time durations for which each DIMM has been throttled.", + "DiscreteValues": [], + "Id": "DDRLimitingCounter", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "DDR Limiting Counter Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPkgEnergy": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPkgEnergy", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Accumulated DRAM energy consumed by all the DIMMs in all the channels.", + "DiscreteValues": [], + "Id": "DRAMPkgEnergy", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "DRAM Package Energy Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "micro joule(uJ)" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPwr": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMPwr", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "DRAM power used by all the DIMMs on all the channels.", + "DiscreteValues": [], + "Id": "DRAMPwr", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "DRAM Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DRAMThrottling": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DRAMThrottling", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Read sum of all time durations for which each DIMM has been throttled.", + "DiscreteValues": [], + "Id": "DRAMThrottling", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "DRAM throttling Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DataLossDetected": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataLossDetected", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicate whether data loss was detected for a memory module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "DataLossDetected", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": " Data Loss Detected Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the count of 512 byte data units the host has read from the controller. This value is reported in thousands and is rounded up", + "DiscreteValues": [], + "Id": "DataUnitsReadLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Data Units Read Lower Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "Blocks" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsReadUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the upper part of the count of 512 byte data units the host has read from the controller. This value is reported in thousands and is rounded up", + "DiscreteValues": [], + "Id": "DataUnitsReadUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Data Units Read Upper Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "Blocks" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the count of 512 byte data units the host has written to the controller. This value is reported in thousands and is rounded up", + "DiscreteValues": [], + "Id": "DataUnitsWrittenLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Data Units Written Lower Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "Blocks" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DataUnitsWrittenUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the upper part of the count of 512 byte data units the host has written to the controller. This value is reported in thousands and is rounded up", + "DiscreteValues": [], + "Id": "DataUnitsWrittenUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Data Units Written Upper Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "Blocks" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DiscardedPkts": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DiscardedPkts", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of discarded packets", + "DiscreteValues": [], + "Id": "DiscardedPkts", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Discarded Packets Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/DriveTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/DriveTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Drive temperature in celsius", + "DiscreteValues": [], + "Id": "DriveTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Drive Temperature Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ECCERate": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ECCERate", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Uncorrected read errors reported ", + "DiscreteValues": [], + "Id": "ECCERate", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "ECCE Rate Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/EnergyTimestamp": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/EnergyTimestamp", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Timestamp reported with the most recently acquired Energy reading as taken from UNCORE Time Stamp counter.", + "DiscreteValues": [], + "Id": "EnergyTimestamp", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Energy Timestamp Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "msec" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/EraseFailCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/EraseFailCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Erase fail count", + "DiscreteValues": [], + "Id": "EraseFailCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Erase Fail Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ExceptionModeStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ExceptionModeStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Exception mode status", + "DiscreteValues": [], + "Id": "ExceptionModeStatus", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Exception Mode Status Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCCRCErrorCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCCRCErrorCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of FC frames with CRC errors", + "DiscreteValues": [], + "Id": "FCCRCErrorCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Rx Packets CRC Error Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCInvalidCRCs": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCInvalidCRCs", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the count of invalid CRCs", + "DiscreteValues": [], + "Id": "FCInvalidCRCs", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Invalid CRCs Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCLinkFailures": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCLinkFailures", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the number of link failures", + "DiscreteValues": [], + "Id": "FCLinkFailures", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Link Failure Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCLossOfSignals": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCLossOfSignals", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the lost signals count", + "DiscreteValues": [], + "Id": "FCLossOfSignals", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Loss Of Signals Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCOELinkFailures": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOELinkFailures", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of FCoE/FIP Login failures", + "DiscreteValues": [], + "Id": "FCOELinkFailures", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "\u003c\u003eFCoE Link Failure Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktRxCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktRxCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of good (FCS valid) packets received with the partition active FCoE(Fiber Channel over Ethernet) MAC address", + "DiscreteValues": [], + "Id": "FCOEPktRxCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FCoE Packets Received Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktTxCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOEPktTxCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of good (FCS valid) packets transmitted that passed L2 filtering by a specific MAC address", + "DiscreteValues": [], + "Id": "FCOEPktTxCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FCoE Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCOERxPktDroppedCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCOERxPktDroppedCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of received packets with FCS errors", + "DiscreteValues": [], + "Id": "FCOERxPktDroppedCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Rx Packets FCS Error Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCRxKBCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxKBCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the total KBs received", + "DiscreteValues": [], + "Id": "FCRxKBCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Received KB Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "KB" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCRxSequences": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxSequences", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the FC sequences received", + "DiscreteValues": [], + "Id": "FCRxSequences", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Sequences Received Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCRxTotalFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCRxTotalFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the total FC frames received", + "DiscreteValues": [], + "Id": "FCRxTotalFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Frames Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCStatOSDriverState": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCStatOSDriverState", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property indicates the OS driver state", + "DiscreteValues": [ + "Other", + "Not Applicable", + "Non-operational", + "Operational", + "Unknown" + ], + "Id": "FCStatOSDriverState", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "FC OS Driver State Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCTxKBCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxKBCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the total KBs transmitted", + "DiscreteValues": [], + "Id": "FCTxKBCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Transmitted KB Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "KB" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCTxSequences": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxSequences", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This property represents the FC sequences transmitted", + "DiscreteValues": [], + "Id": "FCTxSequences", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Sequences Transmitted Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/FCTxTotalFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/FCTxTotalFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the total FC frames transmitted", + "DiscreteValues": [], + "Id": "FCTxTotalFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FC Frames Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/GPUHealth": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/GPUHealth", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "GPU health status", + "DiscreteValues": [ + "Unknown", + "OK", + "Degraded", + "Critical" + ], + "Id": "GPUHealth", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "GPU Health Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/GPUStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/GPUStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "GPU Availability Status", + "DiscreteValues": [ + "Available", + "Unavailable", + "Not Applicable" + ], + "Id": "GPUStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "GPU Status Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the number of read commands completed by the controller", + "DiscreteValues": [], + "Id": "HostReadCommandsLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Host Read Commands Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostReadCommandsUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the number of read commands completed by the controller", + "DiscreteValues": [], + "Id": "HostReadCommandsUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Host Read Commands Upper Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the number of write commands completed by the controller", + "DiscreteValues": [], + "Id": "HostWriteCommandsLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Host Write Commands Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/HostWriteCommandsUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the upper part of the number of write commands completed by the controller", + "DiscreteValues": [], + "Id": "HostWriteCommandsUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Host Write Commands Upper Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/IOUsage": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/IOUsage", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "IO Usage Percent", + "DiscreteValues": [], + "Id": "IOUsage", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "IO Usage Percent Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/IOUsagePctReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/IOUsagePctReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "IOUsagePctReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ITUE": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ITUE", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Indicates the power utilization efficiency. It is expressed as the ratio of total system power to compute power", + "DiscreteValues": [], + "Id": "ITUE", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "ITUE Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LanFCSRxErrors": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanFCSRxErrors", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of Rx packets with Checksum errors", + "DiscreteValues": [], + "Id": "LanFCSRxErrors", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Rx Packets FCS Error Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktRxCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktRxCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of LAN Unicast Packets Received", + "DiscreteValues": [], + "Id": "LanUnicastPktRxCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unicast LAN Packets Received Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktTxCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LanUnicastPktTxCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of Unicast LAN Packets Transmitted", + "DiscreteValues": [], + "Id": "LanUnicastPktTxCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Transmitted Unicast LAN Packets Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastDayAvgPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayAvgPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Day Average Power", + "DiscreteValues": [], + "Id": "LastDayAvgPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Day Average Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Day Max Power", + "DiscreteValues": [], + "Id": "LastDayMaxPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Day Max Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMaxPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Day Max Power Time", + "DiscreteValues": [], + "Id": "LastDayMaxPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Day Max Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Day Min Power", + "DiscreteValues": [], + "Id": "LastDayMinPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Day Min Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastDayMinPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Day Min Power Time", + "DiscreteValues": [], + "Id": "LastDayMinPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Day Min Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastHourAvgPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourAvgPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Hour Average Power", + "DiscreteValues": [], + "Id": "LastHourAvgPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Hour Average Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Hour Max Power", + "DiscreteValues": [], + "Id": "LastHourMaxPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Hour Max Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMaxPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Hour Max Power Time", + "DiscreteValues": [], + "Id": "LastHourMaxPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Hour Max Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Hour Min Power", + "DiscreteValues": [], + "Id": "LastHourMinPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Hour Min Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastHourMinPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Hour Min Power Time", + "DiscreteValues": [], + "Id": "LastHourMinPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Hour Min Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteAvgPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteAvgPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Minute Average Power", + "DiscreteValues": [], + "Id": "LastMinuteAvgPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Minute Average Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Minute Max Power", + "DiscreteValues": [], + "Id": "LastMinuteMaxPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Minute Max Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMaxPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Minute Max Power Time", + "DiscreteValues": [], + "Id": "LastMinuteMaxPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Minute Max Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Minute Min Power", + "DiscreteValues": [], + "Id": "LastMinuteMinPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Minute Min Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastMinuteMinPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Minute Min Power Time", + "DiscreteValues": [], + "Id": "LastMinuteMinPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Minute Min Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekAvgPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekAvgPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Week Average Power", + "DiscreteValues": [], + "Id": "LastWeekAvgPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Week Average Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Week Max Power", + "DiscreteValues": [], + "Id": "LastWeekMaxPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Week Max Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMaxPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Week Max Power Time", + "DiscreteValues": [], + "Id": "LastWeekMaxPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Week Max Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Last Week Min Power", + "DiscreteValues": [], + "Id": "LastWeekMinPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Last Week Min Power Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPowerTime": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LastWeekMinPowerTime", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Last Week Min Power Time", + "DiscreteValues": [], + "Id": "LastWeekMinPowerTime", + "MetricDataType": "DateTime", + "MetricType": "String", + "Name": "Last Week Min Power Time Metric Definition", + "SensingInterval": "PT0.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LimitingEvents": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LimitingEvents", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Provides indications of reasons for performance being limited, 0 - IA32_PERF_LIMIT_REASONS; 1 - IA32_CLM_PERF_LIMIT_REASONS", + "DiscreteValues": [], + "Id": "LimitingEvents", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Limiting Events Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/LinkStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/LinkStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicates whether the link is up or down", + "DiscreteValues": [ + "Unknown", + "Up", + "Down" + ], + "Id": "LinkStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Link Status Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the lower part of the count of detected unrecovered data integrity errors. Includes errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch", + "DiscreteValues": [], + "Id": "MediaDataIntegrityErrorsLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Media Data Integrity Errors Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaDataIntegrityErrorsUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the upper part of the count of detected unrecovered data integrity errors. Includes errors such as uncorrectable ECC, CRC checksum failure, or LBA tag mismatch", + "DiscreteValues": [], + "Id": "MediaDataIntegrityErrorsUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Media Data Integrity Errors Upper Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MediaWriteCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MediaWriteCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Media (SSD) write count", + "DiscreteValues": [], + "Id": "MediaWriteCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Media Write Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MemorySpareBlock": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemorySpareBlock", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicate whether the spare block capacity crossing was detected a memory a module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "MemorySpareBlock", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": "Memory Spare Block Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MemoryTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature (degrees C) on GPU memory , if supported", + "DiscreteValues": [], + "Id": "MemoryTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "GPU Memory Temperature Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsage": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsage", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Memory Usage Percent", + "DiscreteValues": [], + "Id": "MemoryUsage", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Memory Usage Percent Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsagePctReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/MemoryUsagePctReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "MemoryUsagePctReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyHigh": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyHigh", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 MSBs of the 64-bit counter containing number of Package C2 and C6 cycles", + "DiscreteValues": [], + "Id": "NonC0ResidencyHigh", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Non C0 Residency High Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyLow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NonC0ResidencyLow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 LSBs of the 64-bit counter containing number of Package C2 and C6 cycles", + "DiscreteValues": [], + "Id": "NonC0ResidencyLow", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Non C0 Residency Low Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the lower part of the count of error information log entries over the life of the controller", + "DiscreteValues": [], + "Id": "NumOfErrorInfoLogEntriesLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Error Info Log Entries Lower Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/NumOfErrorInfoLogEntriesUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the upper part of the count of error information log entries over the life of the controller", + "DiscreteValues": [], + "Id": "NumOfErrorInfoLogEntriesUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Error Info Log Entries Upper Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/OSDriverState": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/OSDriverState", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicates operating system driver states (Unknown, Operational, Non-operational)", + "DiscreteValues": [ + "Unknown", + "Operational", + "Non-operational" + ], + "Id": "OSDriverState", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "OS Driver State Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PSUEfficiency": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSUEfficiency", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "PSU efficiency in percentage", + "DiscreteValues": [], + "Id": "PSUEfficiency", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "PSU Efficiency Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PSURPMReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSURPMReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "PSU Fan reading in RPMs", + "DiscreteValues": [], + "Id": "PSURPMReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "PSU Fan RPM Reading Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "RPM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PSUTemperatureReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PSUTemperatureReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "PSU Temperature sensor reading in Celsius", + "DiscreteValues": [], + "Id": "PSUTemperatureReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "PSU Temperature Reading Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PartitionLinkStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PartitionLinkStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicates whether the partition link is up or down", + "DiscreteValues": [ + "Unknown", + "Up", + "Down" + ], + "Id": "PartitionLinkStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Partition Link Status Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PartitionOSDriverState": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PartitionOSDriverState", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Indicates partitions operating system driver states", + "DiscreteValues": [ + "Unknown", + "Operational", + "Non-operational" + ], + "Id": "PartitionOSDriverState", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Partition OS Driver State Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PercentDriveLifeRemaining": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PercentDriveLifeRemaining", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Drive Life Remaining (DLR) in percentage ", + "DiscreteValues": [], + "Id": "PercentDriveLifeRemaining", + "MetricDataType": "Decimal", + "MetricType": "Countdown", + "Name": "Percent Drive Life Remaining Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PercentageUsed": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PercentageUsed", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies a vendor specific estimate of the percentage of NVM(Non Volatile Memory) subsystem life used based on the actual usage and the manufacturer prediction of NVM life", + "DiscreteValues": [], + "Id": "PercentageUsed", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Percentage Used Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PkgPwr": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PkgPwr", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "CPU package power.", + "DiscreteValues": [], + "Id": "PkgPwr", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Package Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PkgThermalStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PkgThermalStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The register includes status and log bits for TCC activation PROCHOT_N assertion and Critical Temperature.", + "DiscreteValues": [], + "Id": "PkgThermalStatus", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Package Thermal Status Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PortSpeed": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PortSpeed", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the port speed", + "DiscreteValues": [ + "No Link", + "2 Gbps", + "4 Gbps", + "8 Gbps", + "16 Gbps", + "32 Gbps", + "64 Gbps", + "128 Gbps", + "256 Gbps", + "Unknown" + ], + "Id": "PortSpeed", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Port Speed Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PortStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PortStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "FC port status", + "DiscreteValues": [ + "Down", + "Up", + "Unknown" + ], + "Id": "PortStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Port Status Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerBrakeState": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerBrakeState", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Power brake state", + "DiscreteValues": [ + "Released", + "Set", + "Not Applicable" + ], + "Id": "PowerBrakeState", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Power Brake State Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerConsumption": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerConsumption", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total GPU board power consumption in mWatts (100mW resolution)", + "DiscreteValues": [], + "Id": "PowerConsumption", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "GPU Power Consumption Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mW" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerCycleCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCycleCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This attribute indicates the count of full hard disk power on/off cycles. ", + "DiscreteValues": [], + "Id": "PowerCycleCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power Cycle Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the number of power cycles", + "DiscreteValues": [], + "Id": "PowerCyclesLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power Cycles Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerCyclesUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the upper part of the number of power cycles", + "DiscreteValues": [], + "Id": "PowerCyclesUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power Cycles Upper Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHours": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHours", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The raw value of this attribute shows total count of hours (or minutes, or seconds, depending on manufacturer) in power-on state", + "DiscreteValues": [], + "Id": "PowerOnHours", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power On Time Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the lower part of the number of hours powered on. Hours may not include time that the controller was powered and in a non-operational power state", + "DiscreteValues": [], + "Id": "PowerOnHoursLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power On Hours Lower Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "h" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerOnHoursUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies the upper part of the number of hours powered on. Hours may not include time that the controller was powered and in a non-operational power state", + "DiscreteValues": [], + "Id": "PowerOnHoursUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Power On Hours Upper Metric Definition", + "SensingInterval": "PT3600.0S", + "Units": "h" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerSupplyStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerSupplyStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Specifies Power supply status", + "DiscreteValues": [ + "Disabled", + "Enabled", + "Not Applicable" + ], + "Id": "PowerSupplyStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Power Supply Status Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PowerToCoolRatio": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PowerToCoolRatio", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Fan Power over system power ratio (PCTR)", + "DiscreteValues": [], + "Id": "PowerToCoolRatio", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Power To Cool Ratio Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PredictedMediaLifeLeftPercent": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PredictedMediaLifeLeftPercent", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This is an indicator of the percentage of life remaining in the media (Non-volatile memory).", + "DiscreteValues": [], + "Id": "PredictedMediaLifeLeftPercent", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Predicted Media Life Left Percent Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/PrimaryTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/PrimaryTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature (degrees C) on primary GPU", + "DiscreteValues": [], + "Id": "PrimaryTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Primary GPU Temperature Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ProgramFailCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ProgramFailCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Program fail count since drive was deployed", + "DiscreteValues": [], + "Id": "ProgramFailCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Program Fail Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalBytes": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalBytes", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA bytes received", + "DiscreteValues": [], + "Id": "RDMARxTotalBytes", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Bytes Received Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "By" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalPackets": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMARxTotalPackets", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA packets received", + "DiscreteValues": [], + "Id": "RDMARxTotalPackets", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Packets Received Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtectionErrors": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtectionErrors", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA Protection errors", + "DiscreteValues": [], + "Id": "RDMATotalProtectionErrors", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Protection Error Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtocolErrors": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATotalProtocolErrors", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA Protocol errors", + "DiscreteValues": [], + "Id": "RDMATotalProtocolErrors", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Protocol Error Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalBytes": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalBytes", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA bytes transmitted", + "DiscreteValues": [], + "Id": "RDMATxTotalBytes", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Bytes Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "By" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalPackets": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalPackets", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA packets transmitted", + "DiscreteValues": [], + "Id": "RDMATxTotalPackets", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalReadReqPkts": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalReadReqPkts", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA Read Request packets transmitted", + "DiscreteValues": [], + "Id": "RDMATxTotalReadReqPkts", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Read Request Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalSendPkts": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalSendPkts", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA Send packets transmitted", + "DiscreteValues": [], + "Id": "RDMATxTotalSendPkts", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Send Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalWritePkts": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RDMATxTotalWritePkts", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of RDMA write packets transmitted", + "DiscreteValues": [], + "Id": "RDMATxTotalWritePkts", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RDMA Write Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RPMReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RPMReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Current reading specific to the sensor", + "DiscreteValues": [], + "Id": "RPMReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "RPM Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "RPM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ReadErrorRate": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ReadErrorRate", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Read error rate", + "DiscreteValues": [], + "Id": "ReadErrorRate", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Read Error Rate Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ReallocatedBlockCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ReallocatedBlockCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Reallocated block count", + "DiscreteValues": [], + "Id": "ReallocatedBlockCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Reallocated Block Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxBroadcast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxBroadcast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good broadcast packets received", + "DiscreteValues": [], + "Id": "RxBroadcast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Broadcast Packets Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxBytes": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxBytes", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of bytes received, including host and remote management pass through traffic (remote management pass through traffic is applicable to LOMs only)", + "DiscreteValues": [], + "Id": "RxBytes", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Bytes Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "By" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktAlignmentErrors": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktAlignmentErrors", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of packets received with alignment errors", + "DiscreteValues": [], + "Id": "RxErrorPktAlignmentErrors", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "RX Packet Alignment Error Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktFCSErrors": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxErrorPktFCSErrors", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of packets received with FCS(Frame Check Sequence) errors", + "DiscreteValues": [], + "Id": "RxErrorPktFCSErrors", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FCS Error Packets Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxFalseCarrierDetection": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxFalseCarrierDetection", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of false carrier errors received from PHY", + "DiscreteValues": [], + "Id": "RxFalseCarrierDetection", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "False Carrier Errors Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Rx Input power value of Small Form Factor pluggable(SFP) in milli Watts", + "DiscreteValues": [], + "Id": "RxInputPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Rx Input power value of Small Form Factor pluggable(SFP) Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "milliWatts" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPowerStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxInputPowerStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Status of Rx Input Power value of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "DiscreteValues": [ + "Unknown", + "OK", + "Warning", + "Critical" + ], + "Id": "RxInputPowerStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Indicates the status of Rx Input Power value limits of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxJabberPkt": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxJabberPkt", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of frames that are too long", + "DiscreteValues": [], + "Id": "RxJabberPkt", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Jabber Packets Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxMutlicast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxMutlicast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good multicast packets transmitted", + "DiscreteValues": [], + "Id": "RxMutlicast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Mutlicast Packets Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXOFFFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXOFFFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Flow control frames from the network to pause transmission", + "DiscreteValues": [], + "Id": "RxPauseXOFFFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "XOFF Frames Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXONFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxPauseXONFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Flow control frames from the network to resume transmission", + "DiscreteValues": [], + "Id": "RxPauseXONFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "XON Frames Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxRuntPkt": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxRuntPkt", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of frames that are too short (\u003c 64 bytes)", + "DiscreteValues": [], + "Id": "RxRuntPkt", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Short Frames Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/RxUnicast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/RxUnicast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good unicast packets received", + "DiscreteValues": [], + "Id": "RxUnicast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unicast Packets Received Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFB": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFB", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Single-bit errors from Frame Buffer in Frame Buffer memory", + "DiscreteValues": [], + "Id": "SBECounterFB", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Single Bit Errors from Frame Buffer Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFBL2Cache": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterFBL2Cache", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "No of Single-bit errors from L2 cache in Frame Buffer memory", + "DiscreteValues": [], + "Id": "SBECounterFBL2Cache", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Single Bit Errors from L2 Cache Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRL1Cache": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRL1Cache", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Single-bit errors from L1 cache in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "SBECounterGRL1Cache", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Bit Errors from L1 Cache Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRRF": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRRF", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Single-bit errors from SM register file (RF) in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "SBECounterGRRF", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Bit Error Counter Register File Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRTex": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBECounterGRTex", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Single-bit errors from texure units (TEX) in Graphic Device (GR) memory", + "DiscreteValues": [], + "Id": "SBECounterGRTex", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "GR Memory Single Bit Error Counter Texure Units Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SBERetiredPages": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SBERetiredPages", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of pages dynamically retired because of single-bit errors in Frame Buffer memory", + "DiscreteValues": [], + "Id": "SBERetiredPages", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "FB Memory Single Bit Error Retired Pages Count Metric Definition", + "SensingInterval": "PT600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SFPTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SFPTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature sensor reading of Sfp transceiver in Celsius", + "DiscreteValues": [], + "Id": "SFPTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": " Temperature Reading Metric Definition of Sfp transceiver", + "SensingInterval": "PT60.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SFPVoltage": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SFPVoltage", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The voltage reading of the Sensor", + "DiscreteValues": [], + "Id": "SFPVoltage", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Voltage of sfp sensor Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "V" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SecondaryTemperature": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SecondaryTemperature", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature (degrees C) on secondary GPU in dual GPU boards", + "DiscreteValues": [], + "Id": "SecondaryTemperature", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Secondary GPU Temperature Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysAirFlowEfficiency": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirFlowEfficiency", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "System airflow efficiency metric (SAFE)", + "DiscreteValues": [], + "Id": "SysAirFlowEfficiency", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Air Flow Efficiency Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerFanPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerFanPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "System airflow per unit of system fan power consumption ", + "DiscreteValues": [], + "Id": "SysAirflowPerFanPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Airflow Per Fan Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CFM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerSysInputPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowPerSysInputPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "System airflow per unit of system input [DC] power consumption ", + "DiscreteValues": [], + "Id": "SysAirflowPerSysInputPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Airflow Per Input Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CFM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowUtilization": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysAirflowUtilization", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Specifies the system airflow utilization (CFM / Max CFM). CFM (cubic feet per min)", + "DiscreteValues": [], + "Id": "SysAirflowUtilization", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Airflow Utilization Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CFM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysNetAirflow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysNetAirflow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "System net airflow", + "DiscreteValues": [], + "Id": "SysNetAirflow", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "System Net Airflow Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "CFM" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SysRackTempDelta": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SysRackTempDelta", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Temperature difference between exhaust air and inlet air temperature of the server", + "DiscreteValues": [], + "Id": "SysRackTempDelta", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "System Rack Temp Delta Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemAvgInletTempHour": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemAvgInletTempHour", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Average Inlet temperature for the last hour", + "DiscreteValues": [], + "Id": "SystemAvgInletTempHour", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Avg Inlet Temp Last Hour Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemHeadRoomInstantaneous": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemHeadRoomInstantaneous", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Instantaneous Headroom", + "DiscreteValues": [], + "Id": "SystemHeadRoomInstantaneous", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Instantaneous System Head Room Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemInputPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemInputPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Current System Input Power", + "DiscreteValues": [], + "Id": "SystemInputPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Current System Input Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxInletTempHour": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxInletTempHour", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Peak Inlet temperature for the last hour", + "DiscreteValues": [], + "Id": "SystemMaxInletTempHour", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Max Inlet Temp Last Hour Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxPowerConsumption": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemMaxPowerConsumption", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Peak system power consumption", + "DiscreteValues": [], + "Id": "SystemMaxPowerConsumption", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "System Max Power Consumption Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemOutputPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemOutputPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Current System Output Power", + "DiscreteValues": [], + "Id": "SystemOutputPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Current System Output Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemPowerConsumption": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemPowerConsumption", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Present reading in watts", + "DiscreteValues": [], + "Id": "SystemPowerConsumption", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Present Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/SystemUsagePctReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/SystemUsagePctReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "SystemUsagePctReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "%" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TCtrl": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TCtrl", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Value that indicates the relative offset below Prochot temperature at which fans should be engaged.", + "DiscreteValues": [], + "Id": "TCtrl", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Prochot Temperature Ctrl Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TJMax": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TJMax", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Prochot temperature where the Thermal Monitor is activated. Alternatively named Throttle Temperature or maximum junction temperature.", + "DiscreteValues": [], + "Id": "TJMax", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "TJ Max Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Temperature sensor reading in Celsius", + "DiscreteValues": [], + "Id": "TemperatureReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": " Temperature Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "Cel" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Status of the Temperature sensor reading", + "DiscreteValues": [ + "Unknown", + "OK", + "Warning", + "Critical" + ], + "Id": "TemperatureStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": " Temperature status Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureThresholdAlarm": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TemperatureThresholdAlarm", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicates whether a temperature threshold alarm was detected for a memory module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "TemperatureThresholdAlarm", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": "Temperature Threshold Alarm Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ThermalAlertState": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ThermalAlertState", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Thermal alert state", + "DiscreteValues": [ + "NotPending", + "Pending", + "Not Applicable" + ], + "Id": "ThermalAlertState", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Thermal Alert State Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/ThermalCrtlCircuitActivation": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/ThermalCrtlCircuitActivation", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Read the time for which the processor has been operating in a lowered power state due to internal TCC activation.", + "DiscreteValues": [], + "Id": "ThermalCrtlCircuitActivation", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Thermal control circuit activation Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "mS" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalCPUPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalCPUPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall CPU power consumption", + "DiscreteValues": [], + "Id": "TotalCPUPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total CPU Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalFPGAPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalFPGAPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall FPGA power consumption", + "DiscreteValues": [], + "Id": "TotalFPGAPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total FPGA Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalFanPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalFanPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall Fan power consumption", + "DiscreteValues": [], + "Id": "TotalFanPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total Fan Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalMemoryPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalMemoryPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall memory power consumption", + "DiscreteValues": [], + "Id": "TotalMemoryPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total Memory Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalPSUHeatDissipation": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalPSUHeatDissipation", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 5, + "Description": "Heat dissipated from the PSU as a result of its inefficiency", + "DiscreteValues": [], + "Id": "TotalPSUHeatDissipation", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Total PSU Heat Dissipation Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "BTU" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalPciePower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalPciePower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall PCIe power consumption", + "DiscreteValues": [], + "Id": "TotalPciePower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total PCIe Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TotalStoragePower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TotalStoragePower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 1, + "Description": "Overall Storage power consumption", + "DiscreteValues": [], + "Id": "TotalStoragePower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Total Storage Power Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrent": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrent", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Tx Bias current value of Small Form Factor pluggable(SFP) in milli amps", + "DiscreteValues": [], + "Id": "TxBiasCurrent", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Tx Bias current value of Small Form Factor pluggable(SFP) Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "milliAmps" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrentStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBiasCurrentStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Status of Tx Bias Current value of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "DiscreteValues": [ + "Unknown", + "OK", + "Warning", + "Critical" + ], + "Id": "TxBiasCurrentStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Indicates the status of Tx Bias Current value limits of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxBroadcast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBroadcast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good broadcast packets transmitted", + "DiscreteValues": [], + "Id": "TxBroadcast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Broadcast Packets Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxBytes": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxBytes", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of bytes transmitted, including host and remote management pass through traffic", + "DiscreteValues": [], + "Id": "TxBytes", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Bytes Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "By" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktExcessiveCollision": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktExcessiveCollision", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of times that 16 or more collisions occurred on a single transmit packet", + "DiscreteValues": [], + "Id": "TxErrorPktExcessiveCollision", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Excessive Collision Count in Single Packet Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktLateCollision": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktLateCollision", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of collisions that occurred after one slot time", + "DiscreteValues": [], + "Id": "TxErrorPktLateCollision", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Late Collision Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktMultipleCollision": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktMultipleCollision", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of times that a transmitted packet encountered more than one collision but fewer than 16", + "DiscreteValues": [], + "Id": "TxErrorPktMultipleCollision", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Single packet Multiple Collision Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktSingleCollision": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxErrorPktSingleCollision", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of times that a successfully transmitted packet encountered a single collision", + "DiscreteValues": [], + "Id": "TxErrorPktSingleCollision", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Single Packet Single Collision Count Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxMutlicast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxMutlicast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good multicast packets transmitted", + "DiscreteValues": [], + "Id": "TxMutlicast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Mutlicast Packets Transmitted Count Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Tx output power value of Small Form Factor pluggable(SFP) in Watts", + "DiscreteValues": [], + "Id": "TxOutputPower", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Tx output power value of Small Form Factor pluggable(SFP) Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "milliWatts" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPowerStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxOutputPowerStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Status of Tx Output Power value of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "DiscreteValues": [ + "Unknown", + "OK", + "Warning", + "Critical" + ], + "Id": "TxOutputPowerStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Indicates the status of Tx Output Power value limits of Small Form Factor pluggable(SFP) Transceiver Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXOFFFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXOFFFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of XOFF frames transmitted to the network", + "DiscreteValues": [], + "Id": "TxPauseXOFFFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "XOFF Frames Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXONFrames": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxPauseXONFrames", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Number of XON frames transmitted to the network", + "DiscreteValues": [], + "Id": "TxPauseXONFrames", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "XON Frames Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/TxUnicast": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/TxUnicast", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Total number of good multicast packets transmitted", + "DiscreteValues": [], + "Id": "TxUnicast", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unicast Packets Transmitted Metric Definition", + "SensingInterval": "PT60.0S", + "Units": "Pkt" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksHigh": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksHigh", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 MSBs of the 64-bit counter with Uncore (Mesh) clocks.", + "DiscreteValues": [], + "Id": "UncoreClocksHigh", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Uncore mesh clock counter 32 MSBs Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksLow": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncoreClocksLow", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "32 LSBs of the 64-bit counter with Uncore (Mesh) clocks.", + "DiscreteValues": [], + "Id": "UncoreClocksLow", + "MetricDataType": "Integer", + "MetricType": "Numeric", + "Name": "Uncore mesh clock counter 32 LSBs Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableECCError": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableECCError", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "This indicates whether the uncorrectableerror threshold alarm was detected for a memory module.", + "DiscreteValues": [ + "True", + "False" + ], + "Id": "UncorrectableECCError", + "MetricDataType": "Boolean", + "MetricType": "Discrete", + "Name": "Uncorrectable ECC Error Metric Definition", + "SensingInterval": "PT5.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableErrorCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableErrorCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Uncorrectable error count", + "DiscreteValues": [], + "Id": "UncorrectableErrorCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Uncorrectable Error Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableLBACount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UncorrectableLBACount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Uncorrectable LBA(Logical block addressing) count", + "DiscreteValues": [], + "Id": "UncorrectableLBACount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Uncorrectable LBA Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsLower": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsLower", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the upper part of the number of unsafe shutdowns. This count is incremented when a shutdown notification (CC.SHN) is not received prior to loss of power", + "DiscreteValues": [], + "Id": "UnsafeShutdownsLower", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unsafe Shut Down Count Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsUpper": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnsafeShutdownsUpper", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Contains the lower part of the number of unsafe shutdowns. This count is incremented when a shutdown notification (CC.SHN) is not received prior to loss of power", + "DiscreteValues": [], + "Id": "UnsafeShutdownsUpper", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unsafe Shut Down Count Lower Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UnusedReservedBlockCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UnusedReservedBlockCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Unused reserved block count", + "DiscreteValues": [], + "Id": "UnusedReservedBlockCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Unused Reserved Block Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/UsedReservedBlockCount": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/UsedReservedBlockCount", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Used reserved block count", + "DiscreteValues": [], + "Id": "UsedReservedBlockCount", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Used Reserved Block Count Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/VolatileMemoryBackupSourceFailures": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VolatileMemoryBackupSourceFailures", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Volatile memory backup source failures", + "DiscreteValues": [], + "Id": "VolatileMemoryBackupSourceFailures", + "MetricDataType": "Integer", + "MetricType": "Counter", + "Name": "Volatile Memory Backup Source Failures Metric Definition", + "SensingInterval": "PT3600.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/VoltageReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VoltageReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "VoltageReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "V" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/VoltageStatus": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/VoltageStatus", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "Status of the Voltage of Small Form Factor pluggable(SFP) Tranceiver", + "DiscreteValues": [ + "Unknown", + "OK", + "Warning", + "Critical" + ], + "Id": "VoltageStatus", + "MetricDataType": "Enumeration", + "MetricType": "Discrete", + "Name": "Voltage status Metric Definition", + "SensingInterval": "PT60.0S" + }, + "/redfish/v1/TelemetryService/MetricDefinitions/WattsReading": { + "@odata.context": "/redfish/v1/$metadata#MetricDefinition.MetricDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricDefinitions/WattsReading", + "@odata.type": "#MetricDefinition.v1_3_1.MetricDefinition", + "Accuracy": 0, + "Description": "The reading of the Sensor", + "DiscreteValues": [], + "Id": "WattsReading", + "MetricDataType": "Decimal", + "MetricType": "Numeric", + "Name": "Sensor Reading Metric Definition", + "SensingInterval": "PT5.0S", + "Units": "W" + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinitionCollection.MetricReportDefinitionCollection", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions", + "@odata.type": "#MetricReportDefinitionCollection.MetricReportDefinitionCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/AggregationMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUMemMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPURegisters" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FCPortStatistics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FCSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FPGASensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FanSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUStatistics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemoryMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemorySensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NICSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NICStatistics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NVMeSMARTData" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PSUMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerStatistics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SFPTransceiver" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/Sensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SerialLog" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageDiskSMARTData" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SystemUsage" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalSensor" + } + ], + "Members@odata.count": 26, + "Name": "MetricReportDefinitions" + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/AggregationMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/AggregationMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Aggregation Metrics report is derived by applying a formula or filter to a set of base metric values for Power, Temperature, CUPS (CPU, Memory, IO, System)", + "Id": "AggregationMetrics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "OnRequest", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemAvgInletTempHour", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemMaxInletTempHour", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemMaxPowerConsumption", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "Aggregation Metrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "ea707490f4f1d6ed601a26f34b77d7acc92ccc8dda09307b35aca4b8bd2fa10a", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H1M0S", + "ReportUpdates": "AppendWrapsWhenFull", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H0M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUMemMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUMemMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "CPU Memory metrics", + "Id": "CPUMemMetrics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CPUC0ResidencyHigh", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CPUC0ResidencyLow", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CUPSIIOBandwidthDMI", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CUPSIIOBandwidthPort0", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CUPSIIOBandwidthPort1", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CUPSIIOBandwidthPort2", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CUPSIIOBandwidthPort3", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "NonC0ResidencyHigh", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "NonC0ResidencyLow", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "CPU Mem Metrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "3c7f86ca644c6e883f55b7fe54700ba8c26724660419e6ad6f948423e49fe43d", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/CPURegisters": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPURegisters", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "CPU Register dump (uuencoded binary data). This is platform specific. On Intel platform this represents the MSR registers and on AMD platform this represents the MCA registers. Please refer to Oem documentation on how to decode the binary data.", + "Id": "CPURegisters", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/IERRCriticalTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "OnChange", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [], + "Name": "CPU Register Dump Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "db63c1b50bb1b97c3241f38acf53f225dffb0965d8096e7dddead2b78a2277e0", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H1M0S", + "ReportUpdates": "AppendWrapsWhenFull", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H0M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": true, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "CPU Sensor", + "Id": "CPUSensor", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "iDRAC.Embedded.1#CPU%Temp", + "Source": null + } + } + } + ], + "Name": "CPU Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "5230bb90347b1362c6a2b6c69a26ada70369b5c8c5e4379f4d932bb639b6a630", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/FCPortStatistics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FCPortStatistics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Fibre Channel Port statistics", + "Id": "FCPortStatistics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCInvalidCRCs", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCLinkFailures", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCLossOfSignals", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCRxKBCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCRxSequences", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCRxTotalFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCTxKBCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCTxSequences", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCTxTotalFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCStatOSDriverState", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PortSpeed", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PortStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "FC Port Statistics Metric Report Definition", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "80a4778d17cf34a1154104a6888f8c5fdcc16a2bded816351e05bb8e8328699c", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/FCSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FCSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "FC Temperature sensors", + "Id": "FCSensor", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "FC.%", + "Source": null + } + } + } + ], + "Name": "FC Temperature Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "134ed72324873ebf6135e84619807e88af6f5361d2d2bc30d162dfe3eb580058", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/FPGASensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FPGASensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "FPGA(Field Programmable Gate Arrays) Temperature sensors", + "Id": "FPGASensor", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "fpga-sensor" + } + } + } + ], + "Name": "FPGA Temperature Sensors Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "9c930321967ea59b15551c1b66d413b2edc8f08e290af8619b9c0fc562b10902", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/FanSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FanSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Fan sensor", + "Id": "FanSensor", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RPMReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "fan" + } + } + } + ], + "Name": "Fan Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "a783359e36beb82b66617992bde46f56ce7437a9e8cc1ff7aa5319e8652423a0", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Graphics Processing Unit Health metrics", + "Id": "GPUMetrics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "BoardPowerSupplyStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "BoardTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "GPUHealth", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "GPUStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MemoryTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerBrakeState", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerConsumption", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerSupplyStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PrimaryTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SecondaryTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ThermalAlertState", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "GPU Health metrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "7669ad4614e59613c2ed091a2c07fa232b12971555a85ae6e6fb13fb6fce4cba", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUStatistics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/GPUStatistics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Graphics Processing Unit Frame Buffer and Graphic Device (GR) memory ECC(Error-correcting code) statistics data. This report is offered as an experimental preview.", + "Id": "GPUStatistics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CumulativeDBECounterFB", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CumulativeDBECounterGR", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CumulativeSBECounterFB", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CumulativeSBECounterGR", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBECounterFB", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBECounterFBL2Cache", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBECounterGRL1Cache", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBECounterGRRF", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBECounterGRTex", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DBERetiredPages", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBECounterFB", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBECounterFBL2Cache", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBECounterGRL1Cache", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBECounterGRRF", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBECounterGRTex", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SBERetiredPages", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "GPU Statistics (experimental) Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "975a8ad47aff22e48fcc91002938a620a51eb607aa0c12a479d6f8a82e5dad54", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H10M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/MemoryMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemoryMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "The basic memory metrics for a memory device", + "Id": "MemoryMetrics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "AddressParityError", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UncorrectableECCError", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CorrectableECCError", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DataLossDetected", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MemorySpareBlock", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PredictedMediaLifeLeftPercent", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureThresholdAlarm", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "memorymetrics" + } + } + } + ], + "Name": "MemoryMetrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "fcbaf293f780368da7360db2049ecf6fd7d18b1c311802542c02c011bab9d85f", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/MemorySensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemorySensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Memory temperature sensor", + "Id": "MemorySensor", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "DIMM.Socket.%", + "Source": null + } + } + } + ], + "Name": "Memory Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "8695673638fda949119c9c9916d121ebdc32d55eb8da5485aed06391bb3b912a", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/NICSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NICSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Network Card temperature sensor", + "Id": "NICSensor", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "NIC.%", + "Source": null + } + } + } + ], + "Name": "Network Card Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "ec1ffbee86498fc32227903e0c00c9eaf79cca6fbb9b11ab98a729cc4428a3f4", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/NICStatistics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NICStatistics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "NIC Port and Partition Statistics", + "Id": "NICStatistics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DiscardedPkts", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCCRCErrorCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCOELinkFailures", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCOEPktRxCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCOEPktTxCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "FCOERxPktDroppedCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LanFCSRxErrors", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LanUnicastPktRxCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LanUnicastPktTxCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LinkStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "OSDriverState", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PartitionLinkStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PartitionOSDriverState", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMARxTotalBytes", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMARxTotalPackets", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATotalProtectionErrors", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATotalProtocolErrors", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATxTotalBytes", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATxTotalPackets", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATxTotalReadReqPkts", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATxTotalSendPkts", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RDMATxTotalWritePkts", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxBroadcast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxBytes", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxErrorPktAlignmentErrors", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxErrorPktFCSErrors", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxFalseCarrierDetection", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxJabberPkt", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxMutlicast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxPauseXOFFFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxPauseXONFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxRuntPkt", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxUnicast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxBroadcast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxBytes", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxErrorPktExcessiveCollision", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxErrorPktLateCollision", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxErrorPktMultipleCollision", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxErrorPktSingleCollision", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxMutlicast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxPauseXOFFFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxPauseXONFrames", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxUnicast", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "NIC Port and Partition Statistics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "e4173c49efdb848cb0aaf0926ca308b1b8354a9164ef12a09a5a7ce3d269e565", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/NVMeSMARTData": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NVMeSMARTData", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "NVMe SMART Health record", + "Id": "NVMeSMARTData", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "AvailableSpare", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "AvailableSpareThreshold", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CompositeTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ControllerBusyTimeLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ControllerBusyTimeUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CriticalWarning", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DataUnitsReadLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DataUnitsReadUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DataUnitsWrittenLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DataUnitsWrittenUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "HostReadCommandsLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "HostReadCommandsUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "HostWriteCommandsLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "HostWriteCommandsUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MediaDataIntegrityErrorsLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MediaDataIntegrityErrorsUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "NumOfErrorInfoLogEntriesLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "NumOfErrorInfoLogEntriesUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PercentageUsed", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerCyclesLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerCyclesUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerOnHoursLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerOnHoursUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UnsafeShutdownsLower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UnsafeShutdownsUpper", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "NVMe SMART Data Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "4e898e1ae3bdffdb9cd44d596581d5fd08b6c1264e15b90e17feabf78e86698d", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT1H0M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/PSUMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PSUMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Power supply metrics", + "Id": "PSUMetrics", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/VLTCriticalTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PSURPMReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "psu-sensor" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PSUTemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "psu-sensor" + } + } + } + ], + "Name": "PSU Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "e14806f604e6461b868af983edd940d0eb113d3ce4b582350bf88c0a2226ff93", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Power consumption for all CPUs, DIMMs, System Input and System Output", + "Id": "PowerMetrics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemHeadRoomInstantaneous", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemInputPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemOutputPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemPowerConsumption", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalCPUPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalFanPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalMemoryPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalPciePower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalStoragePower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalFPGAPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "Power Metrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "3f78e5a0c460e0f8c97369f5425c18576ad80e50c5abf8fe33e9a50f6088ed26", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerStatistics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PowerStatistics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "System power consumption statistics", + "Id": "PowerStatistics", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastDayAvgPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastDayMaxPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastDayMaxPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastDayMinPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastDayMinPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastHourAvgPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastHourMaxPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastHourMaxPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastHourMinPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastHourMinPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastMinuteAvgPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastMinuteMaxPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastMinuteMaxPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastMinuteMinPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastMinuteMinPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastWeekAvgPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastWeekMaxPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastWeekMaxPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastWeekMinPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "LastWeekMinPowerTime", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "Power Statistics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "6e2f00650ecd20f77308f76503ff23f5e08df8f6a98cb7c6d7afdfbc967f72e0", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/SFPTransceiver": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SFPTransceiver", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Small Form Factor pluggable(SFP) optical xcvr data for NIC,FC and infiBand", + "Id": "SFPTransceiver", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SFPTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SFPVoltage", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "VoltageStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxBiasCurrent", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxBiasCurrentStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxOutputPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TxOutputPowerStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxInputPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RxInputPowerStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "sfp-transceiver" + } + } + } + ], + "Name": "Small Form Factor pluggable(SFP) optical xcvr data Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "85dc474a7a5c9a699440d81ee2916776e351c2605e26f10f9f6c31736f6123ef", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/Sensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/Sensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "All IPMI Sensors", + "Id": "Sensor", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "AmpsReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CPUUsagePctReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "IOUsagePctReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MemoryUsagePctReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "RPMReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "rawsensor" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SystemUsagePctReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "rawsensor" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "VoltageReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "WattsReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "IPMI Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "0f9b9d683bdb219f76d0a6a4dccf386bf0fc2d0ce51534c76d75f9ef98e75ef7", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/SerialLog": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SerialLog", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "SerialLog Report (Server serial logs).", + "Id": "SerialLog", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [], + "Name": "SerialLog Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "bab4c50a78e7bcb1e1a00664b0fe5b562e309dd7867a0371e397c3a6dc174351", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT2H0M0S", + "ReportUpdates": "AppendWrapsWhenFull", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H0M40S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": true, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageDiskSMARTData": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageDiskSMARTData", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "SSD SMART information", + "Id": "StorageDiskSMARTData", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CRCErrorCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "smart-sas" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CommandTimeout", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CurrentPendingSectorCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "DriveTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ECCERate", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "EraseFailCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ExceptionModeStatus", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MediaWriteCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PercentDriveLifeRemaining", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerCycleCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerOnHours", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ProgramFailCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ReadErrorRate", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ReallocatedBlockCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UncorrectableErrorCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UncorrectableLBACount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UnusedReservedBlockCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "UsedReservedBlockCount", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "VolatileMemoryBackupSourceFailures", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "Disk SMART Data Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "6a481ac9e41ed58ca8712489a4413828a7be8d37b6dc3c2b8a94fb2de59cbfd8", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT1H0M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Temperature information for the storage internal drives", + "Id": "StorageSensor", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "storage-sensor" + } + } + } + ], + "Name": "Storage Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "711356b100f3793babc733a21997563905b6664efbe101599807b048731f2708", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/SystemUsage": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SystemUsage", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "System Usage in percent. This report is platform dependent and the data may not be available on all platforms.", + "Id": "SystemUsage", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "CPUUsage", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "IOUsage", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "MemoryUsage", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "AggregateUsage", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "System Usage Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "34ed3c646f2cd417d553b8435e012361eb0dd621e58d498f195ccde9645ec225", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Thermal Metrics", + "Id": "ThermalMetrics", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ComputePower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": "thermalmetrics" + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "ITUE", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PSUEfficiency", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PowerToCoolRatio", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysAirFlowEfficiency", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysAirflowPerFanPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysAirflowPerSysInputPower", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysAirflowUtilization", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysNetAirflow", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "SysRackTempDelta", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TotalPSUHeatDissipation", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": null, + "Source": null + } + } + } + ], + "Name": "Thermal Metrics Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "58e04f7a6e03d218d0d94cbbe541e47a762817be2c5a0cb06ee14a48e3f4781b", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalSensor": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalSensor", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Temperature Sensor", + "Id": "ThermalSensor", + "Links": { + "Triggers": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPWarnTrigger" + } + ] + }, + "MetricReportDefinitionEnabled": false, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange", + "OnRequest" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "%InletTemp", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "%ExhaustTemp", + "Source": null + } + } + } + ], + "Name": "Thermal Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "Digest": "f9c7252ab545da54e56809d5e5ca2b3465a08577dfb6ecb4493c4c4d6353e9fe", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [ + "RedfishEvent", + "LogToMetricReportsCollection" + ], + "ReportActions@Redfish.AllowableValues": [ + "LogToMetricReportsCollection", + "RedfishEvent" + ], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "AppendStopsWhenFull", + "AppendWrapsWhenFull", + "NewReport", + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT0H1M0S" + }, + "Status": { + "State": "Disabled" + }, + "SuppressRepeatedMetricValue": false, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/MetricReports": { + "@odata.context": "/redfish/v1/$metadata#MetricReportCollection.MetricReportCollection", + "@odata.id": "/redfish/v1/TelemetryService/MetricReports", + "@odata.type": "#MetricReportCollection.MetricReportCollection", + "Members": [], + "Members@odata.count": 0, + "Name": "MetricReports" + }, + "/redfish/v1/TelemetryService/Oem/Dell/D4D": { + "@odata.context": "/redfish/v1/$metadata#DellD4D.DellD4D", + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D", + "@odata.type": "#DellD4D.v1_0_0.DellD4D", + "HistoricalReports": "/api/TemperatureSensorD4D", + "Id": "D4D", + "Name": "D4D", + "ReportDefinitions": { + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions" + }, + "Reports": { + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D/Reports" + } + }, + "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinitionCollection.MetricReportDefinitionCollection", + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions", + "@odata.type": "#MetricReportDefinitionCollection.MetricReportDefinitionCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions/TemperatureSensorD4D" + } + ], + "Members@odata.count": 1, + "Name": "MetricReportDefinitions" + }, + "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions/TemperatureSensorD4D": { + "@odata.context": "/redfish/v1/$metadata#MetricReportDefinition.MetricReportDefinition", + "@odata.id": "/redfish/v1/TelemetryService/Oem/Dell/D4D/ReportDefinitions/TemperatureSensorD4D", + "@odata.type": "#MetricReportDefinition.v1_4_2.MetricReportDefinition", + "AppendLimit": 2400, + "Description": "Temperature Sensor D4D", + "Id": "TemperatureSensorD4D", + "Links": { + "Triggers": [] + }, + "MetricReportDefinitionEnabled": true, + "MetricReportDefinitionType": "Periodic", + "MetricReportDefinitionType@Redfish.AllowableValues": [ + "Periodic", + "OnChange" + ], + "MetricReportHeartbeatInterval": "PT0H0M0S", + "Metrics": [ + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "NIC.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "ProcAccelerator.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "Disk.Bay.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "FC.Slot.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "DIMM.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PSUTemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "PSU.%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "iDRAC.Embedded.1#CPU%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "TemperatureReading", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "iDRAC.Embedded.1#SystemBoard%", + "Source": null + } + } + }, + { + "CollectionDuration": null, + "CollectionFunction": null, + "CollectionTimeScope": "Point", + "MetricId": "PrimaryTemperature", + "MetricProperties": [], + "Oem": { + "Dell": { + "@odata.type": "#DellMetric.v1_1_0.DellMetric", + "CustomLabel": null, + "FQDD": "Video.Slot%", + "Source": null + } + } + } + ], + "Name": "Temperature Sensor Metric Report", + "Oem": { + "Dell": { + "@odata.type": "#DellMetricReportDefinition.v1_1_0.DellMetricReportDefinition", + "D4D": true, + "Digest": "ef1872242891e6bf15f160510544a498bb8bd27afc3d1ad463656f57f47bc182", + "iDRACFirmwareVersion": "7.00.00.00" + } + }, + "ReportActions": [], + "ReportActions@Redfish.AllowableValues": [], + "ReportTimespan": "PT0H0M0S", + "ReportUpdates": "Overwrite", + "ReportUpdates@Redfish.AllowableValues": [ + "Overwrite" + ], + "Schedule": { + "RecurrenceInterval": "PT2H0M0S" + }, + "Status": { + "State": "Enabled" + }, + "SuppressRepeatedMetricValue": true, + "Wildcards": [] + }, + "/redfish/v1/TelemetryService/Triggers": { + "@odata.context": "/redfish/v1/$metadata#TriggersCollection.TriggersCollection", + "@odata.id": "/redfish/v1/TelemetryService/Triggers", + "@odata.type": "#TriggersCollection.TriggersCollection", + "Members": [ + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/IERRCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskCriticalTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPWarnTrigger" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/Triggers/VLTCriticalTrigger" + } + ], + "Members@odata.count": 18, + "Name": "Triggers" + }, + "/redfish/v1/TelemetryService/Triggers/CPUCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.CPU0004", + "iDRAC.1.6.CPU0700", + "iDRAC.1.6.CPU0702", + "iDRAC.1.6.CPU0006", + "iDRAC.1.6.CPU0703", + "iDRAC.1.6.CPU0701", + "iDRAC.1.6.CPU0003" + ], + "Id": "CPUCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor" + } + ] + }, + "Name": "Trigger on CPU critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/CPUWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/CPUWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.CPU0010" + ], + "Id": "CPUWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor" + } + ] + }, + "Name": "Trigger on CPU warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/FANCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.FAN0013", + "iDRAC.1.6.FAN0016", + "iDRAC.1.6.FAN0003", + "iDRAC.1.6.FAN0004", + "iDRAC.1.6.FAN0015", + "iDRAC.1.6.FAN0001" + ], + "Id": "FANCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FanSensor" + } + ] + }, + "Name": "Trigger on Fan critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/FANWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/FANWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.FAN0012", + "iDRAC.1.6.FAN0002", + "iDRAC.1.6.FAN0000" + ], + "Id": "FANWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/FanSensor" + } + ] + }, + "Name": "Trigger on Fan warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/IERRCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/IERRCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.CPU0000" + ], + "Id": "IERRCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPURegisters" + } + ] + }, + "Name": "Trigger on CPU IERR exception", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/MEMCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.MEM0003", + "iDRAC.1.6.MEM0010", + "iDRAC.1.6.MEM0702", + "iDRAC.1.6.MEM0002" + ], + "Id": "MEMCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemorySensor" + } + ] + }, + "Name": "Trigger on memory critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/MEMWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/MEMWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.MEM0701" + ], + "Id": "MEMWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/MemorySensor" + } + ] + }, + "Name": "Trigger on memory warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/NVMeCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.PDR117" + ], + "Id": "NVMeCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NVMeSMARTData" + } + ] + }, + "Name": "Trigger on NVMe critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/NVMeWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/NVMeWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.PDR112", + "iDRAC.1.6.PDR113", + "iDRAC.1.6.PDR116" + ], + "Id": "NVMeWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/NVMeSMARTData" + } + ] + }, + "Name": "Trigger on NVMe warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/PDRCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.PDR64", + "iDRAC.1.6.PDR44", + "iDRAC.1.6.PDR63", + "iDRAC.1.6.PDR62", + "iDRAC.1.6.PDR46", + "iDRAC.1.6.PDR61", + "iDRAC.1.6.PDR57", + "iDRAC.1.6.PDR47", + "iDRAC.1.6.PDR73" + ], + "Id": "PDRCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageDiskSMARTData" + } + ] + }, + "Name": "Trigger on physical disk critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/PDRWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/PDRWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.PDR1102", + "iDRAC.1.6.PDR86", + "iDRAC.1.6.PDR1002", + "iDRAC.1.6.PDR16" + ], + "Id": "PDRWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/StorageDiskSMARTData" + } + ] + }, + "Name": "Trigger on physical disk warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPCpuCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP0204", + "iDRAC.1.6.TMP0201", + "iDRAC.1.6.TMP0203" + ], + "Id": "TMPCpuCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SystemUsage" + } + ] + }, + "Name": "Trigger on CPU temperature critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPCpuWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCpuWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP0202", + "iDRAC.1.6.TMP0200" + ], + "Id": "TMPCpuWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/CPUSensor" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/SystemUsage" + } + ] + }, + "Name": "Trigger on CPU temperature warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP0119", + "iDRAC.1.6.TMP0131", + "iDRAC.1.6.TMP0133", + "iDRAC.1.6.TMP1002", + "iDRAC.1.6.TMP7", + "iDRAC.1.6.TMP0107", + "iDRAC.1.6.TMP0121", + "iDRAC.1.6.TMP0113", + "iDRAC.1.6.TMP0110", + "iDRAC.1.6.TMP0116", + "iDRAC.1.6.TMP0134", + "iDRAC.1.6.TMP0122", + "iDRAC.1.6.TMP1003", + "iDRAC.1.6.TMP0115", + "iDRAC.1.6.TMP0104", + "iDRAC.1.6.TMP0103" + ], + "Id": "TMPCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalSensor" + } + ] + }, + "Name": "Trigger on system ambient and inlet temperature critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPDiskCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP0127", + "iDRAC.1.6.TMP0125", + "iDRAC.1.6.TMP0128" + ], + "Id": "TMPDiskCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics" + } + ] + }, + "Name": "Trigger on disk drive temperature critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPDiskWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPDiskWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP0124" + ], + "Id": "TMPDiskWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics" + } + ] + }, + "Name": "Trigger on disk drive temperature warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/TMPWarnTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/TMPWarnTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.TMP1000", + "iDRAC.1.6.TMP0100", + "iDRAC.1.6.TMP0130", + "iDRAC.1.6.TMP0126", + "iDRAC.1.6.TMPS0100", + "iDRAC.1.6.TMP0118", + "iDRAC.1.6.TMP1001", + "iDRAC.1.6.TMP0114", + "iDRAC.1.6.TMP0112", + "iDRAC.1.6.TMPS0101", + "iDRAC.1.6.TMP0120", + "iDRAC.1.6.TMP0102" + ], + "Id": "TMPWarnTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalMetrics" + }, + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/ThermalSensor" + } + ] + }, + "Name": "Trigger on system ambient and inlet temperature warnings", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/TelemetryService/Triggers/VLTCriticalTrigger": { + "@odata.context": "/redfish/v1/$metadata#Triggers.Triggers", + "@odata.id": "/redfish/v1/TelemetryService/Triggers/VLTCriticalTrigger", + "@odata.type": "#Triggers.v1_2_0.Triggers", + "Description": "Trigger when an OEM event is raised", + "EventTriggers": [ + "iDRAC.1.6.VLT0210", + "iDRAC.1.6.VLT0231", + "iDRAC.1.6.VLT0104", + "iDRAC.1.6.VLT0204", + "iDRAC.1.6.VLT0209", + "iDRAC.1.6.VLT0207", + "iDRAC.1.6.VLT0219", + "iDRAC.1.6.VLT0203", + "iDRAC.1.6.VLT0303", + "iDRAC.1.6.VLT0234", + "iDRAC.1.6.VLT0227", + "iDRAC.1.6.VLT0216", + "iDRAC.1.6.VLT0201", + "iDRAC.1.6.VLT0233", + "iDRAC.1.6.VLT0225", + "iDRAC.1.6.VLT0301", + "iDRAC.1.6.VLT0304", + "iDRAC.1.6.VLT0222", + "iDRAC.1.6.VLT0215", + "iDRAC.1.6.VLT0213", + "iDRAC.1.6.VLT0228", + "iDRAC.1.6.VLT0221" + ], + "Id": "VLTCriticalTrigger", + "Links": { + "MetricReportDefinitions": [ + { + "@odata.id": "/redfish/v1/TelemetryService/MetricReportDefinitions/PSUMetrics" + } + ] + }, + "Name": "Trigger on system components voltage critical errors", + "TriggerActions": [ + "RedfishMetricReport" + ], + "TriggerActions@Redfish.AllowableValues": [ + "RedfishMetricReport" + ] + }, + "/redfish/v1/UpdateService": { + "@odata.context": "/redfish/v1/$metadata#UpdateService.UpdateService", + "@odata.id": "/redfish/v1/UpdateService", + "@odata.type": "#UpdateService.v1_11_2.UpdateService", + "Actions": { + "#UpdateService.SimpleUpdate": { + "@Redfish.OperationApplyTimeSupport": { + "@odata.type": "#Settings.v1_3_5.OperationApplyTimeSupport", + "SupportedValues": [ + "Immediate", + "OnReset", + "OnStartUpdateRequest" + ] + }, + "TransferProtocol@Redfish.AllowableValues": [ + "HTTP", + "NFS", + "CIFS", + "TFTP", + "HTTPS" + ], + "target": "/redfish/v1/UpdateService/Actions/UpdateService.SimpleUpdate" + }, + "#UpdateService.StartUpdate": { + "target": "/redfish/v1/UpdateService/Actions/UpdateService.StartUpdate" + }, + "Oem": { + "DellUpdateService.v1_1_0#DellUpdateService.Install": { + "InstallUpon@Redfish.AllowableValues": [ + "Now", + "NowAndReboot", + "NextReboot" + ], + "target": "/redfish/v1/UpdateService/Actions/Oem/DellUpdateService.Install" + } + } + }, + "Description": "Represents the properties for the Update Service", + "FirmwareInventory": { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory" + }, + "HttpPushUri": "/redfish/v1/UpdateService/FirmwareInventory", + "Id": "UpdateService", + "MaxImageSizeBytes": null, + "MultipartHttpPushUri": "/redfish/v1/UpdateService/MultipartUpload", + "Name": "Update Service", + "ServiceEnabled": true, + "SoftwareInventory": { + "@odata.id": "/redfish/v1/UpdateService/SoftwareInventory" + }, + "Status": { + "Health": "OK", + "State": "Enabled" + } + }, + "/redfish/v1/UpdateService/FirmwareInventory": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventoryCollection.SoftwareInventoryCollection", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory", + "@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection", + "Description": "Collection of Firmware Inventory", + "Members": [ + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-7.10__RAID.Backplane.Firmware.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.2-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-104684-5.1.0.0__ServiceModule.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-107649-7.10__RAID.Backplane.Firmware.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.2" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.2-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109673-7.2.2.0__TPM.Integrated.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-27763-1.1.12__CPLD.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-107649-3.48__RAID.Backplane.Firmware.1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.2-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-2-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1" + }, + { + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1" + } + ], + "Members@odata.count": 30, + "Name": "Firmware Inventory Collection" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-7.10__RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-7.10__RAID.Backplane.Firmware.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-107649-7.10__RAID.Backplane.Firmware.1", + "Name": "Backplane 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-7.10__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "2023-03-02T00:00:00Z", + "SoftwareId": "107649", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "7.10" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-7.10__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-108255-22.31.6__NIC.Embedded.1-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.31.6" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.2-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-108255-22.31.6__NIC.Embedded.2-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.31.6" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-108255-22.31.6__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-109171-22.0.9__NIC.Integrated.1-1-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.0.9" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-2-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-109171-22.0.9__NIC.Integrated.1-2-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.0.9" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-109171-22.0.9__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Current-159-2.11.3__BIOS.Setup.1-1", + "Name": "BIOS", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-07T00:00:00Z", + "SoftwareId": "159", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "2.11.3" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Current-159-2.11.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1", + "Name": "PCIe SSD in Slot 0 in Bay 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 0 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:49Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "0", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "2.1.2" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.0:Enclosure.Internal.0-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 0 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:49Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1", + "Name": "PCIe SSD in Slot 1 in Bay 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 1 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:51Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "0", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "2.1.2" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-0-2.1.2__Disk.Bay.1:Enclosure.Internal.0-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 1 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:51Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-104684-5.1.0.0__ServiceModule.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-104684-5.1.0.0__ServiceModule.Embedded.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-104684-5.1.0.0__ServiceModule.Embedded.1", + "Name": "Dell EMC iDRAC Service Module Embedded Package v5.1.0.0, A00", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-104684-5.1.0.0__ServiceModule.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "104684", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell EMC iDRAC Service Module Embedded Package v5.1.0.0, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:104684" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:41:00Z", + "IsEntity": true, + "MajorVersion": 5, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "104684", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "5.1.0.0" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-104684-5.1.0.0__ServiceModule.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "104684", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell EMC iDRAC Service Module Embedded Package v5.1.0.0, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:104684" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:41:00Z", + "IsEntity": true, + "MajorVersion": 5, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-107649-7.10__RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-107649-7.10__RAID.Backplane.Firmware.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-107649-7.10__RAID.Backplane.Firmware.1", + "Name": "Backplane 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-107649-7.10__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T10:23:13Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "2023-03-02T00:00:00Z", + "SoftwareId": "107649", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "7.10" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-107649-7.10__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T10:23:13Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-108212-00.29.29__PSU.Slot.1", + "Name": "Power Supply.Slot.1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "108212", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "00.29.29" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.2", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-108212-00.29.29__PSU.Slot.2", + "Name": "Power Supply.Slot.2", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.2/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.2", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "108212", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "00.29.29" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108212-00.29.29__PSU.Slot.2/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.2", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-108255-22.31.6__NIC.Embedded.1-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.31.6" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.2-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-108255-22.31.6__NIC.Embedded.2-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:43Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.31.6" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-108255-22.31.6__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:43Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-109171-22.0.9__NIC.Integrated.1-1-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:41Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.0.9" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:41Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-2-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-109171-22.0.9__NIC.Integrated.1-2-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.0.9" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109171-22.0.9__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109673-7.2.2.0__TPM.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109673-7.2.2.0__TPM.Integrated.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-109673-7.2.2.0__TPM.Integrated.1-1", + "Name": "TPM", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-109673-7.2.2.0__TPM.Integrated.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109673", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "TPM", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:109673" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-30T02:55:59Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 2, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "109673", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "7.2.2.0" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-109673-7.2.2.0__TPM.Integrated.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109673", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "TPM", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:109673" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-30T02:55:59Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 2, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-159-2.11.3__BIOS.Setup.1-1", + "Name": "BIOS", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:17:05Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-07T00:00:00Z", + "SoftwareId": "159", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "2.11.3" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-159-2.11.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:17:05Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1", + "Name": "Dell OS Driver Pack, 22.12.05, A00", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "18981", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell OS Driver Pack, 22.12.05, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:18981" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:37:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 12, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 5, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "18981", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "22.12.05" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-18981-22.12.05__DriverPack.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "18981", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell OS Driver Pack, 22.12.05, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:18981" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:37:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 12, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 5, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-25227-7.00.00.00__iDRAC.Embedded.1-1", + "Name": "Integrated Dell Remote Access Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 53, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:18Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "2023-06-10T00:00:00Z", + "SoftwareId": "25227", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "7.00.00.00" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-25227-7.00.00.00__iDRAC.Embedded.1-1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 53, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:18Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1", + "Name": "Dell 64 Bit uEFI Diagnostics, version 4301, 4301A89, 4301.90", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": null, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25806", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell 64 Bit uEFI Diagnostics, version 4301, 4301A89, 4301.90", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25806" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:34:10Z", + "IsEntity": true, + "MajorVersion": null, + "MinorVersion": null, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": null, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "25806", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "4301A89" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-25806-4301A89__Diagnostics.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": null, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25806", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell 64 Bit uEFI Diagnostics, version 4301, 4301A89, 4301.90", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25806" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:34:10Z", + "IsEntity": true, + "MajorVersion": null, + "MinorVersion": null, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": null, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-27763-1.1.12__CPLD.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-27763-1.1.12__CPLD.Embedded.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-27763-1.1.12__CPLD.Embedded.1", + "Name": "System CPLD", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-27763-1.1.12__CPLD.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "27763", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "System CPLD", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:27763" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:39Z", + "IsEntity": true, + "MajorVersion": 1, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 12, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "27763", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "1.1.12" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-27763-1.1.12__CPLD.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_803__CPLD.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "27763", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "System CPLD", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:27763" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:39Z", + "IsEntity": true, + "MajorVersion": 1, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 12, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1", + "Name": "Lifecycle Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "28897", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Lifecycle Controller", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:28897" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:23Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "00:00:00Z", + "SoftwareId": "28897", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "7.00.00.00" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Installed-28897-7.00.00.00__USC.Embedded.1:LC.Embedded.1/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "28897", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Lifecycle Controller", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:28897" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:23Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:CURRENT_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:CURRENT_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:CURRENT_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.2": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108212", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Power Supply.Slot.2", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_0x15__PSU.Slot.2", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:108212" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:47Z", + "IsEntity": true, + "MajorVersion": 0, + "MinorVersion": 29, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 29, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 0 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.0:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:49Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "0", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "A824", + "ElementName": "PCIe SSD in Slot 1 in Bay 1", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_304_C_Disk.Bay.1:Enclosure.Internal.0-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:144D:A824:1028:2070" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:51Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "2070", + "SubVendorID": "1028", + "VendorID": "144D", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:INSTALLED_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T10:23:13Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:06:43Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 31, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 6, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:41Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:INSTALLED_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-21T14:31:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 9, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:INSTALLED_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-19T23:17:05Z", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 11, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": null, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25806", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell 64 Bit uEFI Diagnostics, version 4301, 4301A89, 4301.90", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__Diagnostics.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25806" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:34:10Z", + "IsEntity": true, + "MajorVersion": null, + "MinorVersion": null, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": null, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "18981", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell OS Driver Pack, 22.12.05, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__DriverPack.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:18981" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:37:42Z", + "IsEntity": true, + "MajorVersion": 22, + "MinorVersion": 12, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 5, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "104684", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Dell EMC iDRAC Service Module Embedded Package v5.1.0.0, A00", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__ServiceModule.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:104684" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-06-18T22:41:00Z", + "IsEntity": true, + "MajorVersion": 5, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "28897", + "ComponentType": "APAC", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Lifecycle Controller", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_802__USC.Embedded.1:LC.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:28897" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:23Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_803__CPLD.Embedded.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "27763", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "System CPLD", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_803__CPLD.Embedded.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:27763" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-29T20:15:39Z", + "IsEntity": true, + "MajorVersion": 1, + "MinorVersion": 1, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 12, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109673", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "TPM", + "HashValue": null, + "Id": "DCIM:INSTALLED_0x23_807__TPM.Integrated.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:109673" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2021-06-30T02:55:59Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 2, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 2, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 53, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:INSTALLED_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "2023-07-03T21:59:18Z", + "IsEntity": true, + "MajorVersion": 7, + "MinorVersion": 0, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "Installed", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 3, + "MinorVersion": 48, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 7, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 35, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 6, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 80, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-107649-3.48__RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-107649-3.48__RAID.Backplane.Firmware.1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-107649-3.48__RAID.Backplane.Firmware.1", + "Name": "Backplane 1", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-107649-3.48__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 3, + "MinorVersion": 48, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "2023-03-02T00:00:00Z", + "SoftwareId": "107649", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "3.48" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-107649-3.48__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "107649", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Backplane 1", + "HashValue": "ef6767fb78f262365b9b57d64863b8c450c992da0e181c1e0fca43feb0ac9fcf", + "Id": "DCIM:PREVIOUS_0x23_314_C_RAID.Backplane.Firmware.1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:107649" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 3, + "MinorVersion": 48, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 0, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-108255-21.81.3__NIC.Embedded.1-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "21.81.3" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BC", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.2-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-108255-21.81.3__NIC.Embedded.2-1-1", + "Name": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2022-11-10T00:00:00Z", + "SoftwareId": "108255", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "21.81.3" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-108255-21.81.3__NIC.Embedded.2-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "108255", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "165F", + "ElementName": "Broadcom NetXtreme Gigabit Ethernet - 70:B5:E8:F0:7B:BD", + "HashValue": "0c506f2c6ff4ce4eb7fadc522a4c0e1e547f28301f1f55a093d11424911d6710", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Embedded.2-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:14E4:165F:1028:08FF" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 21, + "MinorVersion": 81, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "08FF", + "SubVendorID": "1028", + "VendorID": "14E4", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-109171-20.5.13__NIC.Integrated.1-1-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "20.5.13" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CA", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-2-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-109171-20.5.13__NIC.Integrated.1-2-1", + "Name": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-03T00:00:00Z", + "SoftwareId": "109171", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "20.5.13" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-109171-20.5.13__NIC.Integrated.1-2-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "109171", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": "159B", + "ElementName": "Intel(R) Ethernet 25G 2P E810-XXV OCP - B4:96:91:BA:17:CB", + "HashValue": "27723892f563628a7c6f8dcfeb94cffec605eaf2e2c3a26fa34f962a520668d3", + "Id": "DCIM:PREVIOUS_0x23_701__NIC.Integrated.1-2-1", + "IdentityInfoType": [ + "OrgID:ComponentType:VendorID:DeviceID:SubVendorID:SubDeviceID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:8086:159B:8086:0001" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 20, + "MinorVersion": 5, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 13, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": "0001", + "SubVendorID": "8086", + "VendorID": "8086", + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-159-2.7.3__BIOS.Setup.1-1", + "Name": "BIOS", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 7, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + } + } + }, + "ReleaseDate": "2023-03-07T00:00:00Z", + "SoftwareId": "159", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "2.7.3" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-159-2.7.3__BIOS.Setup.1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 0, + "Classifications": [ + "BIOS/FCode" + ], + "Classifications@odata.count": 1, + "ComponentID": "159", + "ComponentType": "BIOS", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "BIOS", + "HashValue": "987172565bc45877edc22bf5948b8ab6a4bbcfe5000ce8d658b974c00d971a52", + "Id": "DCIM:PREVIOUS_0x23_741__BIOS.Setup.1-1", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:BIOS:159" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 2, + "MinorVersion": 7, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 3, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": true + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventory.SoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1", + "@odata.type": "#SoftwareInventory.v1_9_0.SoftwareInventory", + "Description": "Represents Firmware Inventory", + "Id": "Previous-25227-6.10.80.00__iDRAC.Embedded.1-1", + "Name": "Integrated Dell Remote Access Controller", + "Oem": { + "Dell": { + "@odata.type": "#DellOem.v1_3_0.DellOemResources", + "DellSoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 35, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 6, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 80, + "RevisionString": null, + "SidebandUpdateCapable": false, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + } + } + }, + "ReleaseDate": "2023-06-10T00:00:00Z", + "SoftwareId": "25227", + "Status": { + "Health": "OK", + "State": "Enabled" + }, + "Updateable": true, + "Version": "6.10.80.00" + }, + "/redfish/v1/UpdateService/FirmwareInventory/Previous-25227-6.10.80.00__iDRAC.Embedded.1-1/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo": { + "@odata.context": "/redfish/v1/$metadata#DellSoftwareInventory.DellSoftwareInventory", + "@odata.id": "/redfish/v1/UpdateService/FirmwareInventory/Oem/Dell/DellSoftwareInventory/DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "@odata.type": "#DellSoftwareInventory.v1_2_0.DellSoftwareInventory", + "BuildNumber": 35, + "Classifications": [ + "Firmware" + ], + "Classifications@odata.count": 1, + "ComponentID": "25227", + "ComponentType": "FRMW", + "Description": "The DellSoftwareInventory resource is a representation of an available device firmware in the managed system.", + "DeviceID": null, + "ElementName": "Integrated Dell Remote Access Controller", + "HashValue": "4cfb0bafd389bb2d46a4b00ec0c08ba55246b2bc20f8dfd7003a0adac65eaccb", + "Id": "DCIM:PREVIOUS_0x23_iDRAC.Embedded.1-1_0x23_IDRACinfo", + "IdentityInfoType": [ + "OrgID:ComponentType:ComponentID" + ], + "IdentityInfoType@odata.count": 1, + "IdentityInfoValue": [ + "DCIM:firmware:25227" + ], + "IdentityInfoValue@odata.count": 1, + "InstallationDate": "NA", + "IsEntity": true, + "MajorVersion": 6, + "MinorVersion": 10, + "Name": "DellSoftwareInventory", + "PLDMCapabilitiesDuringUpdate": "0x00000000", + "PLDMFDPCapabilitiesDuringUpdate": "0x00000000", + "RevisionNumber": 80, + "RevisionString": null, + "SidebandUpdateCapable": 0, + "Status": "AvailableForInstallation", + "SubDeviceID": null, + "SubVendorID": null, + "VendorID": null, + "impactsTPMmeasurements": false + }, + "/redfish/v1/UpdateService/SoftwareInventory": { + "@odata.context": "/redfish/v1/$metadata#SoftwareInventoryCollection.SoftwareInventoryCollection", + "@odata.id": "/redfish/v1/UpdateService/SoftwareInventory", + "@odata.type": "#SoftwareInventoryCollection.SoftwareInventoryCollection", + "Description": "Collection of Software Inventory", + "Members": [], + "Members@odata.count": 0, + "Name": "Software Inventory Collection" + } +}