From bf7e67e7210df3db013df5fe4c232737fe1eb10b Mon Sep 17 00:00:00 2001 From: George Liu Date: Thu, 6 Oct 2022 09:19:46 +0800 Subject: 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 Change-Id: I994b48c544edc22a6bf99187b536f3e51e10b052 --- redfish-core/include/schemas.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'redfish-core') 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", -- cgit v1.2.3