blob: 5048564f966cbf2eee1e5a43238e92f265bc099f [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: ComputerSystem v1.15.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>
506 </EnumType>
507
Jason M. Billsea4aa752018-06-05 13:29:11 -0700508 <EnumType Name="IndicatorLED">
509 <Member Name="Unknown">
Ed Tanouscb103132019-10-08 11:34:22 -0700510 <Annotation Term="OData.Description" String="The state of the indicator LED cannot be determined."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500511 <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 -0600512 <Annotation Term="Redfish.Revisions">
513 <Collection>
514 <Record>
515 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
516 <PropertyValue Property="Version" String="v1_1_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700517 <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 -0600518 </Record>
519 </Collection>
520 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700521 </Member>
522 <Member Name="Lit">
Ed Tanouscb103132019-10-08 11:34:22 -0700523 <Annotation Term="OData.Description" String="The indicator LED is lit."/>
524 <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 -0700525 </Member>
526 <Member Name="Blinking">
Ed Tanouscb103132019-10-08 11:34:22 -0700527 <Annotation Term="OData.Description" String="The indicator LED is blinking."/>
528 <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 -0700529 </Member>
530 <Member Name="Off">
Ed Tanouscb103132019-10-08 11:34:22 -0700531 <Annotation Term="OData.Description" String="The indicator LED is off."/>
532 <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 -0700533 </Member>
534 </EnumType>
535
536 <EnumType Name="PowerState">
537 <Member Name="On">
538 <Annotation Term="OData.Description" String="The system is powered on."/>
539 </Member>
540 <Member Name="Off">
Gunnar Mills844b4152020-06-22 12:44:09 -0500541 <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 -0700542 </Member>
543 <Member Name="PoweringOn">
Ed Tanouscb103132019-10-08 11:34:22 -0700544 <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 -0700545 </Member>
546 <Member Name="PoweringOff">
Ed Tanouscb103132019-10-08 11:34:22 -0700547 <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 -0700548 </Member>
549 </EnumType>
550
551 <ComplexType Name="Boot">
552 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500553 <Annotation Term="OData.Description" String="The boot information for this resource."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700554 <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 -0700555 <Property Name="BootSourceOverrideTarget" Type="ComputerSystem.BootSource">
556 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <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 -0500558 <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 -0700559 </Property>
560 <Property Name="BootSourceOverrideEnabled" Type="ComputerSystem.v1_0_0.BootSourceOverrideEnabled">
561 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700562 <Annotation Term="OData.Description" String="The state of the boot source override feature."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500563 <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 -0700564 </Property>
565 <Property Name="UefiTargetBootSourceOverride" Type="Edm.String">
566 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700567 <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 -0500568 <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 -0700569 </Property>
570 </ComplexType>
571
Jason M. Billsea4aa752018-06-05 13:29:11 -0700572 <EnumType Name="BootSourceOverrideEnabled">
573 <Member Name="Disabled">
Ed Tanouscb103132019-10-08 11:34:22 -0700574 <Annotation Term="OData.Description" String="The system boots normally."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700575 </Member>
576 <Member Name="Once">
Ed Tanouscb103132019-10-08 11:34:22 -0700577 <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 -0700578 </Member>
579 <Member Name="Continuous">
Ed Tanouscb103132019-10-08 11:34:22 -0700580 <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 -0700581 </Member>
582 </EnumType>
583
584 <ComplexType Name="ProcessorSummary">
585 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700586 <Annotation Term="OData.Description" String="The central processors of the system in general detail."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500587 <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 -0700588 <Property Name="Count" Type="Edm.Int64">
589 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
590 <Annotation Term="OData.Description" String="The number of physical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600591 <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 -0700592 <Annotation Term="Validation.Minimum" Int="0"/>
593 </Property>
594 <Property Name="Model" Type="Edm.String">
595 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
596 <Annotation Term="OData.Description" String="The processor model for the primary or majority of processors in this system."/>
597 <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."/>
598 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800599 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500600 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
601 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800602 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700603 </ComplexType>
604
605 <ComplexType Name="MemorySummary">
606 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700607 <Annotation Term="OData.Description" String="The memory of the system in general detail."/>
608 <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 -0700609 <Property Name="TotalSystemMemoryGiB" Type="Edm.Decimal">
610 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
611 <Annotation Term="OData.Description" String="The total configured operating system-accessible memory (RAM), measured in GiB."/>
612 <Annotation Term="OData.LongDescription" String="This property shall contain the amount of configured system general purpose volatile (RAM) memory as measured in gibibytes."/>
613 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800614 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700615 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800616 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500617 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
618 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800619 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700620 </ComplexType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700621 </Schema>
622
623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_1">
624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
626 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_0.ComputerSystem"/>
627 </Schema>
628
629 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_2">
630 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
631 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
632 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_1.ComputerSystem"/>
633 </Schema>
634
635 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_3">
636 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
638 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem"/>
639 </Schema>
640
641 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_4">
642 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
644 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_3.ComputerSystem"/>
645 </Schema>
646
647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_5">
648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700649 <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 -0700650 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_4.ComputerSystem"/>
651 </Schema>
652
653 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_6">
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_5.ComputerSystem"/>
657 </Schema>
658
659 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_7">
660 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700661 <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 -0700662 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_6.ComputerSystem"/>
663 </Schema>
664
Ed Tanous530520e2019-01-02 13:41:37 -0800665 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_8">
666 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500667 <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 -0800668 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_7.ComputerSystem"/>
669 </Schema>
670
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600671 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_9">
672 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500673 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600674 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_8.ComputerSystem"/>
675 </Schema>
676
Ed Tanouscb103132019-10-08 11:34:22 -0700677 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_10">
678 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679 <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."/>
680 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_9.ComputerSystem"/>
681 </Schema>
682
683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_11">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
686 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_10.ComputerSystem"/>
687 </Schema>
688
Gunnar Mills09b9d452020-02-11 13:27:39 -0600689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_12">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
692 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_11.ComputerSystem"/>
693 </Schema>
694
Gunnar Millsa778c022020-05-12 12:20:36 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_13">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
698 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_12.ComputerSystem"/>
699 </Schema>
700
Gunnar Mills844b4152020-06-22 12:44:09 -0500701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_14">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703 <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."/>
704 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_13.ComputerSystem"/>
705 </Schema>
706
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_15">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600709 <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 -0500710 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_14.ComputerSystem"/>
711 </Schema>
712
Gunnar Mills262d7d42021-01-20 16:28:41 -0600713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_16">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <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."/>
716 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_15.ComputerSystem"/>
717 </Schema>
718
Gunnar Mills10f270b2021-05-19 15:34:06 -0500719 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_0_17">
720 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721 <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."/>
722 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_16.ComputerSystem"/>
723 </Schema>
724
Jason M. Billsea4aa752018-06-05 13:29:11 -0700725 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_0">
726 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600727 <Annotation Term="Redfish.Release" String="2016.1"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700728
729 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_0_2.ComputerSystem">
730 <Property Name="TrustedModules" Type="Collection(ComputerSystem.v1_1_0.TrustedModules)" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700731 <Annotation Term="OData.Description" String="An array of trusted modules in the system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500732 <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 -0700733 </Property>
734 <NavigationProperty Name="SecureBoot" Type="SecureBoot.SecureBoot" ContainsTarget="true" Nullable="false">
735 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700736 <Annotation Term="OData.Description" String="The link to the UEFI Secure Boot associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500737 <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 -0700738 <Annotation Term="OData.AutoExpandReferences"/>
739 </NavigationProperty>
740 <NavigationProperty Name="Bios" Type="Bios.Bios" ContainsTarget="true" Nullable="false">
741 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700742 <Annotation Term="OData.Description" String="The link to the BIOS settings associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500743 <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 -0700744 <Annotation Term="OData.AutoExpandReferences"/>
745 </NavigationProperty>
746 <NavigationProperty Name="Memory" Type="MemoryCollection.MemoryCollection" ContainsTarget="true" Nullable="false">
747 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700748 <Annotation Term="OData.Description" String="The link to the collection of memory associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500749 <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 -0700750 <Annotation Term="OData.AutoExpandReferences"/>
751 </NavigationProperty>
752 <NavigationProperty Name="Storage" Type="StorageCollection.StorageCollection" ContainsTarget="true" Nullable="false">
753 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700754 <Annotation Term="OData.Description" String="The link to the collection of storage devices associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500755 <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 -0700756 <Annotation Term="OData.AutoExpandReferences"/>
757 </NavigationProperty>
758 </EntityType>
759
760 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_0_0.MemorySummary">
761 <Property Name="MemoryMirroring" Type="ComputerSystem.v1_1_0.MemoryMirroring">
762 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <Annotation Term="OData.Description" String="The ability and type of memory mirroring that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500764 <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 -0700765 </Property>
766 </ComplexType>
767
768 <EnumType Name="MemoryMirroring">
769 <Member Name="System">
Ed Tanouscb103132019-10-08 11:34:22 -0700770 <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 -0700771 </Member>
772 <Member Name="DIMM">
773 <Annotation Term="OData.Description" String="The system supports DIMM mirroring at the DIMM level. Individual DIMMs can be mirrored."/>
774 </Member>
775 <Member Name="Hybrid">
776 <Annotation Term="OData.Description" String="The system supports a hybrid mirroring at the system and DIMM levels. Individual DIMMs can be mirrored."/>
777 </Member>
778 <Member Name="None">
779 <Annotation Term="OData.Description" String="The system does not support DIMM mirroring."/>
780 </Member>
781 </EnumType>
782
783 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_0_0.Boot">
784 <Property Name="BootSourceOverrideMode" Type="ComputerSystem.v1_1_0.BootSourceOverrideMode">
785 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700786 <Annotation Term="OData.Description" String="The BIOS boot mode to use when the system boots from the BootSourceOverrideTarget boot source."/>
787 <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 -0700788 </Property>
789 </ComplexType>
790
791 <EnumType Name="BootSourceOverrideMode">
792 <Member Name="Legacy">
Ed Tanouscb103132019-10-08 11:34:22 -0700793 <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 -0700794 </Member>
795 <Member Name="UEFI">
Ed Tanouscb103132019-10-08 11:34:22 -0700796 <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 -0700797 </Member>
798 </EnumType>
799
800 <ComplexType Name="TrustedModules">
801 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700802 <Annotation Term="OData.Description" String="The Trusted Module installed in the system."/>
803 <Annotation Term="OData.LongDescription" String="This type shall describe a Trusted Module for a system."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700804 <Property Name="FirmwareVersion" Type="Edm.String">
805 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
806 <Annotation Term="OData.Description" String="The firmware version of this Trusted Module."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600807 <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 -0700808 </Property>
809 <Property Name="InterfaceType" Type="ComputerSystem.v1_1_0.InterfaceType">
810 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700811 <Annotation Term="OData.Description" String="The interface type of the Trusted Module."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700812 <Annotation Term="OData.LongDescription" String="This property shall contain the interface type of the installed Trusted Module."/>
813 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -0800814 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500815 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
816 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800817 </Property>
818 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700819 <Annotation Term="OData.Description" String="The OEM extension property."/>
820 <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 -0800821 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700822 </ComplexType>
823
824 <EnumType Name="InterfaceType">
825 <Member Name="TPM1_2">
826 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 1.2."/>
827 </Member>
828 <Member Name="TPM2_0">
829 <Annotation Term="OData.Description" String="Trusted Platform Module (TPM) 2.0."/>
830 </Member>
831 <Member Name="TCM1_0">
832 <Annotation Term="OData.Description" String="Trusted Cryptography Module (TCM) 1.0."/>
833 </Member>
834 </EnumType>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700835 </Schema>
836
837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_1">
838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
840 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_0.ComputerSystem"/>
841 </Schema>
842
843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_2">
844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
846 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem"/>
847 </Schema>
848
849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_3">
850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700851 <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 -0700852 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_2.ComputerSystem"/>
853 </Schema>
854
855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_4">
856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
857 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
858 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_3.ComputerSystem"/>
859 </Schema>
860
861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_5">
862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700863 <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 -0700864 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_4.ComputerSystem"/>
865 </Schema>
866
Ed Tanous530520e2019-01-02 13:41:37 -0800867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_6">
868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500869 <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 -0800870 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_5.ComputerSystem"/>
871 </Schema>
872
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_7">
874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500875 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600876 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_6.ComputerSystem"/>
877 </Schema>
878
Ed Tanouscb103132019-10-08 11:34:22 -0700879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_8">
880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
881 <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."/>
882 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_7.ComputerSystem"/>
883 </Schema>
884
885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_9">
886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
887 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
888 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_8.ComputerSystem"/>
889 </Schema>
890
Gunnar Mills09b9d452020-02-11 13:27:39 -0600891 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_10">
892 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
893 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
894 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_9.ComputerSystem"/>
895 </Schema>
896
Gunnar Millsa778c022020-05-12 12:20:36 -0500897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_11">
898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
899 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
900 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_10.ComputerSystem"/>
901 </Schema>
902
Gunnar Mills844b4152020-06-22 12:44:09 -0500903 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_12">
904 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
905 <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."/>
906 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_11.ComputerSystem"/>
907 </Schema>
908
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500909 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_13">
910 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600911 <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 -0500912 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_12.ComputerSystem"/>
913 </Schema>
914
Gunnar Mills262d7d42021-01-20 16:28:41 -0600915 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_14">
916 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
917 <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."/>
918 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_13.ComputerSystem"/>
919 </Schema>
920
Gunnar Mills10f270b2021-05-19 15:34:06 -0500921 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_1_15">
922 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
923 <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."/>
924 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_14.ComputerSystem"/>
925 </Schema>
926
Jason M. Billsea4aa752018-06-05 13:29:11 -0700927 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_0">
928 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600929 <Annotation Term="Redfish.Release" String="2016.2"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700930
931 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_1_1.ComputerSystem">
932 <Property Name="HostingRoles" Type="Collection(ComputerSystem.v1_2_0.HostingRole)" Nullable="false">
933 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700934 <Annotation Term="OData.Description" String="The hosting roles that this computer system supports."/>
935 <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 -0700936 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700937 <NavigationProperty Name="PCIeDevices" Type="Collection(PCIeDevice.PCIeDevice)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700938 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700939 <Annotation Term="OData.Description" String="The link to a collection of PCIe devices that this computer system uses."/>
940 <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 -0700941 <Annotation Term="OData.AutoExpandReferences"/>
942 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700943 <NavigationProperty Name="PCIeFunctions" Type="Collection(PCIeFunction.PCIeFunction)">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700944 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700945 <Annotation Term="OData.Description" String="The link to a collection of PCIe functions that this computer system uses."/>
946 <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 -0700947 <Annotation Term="OData.AutoExpandReferences"/>
948 </NavigationProperty>
949 <Property Name="HostedServices" Type="ComputerSystem.v1_2_0.HostedServices" Nullable="false">
950 <Annotation Term="OData.Description" String="The services that this computer system supports."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700951 <Annotation Term="OData.LongDescription" String="This property shall describe services that this computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700952 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700953 <NavigationProperty Name="MemoryDomains" Type="MemoryDomainCollection.MemoryDomainCollection" ContainsTarget="true" Nullable="false">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700954 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700955 <Annotation Term="OData.Description" String="The link to the collection of memory domains associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500956 <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 -0700957 <Annotation Term="OData.AutoExpandReferences"/>
958 </NavigationProperty>
959 </EntityType>
960
961 <ComplexType Name="HostedServices">
962 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500963 <Annotation Term="OData.Description" String="The services that might be running or installed on the system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700964 <Annotation Term="OData.LongDescription" String="This type shall describe services that a computer system supports."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700965 <NavigationProperty Name="StorageServices" Type="HostedStorageServices.HostedStorageServices" ContainsTarget="true" Nullable="false">
966 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700967 <Annotation Term="OData.Description" String="The link to a collection of storage services that this computer system supports."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500968 <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 -0700969 <Annotation Term="OData.AutoExpandReferences"/>
970 </NavigationProperty>
Ed Tanous530520e2019-01-02 13:41:37 -0800971 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700972 <Annotation Term="OData.Description" String="The OEM extension property."/>
973 <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 -0800974 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700975 </ComplexType>
976
977 <EnumType Name="HostingRole">
Ed Tanouscb103132019-10-08 11:34:22 -0700978 <Annotation Term="OData.Description" String="The enumerations of HostingRoles specify different features that the hosting ComputerSystem supports."/>
979 <Member Name="ApplicationServer">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700980 <Annotation Term="OData.Description" String="The system hosts functionality that supports general purpose applications."/>
981 </Member>
982 <Member Name="StorageServer">
983 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a storage server."/>
984 </Member>
985 <Member Name="Switch">
986 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a switch."/>
987 </Member>
Gunnar Mills09b9d452020-02-11 13:27:39 -0600988 <Member Name="Appliance">
989 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as an appliance."/>
990 <Annotation Term="Redfish.Revisions">
991 <Collection>
992 <Record>
993 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
994 <PropertyValue Property="Version" String="v1_10_0"/>
995 </Record>
996 </Collection>
997 </Annotation>
998 </Member>
999 <Member Name="BareMetalServer">
1000 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a bare metal server."/>
1001 <Annotation Term="Redfish.Revisions">
1002 <Collection>
1003 <Record>
1004 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1005 <PropertyValue Property="Version" String="v1_10_0"/>
1006 </Record>
1007 </Collection>
1008 </Annotation>
1009 </Member>
1010 <Member Name="VirtualMachineServer">
1011 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a virtual machine server."/>
1012 <Annotation Term="Redfish.Revisions">
1013 <Collection>
1014 <Record>
1015 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1016 <PropertyValue Property="Version" String="v1_10_0"/>
1017 </Record>
1018 </Collection>
1019 </Annotation>
1020 </Member>
1021 <Member Name="ContainerServer">
1022 <Annotation Term="OData.Description" String="The system hosts functionality that supports the system acting as a container server."/>
1023 <Annotation Term="Redfish.Revisions">
1024 <Collection>
1025 <Record>
1026 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1027 <PropertyValue Property="Version" String="v1_10_0"/>
1028 </Record>
1029 </Collection>
1030 </Annotation>
1031 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001032 </EnumType>
1033
1034 <ComplexType Name="Links" BaseType="ComputerSystem.v1_0_0.Links">
1035 <NavigationProperty Name="Endpoints" Type="Collection(Endpoint.Endpoint)">
1036 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001037 <Annotation Term="OData.Description" String="An array of links to the endpoints that connect to this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001038 <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 -07001039 <Annotation Term="OData.AutoExpandReferences"/>
1040 </NavigationProperty>
1041 </ComplexType>
1042 </Schema>
1043
1044 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_1">
1045 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1046 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1047 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_0.ComputerSystem"/>
1048 </Schema>
1049
1050 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_2">
1051 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001052 <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 -07001053 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem"/>
1054 </Schema>
1055
1056 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_3">
1057 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1058 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1059 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_2.ComputerSystem"/>
1060 </Schema>
1061
1062 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_4">
1063 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001064 <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 -07001065 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_3.ComputerSystem"/>
1066 </Schema>
1067
Ed Tanous530520e2019-01-02 13:41:37 -08001068 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_5">
1069 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001070 <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 -08001071 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_4.ComputerSystem"/>
1072 </Schema>
1073
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001074 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_6">
1075 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001076 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001077 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_5.ComputerSystem"/>
1078 </Schema>
1079
Ed Tanouscb103132019-10-08 11:34:22 -07001080 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_7">
1081 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1082 <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."/>
1083 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_6.ComputerSystem"/>
1084 </Schema>
1085
1086 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_8">
1087 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1089 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_7.ComputerSystem"/>
1090 </Schema>
1091
Gunnar Mills09b9d452020-02-11 13:27:39 -06001092 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_9">
1093 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1094 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1095 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_8.ComputerSystem"/>
1096 </Schema>
1097
Gunnar Millsa778c022020-05-12 12:20:36 -05001098 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_10">
1099 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1100 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1101 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_9.ComputerSystem"/>
1102 </Schema>
1103
Gunnar Mills844b4152020-06-22 12:44:09 -05001104 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_11">
1105 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1106 <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."/>
1107 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_10.ComputerSystem"/>
1108 </Schema>
1109
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_12">
1111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001112 <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 -05001113 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_11.ComputerSystem"/>
1114 </Schema>
1115
Gunnar Mills262d7d42021-01-20 16:28:41 -06001116 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_13">
1117 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118 <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."/>
1119 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_12.ComputerSystem"/>
1120 </Schema>
1121
Gunnar Mills10f270b2021-05-19 15:34:06 -05001122 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_2_14">
1123 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124 <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."/>
1125 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_13.ComputerSystem"/>
1126 </Schema>
1127
Jason M. Billsea4aa752018-06-05 13:29:11 -07001128 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_0">
1129 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001130 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001131
Jason M. Billsea4aa752018-06-05 13:29:11 -07001132 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_2_1.ComputerSystem">
1133 <NavigationProperty Name="NetworkInterfaces" Type="NetworkInterfaceCollection.NetworkInterfaceCollection" ContainsTarget="true" Nullable="false">
1134 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001135 <Annotation Term="OData.Description" String="The link to the collection of Network Interfaces associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001136 <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 -07001137 <Annotation Term="OData.AutoExpandReferences"/>
1138 </NavigationProperty>
1139 </EntityType>
1140
1141 <ComplexType Name="TrustedModules" BaseType="ComputerSystem.v1_1_0.TrustedModules">
1142 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1143 <Property Name="FirmwareVersion2" Type="Edm.String">
1144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001145 <Annotation Term="OData.Description" String="The second firmware version of this Trusted Module, if applicable."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001146 <Annotation Term="OData.LongDescription" String="This property shall contain the 2nd firmware version, if applicable, as defined by the manufacturer for the Trusted Module."/>
1147 </Property>
1148 <Property Name="InterfaceTypeSelection" Type="ComputerSystem.v1_3_0.InterfaceTypeSelection">
1149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001150 <Annotation Term="OData.Description" String="The interface type selection supported by this Trusted Module."/>
1151 <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 -07001152 </Property>
1153 </ComplexType>
1154
1155 <EnumType Name="InterfaceTypeSelection">
1156 <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."/>
1157 <Member Name="None">
1158 <Annotation Term="OData.Description" String="The TrustedModule does not support switching the InterfaceType."/>
1159 </Member>
1160 <Member Name="FirmwareUpdate">
Ed Tanouscb103132019-10-08 11:34:22 -07001161 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through a firmware update."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001162 </Member>
1163 <Member Name="BiosSetting">
Ed Tanouscb103132019-10-08 11:34:22 -07001164 <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 -07001165 </Member>
1166 <Member Name="OemMethod">
Ed Tanouscb103132019-10-08 11:34:22 -07001167 <Annotation Term="OData.Description" String="The TrustedModule supports switching InterfaceType through an OEM proprietary mechanism."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001168 </Member>
1169 </EnumType>
1170 </Schema>
1171
1172 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_1">
1173 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001174 <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 -07001175 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_0.ComputerSystem"/>
1176 </Schema>
1177
1178 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_2">
1179 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1181 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1182 </Schema>
1183
1184 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_3">
1185 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001186 <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 -07001187 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_2.ComputerSystem"/>
1188 </Schema>
1189
Ed Tanous530520e2019-01-02 13:41:37 -08001190 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_4">
1191 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001192 <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 -08001193 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_3.ComputerSystem"/>
1194 </Schema>
1195
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_5">
1197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001198 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001199 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_4.ComputerSystem"/>
1200 </Schema>
1201
Ed Tanouscb103132019-10-08 11:34:22 -07001202 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_6">
1203 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204 <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."/>
1205 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_5.ComputerSystem"/>
1206 </Schema>
1207
1208 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_7">
1209 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1211 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_6.ComputerSystem"/>
1212 </Schema>
1213
Gunnar Mills09b9d452020-02-11 13:27:39 -06001214 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_8">
1215 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1217 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_7.ComputerSystem"/>
1218 </Schema>
1219
Gunnar Millsa778c022020-05-12 12:20:36 -05001220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_9">
1221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1223 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_8.ComputerSystem"/>
1224 </Schema>
1225
Gunnar Mills844b4152020-06-22 12:44:09 -05001226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_10">
1227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1228 <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."/>
1229 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_9.ComputerSystem"/>
1230 </Schema>
1231
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001232 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_11">
1233 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001234 <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 -05001235 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_10.ComputerSystem"/>
1236 </Schema>
1237
Gunnar Mills262d7d42021-01-20 16:28:41 -06001238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_12">
1239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1240 <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."/>
1241 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_11.ComputerSystem"/>
1242 </Schema>
1243
Gunnar Mills10f270b2021-05-19 15:34:06 -05001244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_3_13">
1245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1246 <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."/>
1247 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_12.ComputerSystem"/>
1248 </Schema>
1249
Jason M. Billsea4aa752018-06-05 13:29:11 -07001250 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_0">
1251 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001252 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001253
Jason M. Billsea4aa752018-06-05 13:29:11 -07001254 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_3_1.ComputerSystem"/>
1255
1256 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_1_0.MemorySummary">
1257 <Property Name="TotalSystemPersistentMemoryGiB" Type="Edm.Decimal">
1258 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1259 <Annotation Term="OData.Description" String="The total configured, system-accessible persistent memory, measured in GiB."/>
1260 <Annotation Term="OData.LongDescription" String="This property shall contain the total amount of configured persistent memory available to the system as measured in gibibytes."/>
1261 <Annotation Term="Validation.Minimum" Int="0"/>
Ed Tanous530520e2019-01-02 13:41:37 -08001262 <Annotation Term="Measures.Unit" String="GiBy"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001263 </Property>
1264 </ComplexType>
1265
1266 <ComplexType Name="Links" BaseType="ComputerSystem.v1_2_0.Links">
1267 <NavigationProperty Name="ResourceBlocks" Type="Collection(ResourceBlock.ResourceBlock)">
1268 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001269 <Annotation Term="OData.Description" String="An array of links to the resource blocks that are used in this computer system."/>
1270 <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 -07001271 <Annotation Term="OData.AutoExpandReferences"/>
1272 </NavigationProperty>
1273 </ComplexType>
1274 </Schema>
1275
1276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_1">
1277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
1279 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_0.ComputerSystem"/>
1280 </Schema>
1281
1282 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_2">
1283 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001284 <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 -07001285 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_1.ComputerSystem"/>
1286 </Schema>
1287
Ed Tanous530520e2019-01-02 13:41:37 -08001288 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_3">
1289 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001290 <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 -08001291 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem"/>
1292 </Schema>
1293
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_4">
1295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001296 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001297 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_3.ComputerSystem"/>
1298 </Schema>
1299
Ed Tanouscb103132019-10-08 11:34:22 -07001300 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_5">
1301 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1302 <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."/>
1303 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_4.ComputerSystem"/>
1304 </Schema>
1305
1306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_6">
1307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1308 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1309 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_5.ComputerSystem"/>
1310 </Schema>
1311
Gunnar Mills09b9d452020-02-11 13:27:39 -06001312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_7">
1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1314 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1315 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_6.ComputerSystem"/>
1316 </Schema>
1317
Gunnar Millsa778c022020-05-12 12:20:36 -05001318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_8">
1319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1320 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1321 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_7.ComputerSystem"/>
1322 </Schema>
1323
Gunnar Mills844b4152020-06-22 12:44:09 -05001324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_9">
1325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1326 <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."/>
1327 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_8.ComputerSystem"/>
1328 </Schema>
1329
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_10">
1331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001332 <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 -05001333 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_9.ComputerSystem"/>
1334 </Schema>
1335
Gunnar Mills262d7d42021-01-20 16:28:41 -06001336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_11">
1337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1338 <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."/>
1339 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_10.ComputerSystem"/>
1340 </Schema>
1341
Gunnar Mills10f270b2021-05-19 15:34:06 -05001342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_4_12">
1343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1344 <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."/>
1345 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_11.ComputerSystem"/>
1346 </Schema>
1347
Jason M. Billsea4aa752018-06-05 13:29:11 -07001348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_0">
1349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001350 <Annotation Term="Redfish.Release" String="2017.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001351
Jason M. Billsea4aa752018-06-05 13:29:11 -07001352 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_4_2.ComputerSystem">
1353 <NavigationProperty Name="Redundancy" Type="Collection(Redundancy.Redundancy)" ContainsTarget="true">
1354 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001355 <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."/>
1356 <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 -07001357 <Annotation Term="OData.AutoExpand"/>
1358 </NavigationProperty>
1359 <Property Name="HostWatchdogTimer" Type="ComputerSystem.v1_5_0.WatchdogTimer" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001360 <Annotation Term="OData.Description" String="The host watchdog timer functionality for this system."/>
1361 <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 -07001362 </Property>
1363 <Property Name="SubModel" Type="Edm.String">
1364 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1365 <Annotation Term="OData.Description" String="The sub-model for this system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001366 <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 -07001367 </Property>
1368 </EntityType>
1369
1370 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_1_0.Boot">
1371 <NavigationProperty Name="BootOptions" Type="BootOptionCollection.BootOptionCollection" ContainsTarget="true" Nullable="false">
1372 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001373 <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 -05001374 <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 -07001375 <Annotation Term="OData.AutoExpandReferences"/>
1376 </NavigationProperty>
1377 <Property Name="BootNext" Type="Edm.String">
1378 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001379 <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 -05001380 <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 -07001381 </Property>
1382 <Property Name="BootOrder" Type="Collection(Edm.String)">
1383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001384 <Annotation Term="OData.Description" String="An array of BootOptionReference strings that represent the persistent boot order for with this computer system."/>
1385 <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 -07001386 </Property>
1387 </ComplexType>
1388
1389 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_0_0.ProcessorSummary">
1390 <Property Name="LogicalProcessorCount" Type="Edm.Int64">
1391 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1392 <Annotation Term="OData.Description" String="The number of logical processors in the system."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001393 <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 -07001394 <Annotation Term="Validation.Minimum" Int="0"/>
1395 </Property>
1396 </ComplexType>
1397
1398 <ComplexType Name="Links" BaseType="ComputerSystem.v1_4_0.Links">
1399 <NavigationProperty Name="ConsumingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1400 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001401 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that are realized, in whole or in part, from this ComputerSystem."/>
1402 <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 -07001403 <Annotation Term="OData.AutoExpandReferences"/>
1404 </NavigationProperty>
1405 <NavigationProperty Name="SupplyingComputerSystems" Type="Collection(ComputerSystem.ComputerSystem)">
1406 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001407 <Annotation Term="OData.Description" String="An array of links to ComputerSystems that contribute, in whole or in part, to the implementation of this ComputerSystem."/>
1408 <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 -07001409 <Annotation Term="OData.AutoExpandReferences"/>
1410 </NavigationProperty>
1411 </ComplexType>
1412
1413 <ComplexType Name="WatchdogTimer">
1414 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001415 <Annotation Term="OData.Description" String="This type describes the host watchdog timer functionality for this system."/>
1416 <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 -07001417 <Property Name="FunctionEnabled" Type="Edm.Boolean">
1418 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001419 <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."/>
1420 <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 -07001421 <Annotation Term="Redfish.Required"/>
1422 </Property>
1423 <Property Name="WarningAction" Type="ComputerSystem.v1_5_0.WatchdogWarningActions">
1424 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001425 <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."/>
1426 <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 -07001427 </Property>
1428 <Property Name="TimeoutAction" Type="ComputerSystem.v1_5_0.WatchdogTimeoutActions">
1429 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001430 <Annotation Term="OData.Description" String="The action to perform when the watchdog timer reaches its timeout value."/>
1431 <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 -07001432 <Annotation Term="Redfish.Required"/>
1433 </Property>
Ed Tanous530520e2019-01-02 13:41:37 -08001434 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -05001435 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
1436 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -08001437 </Property>
1438 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -07001439 <Annotation Term="OData.Description" String="The OEM extension property."/>
1440 <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 -08001441 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -07001442 </ComplexType>
1443
1444 <EnumType Name="WatchdogWarningActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001445 <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 -07001446 <Member Name="None">
1447 <Annotation Term="OData.Description" String="No action taken."/>
1448 </Member>
1449 <Member Name="DiagnosticInterrupt">
1450 <Annotation Term="OData.Description" String="Raise a (typically non-maskable) Diagnostic Interrupt."/>
1451 </Member>
1452 <Member Name="SMI">
1453 <Annotation Term="OData.Description" String="Raise a Systems Management Interrupt (SMI)."/>
1454 </Member>
1455 <Member Name="MessagingInterrupt">
1456 <Annotation Term="OData.Description" String="Raise a legacy IPMI messaging interrupt."/>
1457 </Member>
1458 <Member Name="SCI">
1459 <Annotation Term="OData.Description" String="Raise an interrupt using the ACPI System Control Interrupt (SCI)."/>
1460 </Member>
1461 <Member Name="OEM">
1462 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1463 </Member>
1464 </EnumType>
1465
1466 <EnumType Name="WatchdogTimeoutActions">
Ed Tanouscb103132019-10-08 11:34:22 -07001467 <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 -07001468 <Member Name="None">
1469 <Annotation Term="OData.Description" String="No action taken."/>
1470 </Member>
1471 <Member Name="ResetSystem">
1472 <Annotation Term="OData.Description" String="Reset the system."/>
1473 </Member>
1474 <Member Name="PowerCycle">
1475 <Annotation Term="OData.Description" String="Power cycle the system."/>
1476 </Member>
1477 <Member Name="PowerDown">
1478 <Annotation Term="OData.Description" String="Power down the system."/>
1479 </Member>
1480 <Member Name="OEM">
1481 <Annotation Term="OData.Description" String="Perform an OEM-defined action."/>
1482 </Member>
1483 </EnumType>
1484 </Schema>
1485
Ed Tanous530520e2019-01-02 13:41:37 -08001486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_1">
1487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001488 <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 -08001489 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_0.ComputerSystem"/>
1490 </Schema>
1491
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_2">
1493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001494 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001495 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_1.ComputerSystem"/>
1496 </Schema>
1497
Ed Tanouscb103132019-10-08 11:34:22 -07001498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_3">
1499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1500 <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."/>
1501 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem"/>
1502 </Schema>
1503
1504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_4">
1505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1506 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1507 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_3.ComputerSystem"/>
1508 </Schema>
1509
Gunnar Mills09b9d452020-02-11 13:27:39 -06001510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_5">
1511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1512 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1513 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_4.ComputerSystem"/>
1514 </Schema>
1515
Gunnar Millsa778c022020-05-12 12:20:36 -05001516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_6">
1517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1518 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1519 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_5.ComputerSystem"/>
1520 </Schema>
1521
Gunnar Mills844b4152020-06-22 12:44:09 -05001522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_7">
1523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1524 <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."/>
1525 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_6.ComputerSystem"/>
1526 </Schema>
1527
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_8">
1529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001530 <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 -05001531 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_7.ComputerSystem"/>
1532 </Schema>
1533
Gunnar Mills262d7d42021-01-20 16:28:41 -06001534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_9">
1535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1536 <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."/>
1537 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_8.ComputerSystem"/>
1538 </Schema>
1539
Gunnar Mills10f270b2021-05-19 15:34:06 -05001540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_5_10">
1541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1542 <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."/>
1543 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_9.ComputerSystem"/>
1544 </Schema>
1545
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_0">
1547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1548 <Annotation Term="Redfish.Release" String="2018.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001549
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001550 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_5_2.ComputerSystem">
1551 <Property Name="PowerRestorePolicy" Type="ComputerSystem.v1_6_0.PowerRestorePolicyTypes" Nullable="false">
1552 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1553 <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 -07001554 <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 -06001555 </Property>
1556 </EntityType>
1557
1558 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_5_0.Boot">
1559 <Property Name="AliasBootOrder" Type="Collection(ComputerSystem.BootSource)">
1560 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001561 <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 -05001562 <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 -06001563 </Property>
1564 <Property Name="BootOrderPropertySelection" Type="ComputerSystem.v1_6_0.BootOrderTypes">
1565 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -07001566 <Annotation Term="OData.Description" String="The name of the boot order property that the system uses for the persistent boot order."/>
1567 <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 -06001568 </Property>
1569 </ComplexType>
1570
1571 <EnumType Name="PowerRestorePolicyTypes">
1572 <Annotation Term="OData.Description" String="The enumerations of PowerRestorePolicyTypes specify the choice of power state for the system when power is applied."/>
1573 <Member Name="AlwaysOn">
Ed Tanouscb103132019-10-08 11:34:22 -07001574 <Annotation Term="OData.Description" String="The system always powers on when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001575 </Member>
1576 <Member Name="AlwaysOff">
Ed Tanouscb103132019-10-08 11:34:22 -07001577 <Annotation Term="OData.Description" String="The system always remains powered off when power is applied."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001578 </Member>
1579 <Member Name="LastState">
Ed Tanouscb103132019-10-08 11:34:22 -07001580 <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 -06001581 </Member>
1582 </EnumType>
Ed Tanouscb103132019-10-08 11:34:22 -07001583
Marri Devender Raod45d2d02019-01-21 10:11:34 -06001584 <EnumType Name="BootOrderTypes">
1585 <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."/>
1586 <Member Name="BootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001587 <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 -06001588 </Member>
1589 <Member Name="AliasBootOrder">
Ed Tanouscb103132019-10-08 11:34:22 -07001590 <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 -06001591 </Member>
1592 </EnumType>
1593 </Schema>
1594
Ed Tanouscb103132019-10-08 11:34:22 -07001595 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_1">
1596 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597 <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."/>
1598 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_0.ComputerSystem"/>
1599 </Schema>
1600
1601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_2">
1602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1603 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1604 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1605 </Schema>
1606
Gunnar Mills09b9d452020-02-11 13:27:39 -06001607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_3">
1608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1609 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1610 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_2.ComputerSystem"/>
1611 </Schema>
1612
Gunnar Millsa778c022020-05-12 12:20:36 -05001613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_4">
1614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1615 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1616 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_3.ComputerSystem"/>
1617 </Schema>
1618
Gunnar Mills844b4152020-06-22 12:44:09 -05001619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_5">
1620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1621 <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."/>
1622 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_4.ComputerSystem"/>
1623 </Schema>
1624
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_6">
1626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001627 <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 -05001628 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_5.ComputerSystem"/>
1629 </Schema>
1630
Gunnar Mills262d7d42021-01-20 16:28:41 -06001631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_7">
1632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1633 <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."/>
1634 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_6.ComputerSystem"/>
1635 </Schema>
1636
Gunnar Mills10f270b2021-05-19 15:34:06 -05001637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_6_8">
1638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1639 <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."/>
1640 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_7.ComputerSystem"/>
1641 </Schema>
1642
Ed Tanouscb103132019-10-08 11:34:22 -07001643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_0">
1644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1645 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001646
Ed Tanouscb103132019-10-08 11:34:22 -07001647 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_6_1.ComputerSystem"/>
1648
1649 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_6_0.Boot">
1650 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1651 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1652 <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 -05001653 <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 -07001654 <Annotation Term="OData.AutoExpandReferences"/>
1655 </NavigationProperty>
1656 </ComplexType>
1657
1658 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_5_0.ProcessorSummary">
1659 <NavigationProperty Name="Metrics" Type="ProcessorMetrics.ProcessorMetrics" ContainsTarget="true" Nullable="false">
1660 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1661 <Annotation Term="OData.Description" String="The link to the metrics associated with all processors in this system."/>
1662 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all processors in this system."/>
1663 </NavigationProperty>
1664 </ComplexType>
1665 </Schema>
1666
1667 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_1">
1668 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1669 <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1670 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1671 </Schema>
1672
Gunnar Mills09b9d452020-02-11 13:27:39 -06001673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_2">
1674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1675 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1676 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_1.ComputerSystem"/>
1677 </Schema>
1678
Gunnar Millsa778c022020-05-12 12:20:36 -05001679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_3">
1680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1681 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1682 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_2.ComputerSystem"/>
1683 </Schema>
1684
Gunnar Mills844b4152020-06-22 12:44:09 -05001685 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_4">
1686 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1687 <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."/>
1688 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_3.ComputerSystem"/>
1689 </Schema>
1690
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001691 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_5">
1692 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001693 <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 -05001694 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_4.ComputerSystem"/>
1695 </Schema>
1696
Gunnar Mills262d7d42021-01-20 16:28:41 -06001697 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_6">
1698 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1699 <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."/>
1700 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_5.ComputerSystem"/>
1701 </Schema>
1702
Gunnar Mills10f270b2021-05-19 15:34:06 -05001703 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_7_7">
1704 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1705 <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."/>
1706 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_6.ComputerSystem"/>
1707 </Schema>
1708
Ed Tanouscb103132019-10-08 11:34:22 -07001709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_0">
1710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1711 <Annotation Term="Redfish.Release" String="2019.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001712
Ed Tanouscb103132019-10-08 11:34:22 -07001713 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_7_0.ComputerSystem"/>
1714
1715 <ComplexType Name="MemorySummary" BaseType="ComputerSystem.v1_4_0.MemorySummary">
1716 <NavigationProperty Name="Metrics" Type="MemoryMetrics.MemoryMetrics" ContainsTarget="true" Nullable="false">
1717 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1718 <Annotation Term="OData.Description" String="The link to the metrics associated with all memory in this system."/>
1719 <Annotation Term="OData.LongDescription" String="This property shall contain a link to the metrics associated with all memory in this system."/>
1720 </NavigationProperty>
1721 </ComplexType>
1722 </Schema>
1723
Gunnar Mills09b9d452020-02-11 13:27:39 -06001724 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_1">
1725 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1726 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1727 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
1728 </Schema>
1729
Gunnar Millsa778c022020-05-12 12:20:36 -05001730 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_2">
1731 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1732 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1733 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_1.ComputerSystem"/>
1734 </Schema>
1735
Gunnar Mills844b4152020-06-22 12:44:09 -05001736 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_3">
1737 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1738 <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."/>
1739 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_2.ComputerSystem"/>
1740 </Schema>
1741
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001742 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_4">
1743 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001744 <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 -05001745 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_3.ComputerSystem"/>
1746 </Schema>
1747
Gunnar Mills262d7d42021-01-20 16:28:41 -06001748 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_5">
1749 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1750 <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."/>
1751 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_4.ComputerSystem"/>
1752 </Schema>
1753
Gunnar Mills10f270b2021-05-19 15:34:06 -05001754 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_8_6">
1755 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1756 <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."/>
1757 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_5.ComputerSystem"/>
1758 </Schema>
1759
Gunnar Mills6f44b752020-02-06 16:50:51 -06001760 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_0">
1761 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1762 <Annotation Term="Redfish.Release" String="2019.3"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001763
Gunnar Mills6f44b752020-02-06 16:50:51 -06001764 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_8_0.ComputerSystem"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001765
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001766 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_7_0.Boot">
Gunnar Mills6f44b752020-02-06 16:50:51 -06001767 <Property Name="HttpBootUri" Type="Edm.String">
1768 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1769 <Annotation Term="OData.Description" String="The URI to boot from when BootSourceOverrideTarget is set to `UefiHttp`."/>
1770 <Annotation Term="OData.LongDescription" String="This property shall contain the URI to perform an HTTP or HTTPS boot when BootSourceOverrideTarget is set to `UefiHttp`."/>
1771 <Annotation Term="OData.IsURL"/>
1772 </Property>
1773 </ComplexType>
1774 </Schema>
1775
Gunnar Mills09b9d452020-02-11 13:27:39 -06001776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_1">
1777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1778 <Annotation Term="OData.Description" String="This version was created to update the description for UefiTargetBootSourceOverride."/>
1779 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_0.ComputerSystem"/>
1780 </Schema>
1781
Gunnar Millsa778c022020-05-12 12:20:36 -05001782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_2">
1783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1784 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1785 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem"/>
1786 </Schema>
1787
Gunnar Mills844b4152020-06-22 12:44:09 -05001788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_3">
1789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1790 <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."/>
1791 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_2.ComputerSystem"/>
1792 </Schema>
1793
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_4">
1795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001796 <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 -05001797 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_3.ComputerSystem"/>
1798 </Schema>
1799
Gunnar Mills262d7d42021-01-20 16:28:41 -06001800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_5">
1801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1802 <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."/>
1803 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_4.ComputerSystem"/>
1804 </Schema>
1805
Gunnar Mills10f270b2021-05-19 15:34:06 -05001806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_9_6">
1807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1808 <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."/>
1809 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_5.ComputerSystem"/>
1810 </Schema>
1811
Gunnar Mills09b9d452020-02-11 13:27:39 -06001812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_0">
1813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1814 <Annotation Term="Redfish.Release" String="2019.4"/>
1815 <Annotation Term="OData.Description" String="This version was created to add new values to HostingRole."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001816
Gunnar Mills09b9d452020-02-11 13:27:39 -06001817 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_9_1.ComputerSystem">
1818 <NavigationProperty Name="FabricAdapters" Type="FabricAdapterCollection.FabricAdapterCollection" ContainsTarget="true" Nullable="false">
1819 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1820 <Annotation Term="OData.Description" String="The link to the collection of fabric adapters associated with this system."/>
Gunnar Millsa778c022020-05-12 12:20:36 -05001821 <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 -06001822 <Annotation Term="OData.AutoExpandReferences"/>
1823 </NavigationProperty>
1824 </EntityType>
1825 </Schema>
1826
Gunnar Millsa778c022020-05-12 12:20:36 -05001827 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_1">
1828 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1829 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1830 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_0.ComputerSystem"/>
1831 </Schema>
1832
Gunnar Mills844b4152020-06-22 12:44:09 -05001833 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_2">
1834 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835 <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."/>
1836 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1837 </Schema>
1838
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001839 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_3">
1840 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001841 <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 -05001842 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_2.ComputerSystem"/>
1843 </Schema>
1844
Gunnar Mills262d7d42021-01-20 16:28:41 -06001845 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_4">
1846 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1847 <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."/>
1848 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_3.ComputerSystem"/>
1849 </Schema>
1850
Gunnar Mills10f270b2021-05-19 15:34:06 -05001851 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_10_5">
1852 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1853 <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."/>
1854 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_4.ComputerSystem"/>
1855 </Schema>
1856
Gunnar Millsa778c022020-05-12 12:20:36 -05001857 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_0">
1858 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1859 <Annotation Term="Redfish.Release" String="2020.1"/>
1860 <Annotation Term="OData.Description" String="This version was created to add the AutomaticRetry and RemainingAutomaticRetryAttempts properties to Boot."/>
1861
1862 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_10_1.ComputerSystem"/>
1863
1864 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_9_0.Boot">
1865 <Property Name="AutomaticRetryConfig" Type="ComputerSystem.v1_11_0.AutomaticRetryConfig">
1866 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1867 <Annotation Term="OData.Description" String="The configuration of how the system retries booting automatically."/>
1868 <Annotation Term="OData.LongDescription" String="This property shall contain the configuration of how the system retry booting automatically."/>
1869 </Property>
1870 <Property Name="AutomaticRetryAttempts" Type="Edm.Int64">
1871 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1872 <Annotation Term="OData.Description" String="The number of attempts the system will automatically retry booting."/>
1873 <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."/>
1874 <Annotation Term="Validation.Minimum" Int="0"/>
1875 </Property>
1876 <Property Name="RemainingAutomaticRetryAttempts" Type="Edm.Int64">
1877 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1878 <Annotation Term="OData.Description" String="The number of remaining automatic retry boots."/>
1879 <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."/>
1880 <Annotation Term="Validation.Minimum" Int="0"/>
1881 </Property>
1882 </ComplexType>
1883
1884 <EnumType Name="AutomaticRetryConfig">
1885 <Member Name="Disabled">
1886 <Annotation Term="OData.Description" String="Disable automatic retrying of booting."/>
1887 <Annotation Term="OData.LongDescription" String="This value shall indicate that automatic retrying of booting is disabled."/>
1888 </Member>
1889 <Member Name="RetryAttempts">
1890 <Annotation Term="OData.Description" String="Automatic retrying of booting is based on a specified retry count."/>
1891 <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."/>
1892 </Member>
1893 <Member Name="RetryAlways">
1894 <Annotation Term="OData.Description" String="Always automatically retry booting."/>
1895 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system will always automatically retry booting."/>
1896 </Member>
1897 </EnumType>
1898 </Schema>
1899
Gunnar Mills844b4152020-06-22 12:44:09 -05001900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_1">
1901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1902 <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."/>
1903 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_0.ComputerSystem"/>
1904 </Schema>
1905
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_2">
1907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001908 <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 -05001909 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem"/>
1910 </Schema>
1911
Gunnar Mills262d7d42021-01-20 16:28:41 -06001912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_3">
1913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1914 <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."/>
1915 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_2.ComputerSystem"/>
1916 </Schema>
1917
Gunnar Mills10f270b2021-05-19 15:34:06 -05001918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_11_4">
1919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1920 <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."/>
1921 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_3.ComputerSystem"/>
1922 </Schema>
1923
Gunnar Mills844b4152020-06-22 12:44:09 -05001924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_0">
1925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1926 <Annotation Term="Redfish.Release" String="2020.2"/>
1927 <Annotation Term="OData.Description" String="This version was created to add LastResetTime."/>
1928
1929 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_11_1.ComputerSystem">
1930 <Property Name="LastResetTime" Type="Edm.DateTimeOffset" Nullable="false">
1931 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1932 <Annotation Term="OData.Description" String="The date and time when the system was last reset or rebooted."/>
1933 <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."/>
1934 </Property>
1935 </EntityType>
1936 </Schema>
1937
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001938 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_1">
1939 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -06001940 <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 -05001941 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_0.ComputerSystem"/>
1942 </Schema>
1943
Gunnar Mills262d7d42021-01-20 16:28:41 -06001944 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_2">
1945 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1946 <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."/>
1947 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem"/>
1948 </Schema>
1949
Gunnar Mills10f270b2021-05-19 15:34:06 -05001950 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_12_3">
1951 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1952 <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."/>
1953 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_2.ComputerSystem"/>
1954 </Schema>
1955
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05001956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_0">
1957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1958 <Annotation Term="Redfish.Release" String="2020.3"/>
1959 <Annotation Term="OData.Description" String="This version was created to add LocationIndicatorActive and BootProgress and to deprecate IndicatorLED properties."/>
1960
1961 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_12_1.ComputerSystem">
1962 <Property Name="LocationIndicatorActive" Type="Edm.Boolean">
1963 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1964 <Annotation Term="OData.Description" String="An indicator allowing an operator to physically locate this resource."/>
1965 <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."/>
1966 </Property>
1967 <Property Name="BootProgress" Type="ComputerSystem.v1_13_0.BootProgress">
1968 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
1969 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
1970 </Property>
1971 <Property Name="PowerOnDelaySeconds" Type="Edm.Decimal">
1972 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1973 <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."/>
1974 <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."/>
1975 </Property>
1976 <Property Name="PowerOffDelaySeconds" Type="Edm.Decimal">
1977 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1978 <Annotation Term="OData.Description" String="The number of seconds to delay power off during a reset. Zero seconds indicates no delay to power off."/>
1979 <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."/>
1980 </Property>
1981 <Property Name="PowerCycleDelaySeconds" Type="Edm.Decimal">
1982 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1983 <Annotation Term="OData.Description" String="The number of seconds to delay power on after a `Reset` action requesting `PowerCycle`. Zero seconds indicates no delay."/>
1984 <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."/>
1985 </Property>
1986 <Property Name="SerialConsole" Type="ComputerSystem.v1_13_0.HostSerialConsole" Nullable="false">
1987 <Annotation Term="OData.Description" String="The serial console services that this system provides."/>
1988 <Annotation Term="OData.LongDescription" String="This property shall contain information about the serial console services of this system."/>
1989 </Property>
1990 <Property Name="GraphicalConsole" Type="ComputerSystem.v1_13_0.HostGraphicalConsole" Nullable="false">
1991 <Annotation Term="OData.Description" String="The information about the graphical console (KVM-IP) service of this system."/>
1992 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the graphical console (KVM-IP) service of this system."/>
1993 </Property>
1994 <Property Name="VirtualMediaConfig" Type="ComputerSystem.v1_13_0.VirtualMediaConfig" Nullable="false">
1995 <Annotation Term="OData.Description" String="The information about the virtual media service of this system."/>
1996 <Annotation Term="OData.LongDescription" String="This property shall contain the information about the virtual media service of this system."/>
1997 </Property>
1998 <NavigationProperty Name="VirtualMedia" Type="VirtualMediaCollection.VirtualMediaCollection" ContainsTarget="true" Nullable="false">
1999 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2000 <Annotation Term="OData.Description" String="The link to the virtual media services for this system."/>
2001 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type VirtualMediaCollection that this system uses."/>
2002 <Annotation Term="OData.AutoExpandReferences"/>
2003 </NavigationProperty>
2004 </EntityType>
2005
2006 <ComplexType Name="BootProgress">
2007 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2008 <Annotation Term="OData.Description" String="This object describes the last boot progress state."/>
2009 <Annotation Term="OData.LongDescription" String="This object shall contain the last boot progress state and time."/>
2010 <Property Name="LastState" Type="ComputerSystem.v1_13_0.BootProgressTypes">
2011 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2012 <Annotation Term="OData.Description" String="The last boot progress state."/>
2013 <Annotation Term="OData.LongDescription" String="This property shall contain the last boot progress state."/>
2014 </Property>
2015 <Property Name="LastStateTime" Type="Edm.DateTimeOffset">
2016 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2017 <Annotation Term="OData.Description" String="The date and time when the last boot state was updated."/>
2018 <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the last boot state was updated."/>
2019 </Property>
2020 <Property Name="OemLastState" Type="Edm.String">
2021 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2022 <Annotation Term="OData.Description" String="The OEM-specific last state, if the LastState type is `OEM`."/>
2023 <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`."/>
2024 </Property>
2025 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2026 <Annotation Term="OData.Description" String="The OEM extension property."/>
2027 <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."/>
2028 </Property>
2029 </ComplexType>
2030
2031 <EnumType Name="BootProgressTypes">
2032 <Member Name="None">
2033 <Annotation Term="OData.Description" String="The system is not booting."/>
2034 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system is not booting or running, such as the system is powered off."/>
2035 </Member>
2036 <Member Name="PrimaryProcessorInitializationStarted">
2037 <Annotation Term="OData.Description" String="The system has started initializing the primary processor."/>
2038 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the primary processor."/>
2039 </Member>
2040 <Member Name="BusInitializationStarted">
2041 <Annotation Term="OData.Description" String="The system has started initializing the buses."/>
2042 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the buses."/>
2043 </Member>
2044 <Member Name="MemoryInitializationStarted">
2045 <Annotation Term="OData.Description" String="The system has started initializing the memory."/>
2046 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize memory."/>
2047 </Member>
2048 <Member Name="SecondaryProcessorInitializationStarted">
2049 <Annotation Term="OData.Description" String="The system has started initializing the remaining processors."/>
2050 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize the secondary processors."/>
2051 </Member>
2052 <Member Name="PCIResourceConfigStarted">
2053 <Annotation Term="OData.Description" String="The system has started initializing the PCI resources."/>
2054 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has started to initialize PCI resources."/>
2055 </Member>
2056 <Member Name="SystemHardwareInitializationComplete">
2057 <Annotation Term="OData.Description" String="The system has completed initializing all hardware."/>
2058 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has completed initializing all hardware."/>
2059 </Member>
Gunnar Mills10f270b2021-05-19 15:34:06 -05002060 <Member Name="SetupEntered">
2061 <Annotation Term="OData.Description" String="The system has entered the setup utility."/>
2062 <Annotation Term="OData.LongDescription" String="This value shall indicate that the system has entered the setup utility."/>
2063 <Annotation Term="Redfish.Revisions">
2064 <Collection>
2065 <Record>
2066 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
2067 <PropertyValue Property="Version" String="v1_15_0"/>
2068 </Record>
2069 </Collection>
2070 </Annotation>
2071 </Member>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -05002072 <Member Name="OSBootStarted">
2073 <Annotation Term="OData.Description" String="The operating system has started booting."/>
2074 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system has started to boot."/>
2075 </Member>
2076 <Member Name="OSRunning">
2077 <Annotation Term="OData.Description" String="The operating system is running."/>
2078 <Annotation Term="OData.LongDescription" String="This value shall indicate that the operating system is running and shall indicate the final boot progress state."/>
2079 </Member>
2080 <Member Name="OEM">
2081 <Annotation Term="OData.Description" String="A boot progress state in an OEM-defined format."/>
2082 <Annotation Term="OData.LongDescription" String="This value shall indicate an OEM-defined boot progress state."/>
2083 </Member>
2084 </EnumType>
2085
2086 <ComplexType Name="HostSerialConsole">
2087 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2088 <Annotation Term="OData.Description" String="The information about the serial console services that this system provides."/>
2089 <Annotation Term="OData.LongDescription" String="This type shall describe the serial console services for a computer system."/>
2090 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2091 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2092 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2093 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2094 <Annotation Term="Validation.Minimum" Int="0"/>
2095 </Property>
2096 <Property Name="SSH" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2097 <Annotation Term="OData.Description" String="The connection details for an SSH serial console service."/>
2098 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Secure Shell (SSH) protocol."/>
2099 </Property>
2100 <Property Name="Telnet" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2101 <Annotation Term="OData.Description" String="The connection details for a Telnet serial console service."/>
2102 <Annotation Term="OData.LongDescription" String="This property shall contain connection details for a serial console service that uses the Telnet protocol."/>
2103 </Property>
2104 <Property Name="IPMI" Type="ComputerSystem.v1_13_0.SerialConsoleProtocol" Nullable="false">
2105 <Annotation Term="OData.Description" String="The connection details for an IPMI Serial-over-LAN service."/>
2106 <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."/>
2107 </Property>
2108 </ComplexType>
2109
2110 <ComplexType Name="SerialConsoleProtocol">
2111 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2112 <Annotation Term="OData.Description" String="The information about a serial console service that this system provides."/>
2113 <Annotation Term="OData.LongDescription" String="This type shall describe a serial console service for a computer system."/>
2114 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2115 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2116 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2117 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2118 </Property>
2119 <Property Name="Port" Type="Edm.Int64">
2120 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2121 <Annotation Term="OData.Description" String="The protocol port."/>
2122 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the protocol."/>
2123 <Annotation Term="Validation.Minimum" Int="0"/>
2124 </Property>
2125 <Property Name="SharedWithManagerCLI" Type="Edm.Boolean" Nullable="false">
2126 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2127 <Annotation Term="OData.Description" String="Indicates whether the serial console service is shared with access to the manager's command-line interface (CLI)."/>
2128 <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)."/>
2129 </Property>
2130 <Property Name="ConsoleEntryCommand" Type="Edm.String">
2131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2132 <Annotation Term="OData.Description" String="The command string passed to the service to select or enter the system's serial console."/>
2133 <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."/>
2134 </Property>
2135 <Property Name="HotKeySequenceDisplay" Type="Edm.String">
2136 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2137 <Annotation Term="OData.Description" String="The hotkey sequence available for the user to exit the serial console session."/>
2138 <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."/>
2139 </Property>
2140 </ComplexType>
2141
2142 <ComplexType Name="HostGraphicalConsole">
2143 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2144 <Annotation Term="OData.Description" String="The information about a graphical console service for this system."/>
2145 <Annotation Term="OData.LongDescription" String="This type shall describe a graphical console service for a computer system."/>
2146 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2148 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2149 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2150 </Property>
2151 <Property Name="Port" Type="Edm.Int64">
2152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2153 <Annotation Term="OData.Description" String="The protocol port."/>
2154 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2155 <Annotation Term="Validation.Minimum" Int="0"/>
2156 </Property>
2157 <Property Name="ConnectTypesSupported" Type="Collection(ComputerSystem.v1_13_0.GraphicalConnectTypesSupported)" Nullable="false">
2158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2159 <Annotation Term="OData.Description" String="This property enumerates the graphical console connection types that the implementation allows."/>
2160 <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."/>
2161 </Property>
2162 <Property Name="MaxConcurrentSessions" Type="Edm.Int64" Nullable="false">
2163 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2164 <Annotation Term="OData.Description" String="The maximum number of service sessions, regardless of protocol, that this system can support."/>
2165 <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of concurrent service sessions that this implementation supports."/>
2166 <Annotation Term="Validation.Minimum" Int="0"/>
2167 </Property>
2168 </ComplexType>
2169
2170 <EnumType Name="GraphicalConnectTypesSupported">
2171 <Member Name="KVMIP">
2172 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through a KVM-IP (redirection of Keyboard, Video, Mouse over IP) protocol."/>
2173 </Member>
2174 <Member Name="OEM">
2175 <Annotation Term="OData.Description" String="The controller supports a graphical console connection through an OEM-specific protocol."/>
2176 </Member>
2177 </EnumType>
2178
2179 <ComplexType Name="VirtualMediaConfig">
2180 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2181 <Annotation Term="OData.Description" String="The information about virtual media service for this system."/>
2182 <Annotation Term="OData.LongDescription" String="This type shall describe a virtual media service service for a computer system."/>
2183 <Property Name="ServiceEnabled" Type="Edm.Boolean" Nullable="false">
2184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2185 <Annotation Term="OData.Description" String="An indication of whether the service is enabled for this system."/>
2186 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the protocol for the service is enabled."/>
2187 </Property>
2188 <Property Name="Port" Type="Edm.Int64">
2189 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2190 <Annotation Term="OData.Description" String="The protocol port."/>
2191 <Annotation Term="OData.LongDescription" String="This property shall contain the port assigned to the service."/>
2192 <Annotation Term="Validation.Minimum" Int="0"/>
2193 </Property>
2194 </ComplexType>
2195 </Schema>
2196
Gunnar Mills262d7d42021-01-20 16:28:41 -06002197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_1">
2198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2199 <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."/>
2200 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_0.ComputerSystem"/>
2201 </Schema>
2202
Gunnar Mills10f270b2021-05-19 15:34:06 -05002203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_13_2">
2204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2205 <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."/>
2206 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem"/>
2207 </Schema>
2208
Gunnar Mills262d7d42021-01-20 16:28:41 -06002209 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_0">
2210 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2211 <Annotation Term="Redfish.Release" String="2020.4"/>
2212 <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."/>
2213
2214 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_13_1.ComputerSystem">
2215 <NavigationProperty Name="Certificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
2216 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2217 <Annotation Term="OData.Description" String="The link to a collection of certificates for device identity and attestation."/>
2218 <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."/>
2219 <Annotation Term="OData.AutoExpandReferences"/>
2220 </NavigationProperty>
2221 <Property Name="Measurements" Type="Collection(SoftwareInventory.MeasurementBlock)" Nullable="false">
2222 <Annotation Term="OData.Description" String="An array of DSP0274-defined measurement blocks."/>
2223 <Annotation Term="OData.LongDescription" String="This property shall contain an array of DSP0274-defined measurement blocks."/>
2224 </Property>
2225 </EntityType>
2226
2227 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_11_0.Boot">
2228 <Property Name="TrustedModuleRequiredToBoot" Type="ComputerSystem.v1_14_0.TrustedModuleRequiredToBoot">
2229 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2230 <Annotation Term="OData.Description" String="The Trusted Module boot requirement."/>
2231 <Annotation Term="OData.LongDescription" String="This property shall contain the Trusted Module boot requirement."/>
2232 </Property>
2233 </ComplexType>
2234
2235 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_7_0.ProcessorSummary">
2236 <Property Name="CoreCount" Type="Edm.Int64">
2237 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2238 <Annotation Term="OData.Description" String="The number of processor cores in the system."/>
2239 <Annotation Term="OData.LongDescription" String="This property shall contain the total number of central processor cores in in the system."/>
2240 <Annotation Term="Validation.Minimum" Int="0"/>
2241 </Property>
2242 </ComplexType>
2243
2244 <EnumType Name="TrustedModuleRequiredToBoot">
2245 <Member Name="Disabled">
2246 <Annotation Term="OData.Description" String="No Trusted Module requirement to boot."/>
2247 <Annotation Term="OData.LongDescription" String="This value shall indicate a Trusted Module is not required to boot."/>
2248 </Member>
2249 <Member Name="Required">
2250 <Annotation Term="OData.Description" String="A functional Trusted Module is required to boot."/>
2251 <Annotation Term="OData.LongDescription" String="This value shall indicate a functioning Trusted Module is required to boot."/>
2252 </Member>
2253 </EnumType>
2254 </Schema>
2255
Gunnar Mills10f270b2021-05-19 15:34:06 -05002256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_14_1">
2257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2258 <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."/>
2259 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_0.ComputerSystem"/>
2260 </Schema>
2261
2262 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ComputerSystem.v1_15_0">
2263 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2264 <Annotation Term="Redfish.Release" String="2021.1"/>
2265 <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."/>
2266
2267 <EntityType Name="ComputerSystem" BaseType="ComputerSystem.v1_14_1.ComputerSystem">
2268 <NavigationProperty Name="GraphicsControllers" Type="GraphicsControllerCollection.GraphicsControllerCollection" ContainsTarget="true" Nullable="false">
2269 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2270 <Annotation Term="OData.Description" String="The link to a collection of graphics controllers that can output video for this system."/>
2271 <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."/>
2272 <Annotation Term="OData.AutoExpandReferences"/>
2273 </NavigationProperty>
2274 <NavigationProperty Name="USBControllers" Type="USBControllerCollection.USBControllerCollection" ContainsTarget="true" Nullable="false">
2275 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2276 <Annotation Term="OData.Description" String="The link to a collection of USB controllers for this system."/>
2277 <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."/>
2278 <Annotation Term="OData.AutoExpandReferences"/>
2279 </NavigationProperty>
2280 <Property Name="PowerMode" Type="ComputerSystem.v1_15_0.PowerMode">
2281 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2282 <Annotation Term="OData.Description" String="The power mode setting of the computer system."/>
2283 <Annotation Term="OData.LongDescription" String="This property shall contain the computer system power mode setting."/>
2284 </Property>
2285 </EntityType>
2286
2287 <ComplexType Name="Boot" BaseType="ComputerSystem.v1_14_0.Boot">
2288 <Property Name="StopBootOnFault" Type="ComputerSystem.v1_15_0.StopBootOnFault">
2289 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2290 <Annotation Term="OData.Description" String="If the boot should stop on a fault."/>
2291 <Annotation Term="OData.LongDescription" String="This property shall contain the setting if the boot should stop on a fault."/>
2292 </Property>
2293 </ComplexType>
2294
2295 <EnumType Name="StopBootOnFault">
2296 <Member Name="Never">
2297 <Annotation Term="OData.Description" String="The system performs any normal recovery actions during boot if a fault occurs."/>
2298 <Annotation Term="OData.LongDescription" String="This value shall indicate the system will continue to attempt to boot if a fault occurs."/>
2299 </Member>
2300 <Member Name="AnyFault">
2301 <Annotation Term="OData.Description" String="The system should stop the boot on any fault."/>
2302 <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."/>
2303 </Member>
2304 </EnumType>
2305
2306 <EnumType Name="PowerMode">
2307 <Member Name="MaximumPerformance">
2308 <Annotation Term="OData.Description" String="The system performs at the highest speeds possible."/>
2309 <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."/>
2310 </Member>
2311 <Member Name="BalancedPerformance">
2312 <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."/>
2313 <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`."/>
2314 </Member>
2315 <Member Name="PowerSaving">
2316 <Annotation Term="OData.Description" String="The system performs at reduced speeds to save power."/>
2317 <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."/>
2318 </Member>
2319 <Member Name="Static">
2320 <Annotation Term="OData.Description" String="The system power mode is static."/>
2321 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a static base speed."/>
2322 </Member>
2323 <Member Name="OSControlled">
2324 <Annotation Term="OData.Description" String="The system power mode is controlled by the operating system."/>
2325 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at a operating system controlled power mode."/>
2326 </Member>
2327 <Member Name="OEM">
2328 <Annotation Term="OData.Description" String="The system power mode is OEM-defined."/>
2329 <Annotation Term="OData.LongDescription" String="This value shall indicate the system performs at an OEM-defined power mode."/>
2330 </Member>
2331 </EnumType>
2332
2333 <ComplexType Name="ProcessorSummary" BaseType="ComputerSystem.v1_14_0.ProcessorSummary">
2334 <Property Name="ThreadingEnabled" Type="Edm.Boolean" Nullable="false">
2335 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
2336 <Annotation Term="OData.Description" String="An indication of whether threading is enabled on all processors in this system."/>
2337 <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."/>
2338 </Property>
2339 </ComplexType>
2340 </Schema>
2341
Jason M. Billsea4aa752018-06-05 13:29:11 -07002342 </edmx:DataServices>
2343</edmx:Edmx>