summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-10-06 04:19:46 +0300
committerEd Tanous <ed@tanous.net>2022-10-18 00:29:22 +0300
commitbf7e67e7210df3db013df5fe4c232737fe1eb10b (patch)
tree067056b8f6bcac35cebd87b1dcd604f9d9196664 /redfish-core
parentfb0ecc3e7450dcca9f4b33c04c8fd3c581035f42 (diff)
downloadbmcweb-bf7e67e7210df3db013df5fe4c232737fe1eb10b.tar.xz
Add EnvironmentMetrics schema
Based on DSP8010_2022.2 and adds the EnvironmentMetrics schema. Tested: built bmcweb successfully and validator passes Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I994b48c544edc22a6bf99187b536f3e51e10b052
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/include/schemas.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/include/schemas.hpp b/redfish-core/include/schemas.hpp
index 87459d6abb..e618a62eba 100644
--- a/redfish-core/include/schemas.hpp
+++ b/redfish-core/include/schemas.hpp
@@ -32,6 +32,7 @@ namespace redfish
"ComputerSystemCollection",
"Drive",
"DriveCollection",
+ "EnvironmentMetrics",
"EthernetInterface",
"EthernetInterfaceCollection",
"Event",