|
Post by f31816 on May 30, 2018 7:31:05 GMT
As title described, what the HttpPushUri/HttpPushUri/HttpPushUriTargetsBusy actual is?
HttpPushUri (v1.1+) The URI used to perform an HTTP or
HTTPS push update to the Update
Service.
HttpPushUriTargets (v1.2+) The array of URIs indicating the
target for applying the update image.
HttpPushUriTargetsBusy (v1.2+) This represents if the
HttpPushUriTargets property
|
|
|
Post by jautor on Jun 5, 2018 18:37:13 GMT
We're working on some clarifications to explain the usage of these properties. We'll make those available as soon as they're approved...
Jeff
|
|
|
Post by vikrambreddy on Jul 11, 2018 12:32:45 GMT
Hi,
Could you have some guides that explain the usage of HttpPushUri? I'm in need of help on this to add support for softwareupdate via redfish on one of the embedded product.
Thanks
|
|
|
Post by jautor on Jul 11, 2018 17:42:16 GMT
Hi, Could you have some guides that explain the usage of HttpPushUri? I'm in need of help on this to add support for softwareupdate via redfish on one of the embedded product. Thanks The HttpPushUri and the related 'target' properties are really the end of what is specified in Redfish. The actual implementation of a "push model" software update is not specified nor standardized. These properties were added to allow software to discover the existence of this type of support, but as there are many different, vendor-specific implementations, we did not attempt to define a new, standard, mechanism. Jeff
|
|
|
Post by vikrambreddy on Jul 16, 2018 12:37:24 GMT
Thanks Jeff,
I have checked and decided to use like this URI /UpdateService/SoftwareInventory/<ID>/Actions/Oem/Upadte.<ID> to have the software update implemented. With this, I'm assuming I don't need to any or much changes to SoftwareInventory schema, because this schema already has the support for OemActions. Can you please let me know if I'm wrong and help me with the right approach for this.
And also I'm assuming <ID> navigation is supported for Oem actions as well with the default schema. Please comment on this.
|
|