|
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.
|
|