blob: 11d9159b98962b32b4450198e2c916076e4863fe [file] [log] [blame]
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Mills2ae81db2024-01-31 14:25:11 -06004<!--# Redfish Schema: UpdateService v1.13.0 -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 DMTF. -->
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060017 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
19 </edmx:Reference>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
21 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
22 </edmx:Reference>
23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24 <edmx:Include Namespace="Resource"/>
25 <edmx:Include Namespace="Resource.v1_0_0"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060029 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020030 </edmx:Reference>
31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection_v1.xml">
32 <edmx:Include Namespace="SoftwareInventoryCollection"/>
33 </edmx:Reference>
Gunnar Mills10f270b2021-05-19 15:34:06 -050034 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml">
35 <edmx:Include Namespace="CertificateCollection"/>
36 </edmx:Reference>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -070037 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml">
38 <edmx:Include Namespace="KeyCollection"/>
39 </edmx:Reference>
Gunnar Mills2ae81db2024-01-31 14:25:11 -060040 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Key_v1.xml">
41 <edmx:Include Namespace="Key"/>
42 </edmx:Reference>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020043
44 <edmx:DataServices>
45
46 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService">
47 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
48
49 <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Mills844b4152020-06-22 12:44:09 -050050 <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."/>
51 <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 +020052 <Annotation Term="Capabilities.InsertRestrictions">
53 <Record>
54 <PropertyValue Property="Insertable" Bool="false"/>
55 </Record>
56 </Annotation>
57 <Annotation Term="Capabilities.UpdateRestrictions">
58 <Record>
59 <PropertyValue Property="Updatable" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -050060 <Annotation Term="OData.Description" String="Writable properties, such as ServiceEnabled, can be updated for the update service."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020061 </Record>
62 </Annotation>
63 <Annotation Term="Capabilities.DeleteRestrictions">
64 <Record>
65 <PropertyValue Property="Deletable" Bool="false"/>
66 </Record>
67 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080068 <Annotation Term="Redfish.Uris">
69 <Collection>
70 <String>/redfish/v1/UpdateService</String>
71 </Collection>
72 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020073 </EntityType>
74
Ed Tanouscb103132019-10-08 11:34:22 -070075 <ComplexType Name="UpdateParameters" Abstract="true"/>
76
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020077 <Action Name="SimpleUpdate" IsBound="true">
Ed Tanouscb103132019-10-08 11:34:22 -070078 <Annotation Term="OData.Description" String="This action updates software components."/>
79 <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 +020080 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
81 <Parameter Name="ImageURI" Type="Edm.String" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -070082 <Annotation Term="OData.Description" String="The URI of the software image to install."/>
Gunnar Mills844b4152020-06-22 12:44:09 -050083 <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."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -060084 <Annotation Term="OData.IsURL"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020085 </Parameter>
86 <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType">
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -050087 <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 -060088 <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 +020089 </Parameter>
90 <Parameter Name="Targets" Type="Collection(Edm.String)">
Ed Tanouscb103132019-10-08 11:34:22 -070091 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -070092 <Annotation Term="OData.LongDescription" String="This parameter shall contain zero or more URIs that indicate where to apply the update image. These targets should correspond to software inventory instances or their related items. If this parameter is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +020093 <Annotation Term="OData.IsURL"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060094 <Annotation Term="Redfish.Revisions">
95 <Collection>
96 <Record>
97 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
98 <PropertyValue Property="Version" String="v1_2_0"/>
99 </Record>
100 </Collection>
101 </Annotation>
102 </Parameter>
103 <Parameter Name="Username" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700104 <Annotation Term="OData.Description" String="The user name to access the URI specified by the ImageURI parameter."/>
105 <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 -0600106 <Annotation Term="Redfish.Revisions">
107 <Collection>
108 <Record>
109 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
110 <PropertyValue Property="Version" String="v1_4_0"/>
111 </Record>
112 </Collection>
113 </Annotation>
114 </Parameter>
115 <Parameter Name="Password" Type="Edm.String">
Ed Tanouscb103132019-10-08 11:34:22 -0700116 <Annotation Term="OData.Description" String="The password to access the URI specified by the ImageURI parameter."/>
117 <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 -0600118 <Annotation Term="Redfish.Revisions">
119 <Collection>
120 <Record>
121 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
122 <PropertyValue Property="Version" String="v1_4_0"/>
123 </Record>
124 </Collection>
125 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200126 </Parameter>
Sui Chen141d9432022-02-03 22:01:27 -0800127 <Parameter Name="ForceUpdate" Type="Edm.Boolean">
128 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/>
129 <Annotation Term="OData.LongDescription" String="This parameter shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If the client does not provide this parameter, the service shall default this value to `false`."/>
130 <Annotation Term="Redfish.Revisions">
131 <Collection>
132 <Record>
133 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
134 <PropertyValue Property="Version" String="v1_11_0"/>
135 </Record>
136 </Collection>
137 </Annotation>
138 </Parameter>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200139 </Action>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600140
141 <Action Name="StartUpdate" IsBound="true">
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500142 <Annotation Term="OData.Description" String="This action starts updating all images that have been previously invoked using an OperationApplyTime value of `OnStartUpdateRequest`."/>
Gunnar Mills6f44b752020-02-06 16:50:51 -0600143 <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`."/>
144 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
145 <Annotation Term="Redfish.Revisions">
146 <Collection>
147 <Record>
148 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
149 <PropertyValue Property="Version" String="v1_7_0"/>
150 </Record>
151 </Collection>
152 </Annotation>
153 </Action>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600154
155 <Action Name="GenerateSSHIdentityKeyPair" IsBound="true">
156 <Annotation Term="OData.Description" String="This action generates a new SSH identity key-pair to be used with the UpdateService resource. The generated public key is stored in the Key resource referenced by the PublicIdentitySSHKey property. Any existing key-pair is deleted and replaced by the new key-pair."/>
157 <Annotation Term="OData.LongDescription" String="This action shall generate a new SSH identity key-pair to be used with the UpdateService resource. The service shall store the generated public key in the Key resource referenced by the PublicIdentitySSHKey property. If the UpdateService already has an associated SSH identity key-pair, the service shall delete the key-pair and replace it with the new key-pair."/>
158 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
159 <Parameter Name="KeyType" Type="Key.SSHKeyType" Nullable="false">
160 <Annotation Term="OData.Description" String="The type of SSH key."/>
161 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of SSH key."/>
162 </Parameter>
163 <Parameter Name="KeyLength" Type="Edm.Int64">
164 <Annotation Term="OData.Description" String="The length of the SSH key, in bits, if the KeyType parameter contains `RSA`."/>
165 <Annotation Term="OData.LongDescription" String="This parameter shall contain the length of the SSH key, in bits. This parameter shall be required if the KeyType parameter contains `RSA` and shall be rejected for other values."/>
166 </Parameter>
167 <Parameter Name="Curve" Type="Key.ECDSACurveType">
168 <Annotation Term="OData.Description" String="The curve to use with the SSH key if the KeyType parameter contains `ECDSA`."/>
169 <Annotation Term="OData.LongDescription" String="This parameter shall contain the curve to use with the SSH key. This parameter shall be required if the KeyType parameter contains `ECDSA` and shall be rejected for other values."/>
170 </Parameter>
171 <Annotation Term="Redfish.Revisions">
172 <Collection>
173 <Record>
174 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
175 <PropertyValue Property="Version" String="v1_13_0"/>
176 </Record>
177 </Collection>
178 </Annotation>
179 </Action>
180
181 <Action Name="RemoveSSHIdentityKeyPair" IsBound="true">
182 <Annotation Term="OData.Description" String="This action removes the SSH identity key-pair used with the UpdateService resource."/>
183 <Annotation Term="OData.LongDescription" String="This action shall remove the private SSH identity key-pair used with the UpdateService resource."/>
184 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/>
185 <Annotation Term="Redfish.Revisions">
186 <Collection>
187 <Record>
188 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
189 <PropertyValue Property="Version" String="v1_13_0"/>
190 </Record>
191 </Collection>
192 </Annotation>
193 </Action>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200194 </Schema>
195
196 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0">
197 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600198 <Annotation Term="Redfish.Release" String="2016.2"/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200199
200 <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService">
Ed Tanous530520e2019-01-02 13:41:37 -0800201 <Property Name="Status" Type="Resource.Status" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500202 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
203 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800204 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200205 <Property Name="ServiceEnabled" Type="Edm.Boolean">
206 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/>
208 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200209 </Property>
Ed Tanouscb103132019-10-08 11:34:22 -0700210 <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200211 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
212 <Annotation Term="OData.Description" String="An inventory of firmware."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500213 <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 +0200214 <Annotation Term="OData.AutoExpandReferences"/>
215 </NavigationProperty>
Ed Tanouscb103132019-10-08 11:34:22 -0700216 <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false">
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200217 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
218 <Annotation Term="OData.Description" String="An inventory of software."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500219 <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 +0200220 <Annotation Term="OData.AutoExpandReferences"/>
221 </NavigationProperty>
222 <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500223 <Annotation Term="OData.Description" String="The available actions for this resource."/>
224 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200225 </Property>
226 </EntityType>
227
228 <ComplexType Name="Actions">
229 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500230 <Annotation Term="OData.Description" String="The available actions for this resource."/>
231 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800232 <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500233 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
234 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800235 </Property>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200236 </ComplexType>
237
238 <ComplexType Name="OemActions">
239 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500240 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
241 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200242 </ComplexType>
243
244 <EnumType Name="TransferProtocolType">
245 <Member Name="CIFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700246 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200247 </Member>
248 <Member Name="FTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700249 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200250 </Member>
251 <Member Name="SFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Annotation Term="OData.Description" String="Secure File Transfer Protocol (SFTP)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600253 <Annotation Term="Redfish.Revisions">
254 <Collection>
255 <Record>
256 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
257 <PropertyValue Property="Version" String="v1_1_0"/>
258 </Record>
259 </Collection>
260 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200261 </Member>
262 <Member Name="HTTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700263 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200264 </Member>
265 <Member Name="HTTPS">
Ed Tanouscb103132019-10-08 11:34:22 -0700266 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200267 </Member>
268 <Member Name="NSF">
Ed Tanouscb103132019-10-08 11:34:22 -0700269 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600270 <Annotation Term="Redfish.Revisions">
271 <Collection>
272 <Record>
273 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
274 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700275 <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600276 </Record>
277 </Collection>
278 </Annotation>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200279 </Member>
280 <Member Name="SCP">
Ed Tanouscb103132019-10-08 11:34:22 -0700281 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200282 </Member>
283 <Member Name="TFTP">
Ed Tanouscb103132019-10-08 11:34:22 -0700284 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200285 </Member>
286 <Member Name="OEM">
Ed Tanouscb103132019-10-08 11:34:22 -0700287 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200288 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -0800289 <Member Name="NFS">
Ed Tanouscb103132019-10-08 11:34:22 -0700290 <Annotation Term="OData.Description" String="Network File System (NFS)."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600291 <Annotation Term="Redfish.Revisions">
292 <Collection>
293 <Record>
294 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
295 <PropertyValue Property="Version" String="v1_3_0"/>
296 </Record>
297 </Collection>
298 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -0800299 </Member>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200300 </EnumType>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200301 </Schema>
302
303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_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_0_0.UpdateService"/>
307 </Schema>
308
309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
311 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
312 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/>
313 </Schema>
314
315 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3">
316 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700317 <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 +0200318 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/>
319 </Schema>
320
Ed Tanous530520e2019-01-02 13:41:37 -0800321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4">
322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600323 <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 created to clarify the descriptions Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800324 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/>
325 </Schema>
326
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5">
328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500329 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600330 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/>
331 </Schema>
332
Ed Tanouscb103132019-10-08 11:34:22 -0700333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500335 <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 -0700336 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/>
337 </Schema>
338
339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600341 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700342 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/>
343 </Schema>
344
Gunnar Mills844b4152020-06-22 12:44:09 -0500345 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8">
346 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
347 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
348 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/>
349 </Schema>
350
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_9">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600353 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500354 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_8.UpdateService"/>
355 </Schema>
356
Gunnar Mills262d7d42021-01-20 16:28:41 -0600357 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_10">
358 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
359 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
360 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_9.UpdateService"/>
361 </Schema>
362
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200363 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0">
364 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600365 <Annotation Term="Redfish.Release" String="2016.3"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500366
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200367 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService">
368 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false">
369 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500370 <Annotation Term="OData.Description" String="The URI used to perform an HTTP or HTTPS push update to the update service. The format of the message is vendor-specific."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800371 <Annotation Term="OData.LongDescription" String="This property shall contain a URI at which the update service supports an HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image. Access to this URI shall require the same privilege as access to the update service. If the service requires the `Content-Length` header for POST requests to this URI, the service should return HTTP 411 if the client does not include this header in the POST request. The value of this property should not contain a URI of a Redfish resource. See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200372 <Annotation Term="OData.IsURL"/>
373 </Property>
374 </EntityType>
375 </Schema>
376
377 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1">
378 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
379 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
380 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/>
381 </Schema>
382
383 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2">
384 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700385 <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 +0200386 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/>
387 </Schema>
388
Ed Tanous530520e2019-01-02 13:41:37 -0800389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600391 <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 created to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800392 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/>
393 </Schema>
394
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600397 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to clarify the description of HttpPushUri."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600398 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/>
399 </Schema>
400
Ed Tanouscb103132019-10-08 11:34:22 -0700401 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5">
402 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600403 <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri. It was also 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 -0700404 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/>
405 </Schema>
406
407 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6">
408 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600409 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700410 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/>
411 </Schema>
412
Gunnar Mills844b4152020-06-22 12:44:09 -0500413 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7">
414 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
416 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/>
417 </Schema>
418
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500419 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8">
420 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600421 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500422 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/>
423 </Schema>
424
Gunnar Mills262d7d42021-01-20 16:28:41 -0600425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9">
426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
428 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/>
429 </Schema>
430
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500431 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_10">
432 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
433 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
434 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_9.UpdateService"/>
435 </Schema>
436
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800437 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_11">
438 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
439 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
440 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_10.UpdateService"/>
441 </Schema>
442
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200443 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0">
444 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600445 <Annotation Term="Redfish.Release" String="2017.1"/>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500446
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200447 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService">
448 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)">
449 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700450 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700451 <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the HttpPushUri property to push a software image. These targets should correspond to software inventory instances or their related items. If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +0200452 <Annotation Term="OData.IsURL"/>
453 </Property>
454 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean">
455 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700456 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the HttpPushUriTargets property."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600457 <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 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 +0200458 </Property>
459 </EntityType>
460 </Schema>
461
462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700464 <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 +0200465 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/>
466 </Schema>
467
Ed Tanous530520e2019-01-02 13:41:37 -0800468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600470 <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 created to clarify the descriptions for Targets, HttpPushUriTargets, and HttpPushUriTargetsBusy."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800471 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/>
472 </Schema>
473
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600474 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3">
475 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600476 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to clarify the HttpPushUri description."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600477 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
478 </Schema>
479
Ed Tanouscb103132019-10-08 11:34:22 -0700480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600482 <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri. It was also 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 to FirmwareInventory and SoftwareInventory to not allow them to be `null`."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700483 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/>
484 </Schema>
485
486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600488 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter and HttpPushUriTargetsBusy. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700489 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/>
490 </Schema>
491
Gunnar Mills844b4152020-06-22 12:44:09 -0500492 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6">
493 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
494 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
495 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/>
496 </Schema>
497
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500498 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7">
499 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600500 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500501 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/>
502 </Schema>
503
Gunnar Mills262d7d42021-01-20 16:28:41 -0600504 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8">
505 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
506 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
507 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_7.UpdateService"/>
508 </Schema>
509
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_9">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
512 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
513 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_8.UpdateService"/>
514 </Schema>
515
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800516 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_10">
517 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
518 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
519 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_9.UpdateService"/>
520 </Schema>
521
Ed Tanousf263e092023-05-22 09:56:29 -0700522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_11">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
525 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_10.UpdateService"/>
526 </Schema>
527
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_12">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
531 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_11.UpdateService"/>
532 </Schema>
533
Ed Tanous530520e2019-01-02 13:41:37 -0800534 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0">
535 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600536 <Annotation Term="Redfish.Release" String="2018.2"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600537 <Annotation Term="OData.Description" String="This version was created to deprecate NSF in favor of NFS in the TransferProtocolType enumeration."/>
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500538
Ed Tanous530520e2019-01-02 13:41:37 -0800539 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/>
540 </Schema>
541
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600542 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1">
543 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600544 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to clarify the description of HttpPushUri."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600545 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/>
546 </Schema>
547
Ed Tanouscb103132019-10-08 11:34:22 -0700548 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2">
549 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600550 <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri. It was also 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 -0700551 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/>
552 </Schema>
553
554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3">
555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600556 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter and HttpPushUriTargetsBusy. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700557 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/>
558 </Schema>
559
Gunnar Mills844b4152020-06-22 12:44:09 -0500560 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4">
561 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
562 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
563 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/>
564 </Schema>
565
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500566 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5">
567 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600568 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500569 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/>
570 </Schema>
571
Gunnar Mills262d7d42021-01-20 16:28:41 -0600572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
575 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/>
576 </Schema>
577
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500578 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_7">
579 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
580 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
581 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_6.UpdateService"/>
582 </Schema>
583
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800584 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_8">
585 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
586 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
587 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_7.UpdateService"/>
588 </Schema>
589
Ed Tanousf263e092023-05-22 09:56:29 -0700590 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_9">
591 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
592 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
593 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_8.UpdateService"/>
594 </Schema>
595
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_10">
597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
599 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_9.UpdateService"/>
600 </Schema>
601
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600602 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0">
603 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
604 <Annotation Term="Redfish.Release" String="2018.3"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700605 <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 -0500606
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600607 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService">
608 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700609 <Annotation Term="OData.Description" String="The options for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500610 <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 -0600611 </Property>
612 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean">
613 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700614 <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 -0500615 <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 -0700616 </Property>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600617 </EntityType>
618
619 <ComplexType Name="HttpPushUriOptions">
620 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700621 <Annotation Term="OData.Description" String="The settings for HttpPushUri-provided software updates."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500622 <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 -0600623 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false">
Ed Tanouscb103132019-10-08 11:34:22 -0700624 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided firmware."/>
625 <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 -0600626 </Property>
627 </ComplexType>
628
629 <ComplexType Name="HttpPushUriApplyTime">
630 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700631 <Annotation Term="OData.Description" String="The settings for when to apply HttpPushUri-provided software."/>
632 <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 -0600633 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false">
634 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700635 <Annotation Term="OData.Description" String="The time when to apply the HttpPushUri-provided software update."/>
636 <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 -0600637 </Property>
638 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false">
639 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700640 <Annotation Term="OData.Description" String="The start time of a maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600641 <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 -0600642 </Property>
643 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false">
644 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700645 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600646 <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 -0600647 <Annotation Term="Validation.Minimum" Int="0"/>
648 <Annotation Term="Measures.Unit" String="s"/>
649 </Property>
650 </ComplexType>
651
652 <EnumType Name="ApplyTime">
653 <Member Name="Immediate">
654 <Annotation Term="OData.Description" String="Apply immediately."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700655 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied immediately."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600656 </Member>
657 <Member Name="OnReset">
658 <Annotation Term="OData.Description" String="Apply on a reset."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500659 <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 -0600660 </Member>
661 <Member Name="AtMaintenanceWindowStart">
Ed Tanouscb103132019-10-08 11:34:22 -0700662 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500663 <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 -0600664 </Member>
665 <Member Name="InMaintenanceWindowOnReset">
Ed Tanouscb103132019-10-08 11:34:22 -0700666 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/>
667 <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 -0600668 </Member>
Sui Chen141d9432022-02-03 22:01:27 -0800669 <Member Name="OnStartUpdateRequest">
670 <Annotation Term="OData.Description" String="Apply when the StartUpdate action of the update service is invoked."/>
671 <Annotation Term="OData.LongDescription" String="This value shall indicate the HttpPushUri-provided software is applied when the StartUpdate action of the update service is invoked."/>
672 <Annotation Term="Redfish.Revisions">
673 <Collection>
674 <Record>
675 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
676 <PropertyValue Property="Version" String="v1_11_0"/>
677 </Record>
678 </Collection>
679 </Annotation>
680 </Member>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600681 </EnumType>
682 </Schema>
683
Ed Tanouscb103132019-10-08 11:34:22 -0700684 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1">
685 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600686 <Annotation Term="OData.Description" String="This version was created to update the long description of HttpPushUri. It was also 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 -0700687 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/>
688 </Schema>
689
690 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2">
691 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600692 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700693 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/>
694 </Schema>
695
Gunnar Mills844b4152020-06-22 12:44:09 -0500696 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3">
697 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
698 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
699 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/>
700 </Schema>
701
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600704 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500705 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/>
706 </Schema>
707
Gunnar Mills262d7d42021-01-20 16:28:41 -0600708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5">
709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
711 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/>
712 </Schema>
713
Gunnar Mills10f270b2021-05-19 15:34:06 -0500714 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6">
715 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600716 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500717 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/>
718 </Schema>
719
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500720 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_7">
721 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
722 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
723 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_6.UpdateService"/>
724 </Schema>
725
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800726 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_8">
727 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
728 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
729 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_7.UpdateService"/>
730 </Schema>
731
Ed Tanousf263e092023-05-22 09:56:29 -0700732 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_9">
733 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
734 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
735 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_8.UpdateService"/>
736 </Schema>
737
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600738 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_10">
739 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
741 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_9.UpdateService"/>
742 </Schema>
743
Ed Tanouscb103132019-10-08 11:34:22 -0700744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0">
745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746 <Annotation Term="Redfish.Release" String="2019.1"/>
747
748 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService">
749 <Property Name="MaxImageSizeBytes" Type="Edm.Int64">
750 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500751 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/>
752 <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 -0700753 <Annotation Term="Measures.Unit" String="By"/>
754 </Property>
755 </EntityType>
756 </Schema>
757
758 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1">
759 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600760 <Annotation Term="OData.Description" String="This version was created to update the long description of ImageURI parameter, HttpPushUriTargetsBusy, HttpPushUriOptionsBusy, and HttpPushUriApplyTime. It was also created to update descriptions that this schema defines."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700761 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/>
762 </Schema>
763
Gunnar Mills844b4152020-06-22 12:44:09 -0500764 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2">
765 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
766 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
767 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/>
768 </Schema>
769
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500770 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3">
771 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600772 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500773 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/>
774 </Schema>
775
Gunnar Mills262d7d42021-01-20 16:28:41 -0600776 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4">
777 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
778 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
779 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/>
780 </Schema>
781
Gunnar Mills10f270b2021-05-19 15:34:06 -0500782 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5">
783 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600784 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500785 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/>
786 </Schema>
787
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500788 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_6">
789 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
791 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_5.UpdateService"/>
792 </Schema>
793
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800794 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_7">
795 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
796 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
797 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_6.UpdateService"/>
798 </Schema>
799
Ed Tanousf263e092023-05-22 09:56:29 -0700800 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_8">
801 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
802 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action."/>
803 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_7.UpdateService"/>
804 </Schema>
805
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600806 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_9">
807 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
808 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
809 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_8.UpdateService"/>
810 </Schema>
811
Ed Tanouscb103132019-10-08 11:34:22 -0700812 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0">
813 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
814 <Annotation Term="Redfish.Release" String="2019.2"/>
815
816 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService">
817 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false">
818 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500819 <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS push update to the update service."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800820 <Annotation Term="OData.LongDescription" String="This property shall contain a URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS POST of a software image for the purpose of installing software contained within the image. The value of this property should not contain a URI of a Redfish resource. See the 'Redfish-defined URIs and relative reference rules' clause in the Redfish Specification."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700821 <Annotation Term="OData.IsURL"/>
822 </Property>
823 </EntityType>
824
825 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters">
Gunnar Mills09b9d452020-02-11 13:27:39 -0600826 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700827 <Annotation Term="OData.Description" String="The update parameters used with MultipartHttpPushUri software update."/>
828 <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."/>
829 <Property Name="Targets" Type="Collection(Edm.String)">
Sui Chen141d9432022-02-03 22:01:27 -0800830 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700831 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/>
Ed Tanousf263e092023-05-22 09:56:29 -0700832 <Annotation Term="OData.LongDescription" String="This property shall contain zero or more URIs that indicate where to apply the update image when using the URI specified by the MultipartHttpPushUri property to push a software image. These targets should correspond to software inventory instances or their related items. If this property is not present or contains no targets, the service shall apply the software image to all applicable targets, as determined by the service. If the target specifies a device resource, the software image file shall be applied to the specified device. If the target specifies a resource collection, the software image shall be applied to each applicable member of the specified collection. If the target resource specifies an Aggregate resource, the software image file shall be applied to each applicable element of the specified aggregate. If the target resource specifies a ComputerSystem resource, the software image file shall be applied to the applicable components within the specified computer system."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700833 <Annotation Term="OData.IsURL"/>
834 </Property>
835 </ComplexType>
836 </Schema>
837
Gunnar Mills844b4152020-06-22 12:44:09 -0500838 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1">
839 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
840 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
841 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
842 </Schema>
843
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500844 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2">
845 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600846 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500847 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/>
848 </Schema>
849
Gunnar Mills262d7d42021-01-20 16:28:41 -0600850 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3">
851 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
852 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
853 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/>
854 </Schema>
855
Gunnar Mills10f270b2021-05-19 15:34:06 -0500856 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4">
857 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600858 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500859 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/>
860 </Schema>
861
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600862 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_5">
863 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
864 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
865 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/>
866 </Schema>
867
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500868 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_7">
869 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
871 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/>
872 </Schema>
873
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800874 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_8">
875 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
877 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_7.UpdateService"/>
878 </Schema>
879
Ed Tanousf263e092023-05-22 09:56:29 -0700880 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_9">
881 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
883 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_8.UpdateService"/>
884 </Schema>
885
Gunnar Mills6f44b752020-02-06 16:50:51 -0600886 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0">
887 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888 <Annotation Term="Redfish.Release" String="2019.3"/>
889 <Annotation Term="OData.Description" String="This version was created to add the StartUpdate action."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500890
Gunnar Mills6f44b752020-02-06 16:50:51 -0600891 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/>
892 </Schema>
893
Gunnar Mills844b4152020-06-22 12:44:09 -0500894 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1">
895 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
896 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
897 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
898 </Schema>
899
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500900 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2">
901 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600902 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500903 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/>
904 </Schema>
905
Gunnar Mills262d7d42021-01-20 16:28:41 -0600906 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3">
907 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
908 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
909 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/>
910 </Schema>
911
Gunnar Mills10f270b2021-05-19 15:34:06 -0500912 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4">
913 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600914 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500915 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/>
916 </Schema>
917
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500918 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_5">
919 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
921 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_4.UpdateService"/>
922 </Schema>
923
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800924 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_6">
925 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
927 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_5.UpdateService"/>
928 </Schema>
929
Ed Tanousf263e092023-05-22 09:56:29 -0700930 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_7">
931 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
933 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_6.UpdateService"/>
934 </Schema>
935
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600936 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_8">
937 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
939 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_7.UpdateService"/>
940 </Schema>
941
Gunnar Mills09b9d452020-02-11 13:27:39 -0600942 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0">
943 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944 <Annotation Term="Redfish.Release" String="2019.4"/>
945
946 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/>
947
948 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters">
949 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
950 <Annotation Term="OData.Description" String="The OEM extension property."/>
951 <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."/>
952 </Property>
953 </ComplexType>
954 </Schema>
955
Gunnar Mills844b4152020-06-22 12:44:09 -0500956 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1">
957 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
958 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
959 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/>
960 </Schema>
961
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500962 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2">
963 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600964 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the FirmwareInventory and SoftwareInventory resource collections. It was also created to clarify the behavior of TransferProtocol if ImageURI contains a scheme."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500965 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/>
966 </Schema>
967
Gunnar Mills262d7d42021-01-20 16:28:41 -0600968 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3">
969 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
970 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
971 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/>
972 </Schema>
973
Gunnar Mills10f270b2021-05-19 15:34:06 -0500974 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4">
975 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600976 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -0500977 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/>
978 </Schema>
979
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500980 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_5">
981 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
982 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
983 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_4.UpdateService"/>
984 </Schema>
985
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800986 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_6">
987 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
988 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/>
989 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_5.UpdateService"/>
990 </Schema>
991
Ed Tanousf263e092023-05-22 09:56:29 -0700992 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_7">
993 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
994 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
995 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_6.UpdateService"/>
996 </Schema>
997
Gunnar Mills2ae81db2024-01-31 14:25:11 -0600998 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_8">
999 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1000 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1001 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_7.UpdateService"/>
1002 </Schema>
1003
Gunnar Mills10f270b2021-05-19 15:34:06 -05001004 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0">
1005 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1006 <Annotation Term="Redfish.Release" String="2021.1"/>
1007
1008 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService">
1009 <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1010 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1011 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the ImageURI property in SimpleUpdate."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001012 <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 identity of the image server prior to transferring the image. If the server cannot be verified, the service shall not send the transfer request. If VerifyRemoteServerCertificate is `false`, the service shall not perform certificate verification with certificates in this collection. Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001013 <Annotation Term="OData.AutoExpandReferences"/>
1014 </NavigationProperty>
1015 <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean">
1016 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1017 <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001018 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the certificates found in the collection referenced by the RemoteServerCertificates property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients. Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource."/>
Gunnar Mills10f270b2021-05-19 15:34:06 -05001019 </Property>
1020 </EntityType>
1021 </Schema>
1022
Sui Chen141d9432022-02-03 22:01:27 -08001023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_1">
1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1025 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
1026 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_0.UpdateService"/>
1027 </Schema>
1028
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05001029 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_2">
1030 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1031 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1032 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"/>
1033 </Schema>
1034
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_3">
1036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1037 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1038 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_2.UpdateService"/>
1039 </Schema>
1040
Ed Tanousf263e092023-05-22 09:56:29 -07001041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_4">
1042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1043 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1044 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_3.UpdateService"/>
1045 </Schema>
1046
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_5">
1048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1049 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1050 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_4.UpdateService"/>
1051 </Schema>
1052
Gunnar Mills9d424662021-09-22 21:56:16 -05001053 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_0">
1054 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1055 <Annotation Term="Redfish.Release" String="2021.2"/>
1056
Sui Chen141d9432022-02-03 22:01:27 -08001057 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService">
Gunnar Mills9d424662021-09-22 21:56:16 -05001058 <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false">
1059 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1060 <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the ImageURI property in SimpleUpdate."/>
1061 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type CertificateCollection that represents the client identity certificates that are provided to the server referenced by the ImageURI property in SimpleUpdate as part of TLS handshaking."/>
1062 <Annotation Term="OData.AutoExpandReferences"/>
1063 </NavigationProperty>
1064 </EntityType>
1065 </Schema>
1066
Sui Chen141d9432022-02-03 22:01:27 -08001067 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_1">
1068 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1069 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of VerifyRemoteServerCertificate when not supported or configured."/>
1070 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_0.UpdateService"/>
1071 </Schema>
1072
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05001073 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_2">
1074 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1075 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1076 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
1077 </Schema>
1078
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001079 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_3">
1080 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1082 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_2.UpdateService"/>
1083 </Schema>
1084
Ed Tanousf263e092023-05-22 09:56:29 -07001085 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_4">
1086 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1088 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_3.UpdateService"/>
1089 </Schema>
1090
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001091 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_5">
1092 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1094 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_4.UpdateService"/>
1095 </Schema>
1096
Sui Chen141d9432022-02-03 22:01:27 -08001097 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_0">
1098 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099 <Annotation Term="Redfish.Release" String="2021.4"/>
1100 <Annotation Term="OData.Description" String="This version was created to add `OnStartUpdateRequest` to ApplyTime."/>
1101
1102 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/>
1103
1104 <ComplexType Name="HttpPushUriOptions" BaseType="UpdateService.v1_4_0.HttpPushUriOptions">
1105 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1106 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1107 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the HttpPushUri-provided image."/>
1108 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the HttpPushUri-provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If this property is not present, it shall be assumed to be `false`."/>
1109 </Property>
1110 </ComplexType>
1111
1112 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_8_0.UpdateParameters">
1113 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false">
1114 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1115 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/>
1116 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service should bypass update policies when applying the provided image, such as allowing a component to be downgraded. Services may contain update policies that are never bypassed, such as minimum version enforcement. If the client does not provide this parameter, the service shall default this value to `false`."/>
1117 </Property>
1118 </ComplexType>
1119 </Schema>
1120
Asmitha Karunanithi009c6452022-09-22 01:07:59 -05001121 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_1">
1122 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1123 <Annotation Term="OData.Description" String="This version was created to clarify the description of the StartUpdate action. It was also created to clarify that non-resource URIs should not contain URIs of Redfish resources."/>
1124 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_0.UpdateService"/>
1125 </Schema>
1126
Ed Tanousa8d8f9d2023-01-26 13:57:00 -08001127 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_2">
1128 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1129 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification. It was also created to clarify that other certificate verification might be performed by the service due to other policies in the service."/>
1130 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_1.UpdateService"/>
1131 </Schema>
1132
Ed Tanousf263e092023-05-22 09:56:29 -07001133 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_3">
1134 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1135 <Annotation Term="OData.Description" String="This version was created to clarify how the update service behaves based on the resources referenced by the URI in the Targets parameter in the SimpleUpdate action and multipart HTTP push update."/>
1136 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_2.UpdateService"/>
1137 </Schema>
1138
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001139 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_4">
1140 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1141 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1142 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"/>
1143 </Schema>
1144
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001145 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_0">
1146 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1147 <Annotation Term="Redfish.Release" String="2023.2"/>
1148
1149 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService">
1150 <NavigationProperty Name="RemoteServerSSHKeys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false">
1151 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1152 <Annotation Term="OData.Description" String="The link to a collection of keys that can be used to authenticate the server referenced by the ImageURI property in SimpleUpdate."/>
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001153 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type KeyCollection that represents the server SSH keys for the server referenced by the ImageURI property in SimpleUpdate. If VerifyRemoteServerSSHKey is `true`, services shall compare the keys in this collection with the key obtained during handshaking with the image server in order to verify the identity of the image server prior to transferring the image. If the server cannot be verified, the service shall not send the transfer request. If VerifyRemoteServerSSHKey is `false`, the service shall not perform key verification with keys in this collection."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07001154 <Annotation Term="OData.AutoExpandReferences"/>
1155 </NavigationProperty>
1156 <Property Name="VerifyRemoteServerSSHKey" Type="Edm.Boolean">
1157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1158 <Annotation Term="OData.Description" String="An indication of whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request."/>
1159 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the SSH key of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the keys found in the collection referenced by the RemoteServerSSHKeys property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients."/>
1160 </Property>
1161 </EntityType>
1162 </Schema>
1163
Gunnar Mills2ae81db2024-01-31 14:25:11 -06001164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_1">
1165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1166 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1167 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_0.UpdateService"/>
1168 </Schema>
1169
1170 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_0">
1171 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1172 <Annotation Term="Redfish.Release" String="2023.3"/>
1173
1174 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService">
1175 <NavigationProperty Name="PublicIdentitySSHKey" Type="Key.Key" ContainsTarget="true" Nullable="false">
1176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1177 <Annotation Term="OData.Description" String="A link to the public key that is used with the SimpleUpdate action for the key-based authentication. The GenerateSSHIdentityKeyPair and RemoveSSHIdentityKeyPair are used to update the key for the SimpleUpdate action."/>
1178 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type Key that represents the public key that is used with the SimpleUpdate action for the key-based authentication. This property shall not be present if a key-pair is not available."/>
1179 </NavigationProperty>
1180 <Property Name="SupportedUpdateImageFormats" Type="Collection(UpdateService.v1_13_0.SupportedUpdateImageFormatType)">
1181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1182 <Annotation Term="OData.Description" String="The image format types supported by the service."/>
1183 <Annotation Term="OData.LongDescription" String="This property shall contain the image format types supported by the service."/>
1184 </Property>
1185 </EntityType>
1186
1187 <EnumType Name="SupportedUpdateImageFormatType">
1188 <Member Name="PLDMv1_0">
1189 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.0 image."/>
1190 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.0 image format as defined in DMTF DSP0267."/>
1191 </Member>
1192 <Member Name="PLDMv1_1">
1193 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.1 image."/>
1194 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.1 image format as defined in DMTF DSP0267."/>
1195 </Member>
1196 <Member Name="PLDMv1_2">
1197 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.2 image."/>
1198 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.2 image format as defined in DMTF DSP0267."/>
1199 </Member>
1200 <Member Name="PLDMv1_3">
1201 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.3 image."/>
1202 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.3 image format as defined in DMTF DSP0267."/>
1203 </Member>
1204 <Member Name="UEFICapsule">
1205 <Annotation Term="OData.Description" String="The image conforms to the capsule format described in the UEFI Specification."/>
1206 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the UEFI capsule format as defined in the UEFI Specification."/>
1207 </Member>
1208 <Member Name="VendorDefined">
1209 <Annotation Term="OData.Description" String="A vendor-defined image."/>
1210 <Annotation Term="OData.LongDescription" String="This value shall indicate a vendor-defined format."/>
1211 </Member>
1212 </EnumType>
1213 </Schema>
1214
Lewanczyk, Dawidc5b2abe2018-05-30 16:59:42 +02001215 </edmx:DataServices>
1216</edmx:Edmx>