blob: c3e68dffaa5655f4650589135cc960809ada7dd2 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills9d424662021-09-22 21:56:16 -05004<!--# Redfish Schema: ComputerSystem v1.16.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>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700112
113 <edmx:DataServices>
114
Jason M. Billsea4aa752018-06-05 13:29:11 -0700115 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem">
116 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
117
118 <EntityType Name="ComputerSystem" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -0500119 <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."/>
120 <Annotation Term="OData.LongDescription" String="This resource shall represent a computing system in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700121 <Annotation Term="Capabilities.InsertRestrictions">
122 <Record>
123 <PropertyValue Property="Insertable" Bool="false"/>
124 </Record>
125 </Annotation>
126 <Annotation Term="Capabilities.UpdateRestrictions">
127 <Record>
128 <PropertyValue Property="Updatable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700129 <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 -0700130 </Record>
131 </Annotation>
132 <Annotation Term="Capabilities.DeleteRestrictions">
133 <Record>
134 <PropertyValue Property="Deletable" Bool="true"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700135 <Annotation Term="OData.Description" String="A client can delete a composed computer system to retire it."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700136 </Record>
137 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800138 <Annotation Term="Redfish.Uris">
139 <Collection>
140 <String>/redfish/v1/Systems/{ComputerSystemId}</String>
141 <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600142 <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}</String>
Ed Tanous530520e2019-01-02 13:41:37 -0800143 </Collection>
144 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700145 </EntityType>
146
147 <Action Name="Reset" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500148 <Annotation Term="OData.Description" String="This action resets the system."/>
149 <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 -0700150 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
151 <Parameter Name="ResetType" Type="Resource.ResetType">
Ed Tanouscb103132019-10-08 11:34:22 -0700152 <Annotation Term="OData.Description" String="The type of reset."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500153 <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 -0700154 </Parameter>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Action>
156
157 <Action Name="SetDefaultBootOrder" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700158 <Annotation Term="OData.Description" String="This action sets the BootOrder to the default settings."/>
159 <Annotation Term="OData.LongDescription" String="This action shall set the BootOrder array to the default settings."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500160 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600161 <Annotation Term="Redfish.Revisions">
162 <Collection>
163 <Record>
164 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
165 <PropertyValue Property="Version" String="v1_5_0"/>
166 </Record>
167 </Collection>
168 </Annotation>
169 </Action>
170
171 <Action Name="AddResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500172 <Annotation Term="OData.Description" String="This action adds a resource block to a system."/>
173 <Annotation Term="OData.LongDescription" String="This action shall add a resource block to a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600174 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
175 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500176 <Annotation Term="OData.Description" String="The resource block to add to the system."/>
177 <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 -0600178 </Parameter>
179 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500180 <Annotation Term="OData.Description" String="The current ETag of the resource block to add to the system."/>
181 <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 -0600182 </Parameter>
183 <Parameter Name="ComputerSystemETag" Type="Edm.String">
184 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700185 <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 -0600186 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600187 <Annotation Term="Redfish.Revisions">
188 <Collection>
189 <Record>
190 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
191 <PropertyValue Property="Version" String="v1_6_0"/>
192 </Record>
193 </Collection>
194 </Annotation>
195 </Action>
196
197 <Action Name="RemoveResourceBlock" IsBound="true">
Gunnar Mills844b4152020-06-22 12:44:09 -0500198 <Annotation Term="OData.Description" String="This action removes a resource block from a system."/>
199 <Annotation Term="OData.LongDescription" String="This action shall remove a resource block from a system."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600200 <Parameter Name="ComputerSystem" Type="ComputerSystem.v1_0_0.Actions"/>
201 <Parameter Name="ResourceBlock" Type="ResourceBlock.ResourceBlock" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500202 <Annotation Term="OData.Description" String="The resource block to remove from the system."/>
203 <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 -0600204 </Parameter>
205 <Parameter Name="ResourceBlockETag" Type="Edm.String">
Gunnar Millsa778c022020-05-12 12:20:36 -0500206 <Annotation Term="OData.Description" String="The current ETag of the resource block to remove from the system."/>
207 <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 -0600208 </Parameter>
209 <Parameter Name="ComputerSystemETag" Type="Edm.String">
210 <Annotation Term="OData.Description" String="The current ETag of the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700211 <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 -0600212 </Parameter>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600213 <Annotation Term="Redfish.Revisions">
214 <Collection>
215 <Record>
216 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
217 <PropertyValue Property="Version" String="v1_6_0"/>
218 </Record>
219 </Collection>
220 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700221 </Action>
222
223 <EnumType Name="BootSource">
224 <Member Name="None">
225 <Annotation Term="OData.Description" String="Boot from the normal boot device."/>
226 </Member>
227 <Member Name="Pxe">
228 <Annotation Term="OData.Description" String="Boot from the Pre-Boot EXecution (PXE) environment."/>
229 </Member>
230 <Member Name="Floppy">
231 <Annotation Term="OData.Description" String="Boot from the floppy disk drive."/>
232 </Member>
233 <Member Name="Cd">
Ed Tanouscb103132019-10-08 11:34:22 -0700234 <Annotation Term="OData.Description" String="Boot from the CD or DVD."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700235 </Member>
236 <Member Name="Usb">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="Boot from a system BIOS-specified USB device."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700238 </Member>
239 <Member Name="Hdd">
240 <Annotation Term="OData.Description" String="Boot from a hard drive."/>
241 </Member>
242 <Member Name="BiosSetup">
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="Boot to the BIOS setup utility."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700244 </Member>
245 <Member Name="Utilities">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="Boot to the manufacturer's utilities program or programs."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700247 </Member>
248 <Member Name="Diags">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="Boot to the manufacturer's diagnostics program."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700250 </Member>
251 <Member Name="UefiShell">
252 <Annotation Term="OData.Description" String="Boot to the UEFI Shell."/>
253 </Member>
254 <Member Name="UefiTarget">
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Annotation Term="OData.Description" String="Boot to the UEFI device specified in the UefiTargetBootSourceOverride property."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700256 </Member>
257 <Member Name="SDCard">
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <Annotation Term="OData.Description" String="Boot from an SD card."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600259 <Annotation Term="Redfish.Revisions">
260 <Collection>
261 <Record>
262 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
263 <PropertyValue Property="Version" String="v1_1_0"/>
264 </Record>
265 </Collection>
266 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700267 </Member>
268 <Member Name="UefiHttp">
269 <Annotation Term="OData.Description" String="Boot from a UEFI HTTP network location."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600270 <Annotation Term="Redfish.Revisions">
271 <Collection>
272 <Record>
273 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
274 <PropertyValue Property="Version" String="v1_1_0"/>
275 </Record>
276 </Collection>
277 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700278 </Member>
279 <Member Name="RemoteDrive">
Ed Tanouscb103132019-10-08 11:34:22 -0700280 <Annotation Term="OData.Description" String="Boot from a remote drive, such as an iSCSI target."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600281 <Annotation Term="Redfish.Revisions">
282 <Collection>
283 <Record>
284 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
285 <PropertyValue Property="Version" String="v1_2_0"/>
286 </Record>
287 </Collection>
288 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700289 </Member>
290 <Member Name="UefiBootNext">
Ed Tanouscb103132019-10-08 11:34:22 -0700291 <Annotation Term="OData.Description" String="Boot to the UEFI device that the BootNext property specifies."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600292 <Annotation Term="Redfish.Revisions">
293 <Collection>
294 <Record>
295 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
296 <PropertyValue Property="Version" String="v1_5_0"/>
297 </Record>
298 </Collection>
299 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700300 </Member>
301 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700302 </Schema>
303
304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_0">
305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600306 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307
308 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.ComputerSystem">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700309 <Property Name="SystemType" Type="ComputerSystem.v1_0_0.SystemType" Nullable="false">
310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500311 <Annotation Term="OData.Description" String="The type of computer system that this resource represents."/>
312 <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 -0700313 </Property>
314 <Property Name="Links" Type="ComputerSystem.v1_0_0.Links" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500315 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
316 <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 -0700317 </Property>
318 <Property Name="AssetTag" Type="Edm.String">
319 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700320 <Annotation Term="OData.Description" String="The user-definable tag that can track this computer system for inventory or other client purposes."/>
321 <Annotation Term="OData.LongDescription" String="This property shall contain the system asset tag value."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700322 </Property>
323 <Property Name="Manufacturer" Type="Edm.String">
324 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
325 <Annotation Term="OData.Description" String="The manufacturer or OEM of this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <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 -0700327 </Property>
328 <Property Name="Model" Type="Edm.String">
329 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
330 <Annotation Term="OData.Description" String="The product name for this system, without the manufacturer name."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700331 <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 -0700332 </Property>
333 <Property Name="SKU" Type="Edm.String">
334 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
335 <Annotation Term="OData.Description" String="The manufacturer SKU for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700336 <Annotation Term="OData.LongDescription" String="This property shall contain the SKU for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 </Property>
338 <Property Name="SerialNumber" Type="Edm.String">
339 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
340 <Annotation Term="OData.Description" String="The serial number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <Annotation Term="OData.LongDescription" String="This property shall contain the serial number for the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700342 </Property>
343 <Property Name="PartNumber" Type="Edm.String">
344 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
345 <Annotation Term="OData.Description" String="The part number for this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700346 <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 -0700347 </Property>
348 <Property Name="UUID" Type="Resource.UUID">
349 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700350 <Annotation Term="OData.Description" String="The UUID for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500351 <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 -0700352 </Property>
353 <Property Name="HostName" Type="Edm.String">
354 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700355 <Annotation Term="OData.Description" String="The DNS host name, without any domain information."/>
356 <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 -0700357 </Property>
358 <Property Name="IndicatorLED" Type="ComputerSystem.v1_0_0.IndicatorLED">
359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <Annotation Term="OData.Description" String="The state of the indicator LED, which identifies the system."/>
361 <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 -0500362 <Annotation Term="Redfish.Revisions">
363 <Collection>
364 <Record>
365 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
366 <PropertyValue Property="Version" String="v1_13_0"/>
367 <PropertyValue Property="Description" String="This property has been deprecated in favor of the LocationIndicatorActive property."/>
368 </Record>
369 </Collection>
370 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700371 </Property>
372 <Property Name="PowerState" Type="ComputerSystem.v1_0_0.PowerState">
373 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700374 <Annotation Term="OData.Description" String="The current power state of the system."/>
375 <Annotation Term="OData.LongDescription" String="This property shall contain the power state of the system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700376 </Property>
377 <Property Name="Boot" Type="ComputerSystem.v1_0_0.Boot" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700378 <Annotation Term="OData.Description" String="The boot settings for this system."/>
379 <Annotation Term="OData.LongDescription" String="This property shall contain the boot settings for this system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700380 </Property>
381 <Property Name="BiosVersion" Type="Edm.String">
382 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
383 <Annotation Term="OData.Description" String="The version of the system BIOS or primary system firmware."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500384 <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 -0700385 </Property>
386 <Property Name="ProcessorSummary" Type="ComputerSystem.v1_0_0.ProcessorSummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700387 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500388 <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 -0700389 </Property>
390 <Property Name="MemorySummary" Type="ComputerSystem.v1_0_0.MemorySummary" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700391 <Annotation Term="OData.Description" String="The central memory of the system in general detail."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500392 <Annotation Term="OData.LongDescription" String="This property shall describe the central memory for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 </Property>
394 <Property Name="Actions" Type="ComputerSystem.v1_0_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500395 <Annotation Term="OData.Description" String="The available actions for this resource."/>
396 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 </Property>
398 <NavigationProperty Name="Processors" Type="ProcessorCollection.ProcessorCollection" ContainsTarget="true" Nullable="false">
399 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700400 <Annotation Term="OData.Description" String="The link to the collection of processors associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500401 <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 -0700402 <Annotation Term="OData.AutoExpandReferences"/>
403 </NavigationProperty>
404 <NavigationProperty Name="EthernetInterfaces" Type="EthernetInterfaceCollection.EthernetInterfaceCollection" ContainsTarget="true" Nullable="false">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="The link to the collection of Ethernet interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500407 <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 -0700408 <Annotation Term="OData.AutoExpandReferences"/>
409 </NavigationProperty>
410 <NavigationProperty Name="SimpleStorage" Type="SimpleStorageCollection.SimpleStorageCollection" ContainsTarget="true" Nullable="false">
411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500413 <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 -0700414 <Annotation Term="OData.AutoExpandReferences"/>
415 </NavigationProperty>
416 <NavigationProperty Name="LogServices" Type="LogServiceCollection.LogServiceCollection" ContainsTarget="true" Nullable="false">
417 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500418 <Annotation Term="OData.Description" String="The link to the collection of log services associated with this system."/>
419 <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 -0700420 <Annotation Term="OData.AutoExpandReferences"/>
421 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800422 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500423 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
424 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800425 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700426 </EntityType>
427
428 <ComplexType Name="Links" BaseType="Resource.Links">
Gunnar Millsa778c022020-05-12 12:20:36 -0500429 <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
430 <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 -0700431 <NavigationProperty Name="Chassis" Type="Collection(Chassis.Chassis)">
432 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700433 <Annotation Term="OData.Description" String="An array of links to the chassis that contains this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500434 <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 -0700435 <Annotation Term="OData.AutoExpandReferences"/>
436 </NavigationProperty>
437 <NavigationProperty Name="ManagedBy" Type="Collection(Manager.Manager)">
438 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700439 <Annotation Term="OData.Description" String="An array of links to the managers responsible for this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500440 <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 -0700441 <Annotation Term="OData.AutoExpandReferences"/>
442 </NavigationProperty>
443 <NavigationProperty Name="PoweredBy" Type="Collection(Resource.Item)">
444 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500445 <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."/>
446 <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 -0700447 <Annotation Term="OData.AutoExpandReferences"/>
448 </NavigationProperty>
449 <NavigationProperty Name="CooledBy" Type="Collection(Resource.Item)">
450 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500451 <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."/>
452 <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 -0700453 <Annotation Term="OData.AutoExpandReferences"/>
454 </NavigationProperty>
455 </ComplexType>
456
457 <ComplexType Name="Actions">
458 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500459 <Annotation Term="OData.Description" String="The available actions for this resource."/>
460 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800461 <Property Name="Oem" Type="ComputerSystem.v1_0_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
463 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800464 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700465 </ComplexType>
466
467 <ComplexType Name="OemActions">
468 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500469 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
470 <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 -0700471 </ComplexType>
472
473 <EnumType Name="SystemType">
474 <Member Name="Physical">
475 <Annotation Term="OData.Description" String="A computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700476 <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 -0700477 </Member>
478 <Member Name="Virtual">
479 <Annotation Term="OData.Description" String="A virtual machine instance running on this system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700480 <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 -0700481 </Member>
482 <Member Name="OS">
483 <Annotation Term="OData.Description" String="An operating system instance."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 <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 -0700485 </Member>
486 <Member Name="PhysicallyPartitioned">
487 <Annotation Term="OData.Description" String="A hardware-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600488 <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 -0700489 </Member>
490 <Member Name="VirtuallyPartitioned">
491 <Annotation Term="OData.Description" String="A virtual or software-based partition of a computer system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600492 <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 -0700493 </Member>
494 <Member Name="Composed">
Gunnar Millsa778c022020-05-12 12:20:36 -0500495 <Annotation Term="OData.Description" String="A computer system constructed by binding resource blocks together."/>
496 <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 -0600497 <Annotation Term="Redfish.Revisions">
498 <Collection>
499 <Record>
500 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
501 <PropertyValue Property="Version" String="v1_4_0"/>
502 </Record>
503 </Collection>
504 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700505 </Member>
Gunnar Mills9d424662021-09-22 21:56:16 -0500506 <Member Name="DPU">
507 <Annotation Term="OData.Description" String="A computer system that performs the functions of a data processing unit, such as a SmartNIC."/>
508 <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."/>
509 <Annotation Term="Redfish.Revisions">
510 <Collection>
511 <Record>
512 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
513 <PropertyValue Property="Version" String="v1_16_0"/>
514 </Record>
515 </Collection>
516 </Annotation>
517 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700518 </EnumType>
519
Jason M. Billsea4aa752018-06-05 13:29:11 -0700520 <EnumType Name="IndicatorLED">
521 <Member Name="Unknown">
Ed Tanouscb103132019-10-08 11:34:22 -0700522 <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500523 <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 -0600524 <Annotation Term="Redfish.Revisions">
525 <Collection>
526 <Record>
527 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
528 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700529 <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 -0600530 </Record>
531 </Collection>
532 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700533 </Member>
534 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700535 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
536 <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 -0700537 </Member>
538 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700539 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
540 <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 -0700541 </Member>
542 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700543 <Annotation Term="OData.Description" String="The indicator LED is off."/>
544 <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 -0700545 </Member>
546 </EnumType>
547
548 <EnumType Name="PowerState">
549 <Member Name="On">
550 <Annotation Term="OData.Description" String="The system is powered on."/>
551 </Member>
552 <Member Name="Off">
Gunnar Mills844b4152020-06-22 12:44:09 -0500553 <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 -0700554 </Member>
555 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700556 <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 -0700557 </Member>
558 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <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 -0700560 </Member>
561 </EnumType>
562
563 <ComplexType Name="Boot">
564 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500565 <Annotation Term="OData.Description" String="The boot information for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700566 <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 -0700567 <Property Name="BootSourceOverrideTarget" Type="ComputerSystem.BootSource">
568 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700569 <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 -0500570 <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 -0700571 </Property>
572 <Property Name="BootSourceOverrideEnabled" Type="ComputerSystem.v1_0_0.BootSourceOverrideEnabled">
573 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Annotation Term="OData.Description" String="The state of the boot source override feature."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500575 <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 -0700576 </Property>
577 <Property Name="UefiTargetBootSourceOverride" Type="Edm.String">
578 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700579 <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 -0500580 <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 -0700581 </Property>
582 </ComplexType>
583
Jason M. Billsea4aa752018-06-05 13:29:11 -0700584 <EnumType Name="BootSourceOverrideEnabled">
585 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700586 <Annotation Term="OData.Description" String="The system boots normally."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700587 </Member>
588 <Member Name="Once">
Ed Tanouscb103132019-10-08 11:34:22 -0700589 <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 -0700590 </Member>
591 <Member Name="Continuous">
Ed Tanouscb103132019-10-08 11:34:22 -0700592 <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 -0700593 </Member>
594 </EnumType>
595
596 <ComplexType Name="ProcessorSummary">
597 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700598 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500599 <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 -0700600 <Property Name="Count" Type="Edm.Int64">
601 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
602 <Annotation Term="OData.Description" String="The number of physical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600603 <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 -0700604 <Annotation Term="Validation.Minimum" Int="0"/>
605 </Property>
606 <Property Name="Model" Type="Edm.String">
607 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
608 <Annotation Term="OData.Description" String="The processor model for the primary or majority of processors in this system."/>
609 <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."/>
610 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800611 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500612 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
613 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500614 <Annotation Term="Redfish.Revisions">
615 <Collection>
616 <Record>
617 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
618 <PropertyValue Property="Version" String="v1_16_0"/>
619 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
620 </Record>
621 </Collection>
622 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800623 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700624 </ComplexType>
625
626 <ComplexType Name="MemorySummary">
627 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700628 <Annotation Term="OData.Description" String="The memory of the system in general detail."/>
629 <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 -0700630 <Property Name="TotalSystemMemoryGiB" Type="Edm.Decimal">
631 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
632 <Annotation Term="OData.Description" String="The total configured operating system-accessible memory (RAM), measured in GiB."/>
633 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes."/>
634 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800635 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700636 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800637 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500638 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
639 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Gunnar Mills9d424662021-09-22 21:56:16 -0500640 <Annotation Term="Redfish.Revisions">
641 <Collection>
642 <Record>
643 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
644 <PropertyValue Property="Version" String="v1_16_0"/>
645 <PropertyValue Property="Description" String="This property has been deprecated in favor of the Conditions property within Status in the root of this resource."/>
646 </Record>
647 </Collection>
648 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800649 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700650 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700651 </Schema>
652
653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_1">
654 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
655 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
656 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_0.ComputerSystem"/>
657 </Schema>
658
659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_2">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
662 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_1.ComputerSystem"/>
663 </Schema>
664
665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_3">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
667 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
668 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem"/>
669 </Schema>
670
671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_4">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
674 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_3.ComputerSystem"/>
675 </Schema>
676
677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_5">
678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700679 <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 -0700680 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_4.ComputerSystem"/>
681 </Schema>
682
683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_6">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
686 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_5.ComputerSystem"/>
687 </Schema>
688
689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_7">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700691 <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 -0700692 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_6.ComputerSystem"/>
693 </Schema>
694
Ed Tanous530520e2019-01-02 13:41:37 -0800695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_8">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500697 <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 -0800698 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_7.ComputerSystem"/>
699 </Schema>
700
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_9">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500703 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600704 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_8.ComputerSystem"/>
705 </Schema>
706
Ed Tanouscb103132019-10-08 11:34:22 -0700707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_10">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709 <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."/>
710 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_9.ComputerSystem"/>
711 </Schema>
712
713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_11">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
716 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_10.ComputerSystem"/>
717 </Schema>
718
Gunnar Mills09b9d452020-02-11 13:27:39 -0600719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_12">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
722 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_11.ComputerSystem"/>
723 </Schema>
724
Gunnar Millsa778c022020-05-12 12:20:36 -0500725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_13">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
728 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_12.ComputerSystem"/>
729 </Schema>
730
Gunnar Mills844b4152020-06-22 12:44:09 -0500731 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_14">
732 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733 <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."/>
734 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_13.ComputerSystem"/>
735 </Schema>
736
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500737 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_15">
738 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600739 <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 -0500740 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_14.ComputerSystem"/>
741 </Schema>
742
Gunnar Mills262d7d42021-01-20 16:28:41 -0600743 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_16">
744 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745 <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."/>
746 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_15.ComputerSystem"/>
747 </Schema>
748
Gunnar Mills10f270b2021-05-19 15:34:06 -0500749 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_17">
750 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751 <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."/>
752 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_16.ComputerSystem"/>
753 </Schema>
754
Jason M. Billsea4aa752018-06-05 13:29:11 -0700755 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_0">
756 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600757 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700758
759 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem">
760 <Property Name="TrustedModules" Type="Collection(ComputerSystem.v1_1_0.TrustedModules)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700761 <Annotation Term="OData.Description" String="An array of trusted modules in the system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500762 <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 -0700763 </Property>
764 <NavigationProperty Name="SecureBoot" Type="SecureBoot.SecureBoot" ContainsTarget="true" Nullable="false">
765 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700766 <Annotation Term="OData.Description" String="The link to the UEFI Secure Boot associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500767 <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 -0700768 <Annotation Term="OData.AutoExpandReferences"/>
769 </NavigationProperty>
770 <NavigationProperty Name="Bios" Type="Bios.Bios" ContainsTarget="true" Nullable="false">
771 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700772 <Annotation Term="OData.Description" String="The link to the BIOS settings associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500773 <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 -0700774 <Annotation Term="OData.AutoExpandReferences"/>
775 </NavigationProperty>
776 <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
777 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700778 <Annotation Term="OData.Description" String="The link to the collection of memory associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500779 <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 -0700780 <Annotation Term="OData.AutoExpandReferences"/>
781 </NavigationProperty>
782 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" ContainsTarget="true" Nullable="false">
783 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700784 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500785 <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 -0700786 <Annotation Term="OData.AutoExpandReferences"/>
787 </NavigationProperty>
788 </EntityType>
789
790 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_0_0.MemorySummary">
791 <Property Name="MemoryMirroring" Type="ComputerSystem.v1_1_0.MemoryMirroring">
792 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700793 <Annotation Term="OData.Description" String="The ability and type of memory mirroring that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500794 <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 -0700795 </Property>
796 </ComplexType>
797
798 <EnumType Name="MemoryMirroring">
799 <Member Name="System">
Ed Tanouscb103132019-10-08 11:34:22 -0700800 <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 -0700801 </Member>
802 <Member Name="DIMM">
803 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored."/>
804 </Member>
805 <Member Name="Hybrid">
806 <Annotation Term="OData.Description" String="The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored."/>
807 </Member>
808 <Member Name="None">
809 <Annotation Term="OData.Description" String="The system does not support DIMM mirroring."/>
810 </Member>
811 </EnumType>
812
813 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_0_0.Boot">
814 <Property Name="BootSourceOverrideMode" Type="ComputerSystem.v1_1_0.BootSourceOverrideMode">
815 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700816 <Annotation Term="OData.Description" String="The BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
817 <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 -0700818 </Property>
819 </ComplexType>
820
821 <EnumType Name="BootSourceOverrideMode">
822 <Member Name="Legacy">
Ed Tanouscb103132019-10-08 11:34:22 -0700823 <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 -0700824 </Member>
825 <Member Name="UEFI">
Ed Tanouscb103132019-10-08 11:34:22 -0700826 <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 -0700827 </Member>
828 </EnumType>
829
830 <ComplexType Name="TrustedModules">
831 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700832 <Annotation Term="OData.Description" String="The Trusted Module installed in the system."/>
833 <Annotation Term="OData.LongDescription" String="This type shall describe a Trusted Module for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700834 <Property Name="FirmwareVersion" Type="Edm.String">
835 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
836 <Annotation Term="OData.Description" String="The firmware version of this Trusted Module."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600837 <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 -0700838 </Property>
839 <Property Name="InterfaceType" Type="ComputerSystem.v1_1_0.InterfaceType">
840 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700841 <Annotation Term="OData.Description" String="The interface type of the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700842 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type of the installed Trusted Module."/>
843 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800844 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500845 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
846 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800847 </Property>
848 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700849 <Annotation Term="OData.Description" String="The OEM extension property."/>
850 <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 -0800851 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700852 </ComplexType>
853
854 <EnumType Name="InterfaceType">
855 <Member Name="TPM1_2">
856 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 1.2."/>
857 </Member>
858 <Member Name="TPM2_0">
859 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 2.0."/>
860 </Member>
861 <Member Name="TCM1_0">
862 <Annotation Term="OData.Description" String="Trusted Cryptography Module (TCM) 1.0."/>
863 </Member>
864 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700865 </Schema>
866
867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_1">
868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
869 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
870 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_0.ComputerSystem"/>
871 </Schema>
872
873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_2">
874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
875 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
876 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem"/>
877 </Schema>
878
879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_3">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700881 <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 -0700882 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_2.ComputerSystem"/>
883 </Schema>
884
885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_4">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
888 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_3.ComputerSystem"/>
889 </Schema>
890
891 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_5">
892 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700893 <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 -0700894 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_4.ComputerSystem"/>
895 </Schema>
896
Ed Tanous530520e2019-01-02 13:41:37 -0800897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_6">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500899 <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 -0800900 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_5.ComputerSystem"/>
901 </Schema>
902
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_7">
904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500905 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600906 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_6.ComputerSystem"/>
907 </Schema>
908
Ed Tanouscb103132019-10-08 11:34:22 -0700909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_8">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
911 <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."/>
912 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_7.ComputerSystem"/>
913 </Schema>
914
915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_9">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
918 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_8.ComputerSystem"/>
919 </Schema>
920
Gunnar Mills09b9d452020-02-11 13:27:39 -0600921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_10">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
924 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_9.ComputerSystem"/>
925 </Schema>
926
Gunnar Millsa778c022020-05-12 12:20:36 -0500927 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_11">
928 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
929 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
930 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_10.ComputerSystem"/>
931 </Schema>
932
Gunnar Mills844b4152020-06-22 12:44:09 -0500933 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_12">
934 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
935 <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."/>
936 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_11.ComputerSystem"/>
937 </Schema>
938
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500939 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_13">
940 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600941 <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 -0500942 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_12.ComputerSystem"/>
943 </Schema>
944
Gunnar Mills262d7d42021-01-20 16:28:41 -0600945 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_14">
946 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947 <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."/>
948 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_13.ComputerSystem"/>
949 </Schema>
950
Gunnar Mills10f270b2021-05-19 15:34:06 -0500951 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_15">
952 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
953 <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."/>
954 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_14.ComputerSystem"/>
955 </Schema>
956
Jason M. Billsea4aa752018-06-05 13:29:11 -0700957 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_0">
958 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600959 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700960
961 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem">
962 <Property Name="HostingRoles" Type="Collection(ComputerSystem.v1_2_0.HostingRole)" Nullable="false">
963 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700964 <Annotation Term="OData.Description" String="The hosting roles that this computer system supports."/>
965 <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 -0700966 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700967 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700968 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700969 <Annotation Term="OData.Description" String="The link to a collection of PCIe devices that this computer system uses."/>
970 <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 -0700971 <Annotation Term="OData.AutoExpandReferences"/>
972 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700973 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700974 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700975 <Annotation Term="OData.Description" String="The link to a collection of PCIe functions that this computer system uses."/>
976 <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 -0700977 <Annotation Term="OData.AutoExpandReferences"/>
978 </NavigationProperty>
979 <Property Name="HostedServices" Type="ComputerSystem.v1_2_0.HostedServices" Nullable="false">
980 <Annotation Term="OData.Description" String="The services that this computer system supports."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700981 <Annotation Term="OData.LongDescription" String="This property shall describe services that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700982 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700983 <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700984 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700985 <Annotation Term="OData.Description" String="The link to the collection of memory domains associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500986 <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 -0700987 <Annotation Term="OData.AutoExpandReferences"/>
988 </NavigationProperty>
989 </EntityType>
990
991 <ComplexType Name="HostedServices">
992 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500993 <Annotation Term="OData.Description" String="The services that might be running or installed on the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700994 <Annotation Term="OData.LongDescription" String="This type shall describe services that a computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700995 <NavigationProperty Name="StorageServices" Type="HostedStorageServices.HostedStorageServices" ContainsTarget="true" Nullable="false">
996 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700997 <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 -0500998 <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 -0700999 <Annotation Term="OData.AutoExpandReferences"/>
1000 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -08001001 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001002 <Annotation Term="OData.Description" String="The OEM extension property."/>
1003 <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 -08001004 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001005 </ComplexType>
1006
1007 <EnumType Name="HostingRole">
Ed Tanouscb103132019-10-08 11:34:22 -07001008 <Annotation Term="OData.Description" String="The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports."/>
1009 <Member Name="ApplicationServer">
Jason M. Billsea4aa752018-06-05 13:29:11 -07001010 <Annotation Term="OData.Description" String="The system hosts functionality that supports general purpose applications."/>
1011 </Member>
1012 <Member Name="StorageServer">
1013 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a storage server."/>
1014 </Member>
1015 <Member Name="Switch">
1016 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a switch."/>
1017 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -06001018 <Member Name="Appliance">
1019 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as an appliance."/>
1020 <Annotation Term="Redfish.Revisions">
1021 <Collection>
1022 <Record>
1023 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1024 <PropertyValue Property="Version" String="v1_10_0"/>
1025 </Record>
1026 </Collection>
1027 </Annotation>
1028 </Member>
1029 <Member Name="BareMetalServer">
1030 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a bare metal server."/>
1031 <Annotation Term="Redfish.Revisions">
1032 <Collection>
1033 <Record>
1034 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1035 <PropertyValue Property="Version" String="v1_10_0"/>
1036 </Record>
1037 </Collection>
1038 </Annotation>
1039 </Member>
1040 <Member Name="VirtualMachineServer">
1041 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a virtual machine server."/>
1042 <Annotation Term="Redfish.Revisions">
1043 <Collection>
1044 <Record>
1045 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1046 <PropertyValue Property="Version" String="v1_10_0"/>
1047 </Record>
1048 </Collection>
1049 </Annotation>
1050 </Member>
1051 <Member Name="ContainerServer">
1052 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a container server."/>
1053 <Annotation Term="Redfish.Revisions">
1054 <Collection>
1055 <Record>
1056 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1057 <PropertyValue Property="Version" String="v1_10_0"/>
1058 </Record>
1059 </Collection>
1060 </Annotation>
1061 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001062 </EnumType>
1063
1064 <ComplexType Name="Links" BaseType="ComputerSystem.v1_0_0.Links">
1065 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1066 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001067 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001068 <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 -07001069 <Annotation Term="OData.AutoExpandReferences"/>
1070 </NavigationProperty>
1071 </ComplexType>
1072 </Schema>
1073
1074 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_1">
1075 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1076 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1077 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_0.ComputerSystem"/>
1078 </Schema>
1079
1080 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_2">
1081 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001082 <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 -07001083 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem"/>
1084 </Schema>
1085
1086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_3">
1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1089 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_2.ComputerSystem"/>
1090 </Schema>
1091
1092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_4">
1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001094 <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 -07001095 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_3.ComputerSystem"/>
1096 </Schema>
1097
Ed Tanous530520e2019-01-02 13:41:37 -08001098 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_5">
1099 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001100 <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 -08001101 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_4.ComputerSystem"/>
1102 </Schema>
1103
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_6">
1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001106 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001107 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_5.ComputerSystem"/>
1108 </Schema>
1109
Ed Tanouscb103132019-10-08 11:34:22 -07001110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_7">
1111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1112 <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."/>
1113 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_6.ComputerSystem"/>
1114 </Schema>
1115
1116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_8">
1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1119 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_7.ComputerSystem"/>
1120 </Schema>
1121
Gunnar Mills09b9d452020-02-11 13:27:39 -06001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_9">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1125 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_8.ComputerSystem"/>
1126 </Schema>
1127
Gunnar Millsa778c022020-05-12 12:20:36 -05001128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_10">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1130 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1131 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_9.ComputerSystem"/>
1132 </Schema>
1133
Gunnar Mills844b4152020-06-22 12:44:09 -05001134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_11">
1135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1136 <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."/>
1137 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_10.ComputerSystem"/>
1138 </Schema>
1139
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_12">
1141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001142 <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 -05001143 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_11.ComputerSystem"/>
1144 </Schema>
1145
Gunnar Mills262d7d42021-01-20 16:28:41 -06001146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_13">
1147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1148 <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."/>
1149 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_12.ComputerSystem"/>
1150 </Schema>
1151
Gunnar Mills10f270b2021-05-19 15:34:06 -05001152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_14">
1153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1154 <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."/>
1155 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_13.ComputerSystem"/>
1156 </Schema>
1157
Jason M. Billsea4aa752018-06-05 13:29:11 -07001158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_0">
1159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001160 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001161
Jason M. Billsea4aa752018-06-05 13:29:11 -07001162 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem">
1163 <NavigationProperty Name="NetworkInterfaces" Type="NetworkInterfaceCollection.NetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
1164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001165 <Annotation Term="OData.Description" String="The link to the collection of Network Interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001166 <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 -07001167 <Annotation Term="OData.AutoExpandReferences"/>
1168 </NavigationProperty>
1169 </EntityType>
1170
1171 <ComplexType Name="TrustedModules" BaseType="ComputerSystem.v1_1_0.TrustedModules">
1172 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1173 <Property Name="FirmwareVersion2" Type="Edm.String">
1174 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001175 <Annotation Term="OData.Description" String="The second firmware version of this Trusted Module, if applicable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001176 <Annotation Term="OData.LongDescription" String="This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module."/>
1177 </Property>
1178 <Property Name="InterfaceTypeSelection" Type="ComputerSystem.v1_3_0.InterfaceTypeSelection">
1179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001180 <Annotation Term="OData.Description" String="The interface type selection supported by this Trusted Module."/>
1181 <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 -07001182 </Property>
1183 </ComplexType>
1184
1185 <EnumType Name="InterfaceTypeSelection">
1186 <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."/>
1187 <Member Name="None">
1188 <Annotation Term="OData.Description" String="The TrustedModule does not support switching the InterfaceType."/>
1189 </Member>
1190 <Member Name="FirmwareUpdate">
Ed Tanouscb103132019-10-08 11:34:22 -07001191 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through a firmware update."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001192 </Member>
1193 <Member Name="BiosSetting">
Ed Tanouscb103132019-10-08 11:34:22 -07001194 <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 -07001195 </Member>
1196 <Member Name="OemMethod">
Ed Tanouscb103132019-10-08 11:34:22 -07001197 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001198 </Member>
1199 </EnumType>
1200 </Schema>
1201
1202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_1">
1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001204 <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 -07001205 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_0.ComputerSystem"/>
1206 </Schema>
1207
1208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_2">
1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1211 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1212 </Schema>
1213
1214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_3">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001216 <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 -07001217 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_2.ComputerSystem"/>
1218 </Schema>
1219
Ed Tanous530520e2019-01-02 13:41:37 -08001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_4">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001222 <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 -08001223 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_3.ComputerSystem"/>
1224 </Schema>
1225
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_5">
1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001228 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001229 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_4.ComputerSystem"/>
1230 </Schema>
1231
Ed Tanouscb103132019-10-08 11:34:22 -07001232 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_6">
1233 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1234 <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."/>
1235 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_5.ComputerSystem"/>
1236 </Schema>
1237
1238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_7">
1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1241 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_6.ComputerSystem"/>
1242 </Schema>
1243
Gunnar Mills09b9d452020-02-11 13:27:39 -06001244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_8">
1245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1247 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_7.ComputerSystem"/>
1248 </Schema>
1249
Gunnar Millsa778c022020-05-12 12:20:36 -05001250 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_9">
1251 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1252 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1253 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_8.ComputerSystem"/>
1254 </Schema>
1255
Gunnar Mills844b4152020-06-22 12:44:09 -05001256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_10">
1257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1258 <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."/>
1259 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_9.ComputerSystem"/>
1260 </Schema>
1261
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001262 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_11">
1263 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001264 <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 -05001265 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_10.ComputerSystem"/>
1266 </Schema>
1267
Gunnar Mills262d7d42021-01-20 16:28:41 -06001268 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_12">
1269 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1270 <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."/>
1271 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_11.ComputerSystem"/>
1272 </Schema>
1273
Gunnar Mills10f270b2021-05-19 15:34:06 -05001274 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_13">
1275 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1276 <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."/>
1277 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_12.ComputerSystem"/>
1278 </Schema>
1279
Jason M. Billsea4aa752018-06-05 13:29:11 -07001280 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_0">
1281 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001282 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001283
Jason M. Billsea4aa752018-06-05 13:29:11 -07001284 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1285
1286 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_1_0.MemorySummary">
1287 <Property Name="TotalSystemPersistentMemoryGiB" Type="Edm.Decimal">
1288 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1289 <Annotation Term="OData.Description" String="The total configured, system-accessible persistent memory, measured in GiB."/>
1290 <Annotation Term="OData.LongDescription" String="This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes."/>
1291 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001292 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001293 </Property>
1294 </ComplexType>
1295
1296 <ComplexType Name="Links" BaseType="ComputerSystem.v1_2_0.Links">
1297 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1298 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001299 <Annotation Term="OData.Description" String="An array of links to the resource blocks that are used in this computer system."/>
1300 <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 -07001301 <Annotation Term="OData.AutoExpandReferences"/>
1302 </NavigationProperty>
1303 </ComplexType>
1304 </Schema>
1305
1306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_1">
1307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1309 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_0.ComputerSystem"/>
1310 </Schema>
1311
1312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_2">
1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001314 <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 -07001315 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_1.ComputerSystem"/>
1316 </Schema>
1317
Ed Tanous530520e2019-01-02 13:41:37 -08001318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_3">
1319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001320 <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 -08001321 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem"/>
1322 </Schema>
1323
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_4">
1325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001326 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001327 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_3.ComputerSystem"/>
1328 </Schema>
1329
Ed Tanouscb103132019-10-08 11:34:22 -07001330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_5">
1331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1332 <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."/>
1333 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_4.ComputerSystem"/>
1334 </Schema>
1335
1336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_6">
1337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1338 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1339 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_5.ComputerSystem"/>
1340 </Schema>
1341
Gunnar Mills09b9d452020-02-11 13:27:39 -06001342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_7">
1343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1345 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_6.ComputerSystem"/>
1346 </Schema>
1347
Gunnar Millsa778c022020-05-12 12:20:36 -05001348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_8">
1349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1350 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1351 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_7.ComputerSystem"/>
1352 </Schema>
1353
Gunnar Mills844b4152020-06-22 12:44:09 -05001354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_9">
1355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1356 <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."/>
1357 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_8.ComputerSystem"/>
1358 </Schema>
1359
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_10">
1361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001362 <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 -05001363 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_9.ComputerSystem"/>
1364 </Schema>
1365
Gunnar Mills262d7d42021-01-20 16:28:41 -06001366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_11">
1367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1368 <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."/>
1369 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_10.ComputerSystem"/>
1370 </Schema>
1371
Gunnar Mills10f270b2021-05-19 15:34:06 -05001372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_12">
1373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1374 <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."/>
1375 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_11.ComputerSystem"/>
1376 </Schema>
1377
Jason M. Billsea4aa752018-06-05 13:29:11 -07001378 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_0">
1379 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001380 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001381
Jason M. Billsea4aa752018-06-05 13:29:11 -07001382 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem">
1383 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
1384 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001385 <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."/>
1386 <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 -07001387 <Annotation Term="OData.AutoExpand"/>
1388 </NavigationProperty>
1389 <Property Name="HostWatchdogTimer" Type="ComputerSystem.v1_5_0.WatchdogTimer" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001390 <Annotation Term="OData.Description" String="The host watchdog timer functionality for this system."/>
1391 <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 -07001392 </Property>
1393 <Property Name="SubModel" Type="Edm.String">
1394 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1395 <Annotation Term="OData.Description" String="The sub-model for this system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001396 <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 -07001397 </Property>
1398 </EntityType>
1399
1400 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_1_0.Boot">
1401 <NavigationProperty Name="BootOptions" Type="BootOptionCollection.BootOptionCollection" ContainsTarget="true" Nullable="false">
1402 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001403 <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 -05001404 <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 -07001405 <Annotation Term="OData.AutoExpandReferences"/>
1406 </NavigationProperty>
1407 <Property Name="BootNext" Type="Edm.String">
1408 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001409 <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 -05001410 <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 -07001411 </Property>
1412 <Property Name="BootOrder" Type="Collection(Edm.String)">
1413 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Mills60c922d2021-12-01 09:28:53 -06001414 <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 -07001415 <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 -07001416 </Property>
1417 </ComplexType>
1418
1419 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_0_0.ProcessorSummary">
1420 <Property Name="LogicalProcessorCount" Type="Edm.Int64">
1421 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1422 <Annotation Term="OData.Description" String="The number of logical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001423 <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 -07001424 <Annotation Term="Validation.Minimum" Int="0"/>
1425 </Property>
1426 </ComplexType>
1427
1428 <ComplexType Name="Links" BaseType="ComputerSystem.v1_4_0.Links">
1429 <NavigationProperty Name="ConsumingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1430 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001431 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
1432 <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 -07001433 <Annotation Term="OData.AutoExpandReferences"/>
1434 </NavigationProperty>
1435 <NavigationProperty Name="SupplyingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1436 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001437 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
1438 <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 -07001439 <Annotation Term="OData.AutoExpandReferences"/>
1440 </NavigationProperty>
1441 </ComplexType>
1442
1443 <ComplexType Name="WatchdogTimer">
1444 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001445 <Annotation Term="OData.Description" String="This type describes the host watchdog timer functionality for this system."/>
1446 <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 -07001447 <Property Name="FunctionEnabled" Type="Edm.Boolean">
1448 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001449 <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."/>
1450 <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 -07001451 <Annotation Term="Redfish.Required"/>
1452 </Property>
1453 <Property Name="WarningAction" Type="ComputerSystem.v1_5_0.WatchdogWarningActions">
1454 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001455 <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."/>
1456 <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 -07001457 </Property>
1458 <Property Name="TimeoutAction" Type="ComputerSystem.v1_5_0.WatchdogTimeoutActions">
1459 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001460 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer reaches its timeout value."/>
1461 <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 -07001462 <Annotation Term="Redfish.Required"/>
1463 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001464 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001465 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1466 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001467 </Property>
1468 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001469 <Annotation Term="OData.Description" String="The OEM extension property."/>
1470 <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 -08001471 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001472 </ComplexType>
1473
1474 <EnumType Name="WatchdogWarningActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001475 <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 -07001476 <Member Name="None">
1477 <Annotation Term="OData.Description" String="No action taken."/>
1478 </Member>
1479 <Member Name="DiagnosticInterrupt">
1480 <Annotation Term="OData.Description" String="Raise a (typically non-maskable) Diagnostic Interrupt."/>
1481 </Member>
1482 <Member Name="SMI">
1483 <Annotation Term="OData.Description" String="Raise a Systems Management Interrupt (SMI)."/>
1484 </Member>
1485 <Member Name="MessagingInterrupt">
1486 <Annotation Term="OData.Description" String="Raise a legacy IPMI messaging interrupt."/>
1487 </Member>
1488 <Member Name="SCI">
1489 <Annotation Term="OData.Description" String="Raise an interrupt using the ACPI System Control Interrupt (SCI)."/>
1490 </Member>
1491 <Member Name="OEM">
1492 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1493 </Member>
1494 </EnumType>
1495
1496 <EnumType Name="WatchdogTimeoutActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001497 <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 -07001498 <Member Name="None">
1499 <Annotation Term="OData.Description" String="No action taken."/>
1500 </Member>
1501 <Member Name="ResetSystem">
1502 <Annotation Term="OData.Description" String="Reset the system."/>
1503 </Member>
1504 <Member Name="PowerCycle">
1505 <Annotation Term="OData.Description" String="Power cycle the system."/>
1506 </Member>
1507 <Member Name="PowerDown">
1508 <Annotation Term="OData.Description" String="Power down the system."/>
1509 </Member>
1510 <Member Name="OEM">
1511 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1512 </Member>
1513 </EnumType>
1514 </Schema>
1515
Ed Tanous530520e2019-01-02 13:41:37 -08001516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_1">
1517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001518 <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 -08001519 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_0.ComputerSystem"/>
1520 </Schema>
1521
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_2">
1523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001524 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001525 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_1.ComputerSystem"/>
1526 </Schema>
1527
Ed Tanouscb103132019-10-08 11:34:22 -07001528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_3">
1529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1530 <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."/>
1531 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem"/>
1532 </Schema>
1533
1534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_4">
1535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1536 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1537 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_3.ComputerSystem"/>
1538 </Schema>
1539
Gunnar Mills09b9d452020-02-11 13:27:39 -06001540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_5">
1541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1542 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1543 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_4.ComputerSystem"/>
1544 </Schema>
1545
Gunnar Millsa778c022020-05-12 12:20:36 -05001546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_6">
1547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1548 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1549 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_5.ComputerSystem"/>
1550 </Schema>
1551
Gunnar Mills844b4152020-06-22 12:44:09 -05001552 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_7">
1553 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1554 <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."/>
1555 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_6.ComputerSystem"/>
1556 </Schema>
1557
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_8">
1559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001560 <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 -05001561 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_7.ComputerSystem"/>
1562 </Schema>
1563
Gunnar Mills262d7d42021-01-20 16:28:41 -06001564 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_9">
1565 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1566 <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."/>
1567 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_8.ComputerSystem"/>
1568 </Schema>
1569
Gunnar Mills10f270b2021-05-19 15:34:06 -05001570 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_10">
1571 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1572 <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."/>
1573 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_9.ComputerSystem"/>
1574 </Schema>
1575
Gunnar Mills60c922d2021-12-01 09:28:53 -06001576 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_11">
1577 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1578 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1579 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_10.ComputerSystem"/>
1580 </Schema>
1581
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_0">
1583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1584 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001585
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001586 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem">
1587 <Property Name="PowerRestorePolicy" Type="ComputerSystem.v1_6_0.PowerRestorePolicyTypes" Nullable="false">
1588 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1589 <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 -07001590 <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 -06001591 </Property>
1592 </EntityType>
1593
1594 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_5_0.Boot">
1595 <Property Name="AliasBootOrder" Type="Collection(ComputerSystem.BootSource)">
1596 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001597 <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 -05001598 <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 -06001599 </Property>
1600 <Property Name="BootOrderPropertySelection" Type="ComputerSystem.v1_6_0.BootOrderTypes">
1601 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001602 <Annotation Term="OData.Description" String="The name of the boot order property that the system uses for the persistent boot order."/>
1603 <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 -06001604 </Property>
1605 </ComplexType>
1606
1607 <EnumType Name="PowerRestorePolicyTypes">
1608 <Annotation Term="OData.Description" String="The enumerations of PowerRestorePolicyTypes specify the choice of power state for the system when power is applied."/>
1609 <Member Name="AlwaysOn">
Ed Tanouscb103132019-10-08 11:34:22 -07001610 <Annotation Term="OData.Description" String="The system always powers on when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001611 </Member>
1612 <Member Name="AlwaysOff">
Ed Tanouscb103132019-10-08 11:34:22 -07001613 <Annotation Term="OData.Description" String="The system always remains powered off when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001614 </Member>
1615 <Member Name="LastState">
Ed Tanouscb103132019-10-08 11:34:22 -07001616 <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 -06001617 </Member>
1618 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -07001619
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001620 <EnumType Name="BootOrderTypes">
1621 <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."/>
1622 <Member Name="BootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001623 <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 -06001624 </Member>
1625 <Member Name="AliasBootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001626 <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 -06001627 </Member>
1628 </EnumType>
1629 </Schema>
1630
Ed Tanouscb103132019-10-08 11:34:22 -07001631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_1">
1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1633 <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."/>
1634 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_0.ComputerSystem"/>
1635 </Schema>
1636
1637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_2">
1638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1639 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1640 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1641 </Schema>
1642
Gunnar Mills09b9d452020-02-11 13:27:39 -06001643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_3">
1644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1645 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1646 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_2.ComputerSystem"/>
1647 </Schema>
1648
Gunnar Millsa778c022020-05-12 12:20:36 -05001649 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_4">
1650 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1651 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1652 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_3.ComputerSystem"/>
1653 </Schema>
1654
Gunnar Mills844b4152020-06-22 12:44:09 -05001655 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_5">
1656 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1657 <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."/>
1658 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_4.ComputerSystem"/>
1659 </Schema>
1660
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001661 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_6">
1662 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001663 <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 -05001664 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_5.ComputerSystem"/>
1665 </Schema>
1666
Gunnar Mills262d7d42021-01-20 16:28:41 -06001667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_7">
1668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1669 <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."/>
1670 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_6.ComputerSystem"/>
1671 </Schema>
1672
Gunnar Mills10f270b2021-05-19 15:34:06 -05001673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_8">
1674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1675 <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."/>
1676 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_7.ComputerSystem"/>
1677 </Schema>
1678
Gunnar Mills60c922d2021-12-01 09:28:53 -06001679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_9">
1680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1681 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1682 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_8.ComputerSystem"/>
1683 </Schema>
1684
Ed Tanouscb103132019-10-08 11:34:22 -07001685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_0">
1686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1687 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001688
Ed Tanouscb103132019-10-08 11:34:22 -07001689 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1690
1691 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_6_0.Boot">
1692 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1693 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1694 <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 -05001695 <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 -07001696 <Annotation Term="OData.AutoExpandReferences"/>
1697 </NavigationProperty>
1698 </ComplexType>
1699
1700 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_5_0.ProcessorSummary">
1701 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" ContainsTarget="true" Nullable="false">
1702 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1703 <Annotation Term="OData.Description" String="The link to the metrics associated with all processors in this system."/>
1704 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all processors in this system."/>
1705 </NavigationProperty>
1706 </ComplexType>
1707 </Schema>
1708
1709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_1">
1710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1711 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1712 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1713 </Schema>
1714
Gunnar Mills09b9d452020-02-11 13:27:39 -06001715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_2">
1716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1717 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1718 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_1.ComputerSystem"/>
1719 </Schema>
1720
Gunnar Millsa778c022020-05-12 12:20:36 -05001721 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_3">
1722 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1723 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1724 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_2.ComputerSystem"/>
1725 </Schema>
1726
Gunnar Mills844b4152020-06-22 12:44:09 -05001727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_4">
1728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1729 <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."/>
1730 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_3.ComputerSystem"/>
1731 </Schema>
1732
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_5">
1734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001735 <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 -05001736 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_4.ComputerSystem"/>
1737 </Schema>
1738
Gunnar Mills262d7d42021-01-20 16:28:41 -06001739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_6">
1740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1741 <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."/>
1742 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_5.ComputerSystem"/>
1743 </Schema>
1744
Gunnar Mills10f270b2021-05-19 15:34:06 -05001745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_7">
1746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1747 <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."/>
1748 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_6.ComputerSystem"/>
1749 </Schema>
1750
Gunnar Mills60c922d2021-12-01 09:28:53 -06001751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_8">
1752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1753 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1754 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_7.ComputerSystem"/>
1755 </Schema>
1756
Ed Tanouscb103132019-10-08 11:34:22 -07001757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_0">
1758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1759 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001760
Ed Tanouscb103132019-10-08 11:34:22 -07001761 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1762
1763 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_4_0.MemorySummary">
1764 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
1765 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1766 <Annotation Term="OData.Description" String="The link to the metrics associated with all memory in this system."/>
1767 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all memory in this system."/>
1768 </NavigationProperty>
1769 </ComplexType>
1770 </Schema>
1771
Gunnar Mills09b9d452020-02-11 13:27:39 -06001772 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_1">
1773 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1774 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1775 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
1776 </Schema>
1777
Gunnar Millsa778c022020-05-12 12:20:36 -05001778 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_2">
1779 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1780 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1781 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_1.ComputerSystem"/>
1782 </Schema>
1783
Gunnar Mills844b4152020-06-22 12:44:09 -05001784 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_3">
1785 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1786 <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."/>
1787 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_2.ComputerSystem"/>
1788 </Schema>
1789
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001790 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_4">
1791 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001792 <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 -05001793 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_3.ComputerSystem"/>
1794 </Schema>
1795
Gunnar Mills262d7d42021-01-20 16:28:41 -06001796 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_5">
1797 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1798 <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."/>
1799 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_4.ComputerSystem"/>
1800 </Schema>
1801
Gunnar Mills10f270b2021-05-19 15:34:06 -05001802 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_6">
1803 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1804 <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."/>
1805 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_5.ComputerSystem"/>
1806 </Schema>
1807
Gunnar Mills60c922d2021-12-01 09:28:53 -06001808 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_7">
1809 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1810 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1811 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_6.ComputerSystem"/>
1812 </Schema>
1813
Gunnar Mills6f44b752020-02-06 16:50:51 -06001814 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_0">
1815 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1816 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001817
Gunnar Mills6f44b752020-02-06 16:50:51 -06001818 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001819
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001820 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_7_0.Boot">
Gunnar Mills6f44b752020-02-06 16:50:51 -06001821 <Property Name="HttpBootUri" Type="Edm.String">
1822 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1823 <Annotation Term="OData.Description" String="The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`."/>
1824 <Annotation Term="OData.LongDescription" String="This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`."/>
1825 <Annotation Term="OData.IsURL"/>
1826 </Property>
1827 </ComplexType>
1828 </Schema>
1829
Gunnar Mills09b9d452020-02-11 13:27:39 -06001830 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_1">
1831 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1832 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1833 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_0.ComputerSystem"/>
1834 </Schema>
1835
Gunnar Millsa778c022020-05-12 12:20:36 -05001836 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_2">
1837 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1838 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1839 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem"/>
1840 </Schema>
1841
Gunnar Mills844b4152020-06-22 12:44:09 -05001842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_3">
1843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1844 <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."/>
1845 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_2.ComputerSystem"/>
1846 </Schema>
1847
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001848 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_4">
1849 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001850 <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 -05001851 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_3.ComputerSystem"/>
1852 </Schema>
1853
Gunnar Mills262d7d42021-01-20 16:28:41 -06001854 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_5">
1855 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1856 <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."/>
1857 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_4.ComputerSystem"/>
1858 </Schema>
1859
Gunnar Mills10f270b2021-05-19 15:34:06 -05001860 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_6">
1861 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1862 <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."/>
1863 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_5.ComputerSystem"/>
1864 </Schema>
1865
Gunnar Mills60c922d2021-12-01 09:28:53 -06001866 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_7">
1867 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1868 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1869 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_6.ComputerSystem"/>
1870 </Schema>
1871
Gunnar Mills09b9d452020-02-11 13:27:39 -06001872 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_0">
1873 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1874 <Annotation Term="Redfish.Release" String="2019.4"/>
1875 <Annotation Term="OData.Description" String="This version was created to add new values to HostingRole."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001876
Gunnar Mills09b9d452020-02-11 13:27:39 -06001877 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem">
1878 <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
1879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1880 <Annotation Term="OData.Description" String="The link to the collection of fabric adapters associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001881 <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 -06001882 <Annotation Term="OData.AutoExpandReferences"/>
1883 </NavigationProperty>
1884 </EntityType>
1885 </Schema>
1886
Gunnar Millsa778c022020-05-12 12:20:36 -05001887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_1">
1888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1889 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1890 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_0.ComputerSystem"/>
1891 </Schema>
1892
Gunnar Mills844b4152020-06-22 12:44:09 -05001893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_2">
1894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1895 <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."/>
1896 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1897 </Schema>
1898
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_3">
1900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001901 <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 -05001902 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_2.ComputerSystem"/>
1903 </Schema>
1904
Gunnar Mills262d7d42021-01-20 16:28:41 -06001905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_4">
1906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1907 <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."/>
1908 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_3.ComputerSystem"/>
1909 </Schema>
1910
Gunnar Mills10f270b2021-05-19 15:34:06 -05001911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_5">
1912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1913 <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."/>
1914 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_4.ComputerSystem"/>
1915 </Schema>
1916
Gunnar Mills60c922d2021-12-01 09:28:53 -06001917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_6">
1918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1919 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1920 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_5.ComputerSystem"/>
1921 </Schema>
1922
Gunnar Millsa778c022020-05-12 12:20:36 -05001923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_0">
1924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1925 <Annotation Term="Redfish.Release" String="2020.1"/>
1926 <Annotation Term="OData.Description" String="This version was created to add the AutomaticRetry and RemainingAutomaticRetryAttempts properties to Boot."/>
1927
1928 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1929
1930 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_9_0.Boot">
1931 <Property Name="AutomaticRetryConfig" Type="ComputerSystem.v1_11_0.AutomaticRetryConfig">
1932 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1933 <Annotation Term="OData.Description" String="The configuration of how the system retries booting automatically."/>
1934 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of how the system retry booting automatically."/>
1935 </Property>
1936 <Property Name="AutomaticRetryAttempts" Type="Edm.Int64">
1937 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1938 <Annotation Term="OData.Description" String="The number of attempts the system will automatically retry booting."/>
1939 <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."/>
1940 <Annotation Term="Validation.Minimum" Int="0"/>
1941 </Property>
1942 <Property Name="RemainingAutomaticRetryAttempts" Type="Edm.Int64">
1943 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1944 <Annotation Term="OData.Description" String="The number of remaining automatic retry boots."/>
1945 <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."/>
1946 <Annotation Term="Validation.Minimum" Int="0"/>
1947 </Property>
1948 </ComplexType>
1949
1950 <EnumType Name="AutomaticRetryConfig">
1951 <Member Name="Disabled">
1952 <Annotation Term="OData.Description" String="Disable automatic retrying of booting."/>
1953 <Annotation Term="OData.LongDescription" String="This value shall indicate that automatic retrying of booting is disabled."/>
1954 </Member>
1955 <Member Name="RetryAttempts">
1956 <Annotation Term="OData.Description" String="Automatic retrying of booting is based on a specified retry count."/>
1957 <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."/>
1958 </Member>
1959 <Member Name="RetryAlways">
1960 <Annotation Term="OData.Description" String="Always automatically retry booting."/>
1961 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system will always automatically retry booting."/>
1962 </Member>
1963 </EnumType>
1964 </Schema>
1965
Gunnar Mills844b4152020-06-22 12:44:09 -05001966 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_1">
1967 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1968 <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."/>
1969 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_0.ComputerSystem"/>
1970 </Schema>
1971
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001972 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_2">
1973 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001974 <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 -05001975 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem"/>
1976 </Schema>
1977
Gunnar Mills262d7d42021-01-20 16:28:41 -06001978 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_3">
1979 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1980 <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."/>
1981 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_2.ComputerSystem"/>
1982 </Schema>
1983
Gunnar Mills10f270b2021-05-19 15:34:06 -05001984 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_4">
1985 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1986 <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."/>
1987 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_3.ComputerSystem"/>
1988 </Schema>
1989
Gunnar Mills60c922d2021-12-01 09:28:53 -06001990 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_5">
1991 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1992 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
1993 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_4.ComputerSystem"/>
1994 </Schema>
1995
Gunnar Mills844b4152020-06-22 12:44:09 -05001996 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_0">
1997 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1998 <Annotation Term="Redfish.Release" String="2020.2"/>
1999 <Annotation Term="OData.Description" String="This version was created to add LastResetTime."/>
2000
2001 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem">
2002 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
2003 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2004 <Annotation Term="OData.Description" String="The date and time when the system was last reset or rebooted."/>
2005 <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."/>
2006 </Property>
2007 </EntityType>
2008 </Schema>
2009
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002010 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_1">
2011 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06002012 <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 -05002013 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_0.ComputerSystem"/>
2014 </Schema>
2015
Gunnar Mills262d7d42021-01-20 16:28:41 -06002016 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_2">
2017 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2018 <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."/>
2019 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem"/>
2020 </Schema>
2021
Gunnar Mills10f270b2021-05-19 15:34:06 -05002022 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_3">
2023 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2024 <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."/>
2025 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_2.ComputerSystem"/>
2026 </Schema>
2027
Gunnar Mills60c922d2021-12-01 09:28:53 -06002028 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_4">
2029 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2030 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2031 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_3.ComputerSystem"/>
2032 </Schema>
2033
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002034 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_0">
2035 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2036 <Annotation Term="Redfish.Release" String="2020.3"/>
2037 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and BootProgress and to deprecate IndicatorLED properties."/>
2038
2039 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem">
2040 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
2041 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2042 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
2043 <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."/>
2044 </Property>
2045 <Property Name="BootProgress" Type="ComputerSystem.v1_13_0.BootProgress">
2046 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2047 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2048 </Property>
2049 <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal">
2050 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2051 <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."/>
2052 <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."/>
2053 </Property>
2054 <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal">
2055 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2056 <Annotation Term="OData.Description" String="The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off."/>
2057 <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."/>
2058 </Property>
2059 <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal">
2060 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2061 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. Zero seconds indicates no delay."/>
2062 <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."/>
2063 </Property>
2064 <Property Name="SerialConsole" Type="ComputerSystem.v1_13_0.HostSerialConsole" Nullable="false">
2065 <Annotation Term="OData.Description" String="The serial console services that this system provides."/>
2066 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console services of this system."/>
2067 </Property>
2068 <Property Name="GraphicalConsole" Type="ComputerSystem.v1_13_0.HostGraphicalConsole" Nullable="false">
2069 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this system."/>
2070 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this system."/>
2071 </Property>
2072 <Property Name="VirtualMediaConfig" Type="ComputerSystem.v1_13_0.VirtualMediaConfig" Nullable="false">
2073 <Annotation Term="OData.Description" String="The information about the virtual media service of this system."/>
2074 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the virtual media service of this system."/>
2075 </Property>
2076 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
2077 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2078 <Annotation Term="OData.Description" String="The link to the virtual media services for this system."/>
2079 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection that this system uses."/>
2080 <Annotation Term="OData.AutoExpandReferences"/>
2081 </NavigationProperty>
2082 </EntityType>
2083
2084 <ComplexType Name="BootProgress">
2085 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2086 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2087 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2088 <Property Name="LastState" Type="ComputerSystem.v1_13_0.BootProgressTypes">
2089 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2090 <Annotation Term="OData.Description" String="The last boot progress state."/>
2091 <Annotation Term="OData.LongDescription" String="This property shall contain the last boot progress state."/>
2092 </Property>
2093 <Property Name="LastStateTime" Type="Edm.DateTimeOffset">
2094 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2095 <Annotation Term="OData.Description" String="The date and time when the last boot state was updated."/>
2096 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the last boot state was updated."/>
2097 </Property>
2098 <Property Name="OemLastState" Type="Edm.String">
2099 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2100 <Annotation Term="OData.Description" String="The OEM-specific last state, if the LastState type is `OEM`."/>
2101 <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`."/>
2102 </Property>
2103 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2104 <Annotation Term="OData.Description" String="The OEM extension property."/>
2105 <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."/>
2106 </Property>
2107 </ComplexType>
2108
2109 <EnumType Name="BootProgressTypes">
2110 <Member Name="None">
2111 <Annotation Term="OData.Description" String="The system is not booting."/>
2112 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system is not booting or running, such as the system is powered off."/>
2113 </Member>
2114 <Member Name="PrimaryProcessorInitializationStarted">
2115 <Annotation Term="OData.Description" String="The system has started initializing the primary processor."/>
2116 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the primary processor."/>
2117 </Member>
2118 <Member Name="BusInitializationStarted">
2119 <Annotation Term="OData.Description" String="The system has started initializing the buses."/>
2120 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the buses."/>
2121 </Member>
2122 <Member Name="MemoryInitializationStarted">
2123 <Annotation Term="OData.Description" String="The system has started initializing the memory."/>
2124 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize memory."/>
2125 </Member>
2126 <Member Name="SecondaryProcessorInitializationStarted">
2127 <Annotation Term="OData.Description" String="The system has started initializing the remaining processors."/>
2128 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the secondary processors."/>
2129 </Member>
2130 <Member Name="PCIResourceConfigStarted">
2131 <Annotation Term="OData.Description" String="The system has started initializing the PCI resources."/>
2132 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize PCI resources."/>
2133 </Member>
2134 <Member Name="SystemHardwareInitializationComplete">
2135 <Annotation Term="OData.Description" String="The system has completed initializing all hardware."/>
2136 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has completed initializing all hardware."/>
2137 </Member>
Gunnar Mills10f270b2021-05-19 15:34:06 -05002138 <Member Name="SetupEntered">
2139 <Annotation Term="OData.Description" String="The system has entered the setup utility."/>
2140 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has entered the setup utility."/>
2141 <Annotation Term="Redfish.Revisions">
2142 <Collection>
2143 <Record>
2144 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
2145 <PropertyValue Property="Version" String="v1_15_0"/>
2146 </Record>
2147 </Collection>
2148 </Annotation>
2149 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002150 <Member Name="OSBootStarted">
2151 <Annotation Term="OData.Description" String="The operating system has started booting."/>
2152 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system has started to boot."/>
2153 </Member>
2154 <Member Name="OSRunning">
2155 <Annotation Term="OData.Description" String="The operating system is running."/>
2156 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system is running and shall indicate the final boot progress state."/>
2157 </Member>
2158 <Member Name="OEM">
2159 <Annotation Term="OData.Description" String="A boot progress state in an OEM-defined format."/>
2160 <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-defined boot progress state."/>
2161 </Member>
2162 </EnumType>
2163
2164 <ComplexType Name="HostSerialConsole">
2165 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2166 <Annotation Term="OData.Description" String="The information about the serial console services that this system provides."/>
2167 <Annotation Term="OData.LongDescription" String="This type shall describe the serial console services for a computer system."/>
2168 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2170 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2171 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2172 <Annotation Term="Validation.Minimum" Int="0"/>
2173 </Property>
2174 <Property Name="SSH" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2175 <Annotation Term="OData.Description" String="The connection details for an SSH serial console service."/>
2176 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol."/>
2177 </Property>
2178 <Property Name="Telnet" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2179 <Annotation Term="OData.Description" String="The connection details for a Telnet serial console service."/>
2180 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Telnet protocol."/>
2181 </Property>
2182 <Property Name="IPMI" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2183 <Annotation Term="OData.Description" String="The connection details for an IPMI Serial-over-LAN service."/>
2184 <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."/>
2185 </Property>
2186 </ComplexType>
2187
2188 <ComplexType Name="SerialConsoleProtocol">
2189 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2190 <Annotation Term="OData.Description" String="The information about a serial console service that this system provides."/>
2191 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a computer system."/>
2192 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2194 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2195 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2196 </Property>
2197 <Property Name="Port" Type="Edm.Int64">
2198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2199 <Annotation Term="OData.Description" String="The protocol port."/>
2200 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
2201 <Annotation Term="Validation.Minimum" Int="0"/>
2202 </Property>
2203 <Property Name="SharedWithManagerCLI" Type="Edm.Boolean" Nullable="false">
2204 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2205 <Annotation Term="OData.Description" String="Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2206 <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)."/>
2207 </Property>
2208 <Property Name="ConsoleEntryCommand" Type="Edm.String">
2209 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2210 <Annotation Term="OData.Description" String="The command string passed to the service to select or enter the system's serial console."/>
2211 <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."/>
2212 </Property>
2213 <Property Name="HotKeySequenceDisplay" Type="Edm.String">
2214 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2215 <Annotation Term="OData.Description" String="The hotkey sequence available for the user to exit the serial console session."/>
2216 <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."/>
2217 </Property>
2218 </ComplexType>
2219
2220 <ComplexType Name="HostGraphicalConsole">
2221 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2222 <Annotation Term="OData.Description" String="The information about a graphical console service for this system."/>
2223 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a computer system."/>
2224 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2225 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2226 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2227 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2228 </Property>
2229 <Property Name="Port" Type="Edm.Int64">
2230 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2231 <Annotation Term="OData.Description" String="The protocol port."/>
2232 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2233 <Annotation Term="Validation.Minimum" Int="0"/>
2234 </Property>
2235 <Property Name="ConnectTypesSupported" Type="Collection(ComputerSystem.v1_13_0.GraphicalConnectTypesSupported)" Nullable="false">
2236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2237 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
2238 <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."/>
2239 </Property>
2240 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2241 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2242 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2243 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2244 <Annotation Term="Validation.Minimum" Int="0"/>
2245 </Property>
2246 </ComplexType>
2247
2248 <EnumType Name="GraphicalConnectTypesSupported">
2249 <Member Name="KVMIP">
2250 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
2251 </Member>
2252 <Member Name="OEM">
2253 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
2254 </Member>
2255 </EnumType>
2256
2257 <ComplexType Name="VirtualMediaConfig">
2258 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2259 <Annotation Term="OData.Description" String="The information about virtual media service for this system."/>
2260 <Annotation Term="OData.LongDescription" String="This type shall describe a virtual media service service for a computer system."/>
2261 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2262 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2263 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2264 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2265 </Property>
2266 <Property Name="Port" Type="Edm.Int64">
2267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2268 <Annotation Term="OData.Description" String="The protocol port."/>
2269 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2270 <Annotation Term="Validation.Minimum" Int="0"/>
2271 </Property>
2272 </ComplexType>
2273 </Schema>
2274
Gunnar Mills262d7d42021-01-20 16:28:41 -06002275 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_1">
2276 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2277 <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."/>
2278 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_0.ComputerSystem"/>
2279 </Schema>
2280
Gunnar Mills10f270b2021-05-19 15:34:06 -05002281 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_2">
2282 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2283 <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."/>
2284 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem"/>
2285 </Schema>
2286
Gunnar Mills60c922d2021-12-01 09:28:53 -06002287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_3">
2288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2289 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2290 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_2.ComputerSystem"/>
2291 </Schema>
2292
Gunnar Mills262d7d42021-01-20 16:28:41 -06002293 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_0">
2294 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2295 <Annotation Term="Redfish.Release" String="2020.4"/>
2296 <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."/>
2297
2298 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem">
2299 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2301 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2302 <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."/>
2303 <Annotation Term="OData.AutoExpandReferences"/>
2304 </NavigationProperty>
2305 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2306 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2307 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
2308 </Property>
2309 </EntityType>
2310
2311 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_11_0.Boot">
2312 <Property Name="TrustedModuleRequiredToBoot" Type="ComputerSystem.v1_14_0.TrustedModuleRequiredToBoot">
2313 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2314 <Annotation Term="OData.Description" String="The Trusted Module boot requirement."/>
2315 <Annotation Term="OData.LongDescription" String="This property shall contain the Trusted Module boot requirement."/>
2316 </Property>
2317 </ComplexType>
2318
2319 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_7_0.ProcessorSummary">
2320 <Property Name="CoreCount" Type="Edm.Int64">
2321 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2322 <Annotation Term="OData.Description" String="The number of processor cores in the system."/>
2323 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of central processor cores in in the system."/>
2324 <Annotation Term="Validation.Minimum" Int="0"/>
2325 </Property>
2326 </ComplexType>
2327
2328 <EnumType Name="TrustedModuleRequiredToBoot">
2329 <Member Name="Disabled">
2330 <Annotation Term="OData.Description" String="No Trusted Module requirement to boot."/>
2331 <Annotation Term="OData.LongDescription" String="This value shall indicate a Trusted Module is not required to boot."/>
2332 </Member>
2333 <Member Name="Required">
2334 <Annotation Term="OData.Description" String="A functional Trusted Module is required to boot."/>
2335 <Annotation Term="OData.LongDescription" String="This value shall indicate a functioning Trusted Module is required to boot."/>
2336 </Member>
2337 </EnumType>
2338 </Schema>
2339
Gunnar Mills10f270b2021-05-19 15:34:06 -05002340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_1">
2341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2342 <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."/>
2343 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_0.ComputerSystem"/>
2344 </Schema>
2345
Gunnar Mills60c922d2021-12-01 09:28:53 -06002346 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_2">
2347 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2348 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2349 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem"/>
2350 </Schema>
2351
Gunnar Mills10f270b2021-05-19 15:34:06 -05002352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_0">
2353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2354 <Annotation Term="Redfish.Release" String="2021.1"/>
2355 <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."/>
2356
2357 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem">
2358 <NavigationProperty Name="GraphicsControllers" Type="GraphicsControllerCollection.GraphicsControllerCollection" ContainsTarget="true" Nullable="false">
2359 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2360 <Annotation Term="OData.Description" String="The link to a collection of graphics controllers that can output video for this system."/>
2361 <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."/>
2362 <Annotation Term="OData.AutoExpandReferences"/>
2363 </NavigationProperty>
2364 <NavigationProperty Name="USBControllers" Type="USBControllerCollection.USBControllerCollection" ContainsTarget="true" Nullable="false">
2365 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2366 <Annotation Term="OData.Description" String="The link to a collection of USB controllers for this system."/>
2367 <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."/>
2368 <Annotation Term="OData.AutoExpandReferences"/>
2369 </NavigationProperty>
2370 <Property Name="PowerMode" Type="ComputerSystem.v1_15_0.PowerMode">
2371 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2372 <Annotation Term="OData.Description" String="The power mode setting of the computer system."/>
2373 <Annotation Term="OData.LongDescription" String="This property shall contain the computer system power mode setting."/>
2374 </Property>
2375 </EntityType>
2376
2377 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_14_0.Boot">
2378 <Property Name="StopBootOnFault" Type="ComputerSystem.v1_15_0.StopBootOnFault">
2379 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2380 <Annotation Term="OData.Description" String="If the boot should stop on a fault."/>
2381 <Annotation Term="OData.LongDescription" String="This property shall contain the setting if the boot should stop on a fault."/>
2382 </Property>
2383 </ComplexType>
2384
2385 <EnumType Name="StopBootOnFault">
2386 <Member Name="Never">
2387 <Annotation Term="OData.Description" String="The system performs any normal recovery actions during boot if a fault occurs."/>
2388 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will continue to attempt to boot if a fault occurs."/>
2389 </Member>
2390 <Member Name="AnyFault">
2391 <Annotation Term="OData.Description" String="The system should stop the boot on any fault."/>
2392 <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."/>
2393 </Member>
2394 </EnumType>
2395
2396 <EnumType Name="PowerMode">
2397 <Member Name="MaximumPerformance">
2398 <Annotation Term="OData.Description" String="The system performs at the highest speeds possible."/>
2399 <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."/>
2400 </Member>
2401 <Member Name="BalancedPerformance">
2402 <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."/>
2403 <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`."/>
2404 </Member>
2405 <Member Name="PowerSaving">
2406 <Annotation Term="OData.Description" String="The system performs at reduced speeds to save power."/>
2407 <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."/>
2408 </Member>
2409 <Member Name="Static">
2410 <Annotation Term="OData.Description" String="The system power mode is static."/>
2411 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a static base speed."/>
2412 </Member>
2413 <Member Name="OSControlled">
2414 <Annotation Term="OData.Description" String="The system power mode is controlled by the operating system."/>
2415 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a operating system controlled power mode."/>
2416 </Member>
2417 <Member Name="OEM">
2418 <Annotation Term="OData.Description" String="The system power mode is OEM-defined."/>
2419 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at an OEM-defined power mode."/>
2420 </Member>
2421 </EnumType>
2422
2423 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_14_0.ProcessorSummary">
2424 <Property Name="ThreadingEnabled" Type="Edm.Boolean" Nullable="false">
2425 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2426 <Annotation Term="OData.Description" String="An indication of whether threading is enabled on all processors in this system."/>
2427 <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."/>
2428 </Property>
2429 </ComplexType>
2430 </Schema>
2431
Gunnar Mills60c922d2021-12-01 09:28:53 -06002432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_1">
2433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2434 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2435 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem"/>
2436 </Schema>
2437
Gunnar Mills9d424662021-09-22 21:56:16 -05002438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_0">
2439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2440 <Annotation Term="Redfish.Release" String="2021.2"/>
2441 <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."/>
2442
2443 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_15_0.ComputerSystem">
2444 <Property Name="IdlePowerSaver" Type="ComputerSystem.v1_16_0.IdlePowerSaver">
2445 <Annotation Term="OData.Description" String="The idle power saver settings of the computer system."/>
2446 <Annotation Term="OData.LongDescription" String="This property shall contain the idle power saver settings of the computer system."/>
2447 </Property>
2448 <Property Name="KeyManagement" Type="ComputerSystem.v1_16_0.KeyManagement">
2449 <Annotation Term="OData.Description" String="The key management settings of the computer system."/>
2450 <Annotation Term="OData.LongDescription" String="This property shall contain the key management settings of the computer system."/>
2451 </Property>
2452 </EntityType>
2453
2454 <ComplexType Name="IdlePowerSaver">
2455 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2456 <Annotation Term="OData.Description" String="The idle power saver settings of a computer system."/>
2457 <Annotation Term="OData.LongDescription" String="This object shall contain the idle power saver settings of a computer system."/>
2458 <Property Name="Enabled" Type="Edm.Boolean" Nullable="false">
2459 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2460 <Annotation Term="OData.Description" String="An indication of whether idle power saver is enabled."/>
2461 <Annotation Term="OData.LongDescription" String="The value of this property shall indicate if idle power saver is enabled."/>
2462 </Property>
2463 <Property Name="EnterUtilizationPercent" Type="Edm.Decimal">
2464 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2465 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be lower than to enter idle power save."/>
2466 <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."/>
2467 <Annotation Term="Validation.Minimum" Int="0"/>
2468 <Annotation Term="Measures.Unit" String="%"/>
2469 </Property>
2470 <Property Name="EnterDwellTimeSeconds" Type="Edm.Int64">
2471 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2472 <Annotation Term="OData.Description" String="The duration in seconds the computer system is below the EnterUtilizationPercent value before the idle power save is activated."/>
2473 <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."/>
2474 <Annotation Term="Validation.Minimum" Int="0"/>
2475 <Annotation Term="Measures.Unit" String="s"/>
2476 </Property>
2477 <Property Name="ExitUtilizationPercent" Type="Edm.Decimal">
2478 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2479 <Annotation Term="OData.Description" String="The percentage of utilization that the computer system shall be higher than to exit idle power save."/>
2480 <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."/>
2481 <Annotation Term="Validation.Minimum" Int="0"/>
2482 <Annotation Term="Measures.Unit" String="%"/>
2483 </Property>
2484 <Property Name="ExitDwellTimeSeconds" Type="Edm.Int64">
2485 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2486 <Annotation Term="OData.Description" String="The duration in seconds the computer system is above the ExitUtilizationPercent value before the idle power save is stopped."/>
2487 <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."/>
2488 <Annotation Term="Validation.Minimum" Int="0"/>
2489 <Annotation Term="Measures.Unit" String="s"/>
2490 </Property>
2491 </ComplexType>
2492
2493 <ComplexType Name="KeyManagement">
2494 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2495 <Annotation Term="OData.Description" String="The key management settings of a computer system."/>
2496 <Annotation Term="OData.LongDescription" String="This object shall contain the key management settings of a computer system."/>
2497 <Property Name="KMIPServers" Type="Collection(ComputerSystem.v1_16_0.KMIPServer)">
2498 <Annotation Term="OData.Description" String="The KMIP servers to which this computer system is subscribed."/>
2499 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP servers to which this computer system is subscribed for key management."/>
2500 </Property>
2501 <NavigationProperty Name="KMIPCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2502 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2503 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the servers referenced by the KMIPServers property."/>
2504 <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."/>
2505 <Annotation Term="OData.AutoExpandReferences"/>
2506 </NavigationProperty>
2507 </ComplexType>
2508
2509 <ComplexType Name="KMIPServer">
2510 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2511 <Annotation Term="OData.Description" String="The KMIP server settings for a computer system."/>
2512 <Annotation Term="OData.LongDescription" String="This object shall contain the KMIP server settings for a computer system."/>
2513 <Property Name="Address" Type="Edm.String">
2514 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2515 <Annotation Term="OData.Description" String="The KMIP server address."/>
2516 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server address."/>
2517 </Property>
2518 <Property Name="Port" Type="Edm.Int64">
2519 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2520 <Annotation Term="OData.Description" String="The KMIP server port."/>
2521 <Annotation Term="OData.LongDescription" String="This property shall contain the KMIP server port."/>
2522 </Property>
2523 <Property Name="Username" Type="Edm.String">
2524 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2525 <Annotation Term="OData.Description" String="The username to access the KMIP server."/>
2526 <Annotation Term="OData.LongDescription" String="This property shall contain the username to access the KMIP server."/>
2527 </Property>
2528 <Property Name="Password" Type="Edm.String">
2529 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2530 <Annotation Term="OData.Description" String="The password to access the KMIP server. The value is `null` in responses."/>
2531 <Annotation Term="OData.LongDescription" String="This property shall contain the password to access the KMIP server. The value shall be `null` in responses."/>
2532 </Property>
2533 </ComplexType>
2534 </Schema>
2535
Gunnar Mills60c922d2021-12-01 09:28:53 -06002536 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_16_1">
2537 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2538 <Annotation Term="OData.Description" String="This version was created to clarify the BootOrder property might be controlled with a settings resource."/>
2539 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_16_0.ComputerSystem"/>
2540 </Schema>
2541
Jason M. Billsea4aa752018-06-05 13:29:11 -07002542 </edmx:DataServices>
2543</edmx:Edmx>