1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: UpdateService v1.14.0 --> 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_1_0"> 371 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 372 <Annotation Term="Redfish.Release" String="2016.3"/> 373 374 <EntityType Name="UpdateService" BaseType="UpdateService.v1_0_1.UpdateService"> 375 <Property Name="HttpPushUri" Type="Edm.String" Nullable="false"> 376 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 377 <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."/> 378 <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."/> 379 <Annotation Term="OData.IsURL"/> 380 </Property> 381 </EntityType> 382 </Schema> 383 384 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_1"> 385 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 386 <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/> 387 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_0.UpdateService"/> 388 </Schema> 389 390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_2"> 391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 392 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/> 393 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"/> 394 </Schema> 395 396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_3"> 397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 398 <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number. It was also created to clarify the descriptions for `Targets`, `HttpPushUriTargets`, and `HttpPushUriTargetsBusy`."/> 399 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_2.UpdateService"/> 400 </Schema> 401 402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_4"> 403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 404 <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`."/> 405 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_3.UpdateService"/> 406 </Schema> 407 408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_5"> 409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 410 <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`."/> 411 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_4.UpdateService"/> 412 </Schema> 413 414 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_6"> 415 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 416 <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."/> 417 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_5.UpdateService"/> 418 </Schema> 419 420 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_7"> 421 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 422 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 423 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_6.UpdateService"/> 424 </Schema> 425 426 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_8"> 427 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 428 <Annotation Term="OData.Description" String="This version was created to clarify the descriptions of the `FirmwareInventory` and `SoftwareInventory` resource collections. It was also created to clarify the behavior of `TransferProtocol` if `ImageURI` contains a scheme."/> 429 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_7.UpdateService"/> 430 </Schema> 431 432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_9"> 433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 434 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 435 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_8.UpdateService"/> 436 </Schema> 437 438 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_10"> 439 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 440 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 441 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_9.UpdateService"/> 442 </Schema> 443 444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_11"> 445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 446 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 447 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_10.UpdateService"/> 448 </Schema> 449 450 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_1_12"> 451 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 452 <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."/> 453 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_11.UpdateService"/> 454 </Schema> 455 456 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_0"> 457 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 458 <Annotation Term="Redfish.Release" String="2017.1"/> 459 460 <EntityType Name="UpdateService" BaseType="UpdateService.v1_1_1.UpdateService"> 461 <Property Name="HttpPushUriTargets" Type="Collection(Edm.String)"> 462 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 463 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/> 464 <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."/> 465 <Annotation Term="OData.IsURL"/> 466 </Property> 467 <Property Name="HttpPushUriTargetsBusy" Type="Edm.Boolean"> 468 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 469 <Annotation Term="OData.Description" String="An indication of whether any client has reserved the `HttpPushUriTargets` property."/> 470 <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."/> 471 </Property> 472 </EntityType> 473 </Schema> 474 475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_1"> 476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 477 <Annotation Term="OData.Description" String="This version was created to regenerate the JSON Schema so that the action parameters are included."/> 478 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_0.UpdateService"/> 479 </Schema> 480 481 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_2"> 482 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 483 <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`."/> 484 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_1.UpdateService"/> 485 </Schema> 486 487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_3"> 488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 489 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation. It was also created to clarify the `HttpPushUri` description."/> 490 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/> 491 </Schema> 492 493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_4"> 494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 495 <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`."/> 496 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_3.UpdateService"/> 497 </Schema> 498 499 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_5"> 500 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 501 <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."/> 502 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_4.UpdateService"/> 503 </Schema> 504 505 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_6"> 506 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 507 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 508 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_5.UpdateService"/> 509 </Schema> 510 511 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_7"> 512 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 513 <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."/> 514 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_6.UpdateService"/> 515 </Schema> 516 517 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_8"> 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_7.UpdateService"/> 521 </Schema> 522 523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_9"> 524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 525 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 526 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_8.UpdateService"/> 527 </Schema> 528 529 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_10"> 530 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 531 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 532 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_9.UpdateService"/> 533 </Schema> 534 535 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_11"> 536 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 537 <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."/> 538 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_10.UpdateService"/> 539 </Schema> 540 541 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_12"> 542 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 543 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 544 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_11.UpdateService"/> 545 </Schema> 546 547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_2_13"> 548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 549 <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."/> 550 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_12.UpdateService"/> 551 </Schema> 552 553 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_0"> 554 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 555 <Annotation Term="Redfish.Release" String="2018.2"/> 556 <Annotation Term="OData.Description" String="This version was created to deprecate `NSF` in favor of `NFS` in the `TransferProtocolType` enumeration."/> 557 558 <EntityType Name="UpdateService" BaseType="UpdateService.v1_2_2.UpdateService"/> 559 </Schema> 560 561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_1"> 562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 563 <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`."/> 564 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_0.UpdateService"/> 565 </Schema> 566 567 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_2"> 568 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 569 <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`."/> 570 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"/> 571 </Schema> 572 573 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_3"> 574 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 575 <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."/> 576 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_2.UpdateService"/> 577 </Schema> 578 579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_4"> 580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 581 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 582 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_3.UpdateService"/> 583 </Schema> 584 585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_5"> 586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 587 <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."/> 588 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_4.UpdateService"/> 589 </Schema> 590 591 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_6"> 592 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 593 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 594 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_5.UpdateService"/> 595 </Schema> 596 597 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_7"> 598 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 599 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 600 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_6.UpdateService"/> 601 </Schema> 602 603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_8"> 604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 605 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 606 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_7.UpdateService"/> 607 </Schema> 608 609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_9"> 610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 611 <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."/> 612 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_8.UpdateService"/> 613 </Schema> 614 615 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_10"> 616 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 617 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 618 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_9.UpdateService"/> 619 </Schema> 620 621 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_3_11"> 622 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 623 <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."/> 624 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_10.UpdateService"/> 625 </Schema> 626 627 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_0"> 628 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 629 <Annotation Term="Redfish.Release" String="2018.3"/> 630 <Annotation Term="OData.Description" String="This version was created to add `Username` and `Password` parameters to `SimpleUpdate`."/> 631 632 <EntityType Name="UpdateService" BaseType="UpdateService.v1_3_1.UpdateService"> 633 <Property Name="HttpPushUriOptions" Type="UpdateService.v1_4_0.HttpPushUriOptions" Nullable="false"> 634 <Annotation Term="OData.Description" String="The options for `HttpPushUri`-provided software updates."/> 635 <Annotation Term="OData.LongDescription" String="This property shall contain options and requirements of the service for `HttpPushUri`-provided software updates."/> 636 </Property> 637 <Property Name="HttpPushUriOptionsBusy" Type="Edm.Boolean"> 638 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 639 <Annotation Term="OData.Description" String="An indication of whether a client has reserved the `HttpPushUriOptions` properties for software updates."/> 640 <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."/> 641 </Property> 642 </EntityType> 643 644 <ComplexType Name="HttpPushUriOptions"> 645 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 646 <Annotation Term="OData.Description" String="The settings for `HttpPushUri`-provided software updates."/> 647 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings and requirements of the service for `HttpPushUri`-provided software updates."/> 648 <Property Name="HttpPushUriApplyTime" Type="UpdateService.v1_4_0.HttpPushUriApplyTime" Nullable="false"> 649 <Annotation Term="OData.Description" String="The settings for when to apply `HttpPushUri`-provided firmware."/> 650 <Annotation Term="OData.LongDescription" String="This property shall contain settings for when to apply `HttpPushUri`-provided firmware."/> 651 </Property> 652 </ComplexType> 653 654 <ComplexType Name="HttpPushUriApplyTime"> 655 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 656 <Annotation Term="OData.Description" String="The settings for when to apply `HttpPushUri`-provided software."/> 657 <Annotation Term="OData.LongDescription" String="The properties in this object shall contain settings for when to apply `HttpPushUri`-provided software."/> 658 <Property Name="ApplyTime" Type="UpdateService.v1_4_0.ApplyTime" Nullable="false"> 659 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 660 <Annotation Term="OData.Description" String="The time when to apply the `HttpPushUri`-provided software update."/> 661 <Annotation Term="OData.LongDescription" String="This property shall indicate the time when to apply the `HttpPushUri`-provided software update."/> 662 </Property> 663 <Property Name="MaintenanceWindowStartTime" Type="Edm.DateTimeOffset" Nullable="false"> 664 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 665 <Annotation Term="OData.Description" String="The start time of a maintenance window."/> 666 <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`."/> 667 </Property> 668 <Property Name="MaintenanceWindowDurationInSeconds" Type="Edm.Int64" Nullable="false"> 669 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 670 <Annotation Term="OData.Description" String="The expiry time, in seconds, of the maintenance window."/> 671 <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`."/> 672 <Annotation Term="Validation.Minimum" Int="0"/> 673 <Annotation Term="Measures.Unit" String="s"/> 674 </Property> 675 </ComplexType> 676 677 <EnumType Name="ApplyTime"> 678 <Member Name="Immediate"> 679 <Annotation Term="OData.Description" String="Apply immediately."/> 680 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied immediately."/> 681 </Member> 682 <Member Name="OnReset"> 683 <Annotation Term="OData.Description" String="Apply on a reset."/> 684 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied when the system or service is reset."/> 685 </Member> 686 <Member Name="AtMaintenanceWindowStart"> 687 <Annotation Term="OData.Description" String="Apply during an administrator-specified maintenance window."/> 688 <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."/> 689 </Member> 690 <Member Name="InMaintenanceWindowOnReset"> 691 <Annotation Term="OData.Description" String="Apply after a reset but within an administrator-specified maintenance window."/> 692 <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."/> 693 </Member> 694 <Member Name="OnStartUpdateRequest"> 695 <Annotation Term="OData.Description" String="Apply when the `StartUpdate` action of the update service is invoked."/> 696 <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."/> 697 <Annotation Term="Redfish.Revisions"> 698 <Collection> 699 <Record> 700 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 701 <PropertyValue Property="Version" String="v1_11_0"/> 702 </Record> 703 </Collection> 704 </Annotation> 705 </Member> 706 <Member Name="OnTargetReset"> 707 <Annotation Term="OData.Description" String="Apply when the target for the software update is reset. Targets include devices, services, and systems."/> 708 <Annotation Term="OData.LongDescription" String="This value shall indicate the `HttpPushUri`-provided software is applied when the target is reset."/> 709 <Annotation Term="Redfish.Revisions"> 710 <Collection> 711 <Record> 712 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 713 <PropertyValue Property="Version" String="v1_14_0"/> 714 </Record> 715 </Collection> 716 </Annotation> 717 </Member> 718 </EnumType> 719 </Schema> 720 721 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_1"> 722 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 723 <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`."/> 724 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_0.UpdateService"/> 725 </Schema> 726 727 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_2"> 728 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 729 <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."/> 730 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"/> 731 </Schema> 732 733 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_3"> 734 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 735 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 736 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_2.UpdateService"/> 737 </Schema> 738 739 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_4"> 740 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 741 <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."/> 742 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_3.UpdateService"/> 743 </Schema> 744 745 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_5"> 746 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 747 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 748 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_4.UpdateService"/> 749 </Schema> 750 751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_6"> 752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 753 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 754 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_5.UpdateService"/> 755 </Schema> 756 757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_7"> 758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 759 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 760 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_6.UpdateService"/> 761 </Schema> 762 763 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_8"> 764 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 765 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 766 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_7.UpdateService"/> 767 </Schema> 768 769 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_9"> 770 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 771 <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."/> 772 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_8.UpdateService"/> 773 </Schema> 774 775 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_10"> 776 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 777 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 778 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_9.UpdateService"/> 779 </Schema> 780 781 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_4_11"> 782 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 783 <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."/> 784 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_10.UpdateService"/> 785 </Schema> 786 787 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_0"> 788 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 789 <Annotation Term="Redfish.Release" String="2019.1"/> 790 791 <EntityType Name="UpdateService" BaseType="UpdateService.v1_4_1.UpdateService"> 792 <Property Name="MaxImageSizeBytes" Type="Edm.Int64"> 793 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 794 <Annotation Term="OData.Description" String="The maximum size in bytes of the software update image that this service supports."/> 795 <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."/> 796 <Annotation Term="Measures.Unit" String="By"/> 797 </Property> 798 </EntityType> 799 </Schema> 800 801 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_1"> 802 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 803 <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."/> 804 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_0.UpdateService"/> 805 </Schema> 806 807 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_2"> 808 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 809 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 810 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"/> 811 </Schema> 812 813 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_3"> 814 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 815 <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."/> 816 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_2.UpdateService"/> 817 </Schema> 818 819 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_4"> 820 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 821 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 822 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_3.UpdateService"/> 823 </Schema> 824 825 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_5"> 826 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 827 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 828 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_4.UpdateService"/> 829 </Schema> 830 831 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_6"> 832 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 833 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 834 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_5.UpdateService"/> 835 </Schema> 836 837 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_7"> 838 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 839 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 840 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_6.UpdateService"/> 841 </Schema> 842 843 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_8"> 844 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 845 <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."/> 846 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_7.UpdateService"/> 847 </Schema> 848 849 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_9"> 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_8.UpdateService"/> 853 </Schema> 854 855 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_5_10"> 856 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 857 <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."/> 858 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_9.UpdateService"/> 859 </Schema> 860 861 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_0"> 862 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 863 <Annotation Term="Redfish.Release" String="2019.2"/> 864 865 <EntityType Name="UpdateService" BaseType="UpdateService.v1_5_1.UpdateService"> 866 <Property Name="MultipartHttpPushUri" Type="Edm.String" Nullable="false"> 867 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 868 <Annotation Term="OData.Description" String="The URI used to perform a Redfish Specification-defined multipart HTTP or HTTPS push update to the update service."/> 869 <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."/> 870 <Annotation Term="OData.IsURL"/> 871 </Property> 872 </EntityType> 873 874 <ComplexType Name="UpdateParameters" BaseType="UpdateService.UpdateParameters"> 875 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 876 <Annotation Term="OData.Description" String="The update parameters used with `MultipartHttpPushUri` software update."/> 877 <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."/> 878 <Property Name="Targets" Type="Collection(Edm.String)"> 879 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 880 <Annotation Term="OData.Description" String="An array of URIs that indicate where to apply the update image."/> 881 <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."/> 882 <Annotation Term="OData.IsURL"/> 883 </Property> 884 </ComplexType> 885 </Schema> 886 887 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_1"> 888 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 889 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 890 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/> 891 </Schema> 892 893 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_2"> 894 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 895 <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."/> 896 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_1.UpdateService"/> 897 </Schema> 898 899 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_3"> 900 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 901 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 902 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_2.UpdateService"/> 903 </Schema> 904 905 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_4"> 906 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 907 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 908 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_3.UpdateService"/> 909 </Schema> 910 911 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_5"> 912 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 913 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 914 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/> 915 </Schema> 916 917 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_7"> 918 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 919 <Annotation Term="OData.Description" String="This version was created to clarify that non-resource URIs should not contain URIs of Redfish resources."/> 920 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_4.UpdateService"/> 921 </Schema> 922 923 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_8"> 924 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 925 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 926 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_7.UpdateService"/> 927 </Schema> 928 929 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_9"> 930 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 931 <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."/> 932 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_8.UpdateService"/> 933 </Schema> 934 935 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_6_10"> 936 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 937 <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."/> 938 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_9.UpdateService"/> 939 </Schema> 940 941 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_0"> 942 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 943 <Annotation Term="Redfish.Release" String="2019.3"/> 944 <Annotation Term="OData.Description" String="This version was created to add the `StartUpdate` action."/> 945 946 <EntityType Name="UpdateService" BaseType="UpdateService.v1_6_0.UpdateService"/> 947 </Schema> 948 949 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_1"> 950 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 951 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 952 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/> 953 </Schema> 954 955 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_2"> 956 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 957 <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."/> 958 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_1.UpdateService"/> 959 </Schema> 960 961 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_3"> 962 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 963 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 964 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_2.UpdateService"/> 965 </Schema> 966 967 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_4"> 968 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 969 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 970 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_3.UpdateService"/> 971 </Schema> 972 973 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_5"> 974 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 975 <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."/> 976 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_4.UpdateService"/> 977 </Schema> 978 979 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_6"> 980 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 981 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 982 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_5.UpdateService"/> 983 </Schema> 984 985 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_7"> 986 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 987 <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."/> 988 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_6.UpdateService"/> 989 </Schema> 990 991 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_8"> 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_7.UpdateService"/> 995 </Schema> 996 997 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_7_9"> 998 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 999 <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."/> 1000 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_8.UpdateService"/> 1001 </Schema> 1002 1003 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_0"> 1004 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1005 <Annotation Term="Redfish.Release" String="2019.4"/> 1006 1007 <EntityType Name="UpdateService" BaseType="UpdateService.v1_7_0.UpdateService"/> 1008 1009 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_6_0.UpdateParameters"> 1010 <Property Name="Oem" Type="Resource.Oem" Nullable="false"> 1011 <Annotation Term="OData.Description" String="The OEM extension property."/> 1012 <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."/> 1013 </Property> 1014 </ComplexType> 1015 </Schema> 1016 1017 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_1"> 1018 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1019 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1020 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_0.UpdateService"/> 1021 </Schema> 1022 1023 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_2"> 1024 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1025 <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."/> 1026 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_1.UpdateService"/> 1027 </Schema> 1028 1029 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_3"> 1030 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1031 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1032 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_2.UpdateService"/> 1033 </Schema> 1034 1035 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_4"> 1036 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1037 <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 1038 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"/> 1039 </Schema> 1040 1041 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_5"> 1042 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1043 <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."/> 1044 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_4.UpdateService"/> 1045 </Schema> 1046 1047 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_6"> 1048 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1049 <Annotation Term="OData.Description" String="This version was created to update non-resource URI description to reference URI rules in the specification."/> 1050 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_5.UpdateService"/> 1051 </Schema> 1052 1053 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_7"> 1054 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1055 <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."/> 1056 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_6.UpdateService"/> 1057 </Schema> 1058 1059 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_8"> 1060 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1061 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1062 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_7.UpdateService"/> 1063 </Schema> 1064 1065 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_8_9"> 1066 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1067 <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."/> 1068 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_8.UpdateService"/> 1069 </Schema> 1070 1071 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_0"> 1072 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1073 <Annotation Term="Redfish.Release" String="2021.1"/> 1074 1075 <EntityType Name="UpdateService" BaseType="UpdateService.v1_8_3.UpdateService"> 1076 <NavigationProperty Name="RemoteServerCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1077 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1078 <Annotation Term="OData.Description" String="The link to a collection of server certificates for the server referenced by the `ImageURI` parameter in SimpleUpdate."/> 1079 <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."/> 1080 <Annotation Term="OData.AutoExpandReferences"/> 1081 </NavigationProperty> 1082 <Property Name="VerifyRemoteServerCertificate" Type="Edm.Boolean"> 1083 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1084 <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."/> 1085 <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."/> 1086 </Property> 1087 </EntityType> 1088 </Schema> 1089 1090 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_1"> 1091 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1092 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyRemoteServerCertificate` when not supported or configured."/> 1093 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_0.UpdateService"/> 1094 </Schema> 1095 1096 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_2"> 1097 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1098 <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."/> 1099 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"/> 1100 </Schema> 1101 1102 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_3"> 1103 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1104 <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."/> 1105 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_2.UpdateService"/> 1106 </Schema> 1107 1108 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_4"> 1109 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1110 <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."/> 1111 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_3.UpdateService"/> 1112 </Schema> 1113 1114 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_5"> 1115 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1116 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1117 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_4.UpdateService"/> 1118 </Schema> 1119 1120 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_9_6"> 1121 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1122 <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."/> 1123 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_5.UpdateService"/> 1124 </Schema> 1125 1126 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_0"> 1127 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1128 <Annotation Term="Redfish.Release" String="2021.2"/> 1129 1130 <EntityType Name="UpdateService" BaseType="UpdateService.v1_9_1.UpdateService"> 1131 <NavigationProperty Name="ClientCertificates" Type="CertificateCollection.CertificateCollection" ContainsTarget="true" Nullable="false"> 1132 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1133 <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`."/> 1134 <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."/> 1135 <Annotation Term="OData.AutoExpandReferences"/> 1136 </NavigationProperty> 1137 </EntityType> 1138 </Schema> 1139 1140 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_1"> 1141 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1142 <Annotation Term="OData.Description" String="This version was created to clarify the behavior of `VerifyRemoteServerCertificate` when not supported or configured."/> 1143 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_0.UpdateService"/> 1144 </Schema> 1145 1146 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_2"> 1147 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1148 <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."/> 1149 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/> 1150 </Schema> 1151 1152 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_3"> 1153 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1154 <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."/> 1155 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_2.UpdateService"/> 1156 </Schema> 1157 1158 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_4"> 1159 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1160 <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."/> 1161 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_3.UpdateService"/> 1162 </Schema> 1163 1164 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_5"> 1165 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1166 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1167 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_4.UpdateService"/> 1168 </Schema> 1169 1170 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_10_6"> 1171 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1172 <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."/> 1173 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_5.UpdateService"/> 1174 </Schema> 1175 1176 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_0"> 1177 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1178 <Annotation Term="Redfish.Release" String="2021.4"/> 1179 <Annotation Term="OData.Description" String="This version was created to add `OnStartUpdateRequest` to `ApplyTime`."/> 1180 1181 <EntityType Name="UpdateService" BaseType="UpdateService.v1_10_1.UpdateService"/> 1182 1183 <ComplexType Name="HttpPushUriOptions" BaseType="UpdateService.v1_4_0.HttpPushUriOptions"> 1184 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false"> 1185 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1186 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the `HttpPushUri`-provided image."/> 1187 <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`."/> 1188 </Property> 1189 </ComplexType> 1190 1191 <ComplexType Name="UpdateParameters" BaseType="UpdateService.v1_8_0.UpdateParameters"> 1192 <Property Name="ForceUpdate" Type="Edm.Boolean" Nullable="false"> 1193 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1194 <Annotation Term="OData.Description" String="An indication of whether the service should bypass update policies when applying the provided image. The default is `false`."/> 1195 <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`."/> 1196 </Property> 1197 </ComplexType> 1198 </Schema> 1199 1200 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_1"> 1201 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1202 <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."/> 1203 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_0.UpdateService"/> 1204 </Schema> 1205 1206 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_2"> 1207 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1208 <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."/> 1209 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_1.UpdateService"/> 1210 </Schema> 1211 1212 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_3"> 1213 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1214 <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."/> 1215 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_2.UpdateService"/> 1216 </Schema> 1217 1218 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_4"> 1219 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1220 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1221 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"/> 1222 </Schema> 1223 1224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_11_5"> 1225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1226 <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."/> 1227 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_4.UpdateService"/> 1228 </Schema> 1229 1230 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_0"> 1231 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1232 <Annotation Term="Redfish.Release" String="2023.2"/> 1233 1234 <EntityType Name="UpdateService" BaseType="UpdateService.v1_11_3.UpdateService"> 1235 <NavigationProperty Name="RemoteServerSSHKeys" Type="KeyCollection.KeyCollection" ContainsTarget="true" Nullable="false"> 1236 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1237 <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`."/> 1238 <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."/> 1239 <Annotation Term="OData.AutoExpandReferences"/> 1240 </NavigationProperty> 1241 <Property Name="VerifyRemoteServerSSHKey" Type="Edm.Boolean"> 1242 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/> 1243 <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."/> 1244 <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."/> 1245 </Property> 1246 </EntityType> 1247 </Schema> 1248 1249 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_1"> 1250 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1251 <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 1252 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_0.UpdateService"/> 1253 </Schema> 1254 1255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_12_2"> 1256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1257 <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."/> 1258 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService"/> 1259 </Schema> 1260 1261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_0"> 1262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1263 <Annotation Term="Redfish.Release" String="2023.3"/> 1264 1265 <EntityType Name="UpdateService" BaseType="UpdateService.v1_12_1.UpdateService"> 1266 <NavigationProperty Name="PublicIdentitySSHKey" Type="Key.Key" ContainsTarget="true" Nullable="false"> 1267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1268 <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."/> 1269 <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."/> 1270 </NavigationProperty> 1271 <Property Name="SupportedUpdateImageFormats" Type="Collection(UpdateService.v1_13_0.SupportedUpdateImageFormatType)"> 1272 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1273 <Annotation Term="OData.Description" String="The image format types supported by the service."/> 1274 <Annotation Term="OData.LongDescription" String="This property shall contain the image format types supported by the service."/> 1275 </Property> 1276 </EntityType> 1277 1278 <EnumType Name="SupportedUpdateImageFormatType"> 1279 <Member Name="PLDMv1_0"> 1280 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.0 image."/> 1281 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.0 image format as defined in DMTF DSP0267."/> 1282 </Member> 1283 <Member Name="PLDMv1_1"> 1284 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.1 image."/> 1285 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.1 image format as defined in DMTF DSP0267."/> 1286 </Member> 1287 <Member Name="PLDMv1_2"> 1288 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.2 image."/> 1289 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.2 image format as defined in DMTF DSP0267."/> 1290 </Member> 1291 <Member Name="PLDMv1_3"> 1292 <Annotation Term="OData.Description" String="A PLDM for Firmware Update Specification v1.3 image."/> 1293 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the v1.3 image format as defined in DMTF DSP0267."/> 1294 </Member> 1295 <Member Name="UEFICapsule"> 1296 <Annotation Term="OData.Description" String="The image conforms to the capsule format described in the UEFI Specification."/> 1297 <Annotation Term="OData.LongDescription" String="This value shall indicate an image that conforms to the UEFI capsule format as defined in the UEFI Specification."/> 1298 </Member> 1299 <Member Name="VendorDefined"> 1300 <Annotation Term="OData.Description" String="A vendor-defined image."/> 1301 <Annotation Term="OData.LongDescription" String="This value shall indicate a vendor-defined format."/> 1302 </Member> 1303 </EnumType> 1304 </Schema> 1305 1306 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_13_1"> 1307 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1308 <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."/> 1309 <EntityType Name="UpdateService" BaseType="UpdateService.v1_13_0.UpdateService"/> 1310 </Schema> 1311 1312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="UpdateService.v1_14_0"> 1313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1314 <Annotation Term="Redfish.Release" String="2024.1"/> 1315 <Annotation Term="OData.Description" String="This version was created to add `OnTargetReset` to `ApplyTime` in `HttpPushUriApplyTime`."/> 1316 1317 <EntityType Name="UpdateService" BaseType="UpdateService.v1_13_1.UpdateService"/> 1318 </Schema> 1319 1320 </edmx:DataServices> 1321</edmx:Edmx> 1322