1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: OperatingConfig v1.0.4 --> 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource"/> 25 <edmx:Include Namespace="Resource.v1_0_0"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 29 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 30 </edmx:Reference> 31 32 <edmx:DataServices> 33 34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig"> 35 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 36 <Annotation Term="Redfish.Language" String="en"/> 37 38 <EntityType Name="OperatingConfig" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 39 <Annotation Term="OData.Description" String="The `OperatingConfig` schema specifies a configuration that can be used when the processor is operational."/> 40 <Annotation Term="OData.LongDescription" String="This resource shall represent an operational configuration for a processor in the Redfish Specification."/> 41 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 42 <Annotation Term="Capabilities.InsertRestrictions"> 43 <Record> 44 <PropertyValue Property="Insertable" Bool="false"/> 45 </Record> 46 </Annotation> 47 <Annotation Term="Capabilities.UpdateRestrictions"> 48 <Record> 49 <PropertyValue Property="Updatable" Bool="false"/> 50 </Record> 51 </Annotation> 52 <Annotation Term="Capabilities.DeleteRestrictions"> 53 <Record> 54 <PropertyValue Property="Deletable" Bool="false"/> 55 </Record> 56 </Annotation> 57 <Annotation Term="Redfish.Uris"> 58 <Collection> 59 <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/OperatingConfigs/{OperatingConfigId}</String> 60 </Collection> 61 </Annotation> 62 </EntityType> 63 </Schema> 64 65 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig.v1_0_0"> 66 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 67 <Annotation Term="Redfish.Release" String="2020.2"/> 68 69 <EntityType Name="OperatingConfig" BaseType="OperatingConfig.OperatingConfig"> 70 <Property Name="TotalAvailableCoreCount" Type="Edm.Int64"> 71 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 72 <Annotation Term="OData.Description" String="The number of cores in the processor that can be configured."/> 73 <Annotation Term="OData.LongDescription" String="This property shall contain the number of cores in the processor that can be configured."/> 74 <Annotation Term="Validation.Minimum" Int="0"/> 75 </Property> 76 <Property Name="TDPWatts" Type="Edm.Int64"> 77 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 78 <Annotation Term="OData.Description" String="The thermal design point of the processor in watt units."/> 79 <Annotation Term="OData.LongDescription" String="This property shall contain the thermal design point of the processor in watt units."/> 80 <Annotation Term="Validation.Minimum" Int="0"/> 81 <Annotation Term="Measures.Unit" String="W"/> 82 </Property> 83 <Property Name="BaseSpeedMHz" Type="Edm.Int64"> 84 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 85 <Annotation Term="OData.Description" String="The base (nominal) clock speed of the processor in MHz."/> 86 <Annotation Term="OData.LongDescription" String="This property shall contain the base (nominal) clock speed of the processor in MHz."/> 87 <Annotation Term="Validation.Minimum" Int="0"/> 88 <Annotation Term="Measures.Unit" String="MHz"/> 89 </Property> 90 <Property Name="MaxSpeedMHz" Type="Edm.Int64"> 91 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 92 <Annotation Term="OData.Description" String="The maximum clock speed to which the processor can be configured in MHz."/> 93 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum clock speed to which the processor can be configured in MHz."/> 94 <Annotation Term="Validation.Minimum" Int="0"/> 95 <Annotation Term="Measures.Unit" String="MHz"/> 96 </Property> 97 <Property Name="MaxJunctionTemperatureCelsius" Type="Edm.Int64"> 98 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 99 <Annotation Term="OData.Description" String="The maximum temperature of the junction in degree Celsius units."/> 100 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum temperature of the junction in degree Celsius units."/> 101 <Annotation Term="Measures.Unit" String="Cel"/> 102 </Property> 103 <Property Name="BaseSpeedPrioritySettings" Type="Collection(OperatingConfig.v1_0_0.BaseSpeedPrioritySettings)"> 104 <Annotation Term="OData.Description" String="The clock speed for sets of cores when the configuration is operational."/> 105 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that specify the clock speed for sets of cores when the configuration is operational."/> 106 </Property> 107 <Property Name="TurboProfile" Type="Collection(OperatingConfig.v1_0_0.TurboProfileDatapoint)"> 108 <Annotation Term="OData.Description" String="The turbo profiles for the processor. A turbo profile is the maximum turbo clock speed as a function of the number of active cores."/> 109 <Annotation Term="OData.LongDescription" String="The property shall contain an array of objects that specify the turbo profile for a set of active cores."/> 110 </Property> 111 <Property Name="Actions" Type="OperatingConfig.v1_0_0.Actions" Nullable="false"> 112 <Annotation Term="OData.Description" String="The available actions for this resource."/> 113 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 114 </Property> 115 </EntityType> 116 117 <ComplexType Name="TurboProfileDatapoint"> 118 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 119 <Annotation Term="OData.Description" String="The turbo profile for a set of active cores."/> 120 <Annotation Term="OData.LongDescription" String="This type shall specify the turbo profile for a set of active cores."/> 121 <Property Name="ActiveCoreCount" Type="Edm.Int64"> 122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 123 <Annotation Term="OData.Description" String="The number of active cores to be configured with the specified maximum clock speed."/> 124 <Annotation Term="OData.LongDescription" String="This property shall contain the number of cores to be configured with the maximum turbo clock speed. The value shall be less than or equal to the `TotalAvailableCoreCount` property."/> 125 <Annotation Term="Validation.Minimum" Int="0"/> 126 </Property> 127 <Property Name="MaxSpeedMHz" Type="Edm.Int64"> 128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 129 <Annotation Term="OData.Description" String="The maximum turbo clock speed that correspond to the number of active cores in MHz."/> 130 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum turbo clock speed that correspond to the number of active cores in MHz."/> 131 <Annotation Term="Validation.Minimum" Int="0"/> 132 <Annotation Term="Measures.Unit" String="MHz"/> 133 </Property> 134 </ComplexType> 135 136 <ComplexType Name="BaseSpeedPrioritySettings"> 137 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 138 <Annotation Term="OData.Description" String="The clock speed for a set of cores."/> 139 <Annotation Term="OData.LongDescription" String="This type shall specify the clock speed for a set of cores."/> 140 <Property Name="CoreCount" Type="Edm.Int64"> 141 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 142 <Annotation Term="OData.Description" String="The number of cores to configure with a specified speed."/> 143 <Annotation Term="OData.LongDescription" String="This property shall contain the number of cores to configure with the speed specified by the `BaseSpeedMHz` property. The sum of all `CoreCount` properties shall equal the value of the `TotalAvailableCoreCount` property."/> 144 <Annotation Term="Validation.Minimum" Int="0"/> 145 </Property> 146 <Property Name="CoreIDs" Type="Collection(Edm.Int64)"> 147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 148 <Annotation Term="OData.Description" String="The identifier of the cores to configure with the specified speed."/> 149 <Annotation Term="OData.LongDescription" String="This property shall contain an array identifying the cores to configure with the speed specified by the `BaseSpeedMHz` property. The length of the array shall equal the value of the `CoreCount` property."/> 150 </Property> 151 <Property Name="BaseSpeedMHz" Type="Edm.Int64"> 152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 153 <Annotation Term="OData.Description" String="The clock speed to configure the set of cores in MHz."/> 154 <Annotation Term="OData.LongDescription" String="This property shall contain the clock speed to configure the set of cores in MHz."/> 155 <Annotation Term="Validation.Minimum" Int="0"/> 156 <Annotation Term="Measures.Unit" String="MHz"/> 157 </Property> 158 </ComplexType> 159 160 <ComplexType Name="Actions"> 161 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 162 <Annotation Term="OData.Description" String="The available actions for this resource."/> 163 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 164 <Property Name="Oem" Type="OperatingConfig.v1_0_0.OemActions" Nullable="false"> 165 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 166 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 167 </Property> 168 </ComplexType> 169 170 <ComplexType Name="OemActions"> 171 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 172 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 173 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 174 </ComplexType> 175 </Schema> 176 177 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig.v1_0_1"> 178 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 179 <Annotation Term="OData.Description" String="This version was created to clarify the description of `BaseSpeedMHz`."/> 180 <EntityType Name="OperatingConfig" BaseType="OperatingConfig.v1_0_0.OperatingConfig"/> 181 </Schema> 182 183 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig.v1_0_2"> 184 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 185 <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/> 186 <EntityType Name="OperatingConfig" BaseType="OperatingConfig.v1_0_1.OperatingConfig"/> 187 </Schema> 188 189 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig.v1_0_3"> 190 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 191 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 192 <EntityType Name="OperatingConfig" BaseType="OperatingConfig.v1_0_2.OperatingConfig"/> 193 </Schema> 194 195 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="OperatingConfig.v1_0_4"> 196 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 197 <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."/> 198 <EntityType Name="OperatingConfig" BaseType="OperatingConfig.v1_0_3.OperatingConfig"/> 199 </Schema> 200 201 </edmx:DataServices> 202</edmx:Edmx> 203