|
Post by francine on Jun 1, 2018 12:15:00 GMT
Hi all,
One of the Redfish implementation describe a Reset with allowed values :
Reset action with following values: o On ... o ForceOff... o GracefulRestart ... o Nmi ... o ForceOn ...
Is it "Standard", I mean compliant, to add allowed values (or any arguments?) to any standard action ? Is it the same for any redfish "Standard" Properties ?
Regards, Francine
|
|
|
Post by mraineri on Jun 5, 2018 13:48:26 GMT
The current definition of Actions and the ResetType enum do not allow for additional parameters or additional parameters on Actions. You can support a subset of what's defined for a given enum, but you cannot use anything beyond the list. Redfish properties have the same restriction.
If you're trying to add new properties, parameters, or enum values, this should be done within the OEM object for the resource.
|
|
|
Post by jautor on Jun 5, 2018 15:59:21 GMT
Francine,
And if you've identified something that would be useful for other implementations, please propose it as something we could add to the standard - we can add enumerations to the list (we do it all the time for additional use cases).
Jeff
|
|