blob: 90670659593eec6b0e0d571fd1bc00cd5c90f51c [file] [log] [blame]
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills844b4152020-06-22 12:44:09 -05004<!--# Redfish Schema: UpdateService v1.8.1 -->
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 Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 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>
34
35 <edmx:DataServices>
36
37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService">
38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39
40 <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050041 <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."/>
42 <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 +020043 <Annotation Term="Capabilities.InsertRestrictions">
44 <Record>
45 <PropertyValue Property="Insertable" Bool="false"/>
46 </Record>
47 </Annotation>
48 <Annotation Term="Capabilities.UpdateRestrictions">
49 <Record>
50 <PropertyValue Property="Updatable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050051 <Annotation Term="OData.Description" String="Writable properties, such as ServiceEnabled, can be updated for the update service."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020052 </Record>
53 </Annotation>
54 <Annotation Term="Capabilities.DeleteRestrictions">
55 <Record>
56 <PropertyValue Property="Deletable" Bool="false"/>
57 </Record>
58 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080059 <Annotation Term="Redfish.Uris">
60 <Collection>
61 <String>/redfish/v1/UpdateService</String>
62 </Collection>
63 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020064 </EntityType>
65
Ed Tanouscb103132019-10-08 11:34:22 -070066 <ComplexType Name="UpdateParameters" Abstract="true"/>
67
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020068 <Action Name="SimpleUpdate" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070069 <Annotation Term="OData.Description" String="This action updates software components."/>
70 <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 +020071 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
72 <Parameter Name="ImageURI" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070073 <Annotation Term="OData.Description" String="The URI of the software image to install."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050074 <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 +020075 </Parameter>
76 <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType">
Gunnar Mills844b4152020-06-22 12:44:09 -050077 <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, if the URI does not contain a scheme."/>
78 <Annotation Term="OData.LongDescription" String="This parameter shall contain the network protocol that the update service shall use to retreive the software image located at the ImageURI. 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 +020079 </Parameter>
80 <Parameter Name="Targets" Type="Collection(Edm.String)">
Ed Tanouscb103132019-10-08 11:34:22 -070081 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050082 <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 +020083 <Annotation Term="OData.IsURL"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060084 <Annotation Term="Redfish.Revisions">
85 <Collection>
86 <Record>
87 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
88 <PropertyValue Property="Version" String="v1_2_0"/>
89 </Record>
90 </Collection>
91 </Annotation>
92 </Parameter>
93 <Parameter Name="Username" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="OData.Description" String="The user name to access the URI specified by the ImageURI parameter."/>
95 <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 -060096 <Annotation Term="Redfish.Revisions">
97 <Collection>
98 <Record>
99 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
100 <PropertyValue Property="Version" String="v1_4_0"/>
101 </Record>
102 </Collection>
103 </Annotation>
104 </Parameter>
105 <Parameter Name="Password" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700106 <Annotation Term="OData.Description" String="The password to access the URI specified by the ImageURI parameter."/>
107 <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 -0600108 <Annotation Term="Redfish.Revisions">
109 <Collection>
110 <Record>
111 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
112 <PropertyValue Property="Version" String="v1_4_0"/>
113 </Record>
114 </Collection>
115 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200116 </Parameter>
117 </Action>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600118
119 <Action Name="StartUpdate" IsBound="true">
120 <Annotation Term="OData.Description" String="This action starts an update of software components."/>
121 <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`."/>
122 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
123 <Annotation Term="Redfish.Revisions">
124 <Collection>
125 <Record>
126 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
127 <PropertyValue Property="Version" String="v1_7_0"/>
128 </Record>
129 </Collection>
130 </Annotation>
131 </Action>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200132 </Schema>
133
134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0">
135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600136 <Annotation Term="Redfish.Release" String="2016.2"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200137
138 <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService">
Ed Tanous530520e2019-01-02 13:41:37 -0800139 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500140 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
141 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800142 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200143 <Property Name="ServiceEnabled" Type="Edm.Boolean">
144 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700145 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
146 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200147 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200149 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
150 <Annotation Term="OData.Description" String="An inventory of firmware."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500151 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200152 <Annotation Term="OData.AutoExpandReferences"/>
153 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700154 <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200155 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
156 <Annotation Term="OData.Description" String="An inventory of software."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500157 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type SoftwareInventoryCollection."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200158 <Annotation Term="OData.AutoExpandReferences"/>
159 </NavigationProperty>
160 <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500161 <Annotation Term="OData.Description" String="The available actions for this resource."/>
162 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200163 </Property>
164 </EntityType>
165
166 <ComplexType Name="Actions">
167 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500168 <Annotation Term="OData.Description" String="The available actions for this resource."/>
169 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800170 <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500171 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
172 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800173 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200174 </ComplexType>
175
176 <ComplexType Name="OemActions">
177 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500178 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
179 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200180 </ComplexType>
181
182 <EnumType Name="TransferProtocolType">
183 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700184 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200185 </Member>
186 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700187 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200188 </Member>
189 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700190 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600191 <Annotation Term="Redfish.Revisions">
192 <Collection>
193 <Record>
194 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
195 <PropertyValue Property="Version" String="v1_1_0"/>
196 </Record>
197 </Collection>
198 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200199 </Member>
200 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700201 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200202 </Member>
203 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700204 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200205 </Member>
206 <Member Name="NSF">
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600208 <Annotation Term="Redfish.Revisions">
209 <Collection>
210 <Record>
211 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
212 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700213 <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600214 </Record>
215 </Collection>
216 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200217 </Member>
218 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200220 </Member>
221 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200223 </Member>
224 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700225 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200226 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800227 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700228 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600229 <Annotation Term="Redfish.Revisions">
230 <Collection>
231 <Record>
232 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
233 <PropertyValue Property="Version" String="v1_3_0"/>
234 </Record>
235 </Collection>
236 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800237 </Member>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200238 </EnumType>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200239 </Schema>
240
241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_1">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
244 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_0.UpdateService"/>
245 </Schema>
246
247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
250 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/>
251 </Schema>
252
253 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3">
254 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <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 +0200256 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/>
257 </Schema>
258
Ed Tanous530520e2019-01-02 13:41:37 -0800259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <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."/>
262 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/>
263 </Schema>
264
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600265 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5">
266 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500267 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600268 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/>
269 </Schema>
270
Ed Tanouscb103132019-10-08 11:34:22 -0700271 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6">
272 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500273 <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 -0700274 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/>
275 </Schema>
276
277 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7">
278 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
279 <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."/>
280 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/>
281 </Schema>
282
Gunnar Mills844b4152020-06-22 12:44:09 -0500283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
286 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/>
287 </Schema>
288
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200289 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0">
290 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600291 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500292
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200293 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService">
294 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false">
295 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500296 <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."/>
297 <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 +0200298 <Annotation Term="OData.IsURL"/>
299 </Property>
300 </EntityType>
301 </Schema>
302
303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1">
304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
305 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
306 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/>
307 </Schema>
308
309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <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 +0200312 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/>
313 </Schema>
314
Ed Tanous530520e2019-01-02 13:41:37 -0800315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317 <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."/>
318 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/>
319 </Schema>
320
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4">
322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500323 <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 -0600324 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/>
325 </Schema>
326
Ed Tanouscb103132019-10-08 11:34:22 -0700327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5">
328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500329 <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 -0700330 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/>
331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
335 <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."/>
336 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/>
337 </Schema>
338
Gunnar Mills844b4152020-06-22 12:44:09 -0500339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
341 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
342 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/>
343 </Schema>
344
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600347 <Annotation Term="Redfish.Release" String="2017.1"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200348 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService">
349 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)">
350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700351 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500352 <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 +0200353 <Annotation Term="OData.IsURL"/>
354 </Property>
355 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean">
356 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700357 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the HttpPushUriTargets property."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500358 <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 +0200359 </Property>
360 </EntityType>
361 </Schema>
362
363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1">
364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700365 <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 +0200366 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/>
367 </Schema>
368
Ed Tanous530520e2019-01-02 13:41:37 -0800369 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2">
370 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
371 <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."/>
372 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/>
373 </Schema>
374
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500377 <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 -0600378 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
379 </Schema>
380
Ed Tanouscb103132019-10-08 11:34:22 -0700381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4">
382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500383 <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 -0700384 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/>
385 </Schema>
386
387 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5">
388 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
389 <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."/>
390 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/>
391 </Schema>
392
Gunnar Mills844b4152020-06-22 12:44:09 -0500393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6">
394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
396 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/>
397 </Schema>
398
Ed Tanous530520e2019-01-02 13:41:37 -0800399 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0">
400 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600401 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800402 <Annotation Term="OData.Description" String="This version was created to deprecate NSF in favor of NFS in the TransferProtocolType enum."/>
403 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
404 </Schema>
405
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600406 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1">
407 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500408 <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 -0600409 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/>
410 </Schema>
411
Ed Tanouscb103132019-10-08 11:34:22 -0700412 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2">
413 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500414 <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 -0700415 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/>
416 </Schema>
417
418 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3">
419 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
420 <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."/>
421 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/>
422 </Schema>
423
Gunnar Mills844b4152020-06-22 12:44:09 -0500424 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4">
425 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
426 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
427 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.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_4_0">
431 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
432 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700433 <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 -0500434
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600435 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService">
436 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700437 <Annotation Term="OData.Description" String="The options for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500438 <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 -0600439 </Property>
440 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <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 -0500443 <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 -0700444 </Property>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 </EntityType>
446
447 <ComplexType Name="HttpPushUriOptions">
448 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700449 <Annotation Term="OData.Description" String="The settings for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500450 <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 -0600451 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700452 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided firmware."/>
453 <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 -0600454 </Property>
455 </ComplexType>
456
457 <ComplexType Name="HttpPushUriApplyTime">
458 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700459 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided software."/>
460 <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 -0600461 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false">
462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700463 <Annotation Term="OData.Description" String="The time when to apply the HttpPushUri-provided software update."/>
464 <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 -0600465 </Property>
466 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
467 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700468 <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500469 <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 contain required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600470 </Property>
471 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
472 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700473 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/>
474 <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 HttpPushUriMaintenanceWindowStartTime property. This property shall contain required if the HttpPushUriApplyTime property value is `AtMaintenanceWindowStart` or `InMaintenanceWindowOnReset`."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600475 <Annotation Term="Validation.Minimum" Int="0"/>
476 <Annotation Term="Measures.Unit" String="s"/>
477 </Property>
478 </ComplexType>
479
480 <EnumType Name="ApplyTime">
481 <Member Name="Immediate">
482 <Annotation Term="OData.Description" String="Apply immediately."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied immediately."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600484 </Member>
485 <Member Name="OnReset">
486 <Annotation Term="OData.Description" String="Apply on a reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500487 <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 -0600488 </Member>
489 <Member Name="AtMaintenanceWindowStart">
Ed Tanouscb103132019-10-08 11:34:22 -0700490 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500491 <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 might perform resets during this maintenance window."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600492 </Member>
493 <Member Name="InMaintenanceWindowOnReset">
Ed Tanouscb103132019-10-08 11:34:22 -0700494 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/>
495 <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 -0600496 </Member>
497 </EnumType>
498 </Schema>
499
Ed Tanouscb103132019-10-08 11:34:22 -0700500 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1">
501 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500502 <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 -0700503 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/>
504 </Schema>
505
506 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2">
507 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
508 <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."/>
509 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/>
510 </Schema>
511
Gunnar Mills844b4152020-06-22 12:44:09 -0500512 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3">
513 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
514 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
515 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/>
516 </Schema>
517
Ed Tanouscb103132019-10-08 11:34:22 -0700518 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0">
519 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
520 <Annotation Term="Redfish.Release" String="2019.1"/>
521
522 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService">
523 <Property Name="MaxImageSizeBytes" Type="Edm.Int64">
524 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500525 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/>
526 <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 -0700527 <Annotation Term="Measures.Unit" String="By"/>
528 </Property>
529 </EntityType>
530 </Schema>
531
532 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1">
533 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
534 <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."/>
535 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/>
536 </Schema>
537
Gunnar Mills844b4152020-06-22 12:44:09 -0500538 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2">
539 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
540 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
541 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/>
542 </Schema>
543
Ed Tanouscb103132019-10-08 11:34:22 -0700544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546 <Annotation Term="Redfish.Release" String="2019.2"/>
547
548 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService">
549 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false">
550 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500551 <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 -0700552 <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."/>
553 <Annotation Term="OData.IsURL"/>
554 </Property>
555 </EntityType>
556
557 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600558 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700559 <Annotation Term="OData.Description" String="The update parameters used with MultipartHttpPushUri software update."/>
560 <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."/>
561 <Property Name="Targets" Type="Collection(Edm.String)">
562 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
563 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500564 <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 -0700565 <Annotation Term="OData.IsURL"/>
566 </Property>
567 </ComplexType>
568 </Schema>
569
Gunnar Mills844b4152020-06-22 12:44:09 -0500570 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1">
571 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
572 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
573 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
574 </Schema>
575
Gunnar Mills6f44b752020-02-06 16:50:51 -0600576 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0">
577 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
578 <Annotation Term="Redfish.Release" String="2019.3"/>
579 <Annotation Term="OData.Description" String="This version was created to add the StartUpdate action."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500580
Gunnar Mills6f44b752020-02-06 16:50:51 -0600581 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
582 </Schema>
583
Gunnar Mills844b4152020-06-22 12:44:09 -0500584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
587 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
588 </Schema>
589
Gunnar Mills09b9d452020-02-11 13:27:39 -0600590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592 <Annotation Term="Redfish.Release" String="2019.4"/>
593
594 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
595
596 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters">
597 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
598 <Annotation Term="OData.Description" String="The OEM extension property."/>
599 <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."/>
600 </Property>
601 </ComplexType>
602 </Schema>
603
Gunnar Mills844b4152020-06-22 12:44:09 -0500604 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1">
605 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
606 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
607 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/>
608 </Schema>
609
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200610 </edmx:DataServices>
611</edmx:Edmx>