blob: 279254a852cd23832a11a8559081f3a730132a7f [file] [log] [blame]
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07004<!--# Redfish Schema: UpdateService v1.12.0 -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02009<!--# 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>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060017 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19 </edmx:Reference>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
21 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060029 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020030 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection_v1.xml">
32 <edmx:Include Namespace="SoftwareInventoryCollection"/>
33 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -050034 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
35 <edmx:Include Namespace="CertificateCollection"/>
36 </edmx:Reference>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070037 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
38 <edmx:Include Namespace="KeyCollection"/>
39 </edmx:Reference>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020040
41 <edmx:DataServices>
42
43 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService">
44 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
45
46 <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050047 <Annotation Term="OData.Description" String="The UpdateService schema describes the update service and the properties for the service itself with links to collections of firmware and software inventory. The update service also provides methods for updating software and firmware of the resources in a Redfish service."/>
48 <Annotation Term="OData.LongDescription" String="This resource shall represent an update service and the properties that affect the service itself for a Redfish implementation."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020049 <Annotation Term="Capabilities.InsertRestrictions">
50 <Record>
51 <PropertyValue Property="Insertable" Bool="false"/>
52 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.UpdateRestrictions">
55 <Record>
56 <PropertyValue Property="Updatable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050057 <Annotation Term="OData.Description" String="Writable properties, such as ServiceEnabled, can be updated for the update service."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020058 </Record>
59 </Annotation>
60 <Annotation Term="Capabilities.DeleteRestrictions">
61 <Record>
62 <PropertyValue Property="Deletable" Bool="false"/>
63 </Record>
64 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080065 <Annotation Term="Redfish.Uris">
66 <Collection>
67 <String>/redfish/v1/UpdateService</String>
68 </Collection>
69 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020070 </EntityType>
71
Ed Tanouscb103132019-10-08 11:34:22 -070072 <ComplexType Name="UpdateParameters" Abstract="true"/>
73
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020074 <Action Name="SimpleUpdate" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070075 <Annotation Term="OData.Description" String="This action updates software components."/>
76 <Annotation Term="OData.LongDescription" String="This action shall update installed software components in a software image file located at an ImageURI parameter-specified URI."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020077 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
78 <Parameter Name="ImageURI" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070079 <Annotation Term="OData.Description" String="The URI of the software image to install."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050080 <Annotation Term="OData.LongDescription" String="This parameter shall contain an RFC3986-defined URI that links to a software image that the update service retrieves to install software in that image. This URI should contain a scheme that describes the transfer protocol. If the TransferProtocol parameter is absent or not supported, and a transfer protocol is not specified by a scheme contained within this URI, the service shall use HTTP to get the image."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020081 </Parameter>
82 <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050083 <Annotation Term="OData.Description" String="The network protocol that the update service uses to retrieve the software image file located at the URI provided in ImageURI. This parameter is ignored if the URI provided in ImageURI contains a scheme."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -060084 <Annotation Term="OData.LongDescription" String="This parameter shall contain the network protocol that the update service shall use to retrieve the software image located at the ImageURI. Services should ignore this parameter if the URI provided in ImageURI contains a scheme. If this parameter is not provided (or supported), and a transfer protocol is not specified by a scheme contained within this URI, the service shall use HTTP to retrieve the image."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020085 </Parameter>
86 <Parameter Name="Targets" Type="Collection(Edm.String)">
Ed Tanouscb103132019-10-08 11:34:22 -070087 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -070088 <Annotation Term="OData.LongDescription" String="This parameter shall contain zero or more URIs that indicate where to apply the update image. These targets should correspond to software inventory instances or their related items. If this parameter is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020089 <Annotation Term="OData.IsURL"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060090 <Annotation Term="Redfish.Revisions">
91 <Collection>
92 <Record>
93 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
94 <PropertyValue Property="Version" String="v1_2_0"/>
95 </Record>
96 </Collection>
97 </Annotation>
98 </Parameter>
99 <Parameter Name="Username" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700100 <Annotation Term="OData.Description" String="The user name to access the URI specified by the ImageURI parameter."/>
101 <Annotation Term="OData.LongDescription" String="This parameter shall represent the user name to access the URI specified by the ImageURI parameter."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600102 <Annotation Term="Redfish.Revisions">
103 <Collection>
104 <Record>
105 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
106 <PropertyValue Property="Version" String="v1_4_0"/>
107 </Record>
108 </Collection>
109 </Annotation>
110 </Parameter>
111 <Parameter Name="Password" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700112 <Annotation Term="OData.Description" String="The password to access the URI specified by the ImageURI parameter."/>
113 <Annotation Term="OData.LongDescription" String="This parameter shall represent the password to access the URI specified by the ImageURI parameter."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600114 <Annotation Term="Redfish.Revisions">
115 <Collection>
116 <Record>
117 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
118 <PropertyValue Property="Version" String="v1_4_0"/>
119 </Record>
120 </Collection>
121 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200122 </Parameter>
Sui Chen141d9432022-02-03 22:01:27 -0800123 <Parameter Name="ForceUpdate" Type="Edm.Boolean">
124 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/>
125 <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If the client does not provide this parameter, the service shall default this value to `false`."/>
126 <Annotation Term="Redfish.Revisions">
127 <Collection>
128 <Record>
129 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
130 <PropertyValue Property="Version" String="v1_11_0"/>
131 </Record>
132 </Collection>
133 </Annotation>
134 </Parameter>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200135 </Action>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600136
137 <Action Name="StartUpdate" IsBound="true">
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500138 <Annotation Term="OData.Description" String="This action starts updating all images that have been previously invoked using an OperationApplyTime value of `OnStartUpdateRequest`."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600139 <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`."/>
140 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
141 <Annotation Term="Redfish.Revisions">
142 <Collection>
143 <Record>
144 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
145 <PropertyValue Property="Version" String="v1_7_0"/>
146 </Record>
147 </Collection>
148 </Annotation>
149 </Action>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200150 </Schema>
151
152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0">
153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600154 <Annotation Term="Redfish.Release" String="2016.2"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200155
156 <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService">
Ed Tanous530520e2019-01-02 13:41:37 -0800157 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500158 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
159 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800160 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200161 <Property Name="ServiceEnabled" Type="Edm.Boolean">
162 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700163 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
164 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200165 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700166 <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
168 <Annotation Term="OData.Description" String="An inventory of firmware."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500169 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection. The resource collection should contain the set of software components generally referred to as platform firmware or that does not execute within a host operating system. Software in this collection is generally updated using platform-specific methods or utilities."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200170 <Annotation Term="OData.AutoExpandReferences"/>
171 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700172 <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200173 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174 <Annotation Term="OData.Description" String="An inventory of software."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500175 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection. The resource collection should contain the set of software components executed in the context of a host operating system. This can include device drivers, applications, or offload workloads. Software in this collection is generally updated using operating system-centric methods."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200176 <Annotation Term="OData.AutoExpandReferences"/>
177 </NavigationProperty>
178 <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500179 <Annotation Term="OData.Description" String="The available actions for this resource."/>
180 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200181 </Property>
182 </EntityType>
183
184 <ComplexType Name="Actions">
185 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500186 <Annotation Term="OData.Description" String="The available actions for this resource."/>
187 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800188 <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500189 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
190 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800191 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200192 </ComplexType>
193
194 <ComplexType Name="OemActions">
195 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500196 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
197 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200198 </ComplexType>
199
200 <EnumType Name="TransferProtocolType">
201 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700202 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200203 </Member>
204 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200206 </Member>
207 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600209 <Annotation Term="Redfish.Revisions">
210 <Collection>
211 <Record>
212 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
213 <PropertyValue Property="Version" String="v1_1_0"/>
214 </Record>
215 </Collection>
216 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200217 </Member>
218 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200220 </Member>
221 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200223 </Member>
224 <Member Name="NSF">
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600226 <Annotation Term="Redfish.Revisions">
227 <Collection>
228 <Record>
229 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
230 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700231 <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600232 </Record>
233 </Collection>
234 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200235 </Member>
236 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700237 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200238 </Member>
239 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200241 </Member>
242 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700243 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200244 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800245 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600247 <Annotation Term="Redfish.Revisions">
248 <Collection>
249 <Record>
250 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
251 <PropertyValue Property="Version" String="v1_3_0"/>
252 </Record>
253 </Collection>
254 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800255 </Member>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200256 </EnumType>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200257 </Schema>
258
259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_1">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
262 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_0.UpdateService"/>
263 </Schema>
264
265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
267 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
268 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/>
269 </Schema>
270
271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3">
272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700273 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200274 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/>
275 </Schema>
276
Ed Tanous530520e2019-01-02 13:41:37 -0800277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4">
278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279 <Annotation Term="OData.Description" String="This version was 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. It was also updated to clarify the descriptions Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
280 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/>
281 </Schema>
282
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500285 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600286 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/>
287 </Schema>
288
Ed Tanouscb103132019-10-08 11:34:22 -0700289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6">
290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500291 <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 FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/>
293 </Schema>
294
295 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7">
296 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
297 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter. It was also created to update descriptions that this schema defines."/>
298 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/>
299 </Schema>
300
Gunnar Mills844b4152020-06-22 12:44:09 -0500301 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8">
302 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
304 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/>
305 </Schema>
306
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500307 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_9">
308 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
309 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
310 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_8.UpdateService"/>
311 </Schema>
312
Gunnar Mills262d7d42021-01-20 16:28:41 -0600313 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_10">
314 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
316 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_9.UpdateService"/>
317 </Schema>
318
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0">
320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600321 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500322
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200323 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService">
324 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false">
325 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500326 <Annotation Term="OData.Description" String="The URI used to perform an HTTP or HTTPS push update to the update service. The format of the message is vendor-specific."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800327 <Annotation Term="OData.LongDescription" String="This property shall contain a URI at which the update service supports an HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image. Access to this URI shall require the same privilege as access to the update service. If the service requires the `Content-Length` header for POST requests to this URI, the service should return HTTP 411 if the client does not include this header in the POST request. The value of this property should not contain a URI of a Redfish resource. See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200328 <Annotation Term="OData.IsURL"/>
329 </Property>
330 </EntityType>
331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
336 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/>
337 </Schema>
338
339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200342 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/>
343 </Schema>
344
Ed Tanous530520e2019-01-02 13:41:37 -0800345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <Annotation Term="OData.Description" String="This version was 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. It was also updated to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
348 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/>
349 </Schema>
350
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500353 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also updated to clarify the description of HttpPushUri."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600354 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/>
355 </Schema>
356
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5">
358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500359 <Annotation Term="OData.Description" String="This version was added to update the long description of HttpPushUri. It was also updated 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 FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/>
361 </Schema>
362
363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6">
364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
365 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter. It was also created to update descriptions that this schema defines."/>
366 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/>
367 </Schema>
368
Gunnar Mills844b4152020-06-22 12:44:09 -0500369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7">
370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
372 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/>
373 </Schema>
374
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
378 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/>
379 </Schema>
380
Gunnar Mills262d7d42021-01-20 16:28:41 -0600381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9">
382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
384 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/>
385 </Schema>
386
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_10">
388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
390 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_9.UpdateService"/>
391 </Schema>
392
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_11">
394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
396 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_10.UpdateService"/>
397 </Schema>
398
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0">
400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600401 <Annotation Term="Redfish.Release" String="2017.1"/>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500402
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200403 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService">
404 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)">
405 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700406 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700407 <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the HttpPushUri property to push a software image. These targets should correspond to software inventory instances or their related items. If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200408 <Annotation Term="OData.IsURL"/>
409 </Property>
410 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean">
411 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the HttpPushUriTargets property."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500413 <Annotation Term="OData.LongDescription" String="This property shall indicate whether any client has reserved the HttpPushUriTargets property for firmware updates. A client should set this property to `true` when it uses HttpPushUriTargets for firmware updates. A client should set it to `false` when it is no longer uses HttpPushUriTargets for updates. The property can provide multiple clients a way to negotiate ownership of HttpPushUriTargets and helps clients determine whether another client is using HttpPushUriTargets to make firmware updates. This property has no functional requirements for the service."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200414 </Property>
415 </EntityType>
416 </Schema>
417
418 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1">
419 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700420 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200421 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/>
422 </Schema>
423
Ed Tanous530520e2019-01-02 13:41:37 -0800424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2">
425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
426 <Annotation Term="OData.Description" String="This version was 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. It was also updated to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
427 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/>
428 </Schema>
429
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600430 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3">
431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500432 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also updated to clarify the HttpPushUri description."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600433 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
434 </Schema>
435
Ed Tanouscb103132019-10-08 11:34:22 -0700436 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4">
437 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500438 <Annotation Term="OData.Description" String="This version was added to update the long description of HttpPushUri. It was also updated 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 to FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700439 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/>
440 </Schema>
441
442 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5">
443 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
444 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter and HttpPushUriTargetsBusy. It was also created to update descriptions that this schema defines."/>
445 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/>
446 </Schema>
447
Gunnar Mills844b4152020-06-22 12:44:09 -0500448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6">
449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
450 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
451 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/>
452 </Schema>
453
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7">
455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
457 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/>
458 </Schema>
459
Gunnar Mills262d7d42021-01-20 16:28:41 -0600460 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8">
461 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
462 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
463 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_7.UpdateService"/>
464 </Schema>
465
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_9">
467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
469 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_8.UpdateService"/>
470 </Schema>
471
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_10">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
475 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_9.UpdateService"/>
476 </Schema>
477
Ed Tanousf263e092023-05-22 09:56:29 -0700478 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_11">
479 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
481 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_10.UpdateService"/>
482 </Schema>
483
Ed Tanous530520e2019-01-02 13:41:37 -0800484 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0">
485 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600486 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600487 <Annotation Term="OData.Description" String="This version was created to deprecate NSF in favor of NFS in the TransferProtocolType enumeration."/>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500488
Ed Tanous530520e2019-01-02 13:41:37 -0800489 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
490 </Schema>
491
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500494 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also updated to clarify the description of HttpPushUri."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600495 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/>
496 </Schema>
497
Ed Tanouscb103132019-10-08 11:34:22 -0700498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500500 <Annotation Term="OData.Description" String="This version was added to update the long description of HttpPushUri. It was also updated 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 FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700501 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/>
502 </Schema>
503
504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter and HttpPushUriTargetsBusy. It was also created to update descriptions that this schema defines."/>
507 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/>
508 </Schema>
509
Gunnar Mills844b4152020-06-22 12:44:09 -0500510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
513 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/>
514 </Schema>
515
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
519 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/>
520 </Schema>
521
Gunnar Mills262d7d42021-01-20 16:28:41 -0600522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
525 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/>
526 </Schema>
527
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_7">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
531 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_6.UpdateService"/>
532 </Schema>
533
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_8">
535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
536 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
537 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_7.UpdateService"/>
538 </Schema>
539
Ed Tanousf263e092023-05-22 09:56:29 -0700540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_9">
541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
542 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
543 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_8.UpdateService"/>
544 </Schema>
545
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600546 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0">
547 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
548 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700549 <Annotation Term="OData.Description" String="This version was created to add Username and Password parameters to SimpleUpdate. It was also created to add HttpPushUriOptions settings."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500550
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600551 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService">
552 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700553 <Annotation Term="OData.Description" String="The options for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500554 <Annotation Term="OData.LongDescription" String="This property shall contain options and requirements of the service for HttpPushUri-provided software updates."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600555 </Property>
556 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean">
557 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700558 <Annotation Term="OData.Description" String="An indication of whether a client has reserved the HttpPushUriOptions properties for software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500559 <Annotation Term="OData.LongDescription" String="This property shall indicate whether a client uses the HttpPushUriOptions properties for software updates. When a client uses any HttpPushUriOptions properties for software updates, it should set this property to `true`. When a client no longer uses HttpPushUriOptions properties for software updates, it should set this property to `false`. This property can provide multiple clients a way to negotiate ownership of HttpPushUriOptions properties. Clients can use this property to determine whether another client uses HttpPushUriOptions properties for software updates. This property has no functional requirements for the service."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700560 </Property>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600561 </EntityType>
562
563 <ComplexType Name="HttpPushUriOptions">
564 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700565 <Annotation Term="OData.Description" String="The settings for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500566 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings and requirements of the service for HttpPushUri-provided software updates."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600567 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700568 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided firmware."/>
569 <Annotation Term="OData.LongDescription" String="This property shall contain settings for when to apply HttpPushUri-provided firmware."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600570 </Property>
571 </ComplexType>
572
573 <ComplexType Name="HttpPushUriApplyTime">
574 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700575 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided software."/>
576 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings for when to apply HttpPushUri-provided software."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600577 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false">
578 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700579 <Annotation Term="OData.Description" String="The time when to apply the HttpPushUri-provided software update."/>
580 <Annotation Term="OData.LongDescription" String="This property shall indicate the time when to apply the HttpPushUri-provided software update."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600581 </Property>
582 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
583 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700584 <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600585 <Annotation Term="OData.LongDescription" String="This property shall indicate the date and time when the service can start to apply the HttpPushUri-provided software as part of a maintenance window. This property shall be required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600586 </Property>
587 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
588 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700589 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600590 <Annotation Term="OData.LongDescription" String="This property shall indicate the end of the maintenance window as the number of seconds after the time specified by the MaintenanceWindowStartTime property. This property shall be required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600591 <Annotation Term="Validation.Minimum" Int="0"/>
592 <Annotation Term="Measures.Unit" String="s"/>
593 </Property>
594 </ComplexType>
595
596 <EnumType Name="ApplyTime">
597 <Member Name="Immediate">
598 <Annotation Term="OData.Description" String="Apply immediately."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700599 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied immediately."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600600 </Member>
601 <Member Name="OnReset">
602 <Annotation Term="OData.Description" String="Apply on a reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500603 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied when the system or service is reset."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600604 </Member>
605 <Member Name="AtMaintenanceWindowStart">
Ed Tanouscb103132019-10-08 11:34:22 -0700606 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500607 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties. A service may perform resets during this maintenance window."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600608 </Member>
609 <Member Name="InMaintenanceWindowOnReset">
Ed Tanouscb103132019-10-08 11:34:22 -0700610 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/>
611 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied during the maintenance window specified by the MaintenanceWindowStartTime and MaintenanceWindowDurationInSeconds properties, and if a reset occurs within the maintenance window."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600612 </Member>
Sui Chen141d9432022-02-03 22:01:27 -0800613 <Member Name="OnStartUpdateRequest">
614 <Annotation Term="OData.Description" String="Apply when the StartUpdate action of the update service is invoked."/>
615 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied when the StartUpdate action of the update service is invoked."/>
616 <Annotation Term="Redfish.Revisions">
617 <Collection>
618 <Record>
619 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
620 <PropertyValue Property="Version" String="v1_11_0"/>
621 </Record>
622 </Collection>
623 </Annotation>
624 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600625 </EnumType>
626 </Schema>
627
Ed Tanouscb103132019-10-08 11:34:22 -0700628 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1">
629 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500630 <Annotation Term="OData.Description" String="This version was added to update the long description of HttpPushUri. It was also updated 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 FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/>
632 </Schema>
633
634 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2">
635 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime. It was also created to update descriptions that this schema defines."/>
637 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/>
638 </Schema>
639
Gunnar Mills844b4152020-06-22 12:44:09 -0500640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3">
641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
643 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/>
644 </Schema>
645
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500646 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4">
647 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
649 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/>
650 </Schema>
651
Gunnar Mills262d7d42021-01-20 16:28:41 -0600652 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5">
653 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
655 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/>
656 </Schema>
657
Gunnar Mills10f270b2021-05-19 15:34:06 -0500658 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6">
659 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
660 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
661 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/>
662 </Schema>
663
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500664 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_7">
665 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
666 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
667 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_6.UpdateService"/>
668 </Schema>
669
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800670 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_8">
671 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
672 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
673 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_7.UpdateService"/>
674 </Schema>
675
Ed Tanousf263e092023-05-22 09:56:29 -0700676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_9">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
679 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_8.UpdateService"/>
680 </Schema>
681
Ed Tanouscb103132019-10-08 11:34:22 -0700682 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0">
683 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684 <Annotation Term="Redfish.Release" String="2019.1"/>
685
686 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService">
687 <Property Name="MaxImageSizeBytes" Type="Edm.Int64">
688 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500689 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/>
690 <Annotation Term="OData.LongDescription" String="This property shall indicate the maximum size of the software update image that clients can send to this update service."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700691 <Annotation Term="Measures.Unit" String="By"/>
692 </Property>
693 </EntityType>
694 </Schema>
695
696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698 <Annotation Term="OData.Description" String="This version was added to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime. It was also created to update descriptions that this schema defines."/>
699 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/>
700 </Schema>
701
Gunnar Mills844b4152020-06-22 12:44:09 -0500702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
704 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
705 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/>
706 </Schema>
707
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3">
709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
711 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/>
712 </Schema>
713
Gunnar Mills262d7d42021-01-20 16:28:41 -0600714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4">
715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
716 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
717 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/>
718 </Schema>
719
Gunnar Mills10f270b2021-05-19 15:34:06 -0500720 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5">
721 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
723 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/>
724 </Schema>
725
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_6">
727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
729 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_5.UpdateService"/>
730 </Schema>
731
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800732 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_7">
733 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
735 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_6.UpdateService"/>
736 </Schema>
737
Ed Tanousf263e092023-05-22 09:56:29 -0700738 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_8">
739 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
741 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_7.UpdateService"/>
742 </Schema>
743
Ed Tanouscb103132019-10-08 11:34:22 -0700744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0">
745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746 <Annotation Term="Redfish.Release" String="2019.2"/>
747
748 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService">
749 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false">
750 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500751 <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS push update to the update service."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800752 <Annotation Term="OData.LongDescription" String="This property shall contain a URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image. The value of this property should not contain a URI of a Redfish resource. See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700753 <Annotation Term="OData.IsURL"/>
754 </Property>
755 </EntityType>
756
757 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600758 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700759 <Annotation Term="OData.Description" String="The update parameters used with MultipartHttpPushUri software update."/>
760 <Annotation Term="OData.LongDescription" String="This type shall contain the update parameters when passing the update image when using the URI specified by the MultipartHttpPushUri property to push a software image."/>
761 <Property Name="Targets" Type="Collection(Edm.String)">
Sui Chen141d9432022-02-03 22:01:27 -0800762 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700763 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700764 <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the MultipartHttpPushUri property to push a software image. These targets should correspond to software inventory instances or their related items. If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700765 <Annotation Term="OData.IsURL"/>
766 </Property>
767 </ComplexType>
768 </Schema>
769
Gunnar Mills844b4152020-06-22 12:44:09 -0500770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
772 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
773 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
774 </Schema>
775
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2">
777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
779 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/>
780 </Schema>
781
Gunnar Mills262d7d42021-01-20 16:28:41 -0600782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3">
783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
784 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
785 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/>
786 </Schema>
787
Gunnar Mills10f270b2021-05-19 15:34:06 -0500788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
791 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/>
792 </Schema>
793
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_7">
795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
797 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/>
798 </Schema>
799
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_8">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
803 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_7.UpdateService"/>
804 </Schema>
805
Ed Tanousf263e092023-05-22 09:56:29 -0700806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_9">
807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
808 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
809 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_8.UpdateService"/>
810 </Schema>
811
Gunnar Mills6f44b752020-02-06 16:50:51 -0600812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0">
813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814 <Annotation Term="Redfish.Release" String="2019.3"/>
815 <Annotation Term="OData.Description" String="This version was created to add the StartUpdate action."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500816
Gunnar Mills6f44b752020-02-06 16:50:51 -0600817 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
818 </Schema>
819
Gunnar Mills844b4152020-06-22 12:44:09 -0500820 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1">
821 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
822 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
823 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
824 </Schema>
825
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500826 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2">
827 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
828 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
829 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/>
830 </Schema>
831
Gunnar Mills262d7d42021-01-20 16:28:41 -0600832 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3">
833 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
834 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
835 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/>
836 </Schema>
837
Gunnar Mills10f270b2021-05-19 15:34:06 -0500838 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4">
839 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
841 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/>
842 </Schema>
843
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_5">
845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
846 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
847 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_4.UpdateService"/>
848 </Schema>
849
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_6">
851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
853 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_5.UpdateService"/>
854 </Schema>
855
Ed Tanousf263e092023-05-22 09:56:29 -0700856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_7">
857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
858 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
859 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_6.UpdateService"/>
860 </Schema>
861
Gunnar Mills09b9d452020-02-11 13:27:39 -0600862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0">
863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864 <Annotation Term="Redfish.Release" String="2019.4"/>
865
866 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
867
868 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters">
869 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
870 <Annotation Term="OData.Description" String="The OEM extension property."/>
871 <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."/>
872 </Property>
873 </ComplexType>
874 </Schema>
875
Gunnar Mills844b4152020-06-22 12:44:09 -0500876 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1">
877 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
879 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/>
880 </Schema>
881
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500882 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2">
883 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
884 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also updated to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
885 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/>
886 </Schema>
887
Gunnar Mills262d7d42021-01-20 16:28:41 -0600888 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3">
889 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
890 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
891 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/>
892 </Schema>
893
Gunnar Mills10f270b2021-05-19 15:34:06 -0500894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
897 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/>
898 </Schema>
899
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_5">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
902 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
903 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_4.UpdateService"/>
904 </Schema>
905
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_6">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
909 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_5.UpdateService"/>
910 </Schema>
911
Ed Tanousf263e092023-05-22 09:56:29 -0700912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_7">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
914 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
915 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_6.UpdateService"/>
916 </Schema>
917
Gunnar Mills10f270b2021-05-19 15:34:06 -0500918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="Redfish.Release" String="2021.1"/>
921
922 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService">
923 <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
924 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
925 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the ImageURI property in SimpleUpdate."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800926 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the server certificates for the server referenced by the ImageURI property in SimpleUpdate. If VerifyRemoteServerCertificate is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the image server in order to verify the identify of the image server prior to transferring the image. If the server cannot be verified, the service shall not send the transfer request. If VerifyRemoteServerCertificate is `false`, the service shall not perform certificate verification with certificates in this collection. Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500927 <Annotation Term="OData.AutoExpandReferences"/>
928 </NavigationProperty>
929 <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean">
930 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
931 <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800932 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the certificates found in the collection referenced by the RemoteServerCertificates property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients. Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500933 </Property>
934 </EntityType>
935 </Schema>
936
Sui Chen141d9432022-02-03 22:01:27 -0800937 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_1">
938 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
939 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
940 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_0.UpdateService"/>
941 </Schema>
942
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500943 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_2">
944 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
945 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
946 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"/>
947 </Schema>
948
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_3">
950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
951 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
952 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_2.UpdateService"/>
953 </Schema>
954
Ed Tanousf263e092023-05-22 09:56:29 -0700955 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_4">
956 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
957 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
958 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_3.UpdateService"/>
959 </Schema>
960
Gunnar Mills9d424662021-09-22 21:56:16 -0500961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_0">
962 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
963 <Annotation Term="Redfish.Release" String="2021.2"/>
964
Sui Chen141d9432022-02-03 22:01:27 -0800965 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService">
Gunnar Mills9d424662021-09-22 21:56:16 -0500966 <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
967 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
968 <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the ImageURI property in SimpleUpdate."/>
969 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates that are provided to the server referenced by the ImageURI property in SimpleUpdate as part of TLS handshaking."/>
970 <Annotation Term="OData.AutoExpandReferences"/>
971 </NavigationProperty>
972 </EntityType>
973 </Schema>
974
Sui Chen141d9432022-02-03 22:01:27 -0800975 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_1">
976 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
978 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_0.UpdateService"/>
979 </Schema>
980
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500981 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_2">
982 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
984 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
985 </Schema>
986
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800987 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_3">
988 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
990 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_2.UpdateService"/>
991 </Schema>
992
Ed Tanousf263e092023-05-22 09:56:29 -0700993 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_4">
994 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
995 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
996 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_3.UpdateService"/>
997 </Schema>
998
Sui Chen141d9432022-02-03 22:01:27 -0800999 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_0">
1000 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1001 <Annotation Term="Redfish.Release" String="2021.4"/>
1002 <Annotation Term="OData.Description" String="This version was created to add `OnStartUpdateRequest` to ApplyTime."/>
1003
1004 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
1005
1006 <ComplexType Name="HttpPushUriOptions" BaseType="UpdateService.v1_4_0.HttpPushUriOptions">
1007 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1008 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1009 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the HttpPushUri-provided image."/>
1010 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the HttpPushUri-provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If this property is not present, it shall be assumed to be `false`."/>
1011 </Property>
1012 </ComplexType>
1013
1014 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_8_0.UpdateParameters">
1015 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1016 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1017 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/>
1018 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If the client does not provide this parameter, the service shall default this value to `false`."/>
1019 </Property>
1020 </ComplexType>
1021 </Schema>
1022
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05001023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_1">
1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1026 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_0.UpdateService"/>
1027 </Schema>
1028
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001029 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_2">
1030 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1031 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1032 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_1.UpdateService"/>
1033 </Schema>
1034
Ed Tanousf263e092023-05-22 09:56:29 -07001035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_3">
1036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1037 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1038 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_2.UpdateService"/>
1039 </Schema>
1040
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_0">
1042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1043 <Annotation Term="Redfish.Release" String="2023.2"/>
1044
1045 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService">
1046 <NavigationProperty Name="RemoteServerSSHKeys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
1047 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1048 <Annotation Term="OData.Description" String="The link to a collection of keys that can be used to authenticate the server referenced by the ImageURI property in SimpleUpdate."/>
1049 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type KeyCollection that represents the server SSH keys for the server referenced by the ImageURI property in SimpleUpdate. If VerifyRemoteServerSSHKey is `true`, services shall compare the keys in this collection with the key obtained during handshaking with the image server in order to verify the identify of the image server prior to transferring the image. If the server cannot be verified, the service shall not send the transfer request. If VerifyRemoteServerSSHKey is `false`, the service shall not perform key verification with keys in this collection."/>
1050 <Annotation Term="OData.AutoExpandReferences"/>
1051 </NavigationProperty>
1052 <Property Name="VerifyRemoteServerSSHKey" Type="Edm.Boolean">
1053 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1054 <Annotation Term="OData.Description" String="An indication of whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
1055 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the keys found in the collection referenced by the RemoteServerSSHKeys property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients."/>
1056 </Property>
1057 </EntityType>
1058 </Schema>
1059
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001060 </edmx:DataServices>
1061</edmx:Edmx>