|
Post by paligill on Sept 7, 2023 21:20:23 GMT
Hi I am trying to figure out how can i represent ApplyTime for system reset vs device (for example, CPLD, NIC etc) reset in Redfish UpdateService. Currently i see only onReset available in the defined ApplyTime enum. In our use-case there will be system software updates which will need system reset and software updates for specific component (for example, CPLD, NIC etc) which needs resetting only the specific component under upgrade. Is their a way to achieve this with the existing UpdateService schema? redfish.dmtf.org/schemas/v1/UpdateService.v1_11_3.json "ApplyTime": { "enum": [ "Immediate", "OnReset", "AtMaintenanceWindowStart", "InMaintenanceWindowOnReset", "OnStartUpdateRequest" ],
|
|
|
Post by mraineri on Sept 15, 2023 19:22:46 GMT
Right now there isn't a way to distinguish that... I'll raise this to others to discuss further.
|
|
|
Post by paligill on Oct 23, 2023 21:07:17 GMT
Thanks for the reply. Is there any request# which gets created for this which can help me to track this.
|
|
|
Post by mraineri on Oct 24, 2023 0:17:21 GMT
We're tracking this in our issue list, but unfortunately we can't post that directly on public sites; internal issues/discussions/proposals are only visible to DMTF members.
|
|