1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/UpdateService.v1_14_0.json",
3    "$ref": "#/definitions/UpdateService",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#UpdateService.GenerateSSHIdentityKeyPair": {
27                    "$ref": "#/definitions/GenerateSSHIdentityKeyPair"
28                },
29                "#UpdateService.RemoveSSHIdentityKeyPair": {
30                    "$ref": "#/definitions/RemoveSSHIdentityKeyPair"
31                },
32                "#UpdateService.SimpleUpdate": {
33                    "$ref": "#/definitions/SimpleUpdate"
34                },
35                "#UpdateService.StartUpdate": {
36                    "$ref": "#/definitions/StartUpdate"
37                },
38                "Oem": {
39                    "$ref": "#/definitions/OemActions",
40                    "description": "The available OEM-specific actions for this resource.",
41                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
42                }
43            },
44            "type": "object"
45        },
46        "ApplyTime": {
47            "enum": [
48                "Immediate",
49                "OnReset",
50                "AtMaintenanceWindowStart",
51                "InMaintenanceWindowOnReset",
52                "OnStartUpdateRequest",
53                "OnTargetReset"
54            ],
55            "enumDescriptions": {
56                "AtMaintenanceWindowStart": "Apply during an administrator-specified maintenance window.",
57                "Immediate": "Apply immediately.",
58                "InMaintenanceWindowOnReset": "Apply after a reset but within an administrator-specified maintenance window.",
59                "OnReset": "Apply on a reset.",
60                "OnStartUpdateRequest": "Apply when the `StartUpdate` action of the update service is invoked.",
61                "OnTargetReset": "Apply when the target for the software update is reset.  Targets include devices, services, and systems."
62            },
63            "enumLongDescriptions": {
64                "AtMaintenanceWindowStart": "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.",
65                "Immediate": "This value shall indicate the `HttpPushUri`-provided software is applied immediately.",
66                "InMaintenanceWindowOnReset": "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.",
67                "OnReset": "This value shall indicate the `HttpPushUri`-provided software is applied when the system or service is reset.",
68                "OnStartUpdateRequest": "This value shall indicate the `HttpPushUri`-provided software is applied when the `StartUpdate` action of the update service is invoked.",
69                "OnTargetReset": "This value shall indicate the `HttpPushUri`-provided software is applied when the target is reset."
70            },
71            "enumVersionAdded": {
72                "OnStartUpdateRequest": "v1_11_0",
73                "OnTargetReset": "v1_14_0"
74            },
75            "type": "string"
76        },
77        "GenerateSSHIdentityKeyPair": {
78            "additionalProperties": false,
79            "description": "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.",
80            "longDescription": "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.",
81            "parameters": {
82                "Curve": {
83                    "$ref": "http://redfish.dmtf.org/schemas/v1/Key.json#/definitions/ECDSACurveType",
84                    "description": "The curve to use with the SSH key if the `KeyType` parameter contains `ECDSA`.",
85                    "longDescription": "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."
86                },
87                "KeyLength": {
88                    "description": "The length of the SSH key, in bits, if the `KeyType` parameter contains `RSA`.",
89                    "longDescription": "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.",
90                    "type": "integer"
91                },
92                "KeyType": {
93                    "$ref": "http://redfish.dmtf.org/schemas/v1/Key.json#/definitions/SSHKeyType",
94                    "description": "The type of SSH key.",
95                    "longDescription": "This parameter shall contain the type of SSH key.",
96                    "requiredParameter": true
97                }
98            },
99            "patternProperties": {
100                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
101                    "description": "This property shall specify a valid odata or Redfish property.",
102                    "type": [
103                        "array",
104                        "boolean",
105                        "integer",
106                        "number",
107                        "null",
108                        "object",
109                        "string"
110                    ]
111                }
112            },
113            "properties": {
114                "target": {
115                    "description": "Link to invoke action",
116                    "format": "uri-reference",
117                    "type": "string"
118                },
119                "title": {
120                    "description": "Friendly action name",
121                    "type": "string"
122                }
123            },
124            "type": "object",
125            "versionAdded": "v1_13_0"
126        },
127        "HttpPushUriApplyTime": {
128            "additionalProperties": false,
129            "description": "The settings for when to apply `HttpPushUri`-provided software.",
130            "longDescription": "The properties in this object shall contain settings for when to apply `HttpPushUri`-provided software.",
131            "patternProperties": {
132                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
133                    "description": "This property shall specify a valid odata or Redfish property.",
134                    "type": [
135                        "array",
136                        "boolean",
137                        "integer",
138                        "number",
139                        "null",
140                        "object",
141                        "string"
142                    ]
143                }
144            },
145            "properties": {
146                "ApplyTime": {
147                    "$ref": "#/definitions/ApplyTime",
148                    "description": "The time when to apply the `HttpPushUri`-provided software update.",
149                    "longDescription": "This property shall indicate the time when to apply the `HttpPushUri`-provided software update.",
150                    "readonly": false,
151                    "versionAdded": "v1_4_0"
152                },
153                "MaintenanceWindowDurationInSeconds": {
154                    "description": "The expiry time, in seconds, of the maintenance window.",
155                    "longDescription": "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`.",
156                    "minimum": 0,
157                    "readonly": false,
158                    "type": "integer",
159                    "units": "s",
160                    "versionAdded": "v1_4_0"
161                },
162                "MaintenanceWindowStartTime": {
163                    "description": "The start time of a maintenance window.",
164                    "format": "date-time",
165                    "longDescription": "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`.",
166                    "readonly": false,
167                    "type": "string",
168                    "versionAdded": "v1_4_0"
169                }
170            },
171            "type": "object"
172        },
173        "HttpPushUriOptions": {
174            "additionalProperties": false,
175            "description": "The settings for `HttpPushUri`-provided software updates.",
176            "longDescription": "The properties in this object shall contain settings and requirements of the service for `HttpPushUri`-provided software updates.",
177            "patternProperties": {
178                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
179                    "description": "This property shall specify a valid odata or Redfish property.",
180                    "type": [
181                        "array",
182                        "boolean",
183                        "integer",
184                        "number",
185                        "null",
186                        "object",
187                        "string"
188                    ]
189                }
190            },
191            "properties": {
192                "ForceUpdate": {
193                    "description": "An indication of whether the service should bypass update policies when applying the `HttpPushUri`-provided image.",
194                    "longDescription": "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`.",
195                    "readonly": false,
196                    "type": "boolean",
197                    "versionAdded": "v1_11_0"
198                },
199                "HttpPushUriApplyTime": {
200                    "$ref": "#/definitions/HttpPushUriApplyTime",
201                    "description": "The settings for when to apply `HttpPushUri`-provided firmware.",
202                    "longDescription": "This property shall contain settings for when to apply `HttpPushUri`-provided firmware.",
203                    "versionAdded": "v1_4_0"
204                }
205            },
206            "type": "object"
207        },
208        "OemActions": {
209            "additionalProperties": true,
210            "description": "The available OEM-specific actions for this resource.",
211            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
212            "patternProperties": {
213                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
214                    "description": "This property shall specify a valid odata or Redfish property.",
215                    "type": [
216                        "array",
217                        "boolean",
218                        "integer",
219                        "number",
220                        "null",
221                        "object",
222                        "string"
223                    ]
224                }
225            },
226            "properties": {},
227            "type": "object"
228        },
229        "RemoveSSHIdentityKeyPair": {
230            "additionalProperties": false,
231            "description": "This action removes the SSH identity key-pair used with the `UpdateService` resource.",
232            "longDescription": "This action shall remove the private SSH identity key-pair used with the `UpdateService` resource.",
233            "parameters": {},
234            "patternProperties": {
235                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
236                    "description": "This property shall specify a valid odata or Redfish property.",
237                    "type": [
238                        "array",
239                        "boolean",
240                        "integer",
241                        "number",
242                        "null",
243                        "object",
244                        "string"
245                    ]
246                }
247            },
248            "properties": {
249                "target": {
250                    "description": "Link to invoke action",
251                    "format": "uri-reference",
252                    "type": "string"
253                },
254                "title": {
255                    "description": "Friendly action name",
256                    "type": "string"
257                }
258            },
259            "type": "object",
260            "versionAdded": "v1_13_0"
261        },
262        "SimpleUpdate": {
263            "additionalProperties": false,
264            "description": "This action updates software components.",
265            "longDescription": "This action shall update installed software components in a software image file located at an `ImageURI` parameter-specified URI.",
266            "parameters": {
267                "ForceUpdate": {
268                    "description": "An indication of whether the service should bypass update policies when applying the provided image.  The default is `false`.",
269                    "longDescription": "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`.",
270                    "type": "boolean",
271                    "versionAdded": "v1_11_0"
272                },
273                "ImageURI": {
274                    "description": "The URI of the software image to install.",
275                    "format": "uri-reference",
276                    "longDescription": "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.",
277                    "requiredParameter": true,
278                    "type": "string"
279                },
280                "Password": {
281                    "description": "The password to access the URI specified by the `ImageURI` parameter.",
282                    "longDescription": "This parameter shall contain the password to access the URI specified by the `ImageURI` parameter.",
283                    "type": "string",
284                    "versionAdded": "v1_4_0"
285                },
286                "Targets": {
287                    "description": "An array of URIs that indicate where to apply the update image.",
288                    "format": "uri-reference",
289                    "items": {
290                        "type": "string"
291                    },
292                    "longDescription": "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.",
293                    "type": "array",
294                    "versionAdded": "v1_2_0"
295                },
296                "TransferProtocol": {
297                    "$ref": "#/definitions/TransferProtocolType",
298                    "description": "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.",
299                    "longDescription": "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."
300                },
301                "Username": {
302                    "description": "The username to access the URI specified by the `ImageURI` parameter.",
303                    "longDescription": "This parameter shall contain the username to access the URI specified by the `ImageURI` parameter.",
304                    "type": "string",
305                    "versionAdded": "v1_4_0"
306                }
307            },
308            "patternProperties": {
309                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
310                    "description": "This property shall specify a valid odata or Redfish property.",
311                    "type": [
312                        "array",
313                        "boolean",
314                        "integer",
315                        "number",
316                        "null",
317                        "object",
318                        "string"
319                    ]
320                }
321            },
322            "properties": {
323                "target": {
324                    "description": "Link to invoke action",
325                    "format": "uri-reference",
326                    "type": "string"
327                },
328                "title": {
329                    "description": "Friendly action name",
330                    "type": "string"
331                }
332            },
333            "type": "object"
334        },
335        "StartUpdate": {
336            "additionalProperties": false,
337            "description": "This action starts updating all images that have been previously invoked using an `OperationApplyTime` value of `OnStartUpdateRequest`.",
338            "longDescription": "This action shall start an update of software component that have been scheduled with the `OperationApplyTime` value of `OnStartUpdateRequest`.",
339            "parameters": {},
340            "patternProperties": {
341                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
342                    "description": "This property shall specify a valid odata or Redfish property.",
343                    "type": [
344                        "array",
345                        "boolean",
346                        "integer",
347                        "number",
348                        "null",
349                        "object",
350                        "string"
351                    ]
352                }
353            },
354            "properties": {
355                "target": {
356                    "description": "Link to invoke action",
357                    "format": "uri-reference",
358                    "type": "string"
359                },
360                "title": {
361                    "description": "Friendly action name",
362                    "type": "string"
363                }
364            },
365            "type": "object",
366            "versionAdded": "v1_7_0"
367        },
368        "SupportedUpdateImageFormatType": {
369            "enum": [
370                "PLDMv1_0",
371                "PLDMv1_1",
372                "PLDMv1_2",
373                "PLDMv1_3",
374                "UEFICapsule",
375                "VendorDefined"
376            ],
377            "enumDescriptions": {
378                "PLDMv1_0": "A PLDM for Firmware Update Specification v1.0 image.",
379                "PLDMv1_1": "A PLDM for Firmware Update Specification v1.1 image.",
380                "PLDMv1_2": "A PLDM for Firmware Update Specification v1.2 image.",
381                "PLDMv1_3": "A PLDM for Firmware Update Specification v1.3 image.",
382                "UEFICapsule": "The image conforms to the capsule format described in the UEFI Specification.",
383                "VendorDefined": "A vendor-defined image."
384            },
385            "enumLongDescriptions": {
386                "PLDMv1_0": "This value shall indicate an image that conforms to the v1.0 image format as defined in DMTF DSP0267.",
387                "PLDMv1_1": "This value shall indicate an image that conforms to the v1.1 image format as defined in DMTF DSP0267.",
388                "PLDMv1_2": "This value shall indicate an image that conforms to the v1.2 image format as defined in DMTF DSP0267.",
389                "PLDMv1_3": "This value shall indicate an image that conforms to the v1.3 image format as defined in DMTF DSP0267.",
390                "UEFICapsule": "This value shall indicate an image that conforms to the UEFI capsule format as defined in the UEFI Specification.",
391                "VendorDefined": "This value shall indicate a vendor-defined format."
392            },
393            "type": "string"
394        },
395        "TransferProtocolType": {
396            "enum": [
397                "CIFS",
398                "FTP",
399                "SFTP",
400                "HTTP",
401                "HTTPS",
402                "NSF",
403                "SCP",
404                "TFTP",
405                "OEM",
406                "NFS"
407            ],
408            "enumDeprecated": {
409                "NSF": "This value has been deprecated in favor of NFS."
410            },
411            "enumDescriptions": {
412                "CIFS": "Common Internet File System (CIFS).",
413                "FTP": "File Transfer Protocol (FTP).",
414                "HTTP": "Hypertext Transfer Protocol (HTTP).",
415                "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
416                "NFS": "Network File System (NFS).",
417                "NSF": "Network File System (NFS).",
418                "OEM": "A manufacturer-defined protocol.",
419                "SCP": "Secure Copy Protocol (SCP).",
420                "SFTP": "SSH File Transfer Protocol (SFTP).",
421                "TFTP": "Trivial File Transfer Protocol (TFTP)."
422            },
423            "enumVersionAdded": {
424                "NFS": "v1_3_0",
425                "SFTP": "v1_1_0"
426            },
427            "enumVersionDeprecated": {
428                "NSF": "v1_3_0"
429            },
430            "type": "string"
431        },
432        "UpdateParameters": {
433            "additionalProperties": false,
434            "description": "The update parameters used with `MultipartHttpPushUri` software update.",
435            "longDescription": "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.",
436            "patternProperties": {
437                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
438                    "description": "This property shall specify a valid odata or Redfish property.",
439                    "type": [
440                        "array",
441                        "boolean",
442                        "integer",
443                        "number",
444                        "null",
445                        "object",
446                        "string"
447                    ]
448                }
449            },
450            "properties": {
451                "ForceUpdate": {
452                    "description": "An indication of whether the service should bypass update policies when applying the provided image.  The default is `false`.",
453                    "longDescription": "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`.",
454                    "readonly": false,
455                    "type": "boolean",
456                    "versionAdded": "v1_11_0"
457                },
458                "Oem": {
459                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
460                    "description": "The OEM extension property.",
461                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
462                    "versionAdded": "v1_8_0"
463                },
464                "Targets": {
465                    "description": "An array of URIs that indicate where to apply the update image.",
466                    "format": "uri-reference",
467                    "items": {
468                        "type": [
469                            "string",
470                            "null"
471                        ]
472                    },
473                    "longDescription": "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.",
474                    "readonly": false,
475                    "type": "array",
476                    "versionAdded": "v1_6_0"
477                }
478            },
479            "type": "object"
480        },
481        "UpdateService": {
482            "additionalProperties": false,
483            "description": "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.",
484            "longDescription": "This resource shall represent an update service and the properties that affect the service itself for a Redfish implementation.",
485            "patternProperties": {
486                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
487                    "description": "This property shall specify a valid odata or Redfish property.",
488                    "type": [
489                        "array",
490                        "boolean",
491                        "integer",
492                        "number",
493                        "null",
494                        "object",
495                        "string"
496                    ]
497                }
498            },
499            "properties": {
500                "@odata.context": {
501                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
502                },
503                "@odata.etag": {
504                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
505                },
506                "@odata.id": {
507                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
508                },
509                "@odata.type": {
510                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
511                },
512                "Actions": {
513                    "$ref": "#/definitions/Actions",
514                    "description": "The available actions for this resource.",
515                    "longDescription": "This property shall contain the available actions for this resource."
516                },
517                "ClientCertificates": {
518                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
519                    "description": "The link to a collection of client identity certificates provided to the server referenced by the `ImageURI` parameter in `SimpleUpdate`.",
520                    "longDescription": "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.",
521                    "readonly": true,
522                    "versionAdded": "v1_10_0"
523                },
524                "Description": {
525                    "anyOf": [
526                        {
527                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
528                        },
529                        {
530                            "type": "null"
531                        }
532                    ],
533                    "readonly": true
534                },
535                "FirmwareInventory": {
536                    "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json#/definitions/SoftwareInventoryCollection",
537                    "description": "An inventory of firmware.",
538                    "longDescription": "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.",
539                    "readonly": true
540                },
541                "HttpPushUri": {
542                    "description": "The URI used to perform an HTTP or HTTPS push update to the update service.  The format of the message is vendor-specific.",
543                    "format": "uri-reference",
544                    "longDescription": "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.",
545                    "readonly": true,
546                    "type": "string",
547                    "versionAdded": "v1_1_0"
548                },
549                "HttpPushUriOptions": {
550                    "$ref": "#/definitions/HttpPushUriOptions",
551                    "description": "The options for `HttpPushUri`-provided software updates.",
552                    "longDescription": "This property shall contain options and requirements of the service for `HttpPushUri`-provided software updates.",
553                    "versionAdded": "v1_4_0"
554                },
555                "HttpPushUriOptionsBusy": {
556                    "description": "An indication of whether a client has reserved the `HttpPushUriOptions` properties for software updates.",
557                    "longDescription": "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.",
558                    "readonly": false,
559                    "type": [
560                        "boolean",
561                        "null"
562                    ],
563                    "versionAdded": "v1_4_0"
564                },
565                "HttpPushUriTargets": {
566                    "description": "An array of URIs that indicate where to apply the update image.",
567                    "format": "uri-reference",
568                    "items": {
569                        "type": [
570                            "string",
571                            "null"
572                        ]
573                    },
574                    "longDescription": "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.",
575                    "readonly": false,
576                    "type": "array",
577                    "versionAdded": "v1_2_0"
578                },
579                "HttpPushUriTargetsBusy": {
580                    "description": "An indication of whether any client has reserved the `HttpPushUriTargets` property.",
581                    "longDescription": "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.",
582                    "readonly": false,
583                    "type": [
584                        "boolean",
585                        "null"
586                    ],
587                    "versionAdded": "v1_2_0"
588                },
589                "Id": {
590                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
591                    "readonly": true
592                },
593                "MaxImageSizeBytes": {
594                    "description": "The maximum size in bytes of the software update image that this service supports.",
595                    "longDescription": "This property shall indicate the maximum size of the software update image that clients can send to this update service.",
596                    "readonly": true,
597                    "type": [
598                        "integer",
599                        "null"
600                    ],
601                    "units": "By",
602                    "versionAdded": "v1_5_0"
603                },
604                "MultipartHttpPushUri": {
605                    "description": "The URI used to perform a Redfish Specification-defined multipart HTTP or HTTPS push update to the update service.",
606                    "format": "uri-reference",
607                    "longDescription": "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.",
608                    "readonly": true,
609                    "type": "string",
610                    "versionAdded": "v1_6_0"
611                },
612                "Name": {
613                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
614                    "readonly": true
615                },
616                "Oem": {
617                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
618                    "description": "The OEM extension property.",
619                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
620                },
621                "PublicIdentitySSHKey": {
622                    "$ref": "http://redfish.dmtf.org/schemas/v1/Key.json#/definitions/Key",
623                    "description": "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.",
624                    "longDescription": "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.",
625                    "readonly": true,
626                    "versionAdded": "v1_13_0"
627                },
628                "RemoteServerCertificates": {
629                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
630                    "description": "The link to a collection of server certificates for the server referenced by the `ImageURI` parameter in SimpleUpdate.",
631                    "longDescription": "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.",
632                    "readonly": true,
633                    "versionAdded": "v1_9_0"
634                },
635                "RemoteServerSSHKeys": {
636                    "$ref": "http://redfish.dmtf.org/schemas/v1/KeyCollection.json#/definitions/KeyCollection",
637                    "description": "The link to a collection of keys that can be used to authenticate the server referenced by the `ImageURI` parameter in `SimpleUpdate`.",
638                    "longDescription": "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.",
639                    "readonly": true,
640                    "versionAdded": "v1_12_0"
641                },
642                "ServiceEnabled": {
643                    "description": "An indication of whether this service is enabled.",
644                    "longDescription": "This property shall indicate whether this service is enabled.",
645                    "readonly": false,
646                    "type": [
647                        "boolean",
648                        "null"
649                    ]
650                },
651                "SoftwareInventory": {
652                    "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json#/definitions/SoftwareInventoryCollection",
653                    "description": "An inventory of software.",
654                    "longDescription": "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.",
655                    "readonly": true
656                },
657                "Status": {
658                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
659                    "description": "The status and health of the resource and its subordinate or dependent resources.",
660                    "longDescription": "This property shall contain any status or health properties of the resource."
661                },
662                "SupportedUpdateImageFormats": {
663                    "description": "The image format types supported by the service.",
664                    "items": {
665                        "anyOf": [
666                            {
667                                "$ref": "#/definitions/SupportedUpdateImageFormatType"
668                            },
669                            {
670                                "type": "null"
671                            }
672                        ]
673                    },
674                    "longDescription": "This property shall contain the image format types supported by the service.",
675                    "readonly": true,
676                    "type": "array",
677                    "versionAdded": "v1_13_0"
678                },
679                "VerifyRemoteServerCertificate": {
680                    "description": "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.",
681                    "longDescription": "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.",
682                    "readonly": false,
683                    "type": [
684                        "boolean",
685                        "null"
686                    ],
687                    "versionAdded": "v1_9_0"
688                },
689                "VerifyRemoteServerSSHKey": {
690                    "description": "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.",
691                    "longDescription": "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.",
692                    "readonly": false,
693                    "type": [
694                        "boolean",
695                        "null"
696                    ],
697                    "versionAdded": "v1_12_0"
698                }
699            },
700            "required": [
701                "@odata.id",
702                "@odata.type",
703                "Id",
704                "Name"
705            ],
706            "type": "object"
707        }
708    },
709    "language": "en",
710    "owningEntity": "DMTF",
711    "release": "2024.1",
712    "title": "#UpdateService.v1_14_0.UpdateService"
713}