blob: 39802b42031948020cb1ea297675781c69ce4ea3 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Sui Chen141d9432022-02-03 22:01:27 -08004<!--# Redfish Schema: ComputerSystem v1.17.0 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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>
Ed Tanous530520e2019-01-02 13:41:37 -080020 <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>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Chassis_v1.xml">
32 <edmx:Include Namespace="Chassis"/>
33 </edmx:Reference>
34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogServiceCollection_v1.xml">
35 <edmx:Include Namespace="LogServiceCollection"/>
36 </edmx:Reference>
37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/EthernetInterfaceCollection_v1.xml">
38 <edmx:Include Namespace="EthernetInterfaceCollection"/>
39 </edmx:Reference>
40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SimpleStorageCollection_v1.xml">
41 <edmx:Include Namespace="SimpleStorageCollection"/>
42 </edmx:Reference>
43 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorCollection_v1.xml">
44 <edmx:Include Namespace="ProcessorCollection"/>
45 </edmx:Reference>
46 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SecureBoot_v1.xml">
47 <edmx:Include Namespace="SecureBoot"/>
48 </edmx:Reference>
49 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Bios_v1.xml">
50 <edmx:Include Namespace="Bios"/>
51 </edmx:Reference>
52 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryCollection_v1.xml">
53 <edmx:Include Namespace="MemoryCollection"/>
54 </edmx:Reference>
55 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection_v1.xml">
56 <edmx:Include Namespace="MemoryDomainCollection"/>
57 </edmx:Reference>
58 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Manager_v1.xml">
59 <edmx:Include Namespace="Manager"/>
60 </edmx:Reference>
61 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/StorageCollection_v1.xml">
62 <edmx:Include Namespace="StorageCollection"/>
63 </edmx:Reference>
64 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml">
65 <edmx:Include Namespace="PCIeDevice"/>
66 </edmx:Reference>
67 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeFunction_v1.xml">
68 <edmx:Include Namespace="PCIeFunction"/>
69 </edmx:Reference>
70 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Endpoint_v1.xml">
71 <edmx:Include Namespace="Endpoint"/>
72 </edmx:Reference>
73 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/swordfish/v1/HostedStorageServices_v1.xml">
74 <edmx:Include Namespace="HostedStorageServices"/>
75 </edmx:Reference>
76 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkInterfaceCollection_v1.xml">
77 <edmx:Include Namespace="NetworkInterfaceCollection"/>
78 </edmx:Reference>
79 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResourceBlock_v1.xml">
80 <edmx:Include Namespace="ResourceBlock"/>
81 </edmx:Reference>
82 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/BootOptionCollection_v1.xml">
83 <edmx:Include Namespace="BootOptionCollection"/>
84 </edmx:Reference>
85 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Redundancy_v1.xml">
86 <edmx:Include Namespace="Redundancy"/>
87 </edmx:Reference>
Ed Tanouscb103132019-10-08 11:34:22 -070088 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
89 <edmx:Include Namespace="CertificateCollection"/>
90 </edmx:Reference>
91 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ProcessorMetrics_v1.xml">
92 <edmx:Include Namespace="ProcessorMetrics"/>
93 </edmx:Reference>
94 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/MemoryMetrics_v1.xml">
95 <edmx:Include Namespace="MemoryMetrics"/>
96 </edmx:Reference>
Gunnar Mills09b9d452020-02-11 13:27:39 -060097 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection_v1.xml">
98 <edmx:Include Namespace="FabricAdapterCollection"/>
99 </edmx:Reference>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500100 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection_v1.xml">
101 <edmx:Include Namespace="VirtualMediaCollection"/>
102 </edmx:Reference>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600103 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventory_v1.xml">
104 <edmx:Include Namespace="SoftwareInventory"/>
105 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500106 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/GraphicsControllerCollection_v1.xml">
107 <edmx:Include Namespace="GraphicsControllerCollection"/>
108 </edmx:Reference>
109 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/USBControllerCollection_v1.xml">
110 <edmx:Include Namespace="USBControllerCollection"/>
111 </edmx:Reference>
Sui Chen141d9432022-02-03 22:01:27 -0800112 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/NetworkDeviceFunction_v1.xml">
113 <edmx:Include Namespace="NetworkDeviceFunction"/>
114 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115
116 <edmx:DataServices>
117
Jason M. Billsea4aa752018-06-05 13:29:11 -0700118 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem">
119 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120
121 <EntityType Name="ComputerSystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500122 <Annotation Term="OData.Description" String="The ComputerSystem schema represents a computer or system instance and the software-visible resources, or items within the data plane, such as memory, CPU, and other devices that it can access. Details of those resources or subsystems are also linked through this resource."/>
123 <Annotation Term="OData.LongDescription" String="This resource shall represent a computing system in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700124 <Annotation Term="Capabilities.InsertRestrictions">
125 <Record>
126 <PropertyValue Property="Insertable" Bool="false"/>
127 </Record>
128 </Annotation>
129 <Annotation Term="Capabilities.UpdateRestrictions">
130 <Record>
131 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700132 <Annotation Term="OData.Description" String="Some properties, such as AssetTag, IndicatorLED, and some boot parameters, can be updated for a computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700133 </Record>
134 </Annotation>
135 <Annotation Term="Capabilities.DeleteRestrictions">
136 <Record>
137 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="A client can delete a composed computer system to retire it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700139 </Record>
140 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800141 <Annotation Term="Redfish.Uris">
142 <Collection>
143 <String>/redfish/v1/Systems/{ComputerSystemId}</String>
144 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600145 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800146 </Collection>
147 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 </EntityType>
149
150 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500151 <Annotation Term="OData.Description" String="This action resets the system."/>
152 <Annotation Term="OData.LongDescription" String="This action shall reset the system represented by the resource. For systems that implement ACPI Power Button functionality, the PushPowerButton value shall perform or emulate an ACPI Power Button Push. The ForceOff value shall remove power from the system or perform an ACPI Power Button Override, commonly known as a four-second hold of the Power Button. The ForceRestart value shall perform a ForceOff action, followed by an On action."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700153 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
154 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700155 <Annotation Term="OData.Description" String="The type of reset."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500156 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of reset. The service can accept a request without the parameter and perform an implementation-specific default reset. Services should include the @Redfish.AllowableValues annotation for this parameter to ensure compatibility with clients, even when ActionInfo has been implemented."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700157 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700158 </Action>
159
160 <Action Name="SetDefaultBootOrder" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700161 <Annotation Term="OData.Description" String="This action sets the BootOrder to the default settings."/>
162 <Annotation Term="OData.LongDescription" String="This action shall set the BootOrder array to the default settings."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500163 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600164 <Annotation Term="Redfish.Revisions">
165 <Collection>
166 <Record>
167 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
168 <PropertyValue Property="Version" String="v1_5_0"/>
169 </Record>
170 </Collection>
171 </Annotation>
172 </Action>
173
174 <Action Name="AddResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500175 <Annotation Term="OData.Description" String="This action adds a resource block to a system."/>
176 <Annotation Term="OData.LongDescription" String="This action shall add a resource block to a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600177 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
178 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500179 <Annotation Term="OData.Description" String="The resource block to add to the system."/>
180 <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified resource block to add to the system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600181 </Parameter>
182 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500183 <Annotation Term="OData.Description" String="The current ETag of the resource block to add to the system."/>
184 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the resource block to add to the system. If the client-provided ETag does not match the current ETag of the resource block that the ResourceBlock parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600185 </Parameter>
186 <Parameter Name="ComputerSystemETag" Type="Edm.String">
187 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700188 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600189 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600190 <Annotation Term="Redfish.Revisions">
191 <Collection>
192 <Record>
193 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
194 <PropertyValue Property="Version" String="v1_6_0"/>
195 </Record>
196 </Collection>
197 </Annotation>
198 </Action>
199
200 <Action Name="RemoveResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500201 <Annotation Term="OData.Description" String="This action removes a resource block from a system."/>
202 <Annotation Term="OData.LongDescription" String="This action shall remove a resource block from a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600203 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
204 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500205 <Annotation Term="OData.Description" String="The resource block to remove from the system."/>
206 <Annotation Term="OData.LongDescription" String="This parameter shall contain a link to the specified resource block to remove from the system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600207 </Parameter>
208 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500209 <Annotation Term="OData.Description" String="The current ETag of the resource block to remove from the system."/>
210 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the resource block to remove from the system. If the client-provided ETag does not match the current ETag of the resource block that the ResourceBlock parameter specifies, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600211 </Parameter>
212 <Parameter Name="ComputerSystemETag" Type="Edm.String">
213 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <Annotation Term="OData.LongDescription" String="This parameter shall contain the current ETag of the system. If the client-provided ETag does not match the current ETag of the system, the service shall return the HTTP 428 (Precondition Required) status code to reject the request."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600215 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600216 <Annotation Term="Redfish.Revisions">
217 <Collection>
218 <Record>
219 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
220 <PropertyValue Property="Version" String="v1_6_0"/>
221 </Record>
222 </Collection>
223 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Action>
225
226 <EnumType Name="BootSource">
227 <Member Name="None">
228 <Annotation Term="OData.Description" String="Boot from the normal boot device."/>
229 </Member>
230 <Member Name="Pxe">
231 <Annotation Term="OData.Description" String="Boot from the Pre-Boot EXecution (PXE) environment."/>
232 </Member>
233 <Member Name="Floppy">
234 <Annotation Term="OData.Description" String="Boot from the floppy disk drive."/>
235 </Member>
236 <Member Name="Cd">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="Boot from the CD or DVD."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Usb">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="Boot from a system BIOS-specified USB device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700241 </Member>
242 <Member Name="Hdd">
243 <Annotation Term="OData.Description" String="Boot from a hard drive."/>
244 </Member>
245 <Member Name="BiosSetup">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="Boot to the BIOS setup utility."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Member>
248 <Member Name="Utilities">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="Boot to the manufacturer's utilities program or programs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 </Member>
251 <Member Name="Diags">
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="Boot to the manufacturer's diagnostics program."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700253 </Member>
254 <Member Name="UefiShell">
255 <Annotation Term="OData.Description" String="Boot to the UEFI Shell."/>
256 </Member>
257 <Member Name="UefiTarget">
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <Annotation Term="OData.Description" String="Boot to the UEFI device specified in the UefiTargetBootSourceOverride property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700259 </Member>
260 <Member Name="SDCard">
Ed Tanouscb103132019-10-08 11:34:22 -0700261 <Annotation Term="OData.Description" String="Boot from an SD card."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600262 <Annotation Term="Redfish.Revisions">
263 <Collection>
264 <Record>
265 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
266 <PropertyValue Property="Version" String="v1_1_0"/>
267 </Record>
268 </Collection>
269 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700270 </Member>
271 <Member Name="UefiHttp">
272 <Annotation Term="OData.Description" String="Boot from a UEFI HTTP network location."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600273 <Annotation Term="Redfish.Revisions">
274 <Collection>
275 <Record>
276 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
277 <PropertyValue Property="Version" String="v1_1_0"/>
278 </Record>
279 </Collection>
280 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700281 </Member>
282 <Member Name="RemoteDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700283 <Annotation Term="OData.Description" String="Boot from a remote drive, such as an iSCSI target."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600284 <Annotation Term="Redfish.Revisions">
285 <Collection>
286 <Record>
287 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
288 <PropertyValue Property="Version" String="v1_2_0"/>
289 </Record>
290 </Collection>
291 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700292 </Member>
293 <Member Name="UefiBootNext">
Ed Tanouscb103132019-10-08 11:34:22 -0700294 <Annotation Term="OData.Description" String="Boot to the UEFI device that the BootNext property specifies."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600295 <Annotation Term="Redfish.Revisions">
296 <Collection>
297 <Record>
298 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
299 <PropertyValue Property="Version" String="v1_5_0"/>
300 </Record>
301 </Collection>
302 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 </Member>
304 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700305 </Schema>
306
307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_0">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600309 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310
311 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.ComputerSystem">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 <Property Name="SystemType" Type="ComputerSystem.v1_0_0.SystemType" Nullable="false">
313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500314 <Annotation Term="OData.Description" String="The type of computer system that this resource represents."/>
315 <Annotation Term="OData.LongDescription" String="An enumeration that indicates the kind of system that this resource represents."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Property>
317 <Property Name="Links" Type="ComputerSystem.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500318 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
319 <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700320 </Property>
321 <Property Name="AssetTag" Type="Edm.String">
322 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 <Annotation Term="OData.Description" String="The user-definable tag that can track this computer system for inventory or other client purposes."/>
324 <Annotation Term="OData.LongDescription" String="This property shall contain the system asset tag value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700325 </Property>
326 <Property Name="Manufacturer" Type="Edm.String">
327 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
328 <Annotation Term="OData.Description" String="The manufacturer or OEM of this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700329 <Annotation Term="OData.LongDescription" String="This property shall contain a value that represents the manufacturer of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 </Property>
331 <Property Name="Model" Type="Edm.String">
332 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
333 <Annotation Term="OData.Description" String="The product name for this system, without the manufacturer name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700334 <Annotation Term="OData.LongDescription" String="This property shall describe how the manufacturer refers to this system. Typically, this value is the product name for this system without the manufacturer name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 </Property>
336 <Property Name="SKU" Type="Edm.String">
337 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
338 <Annotation Term="OData.Description" String="The manufacturer SKU for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700339 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700340 </Property>
341 <Property Name="SerialNumber" Type="Edm.String">
342 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
343 <Annotation Term="OData.Description" String="The serial number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700344 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700345 </Property>
346 <Property Name="PartNumber" Type="Edm.String">
347 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
348 <Annotation Term="OData.Description" String="The part number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700349 <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-defined part number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700350 </Property>
351 <Property Name="UUID" Type="Resource.UUID">
352 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700353 <Annotation Term="OData.Description" String="The UUID for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500354 <Annotation Term="OData.LongDescription" String="This property shall contain the universal unique identifier number for this system. RFC4122 describes methods to create this value. The value should be considered to be opaque. Client software should only treat the overall value as a UUID and should not interpret any sub-fields within the UUID. If the system supports SMBIOS, the property value should follow the SMBIOS 2.6 and later recommendation for converting the SMBIOS 16-byte UUID structure into the Redfish canonical `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` string format, so that the property value matches the byte order presented by current OS APIs, such as WMI and dmidecode."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700355 </Property>
356 <Property Name="HostName" Type="Edm.String">
357 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700358 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
359 <Annotation Term="OData.LongDescription" String="This property shall contain the host name for this system, as reported by the operating system or hypervisor. A service running in the host operating system typically reports this value to the manager."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700360 </Property>
361 <Property Name="IndicatorLED" Type="ComputerSystem.v1_0_0.IndicatorLED">
362 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700363 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the system."/>
364 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator light, which identifies this system."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500365 <Annotation Term="Redfish.Revisions">
366 <Collection>
367 <Record>
368 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
369 <PropertyValue Property="Version" String="v1_13_0"/>
370 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
371 </Record>
372 </Collection>
373 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700374 </Property>
375 <Property Name="PowerState" Type="ComputerSystem.v1_0_0.PowerState">
376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700377 <Annotation Term="OData.Description" String="The current power state of the system."/>
378 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700379 </Property>
380 <Property Name="Boot" Type="ComputerSystem.v1_0_0.Boot" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Annotation Term="OData.Description" String="The boot settings for this system."/>
382 <Annotation Term="OData.LongDescription" String="This property shall contain the boot settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700383 </Property>
384 <Property Name="BiosVersion" Type="Edm.String">
385 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
386 <Annotation Term="OData.Description" String="The version of the system BIOS or primary system firmware."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500387 <Annotation Term="OData.LongDescription" String="This property shall contain the version string of the currently installed and running BIOS for x86 systems. For other systems, the property may contain a version string that represents the primary system firmware."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700388 </Property>
389 <Property Name="ProcessorSummary" Type="ComputerSystem.v1_0_0.ProcessorSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700390 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500391 <Annotation Term="OData.LongDescription" String="This property shall describe the central processors for this resource. Processors described by this property shall be limited to the processors that execute system code, and shall not include processors used for offload functionality."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700392 </Property>
393 <Property Name="MemorySummary" Type="ComputerSystem.v1_0_0.MemorySummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700394 <Annotation Term="OData.Description" String="The central memory of the system in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500395 <Annotation Term="OData.LongDescription" String="This property shall describe the central memory for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 </Property>
397 <Property Name="Actions" Type="ComputerSystem.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500398 <Annotation Term="OData.Description" String="The available actions for this resource."/>
399 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 </Property>
401 <NavigationProperty Name="Processors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
402 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700403 <Annotation Term="OData.Description" String="The link to the collection of processors associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500404 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type ProcessorCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 <Annotation Term="OData.AutoExpandReferences"/>
406 </NavigationProperty>
407 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
408 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700409 <Annotation Term="OData.Description" String="The link to the collection of Ethernet interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500410 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type EthernetInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 <Annotation Term="OData.AutoExpandReferences"/>
412 </NavigationProperty>
413 <NavigationProperty Name="SimpleStorage" Type="SimpleStorageCollection.SimpleStorageCollection" ContainsTarget="true" Nullable="false">
414 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700415 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500416 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SimpleStorageCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700417 <Annotation Term="OData.AutoExpandReferences"/>
418 </NavigationProperty>
419 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
420 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500421 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this system."/>
422 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type LogServiceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700423 <Annotation Term="OData.AutoExpandReferences"/>
424 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800425 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500426 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
427 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800428 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700429 </EntityType>
430
431 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500432 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
433 <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700434 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
435 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Annotation Term="OData.Description" String="An array of links to the chassis that contains this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500437 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Chassis that represent the physical containers associated with this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 <Annotation Term="OData.AutoExpandReferences"/>
439 </NavigationProperty>
440 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <Annotation Term="OData.Description" String="An array of links to the managers responsible for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500443 <Annotation Term="OData.LongDescription" String="This property shall contain an array of link to resources of type Manager that represent the resources with management responsibility for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700444 <Annotation Term="OData.AutoExpandReferences"/>
445 </NavigationProperty>
446 <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
447 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500448 <Annotation Term="OData.Description" String="An array of links to resources or objects that power this computer system. Normally, the link is for either a chassis or a specific set of power supplies."/>
449 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that power this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700450 <Annotation Term="OData.AutoExpandReferences"/>
451 </NavigationProperty>
452 <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
453 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500454 <Annotation Term="OData.Description" String="An array of links to resources or objects that that cool this computer system. Normally, the link is for either a chassis or a specific set of fans."/>
455 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources or objects that cool this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700456 <Annotation Term="OData.AutoExpandReferences"/>
457 </NavigationProperty>
458 </ComplexType>
459
460 <ComplexType Name="Actions">
461 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <Annotation Term="OData.Description" String="The available actions for this resource."/>
463 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800464 <Property Name="Oem" Type="ComputerSystem.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500465 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
466 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800467 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700468 </ComplexType>
469
470 <ComplexType Name="OemActions">
471 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500472 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
473 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700474 </ComplexType>
475
476 <EnumType Name="SystemType">
477 <Member Name="Physical">
478 <Annotation Term="OData.Description" String="A computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700479 <Annotation Term="OData.LongDescription" String="A SystemType of Physical typically represents the hardware aspects of a system, such as a management controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700480 </Member>
481 <Member Name="Virtual">
482 <Annotation Term="OData.Description" String="A virtual machine instance running on this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.LongDescription" String="A SystemType of Virtual typically represents a system that is actually a virtual machine instance."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700484 </Member>
485 <Member Name="OS">
486 <Annotation Term="OData.Description" String="An operating system instance."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700487 <Annotation Term="OData.LongDescription" String="A SystemType of OS typically represents an OS or hypervisor view of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700488 </Member>
489 <Member Name="PhysicallyPartitioned">
490 <Annotation Term="OData.Description" String="A hardware-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600491 <Annotation Term="OData.LongDescription" String="A SystemType of PhysicallyPartitioned typically represents a single system constructed from one or more physical systems through a firmware or hardware-based service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700492 </Member>
493 <Member Name="VirtuallyPartitioned">
494 <Annotation Term="OData.Description" String="A virtual or software-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600495 <Annotation Term="OData.LongDescription" String="A SystemType of VirtuallyPartitioned typically represents a single system constructed from one or more virtual systems through a software-based service."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700496 </Member>
497 <Member Name="Composed">
Gunnar Millsa778c022020-05-12 12:20:36 -0500498 <Annotation Term="OData.Description" String="A computer system constructed by binding resource blocks together."/>
499 <Annotation Term="OData.LongDescription" String="A SystemType of Composed typically represents a single system constructed from disaggregated resources through the Redfish composition service."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600500 <Annotation Term="Redfish.Revisions">
501 <Collection>
502 <Record>
503 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
504 <PropertyValue Property="Version" String="v1_4_0"/>
505 </Record>
506 </Collection>
507 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700508 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500509 <Member Name="DPU">
510 <Annotation Term="OData.Description" String="A computer system that performs the functions of a data processing unit, such as a SmartNIC."/>
511 <Annotation Term="OData.LongDescription" String="A SystemType of DPU typically represents a single system that performs offload computation as a data processing unit, such as a SmartNIC."/>
512 <Annotation Term="Redfish.Revisions">
513 <Collection>
514 <Record>
515 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
516 <PropertyValue Property="Version" String="v1_16_0"/>
517 </Record>
518 </Collection>
519 </Annotation>
520 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </EnumType>
522
Jason M. Billsea4aa752018-06-05 13:29:11 -0700523 <EnumType Name="IndicatorLED">
524 <Member Name="Unknown">
Ed Tanouscb103132019-10-08 11:34:22 -0700525 <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500526 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in an unknown state. The service shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600527 <Annotation Term="Redfish.Revisions">
528 <Collection>
529 <Record>
530 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
531 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700532 <PropertyValue Property="Description" String="This value has been deprecated in favor of returning null if the state is unknown."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600533 </Record>
534 </Collection>
535 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700536 </Member>
537 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
539 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid on state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700540 </Member>
541 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700542 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
543 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a blinking state where the LED is being turned on and off in repetition. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700544 </Member>
545 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700546 <Annotation Term="OData.Description" String="The indicator LED is off."/>
547 <Annotation Term="OData.LongDescription" String="This value shall represent that the indicator LED is in a solid off state. If the service does not support this value, it shall reject PATCH or PUT requests containing this value by returning the HTTP 400 (Bad Request) status code."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700548 </Member>
549 </EnumType>
550
551 <EnumType Name="PowerState">
552 <Member Name="On">
553 <Annotation Term="OData.Description" String="The system is powered on."/>
554 </Member>
555 <Member Name="Off">
Gunnar Mills844b4152020-06-22 12:44:09 -0500556 <Annotation Term="OData.Description" String="The system is powered off, although some components might continue to have AUX power such as management controller."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700557 </Member>
558 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <Annotation Term="OData.Description" String="A temporary state between off and on. This temporary state can be very short."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700560 </Member>
561 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700562 <Annotation Term="OData.Description" String="A temporary state between on and off. The power off action can take time while the OS is in the shutdown process."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700563 </Member>
564 </EnumType>
565
566 <ComplexType Name="Boot">
567 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500568 <Annotation Term="OData.Description" String="The boot information for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700569 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe boot information for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700570 <Property Name="BootSourceOverrideTarget" Type="ComputerSystem.BootSource">
571 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Annotation Term="OData.Description" String="The current boot source to use at the next boot instead of the normal boot device, if BootSourceOverrideEnabled is `true`."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500573 <Annotation Term="OData.LongDescription" String="This property shall contain the source to boot the system from, overriding the normal boot order. The @Redfish.AllowableValues annotation specifies the valid values for this property. `UefiTarget` indicates to boot from the UEFI device path found in UefiTargetBootSourceOverride. `UefiBootNext` indicates to boot from the UEFI BootOptionReference found in BootNext. Virtual devices for a target should take precedence over a physical device. Systems may attempt to boot from multiple devices that share a target identifier. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700574 </Property>
575 <Property Name="BootSourceOverrideEnabled" Type="ComputerSystem.v1_0_0.BootSourceOverrideEnabled">
576 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700577 <Annotation Term="OData.Description" String="The state of the boot source override feature."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500578 <Annotation Term="OData.LongDescription" String="This property shall contain `Once` for a one-time boot override, and `Continuous` for a remain-active-until-cancelled override. If set to `Once`, the value is reset to `Disabled` after the BootSourceOverrideTarget actions have completed successfully. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700579 </Property>
580 <Property Name="UefiTargetBootSourceOverride" Type="Edm.String">
581 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700582 <Annotation Term="OData.Description" String="The UEFI device path of the device from which to boot when BootSourceOverrideTarget is `UefiTarget`."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500583 <Annotation Term="OData.LongDescription" String="This property shall contain the UEFI device path of the override boot target. Changes to this property do not alter the BIOS persistent boot order configuration."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 </Property>
585 </ComplexType>
586
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 <EnumType Name="BootSourceOverrideEnabled">
588 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700589 <Annotation Term="OData.Description" String="The system boots normally."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700590 </Member>
591 <Member Name="Once">
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <Annotation Term="OData.Description" String="On its next boot cycle, the system boots one time to the boot source override target. Then, the BootSourceOverrideEnabled value is reset to `Disabled`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700593 </Member>
594 <Member Name="Continuous">
Ed Tanouscb103132019-10-08 11:34:22 -0700595 <Annotation Term="OData.Description" String="The system boots to the target specified in the BootSourceOverrideTarget property until this property is `Disabled`."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700596 </Member>
597 </EnumType>
598
599 <ComplexType Name="ProcessorSummary">
600 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700601 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500602 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the central processors for a system. Processors described by this type shall be limited to the processors that execute system code, and shall not include processors used for offload functionality."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 <Property Name="Count" Type="Edm.Int64">
604 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
605 <Annotation Term="OData.Description" String="The number of physical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600606 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of physical central processors in the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700607 <Annotation Term="Validation.Minimum" Int="0"/>
608 </Property>
609 <Property Name="Model" Type="Edm.String">
610 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
611 <Annotation Term="OData.Description" String="The processor model for the primary or majority of processors in this system."/>
612 <Annotation Term="OData.LongDescription" String="This property shall contain the processor model for the central processors in the system, per the description in the Processor Information - Processor Family section of the SMBIOS Specification DSP0134 2.8 or later."/>
613 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800614 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500615 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
616 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500617 <Annotation Term="Redfish.Revisions">
618 <Collection>
619 <Record>
620 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
621 <PropertyValue Property="Version" String="v1_16_0"/>
622 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
623 </Record>
624 </Collection>
625 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800626 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700627 </ComplexType>
628
629 <ComplexType Name="MemorySummary">
630 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Annotation Term="OData.Description" String="The memory of the system in general detail."/>
632 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the central memory for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700633 <Property Name="TotalSystemMemoryGiB" Type="Edm.Decimal">
634 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
635 <Annotation Term="OData.Description" String="The total configured operating system-accessible memory (RAM), measured in GiB."/>
636 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes."/>
637 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800638 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700639 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800640 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500641 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
642 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500643 <Annotation Term="Redfish.Revisions">
644 <Collection>
645 <Record>
646 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
647 <PropertyValue Property="Version" String="v1_16_0"/>
648 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
649 </Record>
650 </Collection>
651 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800652 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700653 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700654 </Schema>
655
656 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_1">
657 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
658 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
659 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_0.ComputerSystem"/>
660 </Schema>
661
662 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_2">
663 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
664 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
665 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_1.ComputerSystem"/>
666 </Schema>
667
668 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_3">
669 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
670 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
671 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem"/>
672 </Schema>
673
674 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_4">
675 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
676 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
677 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_3.ComputerSystem"/>
678 </Schema>
679
680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_5">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700682 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700683 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_4.ComputerSystem"/>
684 </Schema>
685
686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_6">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
689 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_5.ComputerSystem"/>
690 </Schema>
691
692 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_7">
693 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700694 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700695 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_6.ComputerSystem"/>
696 </Schema>
697
Ed Tanous530520e2019-01-02 13:41:37 -0800698 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_8">
699 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500700 <Annotation Term="OData.Description" String="This version was created to add units annotations to MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800701 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_7.ComputerSystem"/>
702 </Schema>
703
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_9">
705 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500706 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600707 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_8.ComputerSystem"/>
708 </Schema>
709
Ed Tanouscb103132019-10-08 11:34:22 -0700710 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_10">
711 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
713 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_9.ComputerSystem"/>
714 </Schema>
715
716 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_11">
717 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
718 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
719 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_10.ComputerSystem"/>
720 </Schema>
721
Gunnar Mills09b9d452020-02-11 13:27:39 -0600722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_12">
723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
724 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
725 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_11.ComputerSystem"/>
726 </Schema>
727
Gunnar Millsa778c022020-05-12 12:20:36 -0500728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_13">
729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
731 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_12.ComputerSystem"/>
732 </Schema>
733
Gunnar Mills844b4152020-06-22 12:44:09 -0500734 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_14">
735 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
736 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
737 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_13.ComputerSystem"/>
738 </Schema>
739
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500740 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_15">
741 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600742 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500743 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_14.ComputerSystem"/>
744 </Schema>
745
Gunnar Mills262d7d42021-01-20 16:28:41 -0600746 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_16">
747 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
748 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
749 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_15.ComputerSystem"/>
750 </Schema>
751
Gunnar Mills10f270b2021-05-19 15:34:06 -0500752 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_17">
753 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
754 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
755 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_16.ComputerSystem"/>
756 </Schema>
757
Jason M. Billsea4aa752018-06-05 13:29:11 -0700758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_0">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600760 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700761
762 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem">
763 <Property Name="TrustedModules" Type="Collection(ComputerSystem.v1_1_0.TrustedModules)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700764 <Annotation Term="OData.Description" String="An array of trusted modules in the system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500765 <Annotation Term="OData.LongDescription" String="This object shall contain an array of objects with properties that describe the trusted modules for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700766 </Property>
767 <NavigationProperty Name="SecureBoot" Type="SecureBoot.SecureBoot" ContainsTarget="true" Nullable="false">
768 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700769 <Annotation Term="OData.Description" String="The link to the UEFI Secure Boot associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500770 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type SecureBoot."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700771 <Annotation Term="OData.AutoExpandReferences"/>
772 </NavigationProperty>
773 <NavigationProperty Name="Bios" Type="Bios.Bios" ContainsTarget="true" Nullable="false">
774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700775 <Annotation Term="OData.Description" String="The link to the BIOS settings associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500776 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Bios that lists the BIOS settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700777 <Annotation Term="OData.AutoExpandReferences"/>
778 </NavigationProperty>
779 <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
780 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700781 <Annotation Term="OData.Description" String="The link to the collection of memory associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500782 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700783 <Annotation Term="OData.AutoExpandReferences"/>
784 </NavigationProperty>
785 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" ContainsTarget="true" Nullable="false">
786 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700787 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500788 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type StorageCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700789 <Annotation Term="OData.AutoExpandReferences"/>
790 </NavigationProperty>
791 </EntityType>
792
793 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_0_0.MemorySummary">
794 <Property Name="MemoryMirroring" Type="ComputerSystem.v1_1_0.MemoryMirroring">
795 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700796 <Annotation Term="OData.Description" String="The ability and type of memory mirroring that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500797 <Annotation Term="OData.LongDescription" String="This property shall contain the ability and type of memory mirroring that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700798 </Property>
799 </ComplexType>
800
801 <EnumType Name="MemoryMirroring">
802 <Member Name="System">
Ed Tanouscb103132019-10-08 11:34:22 -0700803 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the system level. Individual DIMMs are not paired for mirroring in this mode."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 </Member>
805 <Member Name="DIMM">
806 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored."/>
807 </Member>
808 <Member Name="Hybrid">
809 <Annotation Term="OData.Description" String="The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored."/>
810 </Member>
811 <Member Name="None">
812 <Annotation Term="OData.Description" String="The system does not support DIMM mirroring."/>
813 </Member>
814 </EnumType>
815
816 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_0_0.Boot">
817 <Property Name="BootSourceOverrideMode" Type="ComputerSystem.v1_1_0.BootSourceOverrideMode">
818 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700819 <Annotation Term="OData.Description" String="The BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
820 <Annotation Term="OData.LongDescription" String="This property shall contain the BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700821 </Property>
822 </ComplexType>
823
824 <EnumType Name="BootSourceOverrideMode">
825 <Member Name="Legacy">
Ed Tanouscb103132019-10-08 11:34:22 -0700826 <Annotation Term="OData.Description" String="The system boots in non-UEFI boot mode to the boot source override target."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700827 </Member>
828 <Member Name="UEFI">
Ed Tanouscb103132019-10-08 11:34:22 -0700829 <Annotation Term="OData.Description" String="The system boots in UEFI boot mode to the boot source override target."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700830 </Member>
831 </EnumType>
832
833 <ComplexType Name="TrustedModules">
834 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700835 <Annotation Term="OData.Description" String="The Trusted Module installed in the system."/>
836 <Annotation Term="OData.LongDescription" String="This type shall describe a Trusted Module for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700837 <Property Name="FirmwareVersion" Type="Edm.String">
838 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
839 <Annotation Term="OData.Description" String="The firmware version of this Trusted Module."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600840 <Annotation Term="OData.LongDescription" String="This property shall contain the firmware version as defined by the manufacturer for the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700841 </Property>
842 <Property Name="InterfaceType" Type="ComputerSystem.v1_1_0.InterfaceType">
843 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700844 <Annotation Term="OData.Description" String="The interface type of the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700845 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type of the installed Trusted Module."/>
846 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800847 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500848 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
849 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800850 </Property>
851 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700852 <Annotation Term="OData.Description" String="The OEM extension property."/>
853 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800854 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700855 </ComplexType>
856
857 <EnumType Name="InterfaceType">
858 <Member Name="TPM1_2">
859 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 1.2."/>
860 </Member>
861 <Member Name="TPM2_0">
862 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 2.0."/>
863 </Member>
864 <Member Name="TCM1_0">
865 <Annotation Term="OData.Description" String="Trusted Cryptography Module (TCM) 1.0."/>
866 </Member>
867 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700868 </Schema>
869
870 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_1">
871 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
872 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
873 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_0.ComputerSystem"/>
874 </Schema>
875
876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_2">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
879 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem"/>
880 </Schema>
881
882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_3">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700884 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700885 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_2.ComputerSystem"/>
886 </Schema>
887
888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_4">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
891 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_3.ComputerSystem"/>
892 </Schema>
893
894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_5">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700896 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700897 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_4.ComputerSystem"/>
898 </Schema>
899
Ed Tanous530520e2019-01-02 13:41:37 -0800900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_6">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500902 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800903 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_5.ComputerSystem"/>
904 </Schema>
905
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_7">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500908 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600909 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_6.ComputerSystem"/>
910 </Schema>
911
Ed Tanouscb103132019-10-08 11:34:22 -0700912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_8">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
915 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_7.ComputerSystem"/>
916 </Schema>
917
918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_9">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
921 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_8.ComputerSystem"/>
922 </Schema>
923
Gunnar Mills09b9d452020-02-11 13:27:39 -0600924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_10">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
927 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_9.ComputerSystem"/>
928 </Schema>
929
Gunnar Millsa778c022020-05-12 12:20:36 -0500930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_11">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
933 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_10.ComputerSystem"/>
934 </Schema>
935
Gunnar Mills844b4152020-06-22 12:44:09 -0500936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_12">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
939 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_11.ComputerSystem"/>
940 </Schema>
941
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_13">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600944 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500945 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_12.ComputerSystem"/>
946 </Schema>
947
Gunnar Mills262d7d42021-01-20 16:28:41 -0600948 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_14">
949 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
951 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_13.ComputerSystem"/>
952 </Schema>
953
Gunnar Mills10f270b2021-05-19 15:34:06 -0500954 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_15">
955 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology and clarify the behavior of the BootSourceOverrideTarget property."/>
957 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_14.ComputerSystem"/>
958 </Schema>
959
Jason M. Billsea4aa752018-06-05 13:29:11 -0700960 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_0">
961 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600962 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700963
964 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem">
965 <Property Name="HostingRoles" Type="Collection(ComputerSystem.v1_2_0.HostingRole)" Nullable="false">
966 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700967 <Annotation Term="OData.Description" String="The hosting roles that this computer system supports."/>
968 <Annotation Term="OData.LongDescription" String="This property shall contain the hosting roles that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700969 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700970 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700971 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700972 <Annotation Term="OData.Description" String="The link to a collection of PCIe devices that this computer system uses."/>
973 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the PCIeDevice type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700974 <Annotation Term="OData.AutoExpandReferences"/>
975 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700976 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700977 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700978 <Annotation Term="OData.Description" String="The link to a collection of PCIe functions that this computer system uses."/>
979 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links of the PCIeFunction type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700980 <Annotation Term="OData.AutoExpandReferences"/>
981 </NavigationProperty>
982 <Property Name="HostedServices" Type="ComputerSystem.v1_2_0.HostedServices" Nullable="false">
983 <Annotation Term="OData.Description" String="The services that this computer system supports."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700984 <Annotation Term="OData.LongDescription" String="This property shall describe services that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700985 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700986 <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700987 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700988 <Annotation Term="OData.Description" String="The link to the collection of memory domains associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500989 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type MemoryDomainCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700990 <Annotation Term="OData.AutoExpandReferences"/>
991 </NavigationProperty>
992 </EntityType>
993
994 <ComplexType Name="HostedServices">
995 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500996 <Annotation Term="OData.Description" String="The services that might be running or installed on the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700997 <Annotation Term="OData.LongDescription" String="This type shall describe services that a computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700998 <NavigationProperty Name="StorageServices" Type="HostedStorageServices.HostedStorageServices" ContainsTarget="true" Nullable="false">
999 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001000 <Annotation Term="OData.Description" String="The link to a collection of storage services that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001001 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type HostedStorageServices."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001002 <Annotation Term="OData.AutoExpandReferences"/>
1003 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -08001004 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001005 <Annotation Term="OData.Description" String="The OEM extension property."/>
1006 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001007 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001008 </ComplexType>
1009
1010 <EnumType Name="HostingRole">
Ed Tanouscb103132019-10-08 11:34:22 -07001011 <Annotation Term="OData.Description" String="The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports."/>
1012 <Member Name="ApplicationServer">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001013 <Annotation Term="OData.Description" String="The system hosts functionality that supports general purpose applications."/>
1014 </Member>
1015 <Member Name="StorageServer">
1016 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a storage server."/>
1017 </Member>
1018 <Member Name="Switch">
1019 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a switch."/>
1020 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001021 <Member Name="Appliance">
1022 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as an appliance."/>
1023 <Annotation Term="Redfish.Revisions">
1024 <Collection>
1025 <Record>
1026 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1027 <PropertyValue Property="Version" String="v1_10_0"/>
1028 </Record>
1029 </Collection>
1030 </Annotation>
1031 </Member>
1032 <Member Name="BareMetalServer">
1033 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a bare metal server."/>
1034 <Annotation Term="Redfish.Revisions">
1035 <Collection>
1036 <Record>
1037 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1038 <PropertyValue Property="Version" String="v1_10_0"/>
1039 </Record>
1040 </Collection>
1041 </Annotation>
1042 </Member>
1043 <Member Name="VirtualMachineServer">
1044 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a virtual machine server."/>
1045 <Annotation Term="Redfish.Revisions">
1046 <Collection>
1047 <Record>
1048 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1049 <PropertyValue Property="Version" String="v1_10_0"/>
1050 </Record>
1051 </Collection>
1052 </Annotation>
1053 </Member>
1054 <Member Name="ContainerServer">
1055 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a container server."/>
1056 <Annotation Term="Redfish.Revisions">
1057 <Collection>
1058 <Record>
1059 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1060 <PropertyValue Property="Version" String="v1_10_0"/>
1061 </Record>
1062 </Collection>
1063 </Annotation>
1064 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001065 </EnumType>
1066
1067 <ComplexType Name="Links" BaseType="ComputerSystem.v1_0_0.Links">
1068 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1069 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001070 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001071 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type Endpoint with which this system is associated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001072 <Annotation Term="OData.AutoExpandReferences"/>
1073 </NavigationProperty>
1074 </ComplexType>
1075 </Schema>
1076
1077 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_1">
1078 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1079 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1080 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_0.ComputerSystem"/>
1081 </Schema>
1082
1083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_2">
1084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001085 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001086 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem"/>
1087 </Schema>
1088
1089 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_3">
1090 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1091 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1092 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_2.ComputerSystem"/>
1093 </Schema>
1094
1095 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_4">
1096 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001097 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001098 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_3.ComputerSystem"/>
1099 </Schema>
1100
Ed Tanous530520e2019-01-02 13:41:37 -08001101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_5">
1102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001103 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001104 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_4.ComputerSystem"/>
1105 </Schema>
1106
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_6">
1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001109 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001110 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_5.ComputerSystem"/>
1111 </Schema>
1112
Ed Tanouscb103132019-10-08 11:34:22 -07001113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_7">
1114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1115 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1116 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_6.ComputerSystem"/>
1117 </Schema>
1118
1119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_8">
1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1121 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1122 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_7.ComputerSystem"/>
1123 </Schema>
1124
Gunnar Mills09b9d452020-02-11 13:27:39 -06001125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_9">
1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1127 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1128 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_8.ComputerSystem"/>
1129 </Schema>
1130
Gunnar Millsa778c022020-05-12 12:20:36 -05001131 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_10">
1132 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1133 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1134 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_9.ComputerSystem"/>
1135 </Schema>
1136
Gunnar Mills844b4152020-06-22 12:44:09 -05001137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_11">
1138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1139 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1140 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_10.ComputerSystem"/>
1141 </Schema>
1142
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001143 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_12">
1144 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001145 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001146 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_11.ComputerSystem"/>
1147 </Schema>
1148
Gunnar Mills262d7d42021-01-20 16:28:41 -06001149 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_13">
1150 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1151 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1152 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_12.ComputerSystem"/>
1153 </Schema>
1154
Gunnar Mills10f270b2021-05-19 15:34:06 -05001155 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_14">
1156 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1157 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1158 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_13.ComputerSystem"/>
1159 </Schema>
1160
Jason M. Billsea4aa752018-06-05 13:29:11 -07001161 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_0">
1162 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001163 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001164
Jason M. Billsea4aa752018-06-05 13:29:11 -07001165 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem">
1166 <NavigationProperty Name="NetworkInterfaces" Type="NetworkInterfaceCollection.NetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
1167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001168 <Annotation Term="OData.Description" String="The link to the collection of Network Interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001169 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type NetworkInterfaceCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001170 <Annotation Term="OData.AutoExpandReferences"/>
1171 </NavigationProperty>
1172 </EntityType>
1173
1174 <ComplexType Name="TrustedModules" BaseType="ComputerSystem.v1_1_0.TrustedModules">
1175 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1176 <Property Name="FirmwareVersion2" Type="Edm.String">
1177 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001178 <Annotation Term="OData.Description" String="The second firmware version of this Trusted Module, if applicable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001179 <Annotation Term="OData.LongDescription" String="This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module."/>
1180 </Property>
1181 <Property Name="InterfaceTypeSelection" Type="ComputerSystem.v1_3_0.InterfaceTypeSelection">
1182 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001183 <Annotation Term="OData.Description" String="The interface type selection supported by this Trusted Module."/>
1184 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type Selection method (for example to switch between TPM1_2 and TPM2_0) that is supported by this TrustedModule."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001185 </Property>
1186 </ComplexType>
1187
1188 <EnumType Name="InterfaceTypeSelection">
1189 <Annotation Term="OData.Description" String="The enumerations of InterfaceTypeSelection specify the method for switching the TrustedModule InterfaceType, for instance between TPM1_2 and TPM2_0, if supported."/>
1190 <Member Name="None">
1191 <Annotation Term="OData.Description" String="The TrustedModule does not support switching the InterfaceType."/>
1192 </Member>
1193 <Member Name="FirmwareUpdate">
Ed Tanouscb103132019-10-08 11:34:22 -07001194 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through a firmware update."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001195 </Member>
1196 <Member Name="BiosSetting">
Ed Tanouscb103132019-10-08 11:34:22 -07001197 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through platform software, such as a BIOS configuration attribute."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001198 </Member>
1199 <Member Name="OemMethod">
Ed Tanouscb103132019-10-08 11:34:22 -07001200 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001201 </Member>
1202 </EnumType>
1203 </Schema>
1204
1205 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_1">
1206 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001207 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated and to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001208 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_0.ComputerSystem"/>
1209 </Schema>
1210
1211 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_2">
1212 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1213 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1214 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1215 </Schema>
1216
1217 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_3">
1218 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001219 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001220 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_2.ComputerSystem"/>
1221 </Schema>
1222
Ed Tanous530520e2019-01-02 13:41:37 -08001223 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_4">
1224 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001225 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001226 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_3.ComputerSystem"/>
1227 </Schema>
1228
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001229 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_5">
1230 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001231 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001232 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_4.ComputerSystem"/>
1233 </Schema>
1234
Ed Tanouscb103132019-10-08 11:34:22 -07001235 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_6">
1236 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1237 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1238 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_5.ComputerSystem"/>
1239 </Schema>
1240
1241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_7">
1242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1243 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1244 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_6.ComputerSystem"/>
1245 </Schema>
1246
Gunnar Mills09b9d452020-02-11 13:27:39 -06001247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_8">
1248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1249 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1250 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_7.ComputerSystem"/>
1251 </Schema>
1252
Gunnar Millsa778c022020-05-12 12:20:36 -05001253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_9">
1254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1255 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1256 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_8.ComputerSystem"/>
1257 </Schema>
1258
Gunnar Mills844b4152020-06-22 12:44:09 -05001259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_10">
1260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1261 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1262 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_9.ComputerSystem"/>
1263 </Schema>
1264
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_11">
1266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001267 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001268 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_10.ComputerSystem"/>
1269 </Schema>
1270
Gunnar Mills262d7d42021-01-20 16:28:41 -06001271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_12">
1272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1273 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1274 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_11.ComputerSystem"/>
1275 </Schema>
1276
Gunnar Mills10f270b2021-05-19 15:34:06 -05001277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_13">
1278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1279 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1280 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_12.ComputerSystem"/>
1281 </Schema>
1282
Jason M. Billsea4aa752018-06-05 13:29:11 -07001283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_0">
1284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001285 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001286
Jason M. Billsea4aa752018-06-05 13:29:11 -07001287 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1288
1289 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_1_0.MemorySummary">
1290 <Property Name="TotalSystemPersistentMemoryGiB" Type="Edm.Decimal">
1291 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1292 <Annotation Term="OData.Description" String="The total configured, system-accessible persistent memory, measured in GiB."/>
1293 <Annotation Term="OData.LongDescription" String="This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes."/>
1294 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001295 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001296 </Property>
1297 </ComplexType>
1298
1299 <ComplexType Name="Links" BaseType="ComputerSystem.v1_2_0.Links">
1300 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1301 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001302 <Annotation Term="OData.Description" String="An array of links to the resource blocks that are used in this computer system."/>
1303 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type ResourceBlock that show the resource blocks that are used in this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001304 <Annotation Term="OData.AutoExpandReferences"/>
1305 </NavigationProperty>
1306 </ComplexType>
1307 </Schema>
1308
1309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_1">
1310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1311 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1312 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_0.ComputerSystem"/>
1313 </Schema>
1314
1315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_2">
1316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001317 <Annotation Term="OData.Description" String="This version was created to add non-normative long descriptions to the EnumType SystemType, and to fix the description of ProcessorSummary Count and Model. It was also created to correct the short and long descriptions in the defined actions."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001318 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_1.ComputerSystem"/>
1319 </Schema>
1320
Ed Tanous530520e2019-01-02 13:41:37 -08001321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_3">
1322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001323 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001324 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem"/>
1325 </Schema>
1326
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_4">
1328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001329 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001330 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_3.ComputerSystem"/>
1331 </Schema>
1332
Ed Tanouscb103132019-10-08 11:34:22 -07001333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_5">
1334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1335 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1336 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_4.ComputerSystem"/>
1337 </Schema>
1338
1339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_6">
1340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1341 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1342 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_5.ComputerSystem"/>
1343 </Schema>
1344
Gunnar Mills09b9d452020-02-11 13:27:39 -06001345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_7">
1346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1347 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1348 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_6.ComputerSystem"/>
1349 </Schema>
1350
Gunnar Millsa778c022020-05-12 12:20:36 -05001351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_8">
1352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1353 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1354 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_7.ComputerSystem"/>
1355 </Schema>
1356
Gunnar Mills844b4152020-06-22 12:44:09 -05001357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_9">
1358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1359 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1360 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_8.ComputerSystem"/>
1361 </Schema>
1362
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_10">
1364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001365 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001366 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_9.ComputerSystem"/>
1367 </Schema>
1368
Gunnar Mills262d7d42021-01-20 16:28:41 -06001369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_11">
1370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1371 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1372 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_10.ComputerSystem"/>
1373 </Schema>
1374
Gunnar Mills10f270b2021-05-19 15:34:06 -05001375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_12">
1376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1377 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1378 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_11.ComputerSystem"/>
1379 </Schema>
1380
Jason M. Billsea4aa752018-06-05 13:29:11 -07001381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_0">
1382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001383 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001384
Jason M. Billsea4aa752018-06-05 13:29:11 -07001385 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem">
1386 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
1387 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001388 <Annotation Term="OData.Description" String="The link to a collection of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system."/>
1389 <Annotation Term="OData.LongDescription" String="This property shall contain a set of redundancy entities. Each entity specifies a kind and level of redundancy and a collection, or redundancy set, of other computer systems that provide the specified redundancy to this computer system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001390 <Annotation Term="OData.AutoExpand"/>
1391 </NavigationProperty>
1392 <Property Name="HostWatchdogTimer" Type="ComputerSystem.v1_5_0.WatchdogTimer" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001393 <Annotation Term="OData.Description" String="The host watchdog timer functionality for this system."/>
1394 <Annotation Term="OData.LongDescription" String="This object shall contain properties that describe the host watchdog timer functionality for this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001395 </Property>
1396 <Property Name="SubModel" Type="Edm.String">
1397 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1398 <Annotation Term="OData.Description" String="The sub-model for this system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001399 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the sub-model (or configuration) of the system. This shall not include the model/product name or the manufacturer name."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001400 </Property>
1401 </EntityType>
1402
1403 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_1_0.Boot">
1404 <NavigationProperty Name="BootOptions" Type="BootOptionCollection.BootOptionCollection" ContainsTarget="true" Nullable="false">
1405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001406 <Annotation Term="OData.Description" String="The link to the collection of the UEFI boot options associated with this computer system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001407 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type BootOptionCollection."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001408 <Annotation Term="OData.AutoExpandReferences"/>
1409 </NavigationProperty>
1410 <Property Name="BootNext" Type="Edm.String">
1411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001412 <Annotation Term="OData.Description" String="The BootOptionReference of the Boot Option to perform a one-time boot from when BootSourceOverrideTarget is `UefiBootNext`."/>
Gunnar Mills844b4152020-06-22 12:44:09 -05001413 <Annotation Term="OData.LongDescription" String="This property shall contain the BootOptionReference of the UEFI boot option for one time boot, as defined by the UEFI Specification. The valid values for this property are specified in the values of the BootOrder array. BootSourceOverrideEnabled set to `Continuous` is not supported for BootSourceOverrideTarget set to `UefiBootNext` because this setting is defined in UEFI as a one-time boot setting."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001414 </Property>
1415 <Property Name="BootOrder" Type="Collection(Edm.String)">
1416 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills60c922d2021-12-01 09:28:53 -06001417 <Annotation Term="OData.Description" String="An array of BootOptionReference strings that represent the persistent boot order for with this computer system. Changes to the boot order typically require a system reset before they take effect. It is likely that a client finds the `@Redfish.Settings` term in this resource, and if it is found, the client makes requests to change boot order settings by modifying the resource identified by the `@Redfish.Settings` term."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001418 <Annotation Term="OData.LongDescription" String="This property shall contain an array of BootOptionReference strings that represent the persistent boot order for this computer system. For UEFI systems, this is the UEFI Specification-defined UEFI BootOrder."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001419 </Property>
1420 </ComplexType>
1421
1422 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_0_0.ProcessorSummary">
1423 <Property Name="LogicalProcessorCount" Type="Edm.Int64">
1424 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1425 <Annotation Term="OData.Description" String="The number of logical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001426 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of logical central processors in the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001427 <Annotation Term="Validation.Minimum" Int="0"/>
1428 </Property>
1429 </ComplexType>
1430
1431 <ComplexType Name="Links" BaseType="ComputerSystem.v1_4_0.Links">
1432 <NavigationProperty Name="ConsumingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1433 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001434 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
1435 <Annotation Term="OData.LongDescription" String="The value shall be an array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001436 <Annotation Term="OData.AutoExpandReferences"/>
1437 </NavigationProperty>
1438 <NavigationProperty Name="SupplyingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1439 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001440 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
1441 <Annotation Term="OData.LongDescription" String="The value shall be an array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001442 <Annotation Term="OData.AutoExpandReferences"/>
1443 </NavigationProperty>
1444 </ComplexType>
1445
1446 <ComplexType Name="WatchdogTimer">
1447 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001448 <Annotation Term="OData.Description" String="This type describes the host watchdog timer functionality for this system."/>
1449 <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the host watchdog timer functionality for this ComputerSystem."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001450 <Property Name="FunctionEnabled" Type="Edm.Boolean">
1451 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001452 <Annotation Term="OData.Description" String="An indication of whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer."/>
1453 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a user has enabled the host watchdog timer functionality. This property indicates only that a user has enabled the timer. To activate the timer, installation of additional host-based software is necessary; an update to this property does not initiate the timer."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001454 <Annotation Term="Redfish.Required"/>
1455 </Property>
1456 <Property Name="WarningAction" Type="ComputerSystem.v1_5_0.WatchdogWarningActions">
1457 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001458 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer is close to reaching its timeout value. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation."/>
1459 <Annotation Term="OData.LongDescription" String="This property shall contain the action to perform before the watchdog timer expires. This action typically occurs from three to ten seconds before to the timeout value, but the exact timing is dependent on the implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001460 </Property>
1461 <Property Name="TimeoutAction" Type="ComputerSystem.v1_5_0.WatchdogTimeoutActions">
1462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001463 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer reaches its timeout value."/>
1464 <Annotation Term="OData.LongDescription" String="This property shall contain the action to perform when the watchdog timer reaches its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001465 <Annotation Term="Redfish.Required"/>
1466 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001467 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001468 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1469 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001470 </Property>
1471 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001472 <Annotation Term="OData.Description" String="The OEM extension property."/>
1473 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001474 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001475 </ComplexType>
1476
1477 <EnumType Name="WatchdogWarningActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001478 <Annotation Term="OData.Description" String="The enumerations of WatchdogWarningActions specify the choice of action to take when the host watchdog timer is close (typically 3-10 seconds) to reaching its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001479 <Member Name="None">
1480 <Annotation Term="OData.Description" String="No action taken."/>
1481 </Member>
1482 <Member Name="DiagnosticInterrupt">
1483 <Annotation Term="OData.Description" String="Raise a (typically non-maskable) Diagnostic Interrupt."/>
1484 </Member>
1485 <Member Name="SMI">
1486 <Annotation Term="OData.Description" String="Raise a Systems Management Interrupt (SMI)."/>
1487 </Member>
1488 <Member Name="MessagingInterrupt">
1489 <Annotation Term="OData.Description" String="Raise a legacy IPMI messaging interrupt."/>
1490 </Member>
1491 <Member Name="SCI">
1492 <Annotation Term="OData.Description" String="Raise an interrupt using the ACPI System Control Interrupt (SCI)."/>
1493 </Member>
1494 <Member Name="OEM">
1495 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1496 </Member>
1497 </EnumType>
1498
1499 <EnumType Name="WatchdogTimeoutActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001500 <Annotation Term="OData.Description" String="The enumerations of WatchdogTimeoutActions specify the choice of action to take when the host watchdog timer reaches its timeout value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001501 <Member Name="None">
1502 <Annotation Term="OData.Description" String="No action taken."/>
1503 </Member>
1504 <Member Name="ResetSystem">
1505 <Annotation Term="OData.Description" String="Reset the system."/>
1506 </Member>
1507 <Member Name="PowerCycle">
1508 <Annotation Term="OData.Description" String="Power cycle the system."/>
1509 </Member>
1510 <Member Name="PowerDown">
1511 <Annotation Term="OData.Description" String="Power down the system."/>
1512 </Member>
1513 <Member Name="OEM">
1514 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1515 </Member>
1516 </EnumType>
1517 </Schema>
1518
Ed Tanous530520e2019-01-02 13:41:37 -08001519 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_1">
1520 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001521 <Annotation Term="OData.Description" String="This version was created to add units annotations on MemorySummary properties. It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. Additionally, it was created to update the LongDescription of several Boot Override properties."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001522 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_0.ComputerSystem"/>
1523 </Schema>
1524
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001525 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_2">
1526 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001527 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001528 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_1.ComputerSystem"/>
1529 </Schema>
1530
Ed Tanouscb103132019-10-08 11:34:22 -07001531 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_3">
1532 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1533 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1534 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem"/>
1535 </Schema>
1536
1537 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_4">
1538 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1539 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1540 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_3.ComputerSystem"/>
1541 </Schema>
1542
Gunnar Mills09b9d452020-02-11 13:27:39 -06001543 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_5">
1544 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1545 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1546 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_4.ComputerSystem"/>
1547 </Schema>
1548
Gunnar Millsa778c022020-05-12 12:20:36 -05001549 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_6">
1550 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1551 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1552 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_5.ComputerSystem"/>
1553 </Schema>
1554
Gunnar Mills844b4152020-06-22 12:44:09 -05001555 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_7">
1556 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1557 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1558 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_6.ComputerSystem"/>
1559 </Schema>
1560
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_8">
1562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001563 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001564 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_7.ComputerSystem"/>
1565 </Schema>
1566
Gunnar Mills262d7d42021-01-20 16:28:41 -06001567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_9">
1568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1569 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1570 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_8.ComputerSystem"/>
1571 </Schema>
1572
Gunnar Mills10f270b2021-05-19 15:34:06 -05001573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_10">
1574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1575 <Annotation Term="OData.Description" String="This version was created correct various description to use proper normative terminology. It was also created to clarify the behavior of the BootSourceOverrideTarget property."/>
1576 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_9.ComputerSystem"/>
1577 </Schema>
1578
Gunnar Mills60c922d2021-12-01 09:28:53 -06001579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_11">
1580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1581 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1582 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_10.ComputerSystem"/>
1583 </Schema>
1584
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_0">
1586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1587 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001588
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001589 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem">
1590 <Property Name="PowerRestorePolicy" Type="ComputerSystem.v1_6_0.PowerRestorePolicyTypes" Nullable="false">
1591 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1592 <Annotation Term="OData.Description" String="The desired power state of the system when power is restored after a power loss."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001593 <Annotation Term="OData.LongDescription" String="This property shall indicate the desired PowerState of the system when power is applied to the system. The `LastState` value shall return the system to the PowerState it was in when power was lost."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001594 </Property>
1595 </EntityType>
1596
1597 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_5_0.Boot">
1598 <Property Name="AliasBootOrder" Type="Collection(ComputerSystem.BootSource)">
1599 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001600 <Annotation Term="OData.Description" String="Ordered array of boot source aliases representing the persistent boot order associated with this computer system."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001601 <Annotation Term="OData.LongDescription" String="This property shall contain an ordered array of boot source aliases of the BootSource type that represents the persistent boot order of this computer system. This array shall not contain duplicate values. Virtual devices for an alias should take precedence over a physical device. Systems may attempt to boot from multiple devices that share an alias."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001602 </Property>
1603 <Property Name="BootOrderPropertySelection" Type="ComputerSystem.v1_6_0.BootOrderTypes">
1604 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001605 <Annotation Term="OData.Description" String="The name of the boot order property that the system uses for the persistent boot order."/>
1606 <Annotation Term="OData.LongDescription" String="This property shall indicate which boot order property the system uses for the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001607 </Property>
1608 </ComplexType>
1609
1610 <EnumType Name="PowerRestorePolicyTypes">
1611 <Annotation Term="OData.Description" String="The enumerations of PowerRestorePolicyTypes specify the choice of power state for the system when power is applied."/>
1612 <Member Name="AlwaysOn">
Ed Tanouscb103132019-10-08 11:34:22 -07001613 <Annotation Term="OData.Description" String="The system always powers on when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001614 </Member>
1615 <Member Name="AlwaysOff">
Ed Tanouscb103132019-10-08 11:34:22 -07001616 <Annotation Term="OData.Description" String="The system always remains powered off when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001617 </Member>
1618 <Member Name="LastState">
Ed Tanouscb103132019-10-08 11:34:22 -07001619 <Annotation Term="OData.Description" String="The system returns to its last on or off power state when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001620 </Member>
1621 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -07001622
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001623 <EnumType Name="BootOrderTypes">
1624 <Annotation Term="OData.Description" String="The enumerations of BootOrderTypes specify the choice of boot order property to use when controller the persistent boot order for this computer system."/>
1625 <Member Name="BootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001626 <Annotation Term="OData.Description" String="The system uses the BootOrder property to specify the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001627 </Member>
1628 <Member Name="AliasBootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001629 <Annotation Term="OData.Description" String="The system uses the AliasBootOrder property to specify the persistent boot order."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001630 </Member>
1631 </EnumType>
1632 </Schema>
1633
Ed Tanouscb103132019-10-08 11:34:22 -07001634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_1">
1635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1636 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format. It was also created to add a missing term on MemoryDomains to not allow it to be null."/>
1637 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_0.ComputerSystem"/>
1638 </Schema>
1639
1640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_2">
1641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1642 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1643 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1644 </Schema>
1645
Gunnar Mills09b9d452020-02-11 13:27:39 -06001646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_3">
1647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1648 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1649 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_2.ComputerSystem"/>
1650 </Schema>
1651
Gunnar Millsa778c022020-05-12 12:20:36 -05001652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_4">
1653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1654 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1655 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_3.ComputerSystem"/>
1656 </Schema>
1657
Gunnar Mills844b4152020-06-22 12:44:09 -05001658 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_5">
1659 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1660 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1661 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_4.ComputerSystem"/>
1662 </Schema>
1663
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_6">
1665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001666 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001667 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_5.ComputerSystem"/>
1668 </Schema>
1669
Gunnar Mills262d7d42021-01-20 16:28:41 -06001670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_7">
1671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1672 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1673 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_6.ComputerSystem"/>
1674 </Schema>
1675
Gunnar Mills10f270b2021-05-19 15:34:06 -05001676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_8">
1677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1678 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1679 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_7.ComputerSystem"/>
1680 </Schema>
1681
Gunnar Mills60c922d2021-12-01 09:28:53 -06001682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_9">
1683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1684 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1685 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_8.ComputerSystem"/>
1686 </Schema>
1687
Ed Tanouscb103132019-10-08 11:34:22 -07001688 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_0">
1689 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1690 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001691
Ed Tanouscb103132019-10-08 11:34:22 -07001692 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1693
1694 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_6_0.Boot">
1695 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1696 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1697 <Annotation Term="OData.Description" String="The link to a collection of certificates used for booting through HTTPS by this computer system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001698 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection."/>
Ed Tanouscb103132019-10-08 11:34:22 -07001699 <Annotation Term="OData.AutoExpandReferences"/>
1700 </NavigationProperty>
1701 </ComplexType>
1702
1703 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_5_0.ProcessorSummary">
1704 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" ContainsTarget="true" Nullable="false">
1705 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1706 <Annotation Term="OData.Description" String="The link to the metrics associated with all processors in this system."/>
1707 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all processors in this system."/>
1708 </NavigationProperty>
1709 </ComplexType>
1710 </Schema>
1711
1712 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_1">
1713 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1714 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1715 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1716 </Schema>
1717
Gunnar Mills09b9d452020-02-11 13:27:39 -06001718 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_2">
1719 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1720 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1721 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_1.ComputerSystem"/>
1722 </Schema>
1723
Gunnar Millsa778c022020-05-12 12:20:36 -05001724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_3">
1725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1726 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1727 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_2.ComputerSystem"/>
1728 </Schema>
1729
Gunnar Mills844b4152020-06-22 12:44:09 -05001730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_4">
1731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1732 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1733 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_3.ComputerSystem"/>
1734 </Schema>
1735
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001736 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_5">
1737 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001738 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001739 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_4.ComputerSystem"/>
1740 </Schema>
1741
Gunnar Mills262d7d42021-01-20 16:28:41 -06001742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_6">
1743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1744 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1745 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_5.ComputerSystem"/>
1746 </Schema>
1747
Gunnar Mills10f270b2021-05-19 15:34:06 -05001748 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_7">
1749 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1750 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1751 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_6.ComputerSystem"/>
1752 </Schema>
1753
Gunnar Mills60c922d2021-12-01 09:28:53 -06001754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_8">
1755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1756 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1757 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_7.ComputerSystem"/>
1758 </Schema>
1759
Ed Tanouscb103132019-10-08 11:34:22 -07001760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_0">
1761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1762 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001763
Ed Tanouscb103132019-10-08 11:34:22 -07001764 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1765
1766 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_4_0.MemorySummary">
1767 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
1768 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1769 <Annotation Term="OData.Description" String="The link to the metrics associated with all memory in this system."/>
1770 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all memory in this system."/>
1771 </NavigationProperty>
1772 </ComplexType>
1773 </Schema>
1774
Gunnar Mills09b9d452020-02-11 13:27:39 -06001775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_1">
1776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1777 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1778 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
1779 </Schema>
1780
Gunnar Millsa778c022020-05-12 12:20:36 -05001781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_2">
1782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1783 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1784 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_1.ComputerSystem"/>
1785 </Schema>
1786
Gunnar Mills844b4152020-06-22 12:44:09 -05001787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_3">
1788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1789 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1790 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_2.ComputerSystem"/>
1791 </Schema>
1792
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_4">
1794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001795 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001796 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_3.ComputerSystem"/>
1797 </Schema>
1798
Gunnar Mills262d7d42021-01-20 16:28:41 -06001799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_5">
1800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1801 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1802 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_4.ComputerSystem"/>
1803 </Schema>
1804
Gunnar Mills10f270b2021-05-19 15:34:06 -05001805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_6">
1806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1807 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1808 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_5.ComputerSystem"/>
1809 </Schema>
1810
Gunnar Mills60c922d2021-12-01 09:28:53 -06001811 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_7">
1812 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1813 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1814 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_6.ComputerSystem"/>
1815 </Schema>
1816
Gunnar Mills6f44b752020-02-06 16:50:51 -06001817 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_0">
1818 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1819 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001820
Gunnar Mills6f44b752020-02-06 16:50:51 -06001821 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001822
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001823 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_7_0.Boot">
Gunnar Mills6f44b752020-02-06 16:50:51 -06001824 <Property Name="HttpBootUri" Type="Edm.String">
1825 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1826 <Annotation Term="OData.Description" String="The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`."/>
1827 <Annotation Term="OData.LongDescription" String="This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`."/>
1828 <Annotation Term="OData.IsURL"/>
1829 </Property>
1830 </ComplexType>
1831 </Schema>
1832
Gunnar Mills09b9d452020-02-11 13:27:39 -06001833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_1">
1834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1836 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_0.ComputerSystem"/>
1837 </Schema>
1838
Gunnar Millsa778c022020-05-12 12:20:36 -05001839 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_2">
1840 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1841 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1842 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem"/>
1843 </Schema>
1844
Gunnar Mills844b4152020-06-22 12:44:09 -05001845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_3">
1846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1847 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1848 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_2.ComputerSystem"/>
1849 </Schema>
1850
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_4">
1852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001853 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001854 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_3.ComputerSystem"/>
1855 </Schema>
1856
Gunnar Mills262d7d42021-01-20 16:28:41 -06001857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_5">
1858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1859 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1860 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_4.ComputerSystem"/>
1861 </Schema>
1862
Gunnar Mills10f270b2021-05-19 15:34:06 -05001863 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_6">
1864 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1865 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1866 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_5.ComputerSystem"/>
1867 </Schema>
1868
Gunnar Mills60c922d2021-12-01 09:28:53 -06001869 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_7">
1870 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1871 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1872 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_6.ComputerSystem"/>
1873 </Schema>
1874
Gunnar Mills09b9d452020-02-11 13:27:39 -06001875 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_0">
1876 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1877 <Annotation Term="Redfish.Release" String="2019.4"/>
1878 <Annotation Term="OData.Description" String="This version was created to add new values to HostingRole."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001879
Gunnar Mills09b9d452020-02-11 13:27:39 -06001880 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem">
1881 <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
1882 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1883 <Annotation Term="OData.Description" String="The link to the collection of fabric adapters associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001884 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type FabricAdapterCollection."/>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001885 <Annotation Term="OData.AutoExpandReferences"/>
1886 </NavigationProperty>
1887 </EntityType>
1888 </Schema>
1889
Gunnar Millsa778c022020-05-12 12:20:36 -05001890 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_1">
1891 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1892 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1893 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_0.ComputerSystem"/>
1894 </Schema>
1895
Gunnar Mills844b4152020-06-22 12:44:09 -05001896 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_2">
1897 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1898 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1899 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1900 </Schema>
1901
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001902 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_3">
1903 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001904 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001905 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_2.ComputerSystem"/>
1906 </Schema>
1907
Gunnar Mills262d7d42021-01-20 16:28:41 -06001908 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_4">
1909 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1910 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1911 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_3.ComputerSystem"/>
1912 </Schema>
1913
Gunnar Mills10f270b2021-05-19 15:34:06 -05001914 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_5">
1915 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1916 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1917 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_4.ComputerSystem"/>
1918 </Schema>
1919
Gunnar Mills60c922d2021-12-01 09:28:53 -06001920 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_6">
1921 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1922 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1923 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_5.ComputerSystem"/>
1924 </Schema>
1925
Gunnar Millsa778c022020-05-12 12:20:36 -05001926 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_0">
1927 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1928 <Annotation Term="Redfish.Release" String="2020.1"/>
1929 <Annotation Term="OData.Description" String="This version was created to add the AutomaticRetry and RemainingAutomaticRetryAttempts properties to Boot."/>
1930
1931 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1932
1933 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_9_0.Boot">
1934 <Property Name="AutomaticRetryConfig" Type="ComputerSystem.v1_11_0.AutomaticRetryConfig">
1935 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1936 <Annotation Term="OData.Description" String="The configuration of how the system retries booting automatically."/>
1937 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of how the system retry booting automatically."/>
1938 </Property>
1939 <Property Name="AutomaticRetryAttempts" Type="Edm.Int64">
1940 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1941 <Annotation Term="OData.Description" String="The number of attempts the system will automatically retry booting."/>
1942 <Annotation Term="OData.LongDescription" String="This property shall contain the number of attempts the system will automatically retry booting in the event the system enters an error state on boot."/>
1943 <Annotation Term="Validation.Minimum" Int="0"/>
1944 </Property>
1945 <Property Name="RemainingAutomaticRetryAttempts" Type="Edm.Int64">
1946 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1947 <Annotation Term="OData.Description" String="The number of remaining automatic retry boots."/>
1948 <Annotation Term="OData.LongDescription" String="This property shall contain the number of attempts remaining the system will retry booting in the event the system enters an error state on boot. If `0`, the system has no remaining automatic boot retry attempts and shall not automatically retry booting if the system enters an error state. This property shall be reset to the value of AutomaticRetryAttempts upon a successful boot attempt."/>
1949 <Annotation Term="Validation.Minimum" Int="0"/>
1950 </Property>
1951 </ComplexType>
1952
1953 <EnumType Name="AutomaticRetryConfig">
1954 <Member Name="Disabled">
1955 <Annotation Term="OData.Description" String="Disable automatic retrying of booting."/>
1956 <Annotation Term="OData.LongDescription" String="This value shall indicate that automatic retrying of booting is disabled."/>
1957 </Member>
1958 <Member Name="RetryAttempts">
1959 <Annotation Term="OData.Description" String="Automatic retrying of booting is based on a specified retry count."/>
1960 <Annotation Term="OData.LongDescription" String="This value shall indicate that the number of retries of booting is based on the AutomaticRetryAttempts property, and the RemainingAutomaticRetryAttempts property indicates the number of remaining attempts."/>
1961 </Member>
1962 <Member Name="RetryAlways">
1963 <Annotation Term="OData.Description" String="Always automatically retry booting."/>
1964 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system will always automatically retry booting."/>
1965 </Member>
1966 </EnumType>
1967 </Schema>
1968
Gunnar Mills844b4152020-06-22 12:44:09 -05001969 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_1">
1970 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1971 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors. Removed sentence in the long description for BootSourceOverrideEnabled that was mistakenly added during a previous description scrub with regards to the usage of `Continuous` and UEFI."/>
1972 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_0.ComputerSystem"/>
1973 </Schema>
1974
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_2">
1976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001977 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001978 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem"/>
1979 </Schema>
1980
Gunnar Mills262d7d42021-01-20 16:28:41 -06001981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_3">
1982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1983 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
1984 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_2.ComputerSystem"/>
1985 </Schema>
1986
Gunnar Mills10f270b2021-05-19 15:34:06 -05001987 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_4">
1988 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1989 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
1990 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_3.ComputerSystem"/>
1991 </Schema>
1992
Gunnar Mills60c922d2021-12-01 09:28:53 -06001993 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_5">
1994 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1995 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1996 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_4.ComputerSystem"/>
1997 </Schema>
1998
Gunnar Mills844b4152020-06-22 12:44:09 -05001999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_0">
2000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2001 <Annotation Term="Redfish.Release" String="2020.2"/>
2002 <Annotation Term="OData.Description" String="This version was created to add LastResetTime."/>
2003
2004 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem">
2005 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
2006 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2007 <Annotation Term="OData.Description" String="The date and time when the system was last reset or rebooted."/>
2008 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the system last came out of a reset or was rebooted."/>
2009 </Property>
2010 </EntityType>
2011 </Schema>
2012
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002013 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_1">
2014 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002015 <Annotation Term="OData.Description" String="This version was created to remove to the restriction of `Continuous` with UefiTargetBootSourceOverride. It was also created to clarify that ProcessorSummary only contains processors that execute system code. It was also created to add annotation recommendations for ResetType."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002016 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_0.ComputerSystem"/>
2017 </Schema>
2018
Gunnar Mills262d7d42021-01-20 16:28:41 -06002019 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_2">
2020 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2021 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
2022 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem"/>
2023 </Schema>
2024
Gunnar Mills10f270b2021-05-19 15:34:06 -05002025 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_3">
2026 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2027 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2028 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_2.ComputerSystem"/>
2029 </Schema>
2030
Gunnar Mills60c922d2021-12-01 09:28:53 -06002031 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_4">
2032 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2033 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2034 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_3.ComputerSystem"/>
2035 </Schema>
2036
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002037 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_0">
2038 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2039 <Annotation Term="Redfish.Release" String="2020.3"/>
2040 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and BootProgress and to deprecate IndicatorLED properties."/>
2041
2042 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem">
2043 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
2044 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2045 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
2046 <Annotation Term="OData.LongDescription" String="This property shall contain the state of the indicator used to physically identify or locate this resource. A write to this property shall update the value of IndicatorLED in this resource, if supported, to reflect the implementation of the locating function."/>
2047 </Property>
2048 <Property Name="BootProgress" Type="ComputerSystem.v1_13_0.BootProgress">
2049 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2050 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2051 </Property>
2052 <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal">
2053 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2054 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a power cycle or during a reset. Zero seconds indicates no delay to power up."/>
2055 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a power cycle or during a reset. The value `0` shall indicate no delay to power on."/>
2056 </Property>
2057 <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal">
2058 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2059 <Annotation Term="OData.Description" String="The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off."/>
2060 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power off during a reset. The value `0` shall indicate no delay to power off."/>
2061 </Property>
2062 <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal">
2063 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2064 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. Zero seconds indicates no delay."/>
2065 <Annotation Term="OData.LongDescription" String="This property shall contain the number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. The value `0` shall indicate no delay to power on."/>
2066 </Property>
2067 <Property Name="SerialConsole" Type="ComputerSystem.v1_13_0.HostSerialConsole" Nullable="false">
2068 <Annotation Term="OData.Description" String="The serial console services that this system provides."/>
2069 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console services of this system."/>
2070 </Property>
2071 <Property Name="GraphicalConsole" Type="ComputerSystem.v1_13_0.HostGraphicalConsole" Nullable="false">
2072 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this system."/>
2073 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this system."/>
2074 </Property>
2075 <Property Name="VirtualMediaConfig" Type="ComputerSystem.v1_13_0.VirtualMediaConfig" Nullable="false">
2076 <Annotation Term="OData.Description" String="The information about the virtual media service of this system."/>
2077 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the virtual media service of this system."/>
2078 </Property>
2079 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
2080 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2081 <Annotation Term="OData.Description" String="The link to the virtual media services for this system."/>
2082 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection that this system uses."/>
2083 <Annotation Term="OData.AutoExpandReferences"/>
2084 </NavigationProperty>
2085 </EntityType>
2086
2087 <ComplexType Name="BootProgress">
2088 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2089 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2090 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2091 <Property Name="LastState" Type="ComputerSystem.v1_13_0.BootProgressTypes">
2092 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2093 <Annotation Term="OData.Description" String="The last boot progress state."/>
2094 <Annotation Term="OData.LongDescription" String="This property shall contain the last boot progress state."/>
2095 </Property>
2096 <Property Name="LastStateTime" Type="Edm.DateTimeOffset">
2097 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2098 <Annotation Term="OData.Description" String="The date and time when the last boot state was updated."/>
2099 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the last boot state was updated."/>
2100 </Property>
2101 <Property Name="OemLastState" Type="Edm.String">
2102 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2103 <Annotation Term="OData.Description" String="The OEM-specific last state, if the LastState type is `OEM`."/>
2104 <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific LastState of the BootProgress. This property shall only be present if LastState is `OEM`."/>
2105 </Property>
2106 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2107 <Annotation Term="OData.Description" String="The OEM extension property."/>
2108 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
2109 </Property>
2110 </ComplexType>
2111
2112 <EnumType Name="BootProgressTypes">
2113 <Member Name="None">
2114 <Annotation Term="OData.Description" String="The system is not booting."/>
2115 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system is not booting or running, such as the system is powered off."/>
2116 </Member>
2117 <Member Name="PrimaryProcessorInitializationStarted">
2118 <Annotation Term="OData.Description" String="The system has started initializing the primary processor."/>
2119 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the primary processor."/>
2120 </Member>
2121 <Member Name="BusInitializationStarted">
2122 <Annotation Term="OData.Description" String="The system has started initializing the buses."/>
2123 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the buses."/>
2124 </Member>
2125 <Member Name="MemoryInitializationStarted">
2126 <Annotation Term="OData.Description" String="The system has started initializing the memory."/>
2127 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize memory."/>
2128 </Member>
2129 <Member Name="SecondaryProcessorInitializationStarted">
2130 <Annotation Term="OData.Description" String="The system has started initializing the remaining processors."/>
2131 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the secondary processors."/>
2132 </Member>
2133 <Member Name="PCIResourceConfigStarted">
2134 <Annotation Term="OData.Description" String="The system has started initializing the PCI resources."/>
2135 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize PCI resources."/>
2136 </Member>
2137 <Member Name="SystemHardwareInitializationComplete">
2138 <Annotation Term="OData.Description" String="The system has completed initializing all hardware."/>
2139 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has completed initializing all hardware."/>
2140 </Member>
Gunnar Mills10f270b2021-05-19 15:34:06 -05002141 <Member Name="SetupEntered">
2142 <Annotation Term="OData.Description" String="The system has entered the setup utility."/>
2143 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has entered the setup utility."/>
2144 <Annotation Term="Redfish.Revisions">
2145 <Collection>
2146 <Record>
2147 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
2148 <PropertyValue Property="Version" String="v1_15_0"/>
2149 </Record>
2150 </Collection>
2151 </Annotation>
2152 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002153 <Member Name="OSBootStarted">
2154 <Annotation Term="OData.Description" String="The operating system has started booting."/>
2155 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system has started to boot."/>
2156 </Member>
2157 <Member Name="OSRunning">
2158 <Annotation Term="OData.Description" String="The operating system is running."/>
2159 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system is running and shall indicate the final boot progress state."/>
2160 </Member>
2161 <Member Name="OEM">
2162 <Annotation Term="OData.Description" String="A boot progress state in an OEM-defined format."/>
2163 <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-defined boot progress state."/>
2164 </Member>
2165 </EnumType>
2166
2167 <ComplexType Name="HostSerialConsole">
2168 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2169 <Annotation Term="OData.Description" String="The information about the serial console services that this system provides."/>
2170 <Annotation Term="OData.LongDescription" String="This type shall describe the serial console services for a computer system."/>
2171 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2173 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2174 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2175 <Annotation Term="Validation.Minimum" Int="0"/>
2176 </Property>
2177 <Property Name="SSH" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2178 <Annotation Term="OData.Description" String="The connection details for an SSH serial console service."/>
2179 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol."/>
2180 </Property>
2181 <Property Name="Telnet" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2182 <Annotation Term="OData.Description" String="The connection details for a Telnet serial console service."/>
2183 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Telnet protocol."/>
2184 </Property>
2185 <Property Name="IPMI" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2186 <Annotation Term="OData.Description" String="The connection details for an IPMI Serial-over-LAN service."/>
2187 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the IPMI Serial-over-LAN (SOL) protocol."/>
2188 </Property>
2189 </ComplexType>
2190
2191 <ComplexType Name="SerialConsoleProtocol">
2192 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2193 <Annotation Term="OData.Description" String="The information about a serial console service that this system provides."/>
2194 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a computer system."/>
2195 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2196 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2197 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2198 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2199 </Property>
2200 <Property Name="Port" Type="Edm.Int64">
2201 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2202 <Annotation Term="OData.Description" String="The protocol port."/>
2203 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
2204 <Annotation Term="Validation.Minimum" Int="0"/>
2205 </Property>
2206 <Property Name="SharedWithManagerCLI" Type="Edm.Boolean" Nullable="false">
2207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2208 <Annotation Term="OData.Description" String="Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2209 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2210 </Property>
2211 <Property Name="ConsoleEntryCommand" Type="Edm.String">
2212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2213 <Annotation Term="OData.Description" String="The command string passed to the service to select or enter the system's serial console."/>
2214 <Annotation Term="OData.LongDescription" String="This property shall contain a command string that can be provided by a client to select or enter the system's serial console, when the console is shared among several systems or a manager CLI."/>
2215 </Property>
2216 <Property Name="HotKeySequenceDisplay" Type="Edm.String">
2217 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2218 <Annotation Term="OData.Description" String="The hotkey sequence available for the user to exit the serial console session."/>
2219 <Annotation Term="OData.LongDescription" String="This property shall contain a string that can be provided to a user to describe the hotkey sequence used to exit the serial console session, or, if shared with a manager CLI, to return to the CLI."/>
2220 </Property>
2221 </ComplexType>
2222
2223 <ComplexType Name="HostGraphicalConsole">
2224 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2225 <Annotation Term="OData.Description" String="The information about a graphical console service for this system."/>
2226 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a computer system."/>
2227 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2228 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2229 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2230 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2231 </Property>
2232 <Property Name="Port" Type="Edm.Int64">
2233 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2234 <Annotation Term="OData.Description" String="The protocol port."/>
2235 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2236 <Annotation Term="Validation.Minimum" Int="0"/>
2237 </Property>
2238 <Property Name="ConnectTypesSupported" Type="Collection(ComputerSystem.v1_13_0.GraphicalConnectTypesSupported)" Nullable="false">
2239 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2240 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
2241 <Annotation Term="OData.LongDescription" String="This property shall contain an array of the enumerations. KVMIP shall be included if a vendor-define KVM-IP protocol is supported."/>
2242 </Property>
2243 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2244 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2245 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2246 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2247 <Annotation Term="Validation.Minimum" Int="0"/>
2248 </Property>
2249 </ComplexType>
2250
2251 <EnumType Name="GraphicalConnectTypesSupported">
2252 <Member Name="KVMIP">
2253 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
2254 </Member>
2255 <Member Name="OEM">
2256 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
2257 </Member>
2258 </EnumType>
2259
2260 <ComplexType Name="VirtualMediaConfig">
2261 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2262 <Annotation Term="OData.Description" String="The information about virtual media service for this system."/>
2263 <Annotation Term="OData.LongDescription" String="This type shall describe a virtual media service service for a computer system."/>
2264 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2265 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2266 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2267 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2268 </Property>
2269 <Property Name="Port" Type="Edm.Int64">
2270 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2271 <Annotation Term="OData.Description" String="The protocol port."/>
2272 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2273 <Annotation Term="Validation.Minimum" Int="0"/>
2274 </Property>
2275 </ComplexType>
2276 </Schema>
2277
Gunnar Mills262d7d42021-01-20 16:28:41 -06002278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_1">
2279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2280 <Annotation Term="OData.Description" String="This version was created to fix typos in descriptions and long descriptions. It was also created to add the word 'total' to the count properties in ProcessorSummary."/>
2281 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_0.ComputerSystem"/>
2282 </Schema>
2283
Gunnar Mills10f270b2021-05-19 15:34:06 -05002284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_2">
2285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2286 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2287 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem"/>
2288 </Schema>
2289
Gunnar Mills60c922d2021-12-01 09:28:53 -06002290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_3">
2291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2292 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2293 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_2.ComputerSystem"/>
2294 </Schema>
2295
Gunnar Mills262d7d42021-01-20 16:28:41 -06002296 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_0">
2297 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2298 <Annotation Term="Redfish.Release" String="2020.4"/>
2299 <Annotation Term="OData.Description" String="This version was created to add Certificates and Measurements and to add TrustedModuleRequiredToBoot to the Boot property. It was also created to add CoreCount to the ProcessorSummary property."/>
2300
2301 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem">
2302 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2303 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2304 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2305 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that contains certificates for device identity and attestation."/>
2306 <Annotation Term="OData.AutoExpandReferences"/>
2307 </NavigationProperty>
2308 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2309 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2310 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
Sui Chen141d9432022-02-03 22:01:27 -08002311 <Annotation Term="Redfish.Revisions">
2312 <Collection>
2313 <Record>
2314 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
2315 <PropertyValue Property="Version" String="v1_17_0"/>
2316 <PropertyValue Property="Description" String="This property has been deprecated in favor of the ComponentIntegrity resource."/>
2317 </Record>
2318 </Collection>
2319 </Annotation>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002320 </Property>
2321 </EntityType>
2322
2323 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_11_0.Boot">
2324 <Property Name="TrustedModuleRequiredToBoot" Type="ComputerSystem.v1_14_0.TrustedModuleRequiredToBoot">
2325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2326 <Annotation Term="OData.Description" String="The Trusted Module boot requirement."/>
2327 <Annotation Term="OData.LongDescription" String="This property shall contain the Trusted Module boot requirement."/>
2328 </Property>
2329 </ComplexType>
2330
2331 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_7_0.ProcessorSummary">
2332 <Property Name="CoreCount" Type="Edm.Int64">
2333 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2334 <Annotation Term="OData.Description" String="The number of processor cores in the system."/>
2335 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of central processor cores in in the system."/>
2336 <Annotation Term="Validation.Minimum" Int="0"/>
2337 </Property>
2338 </ComplexType>
2339
2340 <EnumType Name="TrustedModuleRequiredToBoot">
2341 <Member Name="Disabled">
2342 <Annotation Term="OData.Description" String="No Trusted Module requirement to boot."/>
2343 <Annotation Term="OData.LongDescription" String="This value shall indicate a Trusted Module is not required to boot."/>
2344 </Member>
2345 <Member Name="Required">
2346 <Annotation Term="OData.Description" String="A functional Trusted Module is required to boot."/>
2347 <Annotation Term="OData.LongDescription" String="This value shall indicate a functioning Trusted Module is required to boot."/>
2348 </Member>
2349 </EnumType>
2350 </Schema>
2351
Gunnar Mills10f270b2021-05-19 15:34:06 -05002352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_1">
2353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2354 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of the AliasBootOrder and BootSourceOverrideTarget properties. It was also created to correct various description to use proper normative terminology."/>
2355 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_0.ComputerSystem"/>
2356 </Schema>
2357
Gunnar Mills60c922d2021-12-01 09:28:53 -06002358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_2">
2359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2360 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2361 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem"/>
2362 </Schema>
2363
Gunnar Mills10f270b2021-05-19 15:34:06 -05002364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_0">
2365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2366 <Annotation Term="Redfish.Release" String="2021.1"/>
2367 <Annotation Term="OData.Description" String="This version was created to add StopBootOnFault to the Boot property. It was also created to add `SetupEntered` to BootProgress. It was also created to add the PowerMode, USBControllers, and GraphicsControllers properties. It was also created to add ThreadingEnabled to ProcessorSummary."/>
2368
2369 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem">
2370 <NavigationProperty Name="GraphicsControllers" Type="GraphicsControllerCollection.GraphicsControllerCollection" ContainsTarget="true" Nullable="false">
2371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2372 <Annotation Term="OData.Description" String="The link to a collection of graphics controllers that can output video for this system."/>
2373 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type GraphicsControllerCollection that contains graphics controllers that can output video for this system."/>
2374 <Annotation Term="OData.AutoExpandReferences"/>
2375 </NavigationProperty>
2376 <NavigationProperty Name="USBControllers" Type="USBControllerCollection.USBControllerCollection" ContainsTarget="true" Nullable="false">
2377 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2378 <Annotation Term="OData.Description" String="The link to a collection of USB controllers for this system."/>
2379 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type USBControllerCollection that contains USB controllers for this system."/>
2380 <Annotation Term="OData.AutoExpandReferences"/>
2381 </NavigationProperty>
2382 <Property Name="PowerMode" Type="ComputerSystem.v1_15_0.PowerMode">
2383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2384 <Annotation Term="OData.Description" String="The power mode setting of the computer system."/>
2385 <Annotation Term="OData.LongDescription" String="This property shall contain the computer system power mode setting."/>
2386 </Property>
2387 </EntityType>
2388
2389 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_14_0.Boot">
2390 <Property Name="StopBootOnFault" Type="ComputerSystem.v1_15_0.StopBootOnFault">
2391 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2392 <Annotation Term="OData.Description" String="If the boot should stop on a fault."/>
2393 <Annotation Term="OData.LongDescription" String="This property shall contain the setting if the boot should stop on a fault."/>
2394 </Property>
2395 </ComplexType>
2396
2397 <EnumType Name="StopBootOnFault">
2398 <Member Name="Never">
2399 <Annotation Term="OData.Description" String="The system performs any normal recovery actions during boot if a fault occurs."/>
2400 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will continue to attempt to boot if a fault occurs."/>
2401 </Member>
2402 <Member Name="AnyFault">
2403 <Annotation Term="OData.Description" String="The system should stop the boot on any fault."/>
2404 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will stop the boot if a fault occurs. This includes, but is not limited to, faults that affect performance, fault tolerance, or capacity."/>
2405 </Member>
2406 </EnumType>
2407
2408 <EnumType Name="PowerMode">
2409 <Member Name="MaximumPerformance">
2410 <Annotation Term="OData.Description" String="The system performs at the highest speeds possible."/>
2411 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at the highest speeds possible. This mode should be used when performance is the top priority."/>
2412 </Member>
2413 <Member Name="BalancedPerformance">
2414 <Annotation Term="OData.Description" String="The system performs at the highest speeds while utilization is high and performs at reduced speeds when the utilization is low."/>
2415 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at the highest speeds possible when the utilization is high and performs at reduced speeds when the utilization is low to save power. This mode is a compromise between `MaximumPerformance` and `PowerSaving`."/>
2416 </Member>
2417 <Member Name="PowerSaving">
2418 <Annotation Term="OData.Description" String="The system performs at reduced speeds to save power."/>
2419 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at reduced speeds to save power. This mode should be used when power saving is the top priority."/>
2420 </Member>
2421 <Member Name="Static">
2422 <Annotation Term="OData.Description" String="The system power mode is static."/>
2423 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a static base speed."/>
2424 </Member>
2425 <Member Name="OSControlled">
2426 <Annotation Term="OData.Description" String="The system power mode is controlled by the operating system."/>
2427 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a operating system controlled power mode."/>
2428 </Member>
2429 <Member Name="OEM">
2430 <Annotation Term="OData.Description" String="The system power mode is OEM-defined."/>
2431 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at an OEM-defined power mode."/>
2432 </Member>
2433 </EnumType>
2434
2435 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_14_0.ProcessorSummary">
2436 <Property Name="ThreadingEnabled" Type="Edm.Boolean" Nullable="false">
2437 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2438 <Annotation Term="OData.Description" String="An indication of whether threading is enabled on all processors in this system."/>
2439 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate that all Processor resources in this system where the ProcessorType property contains `CPU` have multiple threading support enabled."/>
2440 </Property>
2441 </ComplexType>
2442 </Schema>
2443
Gunnar Mills60c922d2021-12-01 09:28:53 -06002444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_1">
2445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2446 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2447 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem"/>
2448 </Schema>
2449
Gunnar Mills9d424662021-09-22 21:56:16 -05002450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_0">
2451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2452 <Annotation Term="Redfish.Release" String="2021.2"/>
2453 <Annotation Term="OData.Description" String="This version was created to add IdlePowerSaver. It was also created to add KeyManagement. It was also created to deprecate Status within ProcessorSummary and MemorySummary in favor of Conditions within Status at the root of the resource."/>
2454
2455 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem">
2456 <Property Name="IdlePowerSaver" Type="ComputerSystem.v1_16_0.IdlePowerSaver">
2457 <Annotation Term="OData.Description" String="The idle power saver settings of the computer system."/>
2458 <Annotation Term="OData.LongDescription" String="This property shall contain the idle power saver settings of the computer system."/>
2459 </Property>
2460 <Property Name="KeyManagement" Type="ComputerSystem.v1_16_0.KeyManagement">
2461 <Annotation Term="OData.Description" String="The key management settings of the computer system."/>
2462 <Annotation Term="OData.LongDescription" String="This property shall contain the key management settings of the computer system."/>
2463 </Property>
2464 </EntityType>
2465
2466 <ComplexType Name="IdlePowerSaver">
2467 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2468 <Annotation Term="OData.Description" String="The idle power saver settings of a computer system."/>
2469 <Annotation Term="OData.LongDescription" String="This object shall contain the idle power saver settings of a computer system."/>
2470 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
2471 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2472 <Annotation Term="OData.Description" String="An indication of whether idle power saver is enabled."/>
2473 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if idle power saver is enabled."/>
2474 </Property>
2475 <Property Name="EnterUtilizationPercent" Type="Edm.Decimal">
2476 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2477 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be lower than to enter idle power save."/>
2478 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of utilization that the computer system shall be lower than to enter idle power save."/>
2479 <Annotation Term="Validation.Minimum" Int="0"/>
2480 <Annotation Term="Measures.Unit" String="%"/>
2481 </Property>
2482 <Property Name="EnterDwellTimeSeconds" Type="Edm.Int64">
2483 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2484 <Annotation Term="OData.Description" String="The duration in seconds the computer system is below the EnterUtilizationPercent value before the idle power save is activated."/>
2485 <Annotation Term="OData.LongDescription" String="This property shall contain the duration in seconds the computer system is below the EnterUtilizationPercent value before the idle power save is activated."/>
2486 <Annotation Term="Validation.Minimum" Int="0"/>
2487 <Annotation Term="Measures.Unit" String="s"/>
2488 </Property>
2489 <Property Name="ExitUtilizationPercent" Type="Edm.Decimal">
2490 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2491 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be higher than to exit idle power save."/>
2492 <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of utilization that the computer system shall be higher than to exit idle power save."/>
2493 <Annotation Term="Validation.Minimum" Int="0"/>
2494 <Annotation Term="Measures.Unit" String="%"/>
2495 </Property>
2496 <Property Name="ExitDwellTimeSeconds" Type="Edm.Int64">
2497 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2498 <Annotation Term="OData.Description" String="The duration in seconds the computer system is above the ExitUtilizationPercent value before the idle power save is stopped."/>
2499 <Annotation Term="OData.LongDescription" String="This property shall contain the duration in seconds the computer system is above the ExitUtilizationPercent value before the idle power save is stopped."/>
2500 <Annotation Term="Validation.Minimum" Int="0"/>
2501 <Annotation Term="Measures.Unit" String="s"/>
2502 </Property>
2503 </ComplexType>
2504
2505 <ComplexType Name="KeyManagement">
2506 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2507 <Annotation Term="OData.Description" String="The key management settings of a computer system."/>
2508 <Annotation Term="OData.LongDescription" String="This object shall contain the key management settings of a computer system."/>
2509 <Property Name="KMIPServers" Type="Collection(ComputerSystem.v1_16_0.KMIPServer)">
2510 <Annotation Term="OData.Description" String="The KMIP servers to which this computer system is subscribed."/>
2511 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP servers to which this computer system is subscribed for key management."/>
2512 </Property>
2513 <NavigationProperty Name="KMIPCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2514 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2515 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the servers referenced by the KMIPServers property."/>
2516 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the servers referenced by the KMIPServers property."/>
2517 <Annotation Term="OData.AutoExpandReferences"/>
2518 </NavigationProperty>
2519 </ComplexType>
2520
2521 <ComplexType Name="KMIPServer">
2522 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2523 <Annotation Term="OData.Description" String="The KMIP server settings for a computer system."/>
2524 <Annotation Term="OData.LongDescription" String="This object shall contain the KMIP server settings for a computer system."/>
2525 <Property Name="Address" Type="Edm.String">
2526 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2527 <Annotation Term="OData.Description" String="The KMIP server address."/>
2528 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server address."/>
2529 </Property>
2530 <Property Name="Port" Type="Edm.Int64">
2531 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2532 <Annotation Term="OData.Description" String="The KMIP server port."/>
2533 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server port."/>
2534 </Property>
2535 <Property Name="Username" Type="Edm.String">
2536 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2537 <Annotation Term="OData.Description" String="The username to access the KMIP server."/>
2538 <Annotation Term="OData.LongDescription" String="This property shall contain the username to access the KMIP server."/>
2539 </Property>
2540 <Property Name="Password" Type="Edm.String">
2541 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2542 <Annotation Term="OData.Description" String="The password to access the KMIP server. The value is `null` in responses."/>
2543 <Annotation Term="OData.LongDescription" String="This property shall contain the password to access the KMIP server. The value shall be `null` in responses."/>
2544 </Property>
2545 </ComplexType>
2546 </Schema>
2547
Gunnar Mills60c922d2021-12-01 09:28:53 -06002548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_1">
2549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2550 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2551 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_0.ComputerSystem"/>
2552 </Schema>
2553
Sui Chen141d9432022-02-03 22:01:27 -08002554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_17_0">
2555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2556 <Annotation Term="Redfish.Release" String="2021.4"/>
2557 <Annotation Term="OData.Description" String="This version was created to deprecate Measurements in favor of measurement reporting in the ComponentIntegrity resource."/>
2558
2559 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_1.ComputerSystem"/>
2560
2561 <ComplexType Name="Links" BaseType="ComputerSystem.v1_5_0.Links">
2562 <NavigationProperty Name="OffloadedNetworkDeviceFunctions" Type="Collection(NetworkDeviceFunction.NetworkDeviceFunction)">
2563 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2564 <Annotation Term="OData.Description" String="The network device functions to which this system performs offload computation, such as with a SmartNIC."/>
2565 <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type NetworkDeviceFunction that represent the network device functions to which this system performs offload computation, such as with a SmartNIC. This property shall not be present if the SystemType property does not contain `DPU`."/>
2566 <Annotation Term="OData.AutoExpandReferences"/>
2567 </NavigationProperty>
2568 </ComplexType>
2569 </Schema>
2570
Jason M. Billsea4aa752018-06-05 13:29:11 -07002571 </edmx:DataServices>
2572</edmx:Edmx>