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: If BootSourceOverrideTarget is updated to any value and BootSourceOverrideEnabled is updated to Continuous, then after a system reboot the values for both these properties get updated to None and Disabled respectively. Also, the BootOrder gets updated with the first entry as set for BootSourceOverrideTarget before the system was rebooted.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location --request PATCH '/redfish/v1/Systems/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}