Privilege: ConfigureComponents, Login
Privilege: ConfigureComponents, Login
NOTE: If the BootSourceOverrideTarget is set to a value other than None, then the BootSourceOverrideEnabled is
automatically set to Once.
NOTE: Complex property representation for related properties in error messages are not as per the DMTF specifications.
NOTE: For a Patch method to update the IndicatorLED property, setting IndicatorLED to the value Off is not supported.
NOTE: Applying the PATCH method to a ComputerSystem instance might result in a longer response time.
/redfish/v1/Systems/{ComputerSystemId}
get
NOTE: Modifying the BootSourceOverrideTarget and BootSourceOverrideEnabled properties, which are patchable under the settings resource,
does not require a system reset to take effect.
NOTE: A change in the PowerState property value might take longer to reflect.
/redfish/v1/Systems/{ComputerSystemId}/Actions/ComputerSystem.Reset
post
NOTE: The current generation of iDRAC now returns a 204 No Content status for GracefulShutdown and GracefulRestart operations,
even if the system is already off or on, respectively.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location --request PATCH '/redfish/v1/Systems/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}