1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: UpdateService v1.14.1 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 19 </edmx:Reference> 20 <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"/> 29 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 30 </edmx:Reference> 31 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection_v1.xml"> 32 <edmx:Include Namespace="SoftwareInventoryCollection"/> 33 </edmx:Reference> 34 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/CertificateCollection_v1.xml"> 35 <edmx:Include Namespace="CertificateCollection"/> 36 </edmx:Reference> 37 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/KeyCollection_v1.xml"> 38 <edmx:Include Namespace="KeyCollection"/> 39 </edmx:Reference> 40 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Key_v1.xml"> 41 <edmx:Include Namespace="Key"/> 42 </edmx:Reference> 43 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 <Annotation Term="Redfish.Language" String="en"/> 49 50 <EntityType Name="UpdateService" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 51 <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."/> 52 <Annotation Term="OData.LongDescription" String="This resource shall represent an update service and the properties that affect the service itself for a Redfish implementation."/> 53 <Annotation Term="Capabilities.InsertRestrictions"> 54 <Record> 55 <PropertyValue Property="Insertable" Bool="false"/> 56 </Record> 57 </Annotation> 58 <Annotation Term="Capabilities.UpdateRestrictions"> 59 <Record> 60 <PropertyValue Property="Updatable" Bool="true"/> 61 <Annotation Term="OData.Description" String="Writable properties, such as `ServiceEnabled`, can be updated for the update service."/> 62 </Record> 63 </Annotation> 64 <Annotation Term="Capabilities.DeleteRestrictions"> 65 <Record> 66 <PropertyValue Property="Deletable" Bool="false"/> 67 </Record> 68 </Annotation> 69 <Annotation Term="Redfish.Uris"> 70 <Collection> 71 <String>/redfish/v1/UpdateService</String> 72 </Collection> 73 </Annotation> 74 </EntityType> 75 76 <ComplexType Name="UpdateParameters" Abstract="true"/> 77 78 <Action Name="SimpleUpdate" IsBound="true"> 79 <Annotation Term="OData.Description" String="This action updates software components."/> 80 <Annotation Term="OData.LongDescription" String="This action shall update installed software components in a software image file located at an `ImageURI` parameter-specified URI."/> 81 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/> 82 <Parameter Name="ImageURI" Type="Edm.String" Nullable="false"> 83 <Annotation Term="OData.Description" String="The URI of the software image to install."/> 84 <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."/> 85 <Annotation Term="OData.IsURL"/> 86 </Parameter> 87 <Parameter Name="TransferProtocol" Type="UpdateService.v1_0_0.TransferProtocolType"> 88 <Annotation Term="OData.Description" String="The network protocol that the update service uses to retrieve the software image file located at the URI specified by the `ImageURI` parameter. This parameter is ignored if the URI provided in `ImageURI` contains a scheme."/> 89 <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 URI specified by the `ImageURI` parameter. Services should ignore this parameter if the URI specified by the `ImageURI` parameter 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."/> 90 </Parameter> 91 <Parameter Name="Targets" Type="Collection(Edm.String)"> 92 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/> 93 <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."/> 94 <Annotation Term="OData.IsURL"/> 95 <Annotation Term="Redfish.Revisions"> 96 <Collection> 97 <Record> 98 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 99 <PropertyValue Property="Version" String="v1_2_0"/> 100 </Record> 101 </Collection> 102 </Annotation> 103 </Parameter> 104 <Parameter Name="Username" Type="Edm.String"> 105 <Annotation Term="OData.Description" String="The username to access the URI specified by the `ImageURI` parameter."/> 106 <Annotation Term="OData.LongDescription" String="This parameter shall contain the username to access the URI specified by the `ImageURI` parameter."/> 107 <Annotation Term="Redfish.Revisions"> 108 <Collection> 109 <Record> 110 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 111 <PropertyValue Property="Version" String="v1_4_0"/> 112 </Record> 113 </Collection> 114 </Annotation> 115 </Parameter> 116 <Parameter Name="Password" Type="Edm.String"> 117 <Annotation Term="OData.Description" String="The password to access the URI specified by the `ImageURI` parameter."/> 118 <Annotation Term="OData.LongDescription" String="This parameter shall contain the password to access the URI specified by the `ImageURI` parameter."/> 119 <Annotation Term="Redfish.Revisions"> 120 <Collection> 121 <Record> 122 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 123 <PropertyValue Property="Version" String="v1_4_0"/> 124 </Record> 125 </Collection> 126 </Annotation> 127 </Parameter> 128 <Parameter Name="ForceUpdate" Type="Edm.Boolean"> 129 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/> 130 <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`."/> 131 <Annotation Term="Redfish.Revisions"> 132 <Collection> 133 <Record> 134 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 135 <PropertyValue Property="Version" String="v1_11_0"/> 136 </Record> 137 </Collection> 138 </Annotation> 139 </Parameter> 140 </Action> 141 142 <Action Name="StartUpdate" IsBound="true"> 143 <Annotation Term="OData.Description" String="This action starts updating all images that have been previously invoked using an `OperationApplyTime` value of `OnStartUpdateRequest`."/> 144 <Annotation Term="OData.LongDescription" String="This action shall start an update of software component that have been scheduled with the `OperationApplyTime` value of `OnStartUpdateRequest`."/> 145 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/> 146 <Annotation Term="Redfish.Revisions"> 147 <Collection> 148 <Record> 149 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 150 <PropertyValue Property="Version" String="v1_7_0"/> 151 </Record> 152 </Collection> 153 </Annotation> 154 </Action> 155 156 <Action Name="GenerateSSHIdentityKeyPair" IsBound="true"> 157 <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."/> 158 <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` resource already has an associated SSH identity key-pair, the service shall delete the key-pair and replace it with the new key-pair."/> 159 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/> 160 <Parameter Name="KeyType" Type="Key.SSHKeyType" Nullable="false"> 161 <Annotation Term="OData.Description" String="The type of SSH key."/> 162 <Annotation Term="OData.LongDescription" String="This parameter shall contain the type of SSH key."/> 163 </Parameter> 164 <Parameter Name="KeyLength" Type="Edm.Int64"> 165 <Annotation Term="OData.Description" String="The length of the SSH key, in bits, if the `KeyType` parameter contains `RSA`."/> 166 <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."/> 167 </Parameter> 168 <Parameter Name="Curve" Type="Key.ECDSACurveType"> 169 <Annotation Term="OData.Description" String="The curve to use with the SSH key if the `KeyType` parameter contains `ECDSA`."/> 170 <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."/> 171 </Parameter> 172 <Annotation Term="Redfish.Revisions"> 173 <Collection> 174 <Record> 175 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 176 <PropertyValue Property="Version" String="v1_13_0"/> 177 </Record> 178 </Collection> 179 </Annotation> 180 </Action> 181 182 <Action Name="RemoveSSHIdentityKeyPair" IsBound="true"> 183 <Annotation Term="OData.Description" String="This action removes the SSH identity key-pair used with the `UpdateService` resource."/> 184 <Annotation Term="OData.LongDescription" String="This action shall remove the private SSH identity key-pair used with the `UpdateService` resource."/> 185 <Parameter Name="UpdateService" Type="UpdateService.v1_0_0.Actions"/> 186 <Annotation Term="Redfish.Revisions"> 187 <Collection> 188 <Record> 189 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 190 <PropertyValue Property="Version" String="v1_13_0"/> 191 </Record> 192 </Collection> 193 </Annotation> 194 </Action> 195 </Schema> 196 197 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_0"> 198 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 199 <Annotation Term="Redfish.Release" String="2016.2"/> 200 201 <EntityType Name="UpdateService" BaseType="UpdateService.UpdateService"> 202 <Property Name="Status" Type="Resource.Status" Nullable="false"> 203 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 204 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 205 </Property> 206 <Property Name="ServiceEnabled" Type="Edm.Boolean"> 207 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 208 <Annotation Term="OData.Description" String="An indication of whether this service is enabled."/> 209 <Annotation Term="OData.LongDescription" String="This property shall indicate whether this service is enabled."/> 210 </Property> 211 <NavigationProperty Name="FirmwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false"> 212 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 213 <Annotation Term="OData.Description" String="An inventory of firmware."/> 214 <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."/> 215 <Annotation Term="OData.AutoExpandReferences"/> 216 </NavigationProperty> 217 <NavigationProperty Name="SoftwareInventory" Type="SoftwareInventoryCollection.SoftwareInventoryCollection" ContainsTarget="true" Nullable="false"> 218 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 219 <Annotation Term="OData.Description" String="An inventory of software."/> 220 <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."/> 221 <Annotation Term="OData.AutoExpandReferences"/> 222 </NavigationProperty> 223 <Property Name="Actions" Type="UpdateService.v1_0_0.Actions" Nullable="false"> 224 <Annotation Term="OData.Description" String="The available actions for this resource."/> 225 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 226 </Property> 227 </EntityType> 228 229 <ComplexType Name="Actions"> 230 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 231 <Annotation Term="OData.Description" String="The available actions for this resource."/> 232 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 233 <Property Name="Oem" Type="UpdateService.v1_0_0.OemActions" Nullable="false"> 234 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 235 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 236 </Property> 237 </ComplexType> 238 239 <ComplexType Name="OemActions"> 240 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 241 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 242 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 243 </ComplexType> 244 245 <EnumType Name="TransferProtocolType"> 246 <Member Name="CIFS"> 247 <Annotation Term="OData.Description" String="Common Internet File System (CIFS)."/> 248 </Member> 249 <Member Name="FTP"> 250 <Annotation Term="OData.Description" String="File Transfer Protocol (FTP)."/> 251 </Member> 252 <Member Name="SFTP"> 253 <Annotation Term="OData.Description" String="SSH File Transfer Protocol (SFTP)."/> 254 <Annotation Term="Redfish.Revisions"> 255 <Collection> 256 <Record> 257 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 258 <PropertyValue Property="Version" String="v1_1_0"/> 259 </Record> 260 </Collection> 261 </Annotation> 262 </Member> 263 <Member Name="HTTP"> 264 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol (HTTP)."/> 265 </Member> 266 <Member Name="HTTPS"> 267 <Annotation Term="OData.Description" String="Hypertext Transfer Protocol Secure (HTTPS)."/> 268 </Member> 269 <Member Name="NSF"> 270 <Annotation Term="OData.Description" String="Network File System (NFS)."/> 271 <Annotation Term="Redfish.Revisions"> 272 <Collection> 273 <Record> 274 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 275 <PropertyValue Property="Version" String="v1_3_0"/> 276 <PropertyValue Property="Description" String="This value has been deprecated in favor of NFS."/> 277 </Record> 278 </Collection> 279 </Annotation> 280 </Member> 281 <Member Name="SCP"> 282 <Annotation Term="OData.Description" String="Secure Copy Protocol (SCP)."/> 283 </Member> 284 <Member Name="TFTP"> 285 <Annotation Term="OData.Description" String="Trivial File Transfer Protocol (TFTP)."/> 286 </Member> 287 <Member Name="OEM"> 288 <Annotation Term="OData.Description" String="A manufacturer-defined protocol."/> 289 </Member> 290 <Member Name="NFS"> 291 <Annotation Term="OData.Description" String="Network File System (NFS)."/> 292 <Annotation Term="Redfish.Revisions"> 293 <Collection> 294 <Record> 295 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 296 <PropertyValue Property="Version" String="v1_3_0"/> 297 </Record> 298 </Collection> 299 </Annotation> 300 </Member> 301 </EnumType> 302 </Schema> 303 304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_1"> 305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 306 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 307 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_0.UpdateService"/> 308 </Schema> 309 310 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_2"> 311 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 312 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 313 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"/> 314 </Schema> 315 316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_3"> 317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 318 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/> 319 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_2.UpdateService"/> 320 </Schema> 321 322 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_4"> 323 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 324 <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`."/> 325 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_3.UpdateService"/> 326 </Schema> 327 328 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_5"> 329 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 330 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/> 331 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_4.UpdateService"/> 332 </Schema> 333 334 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_6"> 335 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 336 <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`."/> 337 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_5.UpdateService"/> 338 </Schema> 339 340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_7"> 341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 342 <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."/> 343 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_6.UpdateService"/> 344 </Schema> 345 346 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_8"> 347 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 348 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 349 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_7.UpdateService"/> 350 </Schema> 351 352 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_9"> 353 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 354 <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."/> 355 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_8.UpdateService"/> 356 </Schema> 357 358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_10"> 359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 360 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 361 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_9.UpdateService"/> 362 </Schema> 363 364 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_11"> 365 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 366 <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 367 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_10.UpdateService"/> 368 </Schema> 369 370 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_0_12"> 371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 372 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 373 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_11.UpdateService"/> 374 </Schema> 375 376 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_0"> 377 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 378 <Annotation Term="Redfish.Release" String="2016.3"/> 379 380 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"> 381 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false"> 382 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 383 <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."/> 384 <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 Length Required` status code 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."/> 385 <Annotation Term="OData.IsURL"/> 386 </Property> 387 </EntityType> 388 </Schema> 389 390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1"> 391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 392 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 393 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/> 394 </Schema> 395 396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2"> 397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 398 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/> 399 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/> 400 </Schema> 401 402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3"> 403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 404 <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`."/> 405 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/> 406 </Schema> 407 408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4"> 409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 410 <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`."/> 411 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/> 412 </Schema> 413 414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5"> 415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 416 <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`."/> 417 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/> 418 </Schema> 419 420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6"> 421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 422 <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."/> 423 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/> 424 </Schema> 425 426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7"> 427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 428 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 429 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/> 430 </Schema> 431 432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8"> 433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 434 <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."/> 435 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/> 436 </Schema> 437 438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9"> 439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 440 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 441 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/> 442 </Schema> 443 444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_10"> 445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 446 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 447 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_9.UpdateService"/> 448 </Schema> 449 450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_11"> 451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 452 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 453 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_10.UpdateService"/> 454 </Schema> 455 456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_12"> 457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 458 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 459 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_11.UpdateService"/> 460 </Schema> 461 462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_13"> 463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 464 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 465 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_12.UpdateService"/> 466 </Schema> 467 468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0"> 469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 470 <Annotation Term="Redfish.Release" String="2017.1"/> 471 472 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"> 473 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)"> 474 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 475 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/> 476 <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."/> 477 <Annotation Term="OData.IsURL"/> 478 </Property> 479 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean"> 480 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 481 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the `HttpPushUriTargets` property."/> 482 <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."/> 483 </Property> 484 </EntityType> 485 </Schema> 486 487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1"> 488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 489 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/> 490 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/> 491 </Schema> 492 493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2"> 494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 495 <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`."/> 496 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/> 497 </Schema> 498 499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3"> 500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 501 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to clarify the `HttpPushUri` description."/> 502 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/> 503 </Schema> 504 505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4"> 506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 507 <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`."/> 508 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/> 509 </Schema> 510 511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5"> 512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 513 <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."/> 514 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/> 515 </Schema> 516 517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6"> 518 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 519 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 520 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/> 521 </Schema> 522 523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7"> 524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 525 <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."/> 526 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/> 527 </Schema> 528 529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8"> 530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 531 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 532 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_7.UpdateService"/> 533 </Schema> 534 535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_9"> 536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 537 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 538 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_8.UpdateService"/> 539 </Schema> 540 541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_10"> 542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 543 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 544 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_9.UpdateService"/> 545 </Schema> 546 547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_11"> 548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 549 <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."/> 550 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_10.UpdateService"/> 551 </Schema> 552 553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_12"> 554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 555 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 556 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_11.UpdateService"/> 557 </Schema> 558 559 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_13"> 560 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 561 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 562 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_12.UpdateService"/> 563 </Schema> 564 565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_14"> 566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 567 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 568 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_13.UpdateService"/> 569 </Schema> 570 571 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0"> 572 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 573 <Annotation Term="Redfish.Release" String="2018.2"/> 574 <Annotation Term="OData.Description" String="This version was created to deprecate `NSF` in favor of `NFS` in the `TransferProtocolType` enumeration."/> 575 576 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/> 577 </Schema> 578 579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1"> 580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 581 <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`."/> 582 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/> 583 </Schema> 584 585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2"> 586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 587 <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`."/> 588 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/> 589 </Schema> 590 591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3"> 592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 593 <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."/> 594 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/> 595 </Schema> 596 597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4"> 598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 599 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 600 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/> 601 </Schema> 602 603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5"> 604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 605 <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."/> 606 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/> 607 </Schema> 608 609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6"> 610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 611 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 612 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/> 613 </Schema> 614 615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_7"> 616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 617 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 618 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_6.UpdateService"/> 619 </Schema> 620 621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_8"> 622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 623 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 624 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_7.UpdateService"/> 625 </Schema> 626 627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_9"> 628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 629 <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."/> 630 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_8.UpdateService"/> 631 </Schema> 632 633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_10"> 634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 635 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 636 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_9.UpdateService"/> 637 </Schema> 638 639 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_11"> 640 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 641 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 642 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_10.UpdateService"/> 643 </Schema> 644 645 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_12"> 646 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 647 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 648 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_11.UpdateService"/> 649 </Schema> 650 651 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0"> 652 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 653 <Annotation Term="Redfish.Release" String="2018.3"/> 654 <Annotation Term="OData.Description" String="This version was created to add `Username` and `Password` parameters to `SimpleUpdate`."/> 655 656 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"> 657 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false"> 658 <Annotation Term="OData.Description" String="The options for `HttpPushUri`-provided software updates."/> 659 <Annotation Term="OData.LongDescription" String="This property shall contain options and requirements of the service for `HttpPushUri`-provided software updates."/> 660 </Property> 661 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean"> 662 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 663 <Annotation Term="OData.Description" String="An indication of whether a client has reserved the `HttpPushUriOptions` properties for software updates."/> 664 <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."/> 665 </Property> 666 </EntityType> 667 668 <ComplexType Name="HttpPushUriOptions"> 669 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 670 <Annotation Term="OData.Description" String="The settings for `HttpPushUri`-provided software updates."/> 671 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings and requirements of the service for `HttpPushUri`-provided software updates."/> 672 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false"> 673 <Annotation Term="OData.Description" String="The settings for when to apply `HttpPushUri`-provided firmware."/> 674 <Annotation Term="OData.LongDescription" String="This property shall contain settings for when to apply `HttpPushUri`-provided firmware."/> 675 </Property> 676 </ComplexType> 677 678 <ComplexType Name="HttpPushUriApplyTime"> 679 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 680 <Annotation Term="OData.Description" String="The settings for when to apply `HttpPushUri`-provided software."/> 681 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings for when to apply `HttpPushUri`-provided software."/> 682 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false"> 683 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 684 <Annotation Term="OData.Description" String="The time when to apply the `HttpPushUri`-provided software update."/> 685 <Annotation Term="OData.LongDescription" String="This property shall indicate the time when to apply the `HttpPushUri`-provided software update."/> 686 </Property> 687 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false"> 688 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 689 <Annotation Term="OData.Description" String="The start time of a maintenance window."/> 690 <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`."/> 691 </Property> 692 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false"> 693 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 694 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/> 695 <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`."/> 696 <Annotation Term="Validation.Minimum" Int="0"/> 697 <Annotation Term="Measures.Unit" String="s"/> 698 </Property> 699 </ComplexType> 700 701 <EnumType Name="ApplyTime"> 702 <Member Name="Immediate"> 703 <Annotation Term="OData.Description" String="Apply immediately."/> 704 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied immediately."/> 705 </Member> 706 <Member Name="OnReset"> 707 <Annotation Term="OData.Description" String="Apply on a reset."/> 708 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied when the system or service is reset."/> 709 </Member> 710 <Member Name="AtMaintenanceWindowStart"> 711 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/> 712 <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."/> 713 </Member> 714 <Member Name="InMaintenanceWindowOnReset"> 715 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/> 716 <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."/> 717 </Member> 718 <Member Name="OnStartUpdateRequest"> 719 <Annotation Term="OData.Description" String="Apply when the `StartUpdate` action of the update service is invoked."/> 720 <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."/> 721 <Annotation Term="Redfish.Revisions"> 722 <Collection> 723 <Record> 724 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 725 <PropertyValue Property="Version" String="v1_11_0"/> 726 </Record> 727 </Collection> 728 </Annotation> 729 </Member> 730 <Member Name="OnTargetReset"> 731 <Annotation Term="OData.Description" String="Apply when the target for the software update is reset. Targets include devices, services, and systems."/> 732 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied when the target is reset."/> 733 <Annotation Term="Redfish.Revisions"> 734 <Collection> 735 <Record> 736 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 737 <PropertyValue Property="Version" String="v1_14_0"/> 738 </Record> 739 </Collection> 740 </Annotation> 741 </Member> 742 </EnumType> 743 </Schema> 744 745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1"> 746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 747 <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`."/> 748 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/> 749 </Schema> 750 751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2"> 752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 753 <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."/> 754 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/> 755 </Schema> 756 757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3"> 758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 759 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 760 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/> 761 </Schema> 762 763 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4"> 764 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 765 <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."/> 766 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/> 767 </Schema> 768 769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5"> 770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 771 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 772 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/> 773 </Schema> 774 775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6"> 776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 777 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 778 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/> 779 </Schema> 780 781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_7"> 782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 783 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 784 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_6.UpdateService"/> 785 </Schema> 786 787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_8"> 788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 789 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 790 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_7.UpdateService"/> 791 </Schema> 792 793 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_9"> 794 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 795 <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."/> 796 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_8.UpdateService"/> 797 </Schema> 798 799 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_10"> 800 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 801 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 802 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_9.UpdateService"/> 803 </Schema> 804 805 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_11"> 806 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 807 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 808 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_10.UpdateService"/> 809 </Schema> 810 811 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_12"> 812 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 813 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 814 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_11.UpdateService"/> 815 </Schema> 816 817 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0"> 818 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 819 <Annotation Term="Redfish.Release" String="2019.1"/> 820 821 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"> 822 <Property Name="MaxImageSizeBytes" Type="Edm.Int64"> 823 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 824 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/> 825 <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."/> 826 <Annotation Term="Measures.Unit" String="By"/> 827 </Property> 828 </EntityType> 829 </Schema> 830 831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1"> 832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 833 <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."/> 834 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/> 835 </Schema> 836 837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2"> 838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 839 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 840 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/> 841 </Schema> 842 843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3"> 844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 845 <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."/> 846 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/> 847 </Schema> 848 849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4"> 850 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 851 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 852 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/> 853 </Schema> 854 855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5"> 856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 857 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 858 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/> 859 </Schema> 860 861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_6"> 862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 863 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 864 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_5.UpdateService"/> 865 </Schema> 866 867 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_7"> 868 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 869 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 870 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_6.UpdateService"/> 871 </Schema> 872 873 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_8"> 874 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 875 <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."/> 876 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_7.UpdateService"/> 877 </Schema> 878 879 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_9"> 880 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 881 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 882 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_8.UpdateService"/> 883 </Schema> 884 885 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_10"> 886 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 887 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 888 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_9.UpdateService"/> 889 </Schema> 890 891 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_11"> 892 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 893 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 894 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_10.UpdateService"/> 895 </Schema> 896 897 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0"> 898 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 899 <Annotation Term="Redfish.Release" String="2019.2"/> 900 901 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"> 902 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false"> 903 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 904 <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined multipart HTTP or HTTPS push update to the update service."/> 905 <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."/> 906 <Annotation Term="OData.IsURL"/> 907 </Property> 908 </EntityType> 909 910 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters"> 911 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 912 <Annotation Term="OData.Description" String="The update parameters used with `MultipartHttpPushUri` software update."/> 913 <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."/> 914 <Property Name="Targets" Type="Collection(Edm.String)"> 915 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 916 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/> 917 <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."/> 918 <Annotation Term="OData.IsURL"/> 919 </Property> 920 </ComplexType> 921 </Schema> 922 923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1"> 924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 925 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 926 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/> 927 </Schema> 928 929 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2"> 930 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 931 <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."/> 932 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/> 933 </Schema> 934 935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3"> 936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 937 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 938 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/> 939 </Schema> 940 941 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4"> 942 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 944 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/> 945 </Schema> 946 947 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_5"> 948 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 949 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 950 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/> 951 </Schema> 952 953 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_7"> 954 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 955 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 956 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/> 957 </Schema> 958 959 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_8"> 960 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 961 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 962 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_7.UpdateService"/> 963 </Schema> 964 965 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_9"> 966 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 967 <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."/> 968 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_8.UpdateService"/> 969 </Schema> 970 971 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_10"> 972 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 973 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 974 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_9.UpdateService"/> 975 </Schema> 976 977 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_11"> 978 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 979 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 980 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_10.UpdateService"/> 981 </Schema> 982 983 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0"> 984 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 985 <Annotation Term="Redfish.Release" String="2019.3"/> 986 <Annotation Term="OData.Description" String="This version was created to add the `StartUpdate` action."/> 987 988 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/> 989 </Schema> 990 991 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1"> 992 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 993 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 994 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/> 995 </Schema> 996 997 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2"> 998 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 999 <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."/> 1000 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/> 1001 </Schema> 1002 1003 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3"> 1004 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1005 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1006 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/> 1007 </Schema> 1008 1009 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4"> 1010 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1011 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1012 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/> 1013 </Schema> 1014 1015 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_5"> 1016 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1017 <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."/> 1018 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_4.UpdateService"/> 1019 </Schema> 1020 1021 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_6"> 1022 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1023 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 1024 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_5.UpdateService"/> 1025 </Schema> 1026 1027 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_7"> 1028 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1029 <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."/> 1030 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_6.UpdateService"/> 1031 </Schema> 1032 1033 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_8"> 1034 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1035 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1036 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_7.UpdateService"/> 1037 </Schema> 1038 1039 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_9"> 1040 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1041 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1042 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_8.UpdateService"/> 1043 </Schema> 1044 1045 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_10"> 1046 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1047 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1048 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_9.UpdateService"/> 1049 </Schema> 1050 1051 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0"> 1052 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1053 <Annotation Term="Redfish.Release" String="2019.4"/> 1054 1055 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/> 1056 1057 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters"> 1058 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 1059 <Annotation Term="OData.Description" String="The OEM extension property."/> 1060 <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."/> 1061 </Property> 1062 </ComplexType> 1063 </Schema> 1064 1065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1"> 1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1067 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1068 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/> 1069 </Schema> 1070 1071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2"> 1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1073 <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."/> 1074 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/> 1075 </Schema> 1076 1077 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3"> 1078 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1079 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1080 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/> 1081 </Schema> 1082 1083 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4"> 1084 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1085 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1086 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/> 1087 </Schema> 1088 1089 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_5"> 1090 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1091 <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."/> 1092 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_4.UpdateService"/> 1093 </Schema> 1094 1095 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_6"> 1096 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1097 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 1098 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_5.UpdateService"/> 1099 </Schema> 1100 1101 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_7"> 1102 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1103 <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."/> 1104 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_6.UpdateService"/> 1105 </Schema> 1106 1107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_8"> 1108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1109 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1110 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_7.UpdateService"/> 1111 </Schema> 1112 1113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_9"> 1114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1115 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1116 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_8.UpdateService"/> 1117 </Schema> 1118 1119 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_10"> 1120 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1121 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1122 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_9.UpdateService"/> 1123 </Schema> 1124 1125 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0"> 1126 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1127 <Annotation Term="Redfish.Release" String="2021.1"/> 1128 1129 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"> 1130 <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1131 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1132 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the `ImageURI` parameter in SimpleUpdate."/> 1133 <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` parameter 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."/> 1134 <Annotation Term="OData.AutoExpandReferences"/> 1135 </NavigationProperty> 1136 <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean"> 1137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1138 <Annotation Term="OData.Description" String="An indication of whether the service will verify the certificate of the server referenced by the `ImageURI` parameter in `SimpleUpdate` prior to sending the transfer request."/> 1139 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the certificate of the server referenced by the `ImageURI` parameter 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."/> 1140 </Property> 1141 </EntityType> 1142 </Schema> 1143 1144 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_1"> 1145 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1146 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyRemoteServerCertificate` when not supported or configured."/> 1147 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_0.UpdateService"/> 1148 </Schema> 1149 1150 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_2"> 1151 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1152 <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."/> 1153 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"/> 1154 </Schema> 1155 1156 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_3"> 1157 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1158 <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."/> 1159 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_2.UpdateService"/> 1160 </Schema> 1161 1162 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_4"> 1163 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1164 <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."/> 1165 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_3.UpdateService"/> 1166 </Schema> 1167 1168 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_5"> 1169 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1170 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1171 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_4.UpdateService"/> 1172 </Schema> 1173 1174 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_6"> 1175 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1176 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1177 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_5.UpdateService"/> 1178 </Schema> 1179 1180 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_7"> 1181 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1182 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1183 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_6.UpdateService"/> 1184 </Schema> 1185 1186 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_0"> 1187 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1188 <Annotation Term="Redfish.Release" String="2021.2"/> 1189 1190 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"> 1191 <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1192 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1193 <Annotation Term="OData.Description" String="The link to a collection of client identity certificates provided to the server referenced by the `ImageURI` parameter in `SimpleUpdate`."/> 1194 <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` parameter in `SimpleUpdate` as part of TLS handshaking."/> 1195 <Annotation Term="OData.AutoExpandReferences"/> 1196 </NavigationProperty> 1197 </EntityType> 1198 </Schema> 1199 1200 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_1"> 1201 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1202 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyRemoteServerCertificate` when not supported or configured."/> 1203 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_0.UpdateService"/> 1204 </Schema> 1205 1206 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_2"> 1207 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1208 <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."/> 1209 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/> 1210 </Schema> 1211 1212 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_3"> 1213 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1214 <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."/> 1215 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_2.UpdateService"/> 1216 </Schema> 1217 1218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_4"> 1219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1220 <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."/> 1221 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_3.UpdateService"/> 1222 </Schema> 1223 1224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_5"> 1225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1226 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1227 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_4.UpdateService"/> 1228 </Schema> 1229 1230 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_6"> 1231 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1232 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1233 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_5.UpdateService"/> 1234 </Schema> 1235 1236 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_7"> 1237 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1238 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1239 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_6.UpdateService"/> 1240 </Schema> 1241 1242 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_0"> 1243 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1244 <Annotation Term="Redfish.Release" String="2021.4"/> 1245 <Annotation Term="OData.Description" String="This version was created to add `OnStartUpdateRequest` to `ApplyTime`."/> 1246 1247 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/> 1248 1249 <ComplexType Name="HttpPushUriOptions" BaseType="UpdateService.v1_4_0.HttpPushUriOptions"> 1250 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false"> 1251 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1252 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the `HttpPushUri`-provided image."/> 1253 <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`."/> 1254 </Property> 1255 </ComplexType> 1256 1257 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_8_0.UpdateParameters"> 1258 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false"> 1259 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1260 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/> 1261 <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`."/> 1262 </Property> 1263 </ComplexType> 1264 </Schema> 1265 1266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_1"> 1267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1268 <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."/> 1269 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_0.UpdateService"/> 1270 </Schema> 1271 1272 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_2"> 1273 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1274 <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."/> 1275 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_1.UpdateService"/> 1276 </Schema> 1277 1278 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_3"> 1279 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1280 <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."/> 1281 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_2.UpdateService"/> 1282 </Schema> 1283 1284 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_4"> 1285 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1286 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1287 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"/> 1288 </Schema> 1289 1290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_5"> 1291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1292 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1293 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_4.UpdateService"/> 1294 </Schema> 1295 1296 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_6"> 1297 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1298 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1299 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_5.UpdateService"/> 1300 </Schema> 1301 1302 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_0"> 1303 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1304 <Annotation Term="Redfish.Release" String="2023.2"/> 1305 1306 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"> 1307 <NavigationProperty Name="RemoteServerSSHKeys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false"> 1308 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1309 <Annotation Term="OData.Description" String="The link to a collection of keys that can be used to authenticate the server referenced by the `ImageURI` parameter in `SimpleUpdate`."/> 1310 <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` Parameter 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."/> 1311 <Annotation Term="OData.AutoExpandReferences"/> 1312 </NavigationProperty> 1313 <Property Name="VerifyRemoteServerSSHKey" Type="Edm.Boolean"> 1314 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1315 <Annotation Term="OData.Description" String="An indication of whether the service will verify the SSH key of the server referenced by the `ImageURI` parameter in `SimpleUpdate` prior to sending the transfer request."/> 1316 <Annotation Term="OData.LongDescription" String="This property shall indicate whether the service will verify the SSH key of the server referenced by the `ImageURI` parameter 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."/> 1317 </Property> 1318 </EntityType> 1319 </Schema> 1320 1321 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_1"> 1322 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1323 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1324 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_0.UpdateService"/> 1325 </Schema> 1326 1327 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_2"> 1328 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1329 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1330 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService"/> 1331 </Schema> 1332 1333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_3"> 1334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1335 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1336 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_2.UpdateService"/> 1337 </Schema> 1338 1339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_0"> 1340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1341 <Annotation Term="Redfish.Release" String="2023.3"/> 1342 1343 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService"> 1344 <NavigationProperty Name="PublicIdentitySSHKey" Type="Key.Key" ContainsTarget="true" Nullable="false"> 1345 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1346 <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."/> 1347 <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."/> 1348 </NavigationProperty> 1349 <Property Name="SupportedUpdateImageFormats" Type="Collection(UpdateService.v1_13_0.SupportedUpdateImageFormatType)"> 1350 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1351 <Annotation Term="OData.Description" String="The image format types supported by the service."/> 1352 <Annotation Term="OData.LongDescription" String="This property shall contain the image format types supported by the service."/> 1353 </Property> 1354 </EntityType> 1355 1356 <EnumType Name="SupportedUpdateImageFormatType"> 1357 <Member Name="PLDMv1_0"> 1358 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.0 image."/> 1359 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.0 image format as defined in DMTF DSP0267."/> 1360 </Member> 1361 <Member Name="PLDMv1_1"> 1362 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.1 image."/> 1363 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.1 image format as defined in DMTF DSP0267."/> 1364 </Member> 1365 <Member Name="PLDMv1_2"> 1366 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.2 image."/> 1367 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.2 image format as defined in DMTF DSP0267."/> 1368 </Member> 1369 <Member Name="PLDMv1_3"> 1370 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.3 image."/> 1371 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.3 image format as defined in DMTF DSP0267."/> 1372 </Member> 1373 <Member Name="UEFICapsule"> 1374 <Annotation Term="OData.Description" String="The image conforms to the capsule format described in the UEFI Specification."/> 1375 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the UEFI capsule format as defined in the UEFI Specification."/> 1376 </Member> 1377 <Member Name="VendorDefined"> 1378 <Annotation Term="OData.Description" String="A vendor-defined image."/> 1379 <Annotation Term="OData.LongDescription" String="This value shall indicate a vendor-defined format."/> 1380 </Member> 1381 </EnumType> 1382 </Schema> 1383 1384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_1"> 1385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1386 <Annotation Term="OData.Description" String="This version was created to correct the description for the `SFTP` value to match IETF documentation. It was also created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 1387 <EntityType Name="UpdateService" BaseType="UpdateService.v1_13_0.UpdateService"/> 1388 </Schema> 1389 1390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_2"> 1391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1392 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1393 <EntityType Name="UpdateService" BaseType="UpdateService.v1_13_1.UpdateService"/> 1394 </Schema> 1395 1396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_14_0"> 1397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1398 <Annotation Term="Redfish.Release" String="2024.1"/> 1399 <Annotation Term="OData.Description" String="This version was created to add `OnTargetReset` to `ApplyTime` in `HttpPushUriApplyTime`."/> 1400 1401 <EntityType Name="UpdateService" BaseType="UpdateService.v1_13_1.UpdateService"/> 1402 </Schema> 1403 1404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_14_1"> 1405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1406 <Annotation Term="OData.Description" String="This version was created to correct the OpenAPI usage of payload annotations in action request bodies."/> 1407 <EntityType Name="UpdateService" BaseType="UpdateService.v1_14_0.UpdateService"/> 1408 </Schema> 1409 1410 </edmx:DataServices> 1411</edmx:Edmx> 1412