1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: ThermalMetrics v1.3.2 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource.v1_0_0"/> 25 </edmx:Reference> 26 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 27 <edmx:Include Namespace="Sensor"/> 28 </edmx:Reference> 29 30 <edmx:DataServices> 31 32 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics"> 33 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 34 <Annotation Term="Redfish.Language" String="en"/> 35 36 <EntityType Name="ThermalMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 37 <Annotation Term="OData.Description" String="The `ThermalMetrics` schema represents the thermal metrics of a chassis."/> 38 <Annotation Term="OData.LongDescription" String="This resource shall represent the thermal metrics of a chassis for a Redfish implementation."/> 39 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 40 <Annotation Term="Capabilities.InsertRestrictions"> 41 <Record> 42 <PropertyValue Property="Insertable" Bool="false"/> 43 </Record> 44 </Annotation> 45 <Annotation Term="Capabilities.UpdateRestrictions"> 46 <Record> 47 <PropertyValue Property="Updatable" Bool="false"/> 48 </Record> 49 </Annotation> 50 <Annotation Term="Capabilities.DeleteRestrictions"> 51 <Record> 52 <PropertyValue Property="Deletable" Bool="false"/> 53 </Record> 54 </Annotation> 55 <Annotation Term="Redfish.Uris"> 56 <Collection> 57 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/ThermalMetrics</String> 58 </Collection> 59 </Annotation> 60 </EntityType> 61 62 <Action Name="ResetMetrics" IsBound="true"> 63 <Parameter Name="ThermalMetrics" Type="ThermalMetrics.v1_0_0.Actions"/> 64 <Annotation Term="OData.Description" String="This action resets the summary metrics related to this equipment."/> 65 <Annotation Term="OData.LongDescription" String="This action shall reset any time intervals or counted values for this equipment."/> 66 </Action> 67 </Schema> 68 69 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_0_0"> 70 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 71 <Annotation Term="Redfish.Release" String="2020.4"/> 72 73 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.ThermalMetrics"> 74 <Property Name="TemperatureSummaryCelsius" Type="ThermalMetrics.v1_0_0.TemperatureSummary" Nullable="false"> 75 <Annotation Term="OData.Description" String="The summary temperature readings for this chassis."/> 76 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature sensor readings for this subsystem."/> 77 </Property> 78 <NavigationProperty Name="TemperatureReadingsCelsius" Type="Collection(Sensor.Sensor)"> 79 <Annotation Term="Redfish.ExcerptCopy" String="Array"/> 80 <Annotation Term="OData.Description" String="The temperatures (in degree Celsius units) from all related sensors for this device."/> 81 <Annotation Term="OData.LongDescription" String="This property shall contain the temperatures, in degree Celsius units, for this subsystem. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 82 </NavigationProperty> 83 <Property Name="Actions" Type="ThermalMetrics.v1_0_0.Actions" Nullable="false"> 84 <Annotation Term="OData.Description" String="The available actions for this resource."/> 85 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 86 </Property> 87 </EntityType> 88 89 <ComplexType Name="TemperatureSummary"> 90 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 91 <Annotation Term="OData.Description" String="The temperature readings for a subsystem."/> 92 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe temperature sensor for a subsystem."/> 93 <NavigationProperty Name="Internal" Type="Sensor.Sensor"> 94 <Annotation Term="Redfish.ExcerptCopy"/> 95 <Annotation Term="OData.Description" String="The internal temperature (in degree Celsius units) of this subsystem."/> 96 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the internal temperature of this subsystem. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 97 </NavigationProperty> 98 <NavigationProperty Name="Intake" Type="Sensor.Sensor"> 99 <Annotation Term="Redfish.ExcerptCopy"/> 100 <Annotation Term="OData.Description" String="The intake temperature (in degree Celsius units) of this subsystem."/> 101 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the intake temperature of this subsystem. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 102 </NavigationProperty> 103 <NavigationProperty Name="Exhaust" Type="Sensor.Sensor"> 104 <Annotation Term="Redfish.ExcerptCopy"/> 105 <Annotation Term="OData.Description" String="The exhaust temperature (in degree Celsius units) of this subsystem."/> 106 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the exhaust temperature of this subsystem. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 107 </NavigationProperty> 108 <NavigationProperty Name="Ambient" Type="Sensor.Sensor"> 109 <Annotation Term="Redfish.ExcerptCopy"/> 110 <Annotation Term="OData.Description" String="The ambient temperature (in degree Celsius units) of this subsystem."/> 111 <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, for the ambient temperature of this subsystem. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."/> 112 </NavigationProperty> 113 </ComplexType> 114 115 <ComplexType Name="Actions"> 116 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 117 <Annotation Term="OData.Description" String="The available actions for this resource."/> 118 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 119 <Property Name="Oem" Type="ThermalMetrics.v1_0_0.OemActions" Nullable="false"> 120 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 121 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 122 </Property> 123 </ComplexType> 124 125 <ComplexType Name="OemActions"> 126 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 127 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 128 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 129 </ComplexType> 130 </Schema> 131 132 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_0_1"> 133 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 134 <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource. It was also created to correct various typographical errors."/> 135 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_0_0.ThermalMetrics"/> 136 </Schema> 137 138 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_0_2"> 139 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 140 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 141 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_0_1.ThermalMetrics"/> 142 </Schema> 143 144 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_0_3"> 145 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 146 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 147 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_0_2.ThermalMetrics"/> 148 </Schema> 149 150 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_1_0"> 151 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 152 <Annotation Term="Redfish.Release" String="2022.3"/> 153 154 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_0_1.ThermalMetrics"> 155 <Property Name="HeaterSummary" Type="ThermalMetrics.v1_1_0.HeaterSummary" Nullable="false"> 156 <Annotation Term="OData.Description" String="The summary of heater metrics for this chassis."/> 157 <Annotation Term="OData.LongDescription" String="This property shall contain the summary of heater metrics for this subsystem."/> 158 </Property> 159 </EntityType> 160 161 <ComplexType Name="HeaterSummary"> 162 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 163 <Annotation Term="OData.Description" String="The heater metrics summary for the subsystem."/> 164 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the heater metrics summary for the subsystem."/> 165 <Property Name="TotalPrePowerOnHeatingTimeSeconds" Type="Edm.Int64"> 166 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 167 <Annotation Term="OData.Description" String="The total number of seconds all the heaters in the thermal subsystem were active while the respective devices they heat were powered off."/> 168 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of seconds all the heaters in the thermal subsystem were active while the respective devices they heat were powered off."/> 169 </Property> 170 <Property Name="TotalRuntimeHeatingTimeSeconds" Type="Edm.Int64"> 171 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 172 <Annotation Term="OData.Description" String="The total number of seconds all the heaters in the thermal subsystem were active while the respective devices they heat were powered on."/> 173 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of seconds all the heaters in the thermal subsystem were active while the respective devices they heat were powered on."/> 174 </Property> 175 </ComplexType> 176 </Schema> 177 178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_1_1"> 179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 180 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 181 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_1_0.ThermalMetrics"/> 182 </Schema> 183 184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_1_2"> 185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 186 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 187 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_1_1.ThermalMetrics"/> 188 </Schema> 189 190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_2_0"> 191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 192 <Annotation Term="Redfish.Release" String="2023.1"/> 193 194 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_1_0.ThermalMetrics"> 195 <NavigationProperty Name="DeltaPressurekPa" Type="Sensor.Sensor"> 196 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 197 <Annotation Term="Redfish.ExcerptCopy"/> 198 <Annotation Term="OData.Description" String="The differential pressure (kPa)."/> 199 <Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilopascal units, for the difference in pressure between the air intake and the air exhaust of this chassis. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `PressurekPa`."/> 200 </NavigationProperty> 201 <NavigationProperty Name="AirFlowCubicMetersPerMinute" Type="Sensor.Sensor"> 202 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 203 <Annotation Term="Redfish.ExcerptCopy"/> 204 <Annotation Term="OData.Description" String="The air flow through the chassis (m^3/min)."/> 205 <Annotation Term="OData.LongDescription" String="This property shall contain the rate of air flow, in cubic meters per minute units, between the air intake and the air exhaust of this chassis. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `AirFlowCMM`."/> 206 </NavigationProperty> 207 </EntityType> 208 </Schema> 209 210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_2_1"> 211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 212 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 213 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_2_0.ThermalMetrics"/> 214 </Schema> 215 216 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_2_2"> 217 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 218 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 219 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_2_1.ThermalMetrics"/> 220 </Schema> 221 222 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_3_0"> 223 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 224 <Annotation Term="Redfish.Release" String="2023.2"/> 225 226 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_2_0.ThermalMetrics"> 227 <NavigationProperty Name="PowerWatts" Type="Sensor.Sensor"> 228 <Annotation Term="Redfish.ExcerptCopy" String="Power"/> 229 <Annotation Term="OData.Description" String="Power consumption (W) of the thermal management subsystem."/> 230 <Annotation Term="OData.LongDescription" String="This property shall contain the power, in watt units, for the thermal subsystem. The value shall include the total power consumption of devices involved in thermal management of the chassis, such as fans, pumps, and heaters. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."/> 231 </NavigationProperty> 232 <NavigationProperty Name="EnergykWh" Type="Sensor.Sensor"> 233 <Annotation Term="Redfish.ExcerptCopy" String="EnergykWh"/> 234 <Annotation Term="OData.Description" String="Energy consumption (kWh) of the thermal management subsystem."/> 235 <Annotation Term="OData.LongDescription" String="This property shall contain the total energy, in kilowatt-hour units, for the thermal subsystem. The value shall include the total energy consumption of devices involved in thermal management of the chassis, such as fans, pumps, and heaters. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `EnergykWh`."/> 236 </NavigationProperty> 237 </EntityType> 238 </Schema> 239 240 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_3_1"> 241 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 242 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 243 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_3_0.ThermalMetrics"/> 244 </Schema> 245 246 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ThermalMetrics.v1_3_2"> 247 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 248 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 249 <EntityType Name="ThermalMetrics" BaseType="ThermalMetrics.v1_3_1.ThermalMetrics"/> 250 </Schema> 251 252 </edmx:DataServices> 253</edmx:Edmx> 254