blob: b8dc50b44da311c62e20884a76d7379b04cf80a4 [file] [log] [blame]
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05004<!--# Redfish Schema: UpdateService v1.9.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 -->
Gunnar Mills10f270b2021-05-19 15:34:06 -05008<!--# Copyright 2014-2021 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>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020037
38 <edmx:DataServices>
39
40 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService">
41 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42
43 <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050044 <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."/>
45 <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 +020046 <Annotation Term="Capabilities.InsertRestrictions">
47 <Record>
48 <PropertyValue Property="Insertable" Bool="false"/>
49 </Record>
50 </Annotation>
51 <Annotation Term="Capabilities.UpdateRestrictions">
52 <Record>
53 <PropertyValue Property="Updatable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050054 <Annotation Term="OData.Description" String="Writable properties, such as ServiceEnabled, can be updated for the update service."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020055 </Record>
56 </Annotation>
57 <Annotation Term="Capabilities.DeleteRestrictions">
58 <Record>
59 <PropertyValue Property="Deletable" Bool="false"/>
60 </Record>
61 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080062 <Annotation Term="Redfish.Uris">
63 <Collection>
64 <String>/redfish/v1/UpdateService</String>
65 </Collection>
66 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020067 </EntityType>
68
Ed Tanouscb103132019-10-08 11:34:22 -070069 <ComplexType Name="UpdateParameters" Abstract="true"/>
70
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020071 <Action Name="SimpleUpdate" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070072 <Annotation Term="OData.Description" String="This action updates software components."/>
73 <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 +020074 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
75 <Parameter Name="ImageURI" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070076 <Annotation Term="OData.Description" String="The URI of the software image to install."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050077 <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 +020078 </Parameter>
79 <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050080 <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 -060081 <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 +020082 </Parameter>
83 <Parameter Name="Targets" Type="Collection(Edm.String)">
Ed Tanouscb103132019-10-08 11:34:22 -070084 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050085 <Annotation Term="OData.LongDescription" String="This array property 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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020086 <Annotation Term="OData.IsURL"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060087 <Annotation Term="Redfish.Revisions">
88 <Collection>
89 <Record>
90 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
91 <PropertyValue Property="Version" String="v1_2_0"/>
92 </Record>
93 </Collection>
94 </Annotation>
95 </Parameter>
96 <Parameter Name="Username" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -070097 <Annotation Term="OData.Description" String="The user name to access the URI specified by the ImageURI parameter."/>
98 <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 -060099 <Annotation Term="Redfish.Revisions">
100 <Collection>
101 <Record>
102 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
103 <PropertyValue Property="Version" String="v1_4_0"/>
104 </Record>
105 </Collection>
106 </Annotation>
107 </Parameter>
108 <Parameter Name="Password" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700109 <Annotation Term="OData.Description" String="The password to access the URI specified by the ImageURI parameter."/>
110 <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 -0600111 <Annotation Term="Redfish.Revisions">
112 <Collection>
113 <Record>
114 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
115 <PropertyValue Property="Version" String="v1_4_0"/>
116 </Record>
117 </Collection>
118 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200119 </Parameter>
120 </Action>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600121
122 <Action Name="StartUpdate" IsBound="true">
123 <Annotation Term="OData.Description" String="This action starts an update of software components."/>
124 <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`."/>
125 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
126 <Annotation Term="Redfish.Revisions">
127 <Collection>
128 <Record>
129 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
130 <PropertyValue Property="Version" String="v1_7_0"/>
131 </Record>
132 </Collection>
133 </Annotation>
134 </Action>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200135 </Schema>
136
137 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0">
138 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600139 <Annotation Term="Redfish.Release" String="2016.2"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200140
141 <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService">
Ed Tanous530520e2019-01-02 13:41:37 -0800142 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500143 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
144 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800145 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200146 <Property Name="ServiceEnabled" Type="Edm.Boolean">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
149 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200150 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153 <Annotation Term="OData.Description" String="An inventory of firmware."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500154 <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 +0200155 <Annotation Term="OData.AutoExpandReferences"/>
156 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700157 <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200158 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
159 <Annotation Term="OData.Description" String="An inventory of software."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500160 <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 +0200161 <Annotation Term="OData.AutoExpandReferences"/>
162 </NavigationProperty>
163 <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500164 <Annotation Term="OData.Description" String="The available actions for this resource."/>
165 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200166 </Property>
167 </EntityType>
168
169 <ComplexType Name="Actions">
170 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500171 <Annotation Term="OData.Description" String="The available actions for this resource."/>
172 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800173 <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500174 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
175 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800176 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200177 </ComplexType>
178
179 <ComplexType Name="OemActions">
180 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500181 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
182 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200183 </ComplexType>
184
185 <EnumType Name="TransferProtocolType">
186 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200188 </Member>
189 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200191 </Member>
192 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600194 <Annotation Term="Redfish.Revisions">
195 <Collection>
196 <Record>
197 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
198 <PropertyValue Property="Version" String="v1_1_0"/>
199 </Record>
200 </Collection>
201 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200202 </Member>
203 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700204 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200205 </Member>
206 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200208 </Member>
209 <Member Name="NSF">
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600211 <Annotation Term="Redfish.Revisions">
212 <Collection>
213 <Record>
214 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
215 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700216 <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600217 </Record>
218 </Collection>
219 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200220 </Member>
221 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200223 </Member>
224 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200226 </Member>
227 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700228 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200229 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800230 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700231 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600232 <Annotation Term="Redfish.Revisions">
233 <Collection>
234 <Record>
235 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
236 <PropertyValue Property="Version" String="v1_3_0"/>
237 </Record>
238 </Collection>
239 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800240 </Member>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200241 </EnumType>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200242 </Schema>
243
244 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_1">
245 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
246 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
247 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_0.UpdateService"/>
248 </Schema>
249
250 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2">
251 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
252 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
253 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/>
254 </Schema>
255
256 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3">
257 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700258 <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 +0200259 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/>
260 </Schema>
261
Ed Tanous530520e2019-01-02 13:41:37 -0800262 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4">
263 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264 <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."/>
265 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/>
266 </Schema>
267
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600268 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5">
269 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500270 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600271 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/>
272 </Schema>
273
Ed Tanouscb103132019-10-08 11:34:22 -0700274 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6">
275 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500276 <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 -0700277 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/>
278 </Schema>
279
280 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7">
281 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282 <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."/>
283 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/>
284 </Schema>
285
Gunnar Mills844b4152020-06-22 12:44:09 -0500286 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8">
287 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
288 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
289 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/>
290 </Schema>
291
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500292 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_9">
293 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294 <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."/>
295 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_8.UpdateService"/>
296 </Schema>
297
Gunnar Mills262d7d42021-01-20 16:28:41 -0600298 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_10">
299 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
300 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
301 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_9.UpdateService"/>
302 </Schema>
303
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0">
305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600306 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500307
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200308 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService">
309 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false">
310 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500311 <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."/>
312 <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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200313 <Annotation Term="OData.IsURL"/>
314 </Property>
315 </EntityType>
316 </Schema>
317
318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
321 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/>
322 </Schema>
323
324 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2">
325 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700326 <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 +0200327 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/>
328 </Schema>
329
Ed Tanous530520e2019-01-02 13:41:37 -0800330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3">
331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332 <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."/>
333 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/>
334 </Schema>
335
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600336 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4">
337 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500338 <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 -0600339 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/>
340 </Schema>
341
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5">
343 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500344 <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 -0700345 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/>
346 </Schema>
347
348 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6">
349 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
350 <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."/>
351 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/>
352 </Schema>
353
Gunnar Mills844b4152020-06-22 12:44:09 -0500354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7">
355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
356 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
357 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/>
358 </Schema>
359
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8">
361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362 <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."/>
363 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/>
364 </Schema>
365
Gunnar Mills262d7d42021-01-20 16:28:41 -0600366 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9">
367 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
368 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
369 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/>
370 </Schema>
371
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600374 <Annotation Term="Redfish.Release" String="2017.1"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200375 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService">
376 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)">
377 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700378 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500379 <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 SoftwareInventory 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."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200380 <Annotation Term="OData.IsURL"/>
381 </Property>
382 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean">
383 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700384 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the HttpPushUriTargets property."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500385 <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 +0200386 </Property>
387 </EntityType>
388 </Schema>
389
390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <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 +0200393 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/>
394 </Schema>
395
Ed Tanous530520e2019-01-02 13:41:37 -0800396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2">
397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
398 <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."/>
399 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/>
400 </Schema>
401
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3">
403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500404 <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 -0600405 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
406 </Schema>
407
Ed Tanouscb103132019-10-08 11:34:22 -0700408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4">
409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500410 <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 -0700411 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/>
412 </Schema>
413
414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5">
415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416 <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."/>
417 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/>
418 </Schema>
419
Gunnar Mills844b4152020-06-22 12:44:09 -0500420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6">
421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
423 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/>
424 </Schema>
425
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7">
427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
428 <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."/>
429 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/>
430 </Schema>
431
Gunnar Mills262d7d42021-01-20 16:28:41 -0600432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
434 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
435 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_7.UpdateService"/>
436 </Schema>
437
Ed Tanous530520e2019-01-02 13:41:37 -0800438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0">
439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600440 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600441 <Annotation Term="OData.Description" String="This version was created to deprecate NSF in favor of NFS in the TransferProtocolType enumeration."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800442 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
443 </Schema>
444
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1">
446 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500447 <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 -0600448 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/>
449 </Schema>
450
Ed Tanouscb103132019-10-08 11:34:22 -0700451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500453 <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 -0700454 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/>
455 </Schema>
456
457 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3">
458 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459 <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."/>
460 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/>
461 </Schema>
462
Gunnar Mills844b4152020-06-22 12:44:09 -0500463 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4">
464 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
465 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
466 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/>
467 </Schema>
468
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471 <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."/>
472 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/>
473 </Schema>
474
Gunnar Mills262d7d42021-01-20 16:28:41 -0600475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
478 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/>
479 </Schema>
480
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0">
482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
483 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 <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 -0500485
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600486 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService">
487 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700488 <Annotation Term="OData.Description" String="The options for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500489 <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 -0600490 </Property>
491 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean">
492 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700493 <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 -0500494 <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 -0700495 </Property>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600496 </EntityType>
497
498 <ComplexType Name="HttpPushUriOptions">
499 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700500 <Annotation Term="OData.Description" String="The settings for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500501 <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 -0600502 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700503 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided firmware."/>
504 <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 -0600505 </Property>
506 </ComplexType>
507
508 <ComplexType Name="HttpPushUriApplyTime">
509 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700510 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided software."/>
511 <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 -0600512 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false">
513 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700514 <Annotation Term="OData.Description" String="The time when to apply the HttpPushUri-provided software update."/>
515 <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 -0600516 </Property>
517 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
518 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700519 <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600520 <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 -0600521 </Property>
522 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
523 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700524 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600525 <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 -0600526 <Annotation Term="Validation.Minimum" Int="0"/>
527 <Annotation Term="Measures.Unit" String="s"/>
528 </Property>
529 </ComplexType>
530
531 <EnumType Name="ApplyTime">
532 <Member Name="Immediate">
533 <Annotation Term="OData.Description" String="Apply immediately."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700534 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied immediately."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600535 </Member>
536 <Member Name="OnReset">
537 <Annotation Term="OData.Description" String="Apply on a reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500538 <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 -0600539 </Member>
540 <Member Name="AtMaintenanceWindowStart">
Ed Tanouscb103132019-10-08 11:34:22 -0700541 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500542 <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 -0600543 </Member>
544 <Member Name="InMaintenanceWindowOnReset">
Ed Tanouscb103132019-10-08 11:34:22 -0700545 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/>
546 <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 -0600547 </Member>
548 </EnumType>
549 </Schema>
550
Ed Tanouscb103132019-10-08 11:34:22 -0700551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500553 <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 -0700554 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/>
555 </Schema>
556
557 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2">
558 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
559 <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."/>
560 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/>
561 </Schema>
562
Gunnar Mills844b4152020-06-22 12:44:09 -0500563 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3">
564 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
565 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
566 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/>
567 </Schema>
568
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500569 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4">
570 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
571 <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."/>
572 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/>
573 </Schema>
574
Gunnar Mills262d7d42021-01-20 16:28:41 -0600575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
577 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
578 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/>
579 </Schema>
580
Gunnar Mills10f270b2021-05-19 15:34:06 -0500581 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6">
582 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
583 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
584 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/>
585 </Schema>
586
Ed Tanouscb103132019-10-08 11:34:22 -0700587 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0">
588 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
589 <Annotation Term="Redfish.Release" String="2019.1"/>
590
591 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService">
592 <Property Name="MaxImageSizeBytes" Type="Edm.Int64">
593 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500594 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/>
595 <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 -0700596 <Annotation Term="Measures.Unit" String="By"/>
597 </Property>
598 </EntityType>
599 </Schema>
600
601 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1">
602 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
603 <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."/>
604 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/>
605 </Schema>
606
Gunnar Mills844b4152020-06-22 12:44:09 -0500607 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2">
608 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
609 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
610 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/>
611 </Schema>
612
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3">
614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
615 <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."/>
616 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/>
617 </Schema>
618
Gunnar Mills262d7d42021-01-20 16:28:41 -0600619 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4">
620 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
621 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
622 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/>
623 </Schema>
624
Gunnar Mills10f270b2021-05-19 15:34:06 -0500625 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5">
626 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
627 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
628 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/>
629 </Schema>
630
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0">
632 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
633 <Annotation Term="Redfish.Release" String="2019.2"/>
634
635 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService">
636 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false">
637 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500638 <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 Tanouscb103132019-10-08 11:34:22 -0700639 <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."/>
640 <Annotation Term="OData.IsURL"/>
641 </Property>
642 </EntityType>
643
644 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600645 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700646 <Annotation Term="OData.Description" String="The update parameters used with MultipartHttpPushUri software update."/>
647 <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."/>
648 <Property Name="Targets" Type="Collection(Edm.String)">
649 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
650 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500651 <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."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700652 <Annotation Term="OData.IsURL"/>
653 </Property>
654 </ComplexType>
655 </Schema>
656
Gunnar Mills844b4152020-06-22 12:44:09 -0500657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1">
658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
660 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
661 </Schema>
662
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500663 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2">
664 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665 <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."/>
666 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/>
667 </Schema>
668
Gunnar Mills262d7d42021-01-20 16:28:41 -0600669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
672 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/>
673 </Schema>
674
Gunnar Mills10f270b2021-05-19 15:34:06 -0500675 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4">
676 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
678 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/>
679 </Schema>
680
Gunnar Mills6f44b752020-02-06 16:50:51 -0600681 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0">
682 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
683 <Annotation Term="Redfish.Release" String="2019.3"/>
684 <Annotation Term="OData.Description" String="This version was created to add the StartUpdate action."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500685
Gunnar Mills6f44b752020-02-06 16:50:51 -0600686 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
687 </Schema>
688
Gunnar Mills844b4152020-06-22 12:44:09 -0500689 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1">
690 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
692 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
693 </Schema>
694
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500695 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2">
696 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697 <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."/>
698 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/>
699 </Schema>
700
Gunnar Mills262d7d42021-01-20 16:28:41 -0600701 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3">
702 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
704 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/>
705 </Schema>
706
Gunnar Mills10f270b2021-05-19 15:34:06 -0500707 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4">
708 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
710 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/>
711 </Schema>
712
Gunnar Mills09b9d452020-02-11 13:27:39 -0600713 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0">
714 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715 <Annotation Term="Redfish.Release" String="2019.4"/>
716
717 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
718
719 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters">
720 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
721 <Annotation Term="OData.Description" String="The OEM extension property."/>
722 <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."/>
723 </Property>
724 </ComplexType>
725 </Schema>
726
Gunnar Mills844b4152020-06-22 12:44:09 -0500727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1">
728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
729 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
730 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/>
731 </Schema>
732
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2">
734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
735 <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."/>
736 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/>
737 </Schema>
738
Gunnar Mills262d7d42021-01-20 16:28:41 -0600739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3">
740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
741 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
742 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/>
743 </Schema>
744
Gunnar Mills10f270b2021-05-19 15:34:06 -0500745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4">
746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747 <Annotation Term="OData.Description" String="This version was created to correct various description to use proper normative terminology."/>
748 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/>
749 </Schema>
750
751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0">
752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753 <Annotation Term="Redfish.Release" String="2021.1"/>
754
755 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService">
756 <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
757 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
758 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the ImageURI property in SimpleUpdate."/>
759 <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."/>
760 <Annotation Term="OData.AutoExpandReferences"/>
761 </NavigationProperty>
762 <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean">
763 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
764 <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."/>
765 <Annotation Term="OData.LongDescription" String="This property shall indicate whether whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
766 </Property>
767 </EntityType>
768 </Schema>
769
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200770 </edmx:DataServices>
771</edmx:Edmx>