blob: beaf74eeb97691c6b29a3fd8b0c1fbcd042a2fa1 [file] [log] [blame]
Ed Tanous118b1c72018-09-13 13:45:51 -07001{
Ed Tanousf263e092023-05-22 09:56:29 -07002 "$id": "http://redfish.dmtf.org/schemas/v1/UpdateService.v1_11_3.json",
Ed Tanous118b1c72018-09-13 13:45:51 -07003 "$ref": "#/definitions/UpdateService",
Ed Tanous530520e2019-01-02 13:41:37 -08004 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
Ed Tanousf263e092023-05-22 09:56:29 -07005 "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
Ed Tanous118b1c72018-09-13 13:45:51 -07006 "definitions": {
7 "Actions": {
8 "additionalProperties": false,
Gunnar Mills844b4152020-06-22 12:44:09 -05009 "description": "The available actions for this resource.",
10 "longDescription": "This type shall contain the available actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070011 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070012 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070013 "description": "This property shall specify a valid odata or Redfish property.",
14 "type": [
15 "array",
16 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080017 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070018 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "#UpdateService.SimpleUpdate": {
27 "$ref": "#/definitions/SimpleUpdate"
28 },
Gunnar Mills6f44b752020-02-06 16:50:51 -060029 "#UpdateService.StartUpdate": {
30 "$ref": "#/definitions/StartUpdate"
31 },
Ed Tanous118b1c72018-09-13 13:45:51 -070032 "Oem": {
Ed Tanous530520e2019-01-02 13:41:37 -080033 "$ref": "#/definitions/OemActions",
Gunnar Mills844b4152020-06-22 12:44:09 -050034 "description": "The available OEM-specific actions for this resource.",
35 "longDescription": "This property shall contain the available OEM-specific actions for this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -070036 }
37 },
38 "type": "object"
39 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -060040 "ApplyTime": {
41 "enum": [
42 "Immediate",
43 "OnReset",
44 "AtMaintenanceWindowStart",
Sui Chen141d9432022-02-03 22:01:27 -080045 "InMaintenanceWindowOnReset",
46 "OnStartUpdateRequest"
Marri Devender Raod45d2d02019-01-21 10:11:34 -060047 ],
48 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -070049 "AtMaintenanceWindowStart": "Apply during an administrator-specified maintenance window.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060050 "Immediate": "Apply immediately.",
Ed Tanouscb103132019-10-08 11:34:22 -070051 "InMaintenanceWindowOnReset": "Apply after a reset but within an administrator-specified maintenance window.",
Sui Chen141d9432022-02-03 22:01:27 -080052 "OnReset": "Apply on a reset.",
53 "OnStartUpdateRequest": "Apply when the StartUpdate action of the update service is invoked."
Marri Devender Raod45d2d02019-01-21 10:11:34 -060054 },
55 "enumLongDescriptions": {
Gunnar Mills10f270b2021-05-19 15:34:06 -050056 "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.",
Ed Tanouscb103132019-10-08 11:34:22 -070057 "Immediate": "This value shall indicate the HttpPushUri-provided software is applied immediately.",
58 "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.",
Sui Chen141d9432022-02-03 22:01:27 -080059 "OnReset": "This value shall indicate the HttpPushUri-provided software is applied when the system or service is reset.",
60 "OnStartUpdateRequest": "This value shall indicate the HttpPushUri-provided software is applied when the StartUpdate action of the update service is invoked."
61 },
62 "enumVersionAdded": {
63 "OnStartUpdateRequest": "v1_11_0"
Marri Devender Raod45d2d02019-01-21 10:11:34 -060064 },
65 "type": "string"
66 },
67 "HttpPushUriApplyTime": {
68 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -070069 "description": "The settings for when to apply HttpPushUri-provided software.",
70 "longDescription": "The properties in this object shall contain settings for when to apply HttpPushUri-provided software.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060071 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070072 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Marri Devender Raod45d2d02019-01-21 10:11:34 -060073 "description": "This property shall specify a valid odata or Redfish property.",
74 "type": [
75 "array",
76 "boolean",
77 "integer",
78 "number",
79 "null",
80 "object",
81 "string"
82 ]
83 }
84 },
85 "properties": {
86 "ApplyTime": {
87 "$ref": "#/definitions/ApplyTime",
Ed Tanouscb103132019-10-08 11:34:22 -070088 "description": "The time when to apply the HttpPushUri-provided software update.",
89 "longDescription": "This property shall indicate the time when to apply the HttpPushUri-provided software update.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060090 "readonly": false,
91 "versionAdded": "v1_4_0"
92 },
93 "MaintenanceWindowDurationInSeconds": {
Ed Tanouscb103132019-10-08 11:34:22 -070094 "description": "The expiry time, in seconds, of the maintenance window.",
Gunnar Mills262d7d42021-01-20 16:28:41 -060095 "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`.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060096 "minimum": 0,
97 "readonly": false,
98 "type": "integer",
99 "units": "s",
100 "versionAdded": "v1_4_0"
101 },
102 "MaintenanceWindowStartTime": {
Ed Tanouscb103132019-10-08 11:34:22 -0700103 "description": "The start time of a maintenance window.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600104 "format": "date-time",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600105 "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`.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600106 "readonly": false,
107 "type": "string",
108 "versionAdded": "v1_4_0"
109 }
110 },
111 "type": "object"
112 },
113 "HttpPushUriOptions": {
114 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -0700115 "description": "The settings for HttpPushUri-provided software updates.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500116 "longDescription": "The properties in this object shall contain settings and requirements of the service for HttpPushUri-provided software updates.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600117 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700118 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600119 "description": "This property shall specify a valid odata or Redfish property.",
120 "type": [
121 "array",
122 "boolean",
123 "integer",
124 "number",
125 "null",
126 "object",
127 "string"
128 ]
129 }
130 },
131 "properties": {
Sui Chen141d9432022-02-03 22:01:27 -0800132 "ForceUpdate": {
133 "description": "An indication of whether the service should bypass update policies when applying the HttpPushUri-provided image.",
134 "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`.",
135 "readonly": false,
136 "type": "boolean",
137 "versionAdded": "v1_11_0"
138 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600139 "HttpPushUriApplyTime": {
140 "$ref": "#/definitions/HttpPushUriApplyTime",
Ed Tanouscb103132019-10-08 11:34:22 -0700141 "description": "The settings for when to apply HttpPushUri-provided firmware.",
142 "longDescription": "This property shall contain settings for when to apply HttpPushUri-provided firmware.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600143 "versionAdded": "v1_4_0"
144 }
145 },
146 "type": "object"
147 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700148 "OemActions": {
149 "additionalProperties": true,
Gunnar Mills844b4152020-06-22 12:44:09 -0500150 "description": "The available OEM-specific actions for this resource.",
151 "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700152 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700153 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700154 "description": "This property shall specify a valid odata or Redfish property.",
155 "type": [
156 "array",
157 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800158 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700159 "number",
160 "null",
161 "object",
162 "string"
163 ]
164 }
165 },
166 "properties": {},
167 "type": "object"
168 },
169 "SimpleUpdate": {
170 "additionalProperties": false,
Ed Tanouscb103132019-10-08 11:34:22 -0700171 "description": "This action updates software components.",
172 "longDescription": "This action shall update installed software components in a software image file located at an ImageURI parameter-specified URI.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700173 "parameters": {
Sui Chen141d9432022-02-03 22:01:27 -0800174 "ForceUpdate": {
175 "description": "An indication of whether the service should bypass update policies when applying the provided image. The default is `false`.",
176 "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`.",
177 "type": "boolean",
178 "versionAdded": "v1_11_0"
179 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700180 "ImageURI": {
Ed Tanouscb103132019-10-08 11:34:22 -0700181 "description": "The URI of the software image to install.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500182 "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700183 "requiredParameter": true,
184 "type": "string"
185 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600186 "Password": {
Ed Tanouscb103132019-10-08 11:34:22 -0700187 "description": "The password to access the URI specified by the ImageURI parameter.",
188 "longDescription": "This parameter shall represent the password to access the URI specified by the ImageURI parameter.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600189 "type": "string",
190 "versionAdded": "v1_4_0"
191 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700192 "Targets": {
Ed Tanouscb103132019-10-08 11:34:22 -0700193 "description": "An array of URIs that indicate where to apply the update image.",
194 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -0700195 "items": {
196 "type": "string"
197 },
Ed Tanousf263e092023-05-22 09:56:29 -0700198 "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.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600199 "type": "array",
200 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700201 },
202 "TransferProtocol": {
203 "$ref": "#/definitions/TransferProtocolType",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500204 "description": "The network protocol that the update service uses to retrieve the software image file located at the URI provided in ImageURI. This parameter is ignored if the URI provided in ImageURI contains a scheme.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600205 "longDescription": "This parameter shall contain the network protocol that the update service shall use to retrieve the software image located at the ImageURI. Services should ignore this parameter if the URI provided in ImageURI contains a scheme. If this parameter is not provided (or supported), and a transfer protocol is not specified by a scheme contained within this URI, the service shall use HTTP to retrieve the image."
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600206 },
207 "Username": {
Ed Tanouscb103132019-10-08 11:34:22 -0700208 "description": "The user name to access the URI specified by the ImageURI parameter.",
209 "longDescription": "This parameter shall represent the user name to access the URI specified by the ImageURI parameter.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600210 "type": "string",
211 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700212 }
213 },
214 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700215 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700216 "description": "This property shall specify a valid odata or Redfish property.",
217 "type": [
218 "array",
219 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800220 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700221 "number",
222 "null",
223 "object",
224 "string"
225 ]
226 }
227 },
228 "properties": {
229 "target": {
230 "description": "Link to invoke action",
Ed Tanouscb103132019-10-08 11:34:22 -0700231 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -0700232 "type": "string"
233 },
234 "title": {
235 "description": "Friendly action name",
236 "type": "string"
237 }
238 },
239 "type": "object"
240 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600241 "StartUpdate": {
242 "additionalProperties": false,
Asmitha Karunanithi009c6452022-09-22 01:07:59 -0500243 "description": "This action starts updating all images that have been previously invoked using an OperationApplyTime value of `OnStartUpdateRequest`.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600244 "longDescription": "This action shall start an update of software component that have been scheduled with the OperationApplyTime value of `OnStartUpdateRequest`.",
245 "parameters": {},
246 "patternProperties": {
247 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
248 "description": "This property shall specify a valid odata or Redfish property.",
249 "type": [
250 "array",
251 "boolean",
252 "integer",
253 "number",
254 "null",
255 "object",
256 "string"
257 ]
258 }
259 },
260 "properties": {
261 "target": {
262 "description": "Link to invoke action",
263 "format": "uri-reference",
264 "type": "string"
265 },
266 "title": {
267 "description": "Friendly action name",
268 "type": "string"
269 }
270 },
271 "type": "object",
272 "versionAdded": "v1_7_0"
273 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700274 "TransferProtocolType": {
275 "enum": [
276 "CIFS",
277 "FTP",
278 "SFTP",
279 "HTTP",
280 "HTTPS",
281 "NSF",
282 "SCP",
283 "TFTP",
Ed Tanous530520e2019-01-02 13:41:37 -0800284 "OEM",
285 "NFS"
Ed Tanous118b1c72018-09-13 13:45:51 -0700286 ],
Ed Tanous530520e2019-01-02 13:41:37 -0800287 "enumDeprecated": {
Ed Tanouscb103132019-10-08 11:34:22 -0700288 "NSF": "This value has been deprecated in favor of NFS."
Ed Tanous530520e2019-01-02 13:41:37 -0800289 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700290 "enumDescriptions": {
Ed Tanouscb103132019-10-08 11:34:22 -0700291 "CIFS": "Common Internet File System (CIFS).",
292 "FTP": "File Transfer Protocol (FTP).",
293 "HTTP": "Hypertext Transfer Protocol (HTTP).",
294 "HTTPS": "Hypertext Transfer Protocol Secure (HTTPS).",
295 "NFS": "Network File System (NFS).",
296 "NSF": "Network File System (NFS).",
297 "OEM": "A manufacturer-defined protocol.",
298 "SCP": "Secure Copy Protocol (SCP).",
299 "SFTP": "Secure File Transfer Protocol (SFTP).",
300 "TFTP": "Trivial File Transfer Protocol (TFTP)."
Ed Tanous118b1c72018-09-13 13:45:51 -0700301 },
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600302 "enumVersionAdded": {
303 "NFS": "v1_3_0",
304 "SFTP": "v1_1_0"
305 },
306 "enumVersionDeprecated": {
307 "NSF": "v1_3_0"
308 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700309 "type": "string"
310 },
Ed Tanouscb103132019-10-08 11:34:22 -0700311 "UpdateParameters": {
312 "additionalProperties": false,
313 "description": "The update parameters used with MultipartHttpPushUri software update.",
314 "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.",
315 "patternProperties": {
316 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
317 "description": "This property shall specify a valid odata or Redfish property.",
318 "type": [
319 "array",
320 "boolean",
321 "integer",
322 "number",
323 "null",
324 "object",
325 "string"
326 ]
327 }
328 },
329 "properties": {
Sui Chen141d9432022-02-03 22:01:27 -0800330 "ForceUpdate": {
331 "description": "An indication of whether the service should bypass update policies when applying the provided image. The default is `false`.",
332 "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`.",
333 "readonly": false,
334 "type": "boolean",
335 "versionAdded": "v1_11_0"
336 },
Gunnar Mills09b9d452020-02-11 13:27:39 -0600337 "Oem": {
338 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
339 "description": "The OEM extension property.",
340 "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements.",
341 "versionAdded": "v1_8_0"
342 },
Ed Tanouscb103132019-10-08 11:34:22 -0700343 "Targets": {
344 "description": "An array of URIs that indicate where to apply the update image.",
345 "format": "uri-reference",
346 "items": {
347 "type": [
348 "string",
349 "null"
350 ]
351 },
Ed Tanousf263e092023-05-22 09:56:29 -0700352 "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.",
Sui Chen141d9432022-02-03 22:01:27 -0800353 "readonly": false,
Ed Tanouscb103132019-10-08 11:34:22 -0700354 "type": "array",
355 "versionAdded": "v1_6_0"
356 }
357 },
358 "type": "object"
359 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700360 "UpdateService": {
361 "additionalProperties": false,
Gunnar Mills844b4152020-06-22 12:44:09 -0500362 "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.",
363 "longDescription": "This resource shall represent an update service and the properties that affect the service itself for a Redfish implementation.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700364 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700365 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700366 "description": "This property shall specify a valid odata or Redfish property.",
367 "type": [
368 "array",
369 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800370 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700371 "number",
372 "null",
373 "object",
374 "string"
375 ]
376 }
377 },
378 "properties": {
379 "@odata.context": {
Ed Tanouscb103132019-10-08 11:34:22 -0700380 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
Ed Tanous118b1c72018-09-13 13:45:51 -0700381 },
382 "@odata.etag": {
Ed Tanouscb103132019-10-08 11:34:22 -0700383 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
Ed Tanous118b1c72018-09-13 13:45:51 -0700384 },
385 "@odata.id": {
Ed Tanouscb103132019-10-08 11:34:22 -0700386 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
Ed Tanous118b1c72018-09-13 13:45:51 -0700387 },
388 "@odata.type": {
Ed Tanouscb103132019-10-08 11:34:22 -0700389 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
Ed Tanous118b1c72018-09-13 13:45:51 -0700390 },
391 "Actions": {
392 "$ref": "#/definitions/Actions",
Gunnar Mills844b4152020-06-22 12:44:09 -0500393 "description": "The available actions for this resource.",
394 "longDescription": "This property shall contain the available actions for this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -0700395 },
Gunnar Mills9d424662021-09-22 21:56:16 -0500396 "ClientCertificates": {
397 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
398 "description": "The link to a collection of client identity certificates provided to the server referenced by the ImageURI property in SimpleUpdate.",
399 "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 property in SimpleUpdate as part of TLS handshaking.",
400 "readonly": true,
401 "versionAdded": "v1_10_0"
402 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700403 "Description": {
404 "anyOf": [
405 {
406 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
407 },
408 {
409 "type": "null"
410 }
411 ],
412 "readonly": true
413 },
414 "FirmwareInventory": {
Ed Tanouscb103132019-10-08 11:34:22 -0700415 "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json#/definitions/SoftwareInventoryCollection",
Ed Tanous118b1c72018-09-13 13:45:51 -0700416 "description": "An inventory of firmware.",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500417 "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700418 "readonly": true
419 },
420 "HttpPushUri": {
Gunnar Mills844b4152020-06-22 12:44:09 -0500421 "description": "The URI used to perform an HTTP or HTTPS push update to the update service. The format of the message is vendor-specific.",
Ed Tanouscb103132019-10-08 11:34:22 -0700422 "format": "uri-reference",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800423 "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 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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700424 "readonly": true,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600425 "type": "string",
426 "versionAdded": "v1_1_0"
427 },
428 "HttpPushUriOptions": {
429 "$ref": "#/definitions/HttpPushUriOptions",
Ed Tanouscb103132019-10-08 11:34:22 -0700430 "description": "The options for HttpPushUri-provided software updates.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500431 "longDescription": "This property shall contain options and requirements of the service for HttpPushUri-provided software updates.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600432 "versionAdded": "v1_4_0"
433 },
434 "HttpPushUriOptionsBusy": {
Ed Tanouscb103132019-10-08 11:34:22 -0700435 "description": "An indication of whether a client has reserved the HttpPushUriOptions properties for software updates.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500436 "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.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600437 "readonly": false,
438 "type": [
439 "boolean",
440 "null"
441 ],
442 "versionAdded": "v1_4_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700443 },
444 "HttpPushUriTargets": {
Ed Tanouscb103132019-10-08 11:34:22 -0700445 "description": "An array of URIs that indicate where to apply the update image.",
446 "format": "uri-reference",
Ed Tanous118b1c72018-09-13 13:45:51 -0700447 "items": {
448 "type": [
449 "string",
450 "null"
451 ]
452 },
Ed Tanousf263e092023-05-22 09:56:29 -0700453 "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700454 "readonly": false,
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600455 "type": "array",
456 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700457 },
458 "HttpPushUriTargetsBusy": {
Ed Tanouscb103132019-10-08 11:34:22 -0700459 "description": "An indication of whether any client has reserved the HttpPushUriTargets property.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500460 "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 is no longer uses HttpPushUriTargets for updates. The property can provide multiple clients a way to negotiate ownership of HttpPushUriTargets and helps clients determine whether another client is using HttpPushUriTargets to make firmware updates. This property has no functional requirements for the service.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700461 "readonly": false,
462 "type": [
463 "boolean",
464 "null"
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600465 ],
466 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700467 },
468 "Id": {
469 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
470 "readonly": true
471 },
Ed Tanouscb103132019-10-08 11:34:22 -0700472 "MaxImageSizeBytes": {
Gunnar Mills844b4152020-06-22 12:44:09 -0500473 "description": "The maximum size in bytes of the software update image that this service supports.",
474 "longDescription": "This property shall indicate the maximum size of the software update image that clients can send to this update service.",
Ed Tanouscb103132019-10-08 11:34:22 -0700475 "readonly": true,
476 "type": [
477 "integer",
478 "null"
479 ],
480 "units": "By",
481 "versionAdded": "v1_5_0"
482 },
483 "MultipartHttpPushUri": {
Gunnar Mills844b4152020-06-22 12:44:09 -0500484 "description": "The URI used to perform a Redfish Specification-defined Multipart HTTP or HTTPS push update to the update service.",
Ed Tanouscb103132019-10-08 11:34:22 -0700485 "format": "uri-reference",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800486 "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.",
Ed Tanouscb103132019-10-08 11:34:22 -0700487 "readonly": true,
488 "type": "string",
489 "versionAdded": "v1_6_0"
490 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700491 "Name": {
492 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
493 "readonly": true
494 },
495 "Oem": {
496 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -0700497 "description": "The OEM extension property.",
498 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
Ed Tanous118b1c72018-09-13 13:45:51 -0700499 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500500 "RemoteServerCertificates": {
501 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
502 "description": "The link to a collection of server certificates for the server referenced by the ImageURI property in SimpleUpdate.",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800503 "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 property in SimpleUpdate. If VerifyRemoteServerCertificate is `true`, services shall compare the certificates in this collection with the certificate obtained during handshaking with the image server in order to verify the identify of the image server prior to transferring the image. If the server cannot be verified, the service shall not send the transfer request. If VerifyRemoteServerCertificate is `false`, the service shall not perform certificate verification with certificates in this collection. Regardless of the contents of this collection, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500504 "readonly": true,
505 "versionAdded": "v1_9_0"
506 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700507 "ServiceEnabled": {
Ed Tanouscb103132019-10-08 11:34:22 -0700508 "description": "An indication of whether this service is enabled.",
509 "longDescription": "This property shall indicate whether this service is enabled.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700510 "readonly": false,
511 "type": [
512 "boolean",
513 "null"
514 ]
515 },
516 "SoftwareInventory": {
Ed Tanouscb103132019-10-08 11:34:22 -0700517 "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventoryCollection.json#/definitions/SoftwareInventoryCollection",
Ed Tanous118b1c72018-09-13 13:45:51 -0700518 "description": "An inventory of software.",
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500519 "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.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700520 "readonly": true
521 },
522 "Status": {
Ed Tanous530520e2019-01-02 13:41:37 -0800523 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
Gunnar Mills844b4152020-06-22 12:44:09 -0500524 "description": "The status and health of the resource and its subordinate or dependent resources.",
525 "longDescription": "This property shall contain any status or health properties of the resource."
Gunnar Mills10f270b2021-05-19 15:34:06 -0500526 },
527 "VerifyRemoteServerCertificate": {
528 "description": "An indication of whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request.",
Ed Tanousa8d8f9d2023-01-26 13:57:00 -0800529 "longDescription": "This property shall indicate whether the service will verify the certificate of the server referenced by the ImageURI property in SimpleUpdate prior to sending the transfer request with the certificates found in the collection referenced by the RemoteServerCertificates property. If this property is not supported by the service, it shall be assumed to be `false`. This property should default to `false` in order to maintain compatibility with older clients. Regardless of the value of this property, services may perform additional verification based on other factors, such as the configuration of the SecurityPolicy resource.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500530 "readonly": false,
531 "type": [
532 "boolean",
533 "null"
534 ],
535 "versionAdded": "v1_9_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700536 }
537 },
538 "required": [
Ed Tanous530520e2019-01-02 13:41:37 -0800539 "@odata.id",
540 "@odata.type",
Ed Tanous118b1c72018-09-13 13:45:51 -0700541 "Id",
542 "Name"
543 ],
544 "type": "object"
545 }
546 },
547 "owningEntity": "DMTF",
Sui Chen141d9432022-02-03 22:01:27 -0800548 "release": "2021.4",
Ed Tanousf263e092023-05-22 09:56:29 -0700549 "title": "#UpdateService.v1_11_3.UpdateService"
Ed Tanous118b1c72018-09-13 13:45:51 -0700550}