InstallFromURI method is used for creating a job for update service. The successful execution of this method creates a job.
Note: This action has been deprecated. This has been depricated from version v1_3_0
NOTE: For firmware images that do not require a host reboot to apply, performing the POST method on SetupJobQueue is unnecessary,
as the new images are applied immediately. However, this does not apply to iDRAC firmware images, which still require the POST method.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Systems//Oem/Dell/DellSoftwareInstallationService/Actions/DellSoftwareInstallationService.InstallFromURI' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"IgnoreCertWarning": "On",
"ProxyPasswd": "proxypassword",
"ProxyPort": "80",
"ProxyServer": "101.201.20.23",
"ProxySupport": "DefaultProxy",
"ProxyType": "HTTP",
"ProxyUname": "proxyusername",
"TargetResource": "/redfish/v1/UpdateService/FirmwareInventory/Current-107649-6.88__RAID.Backplane.Firmware.1/Oem/Dell/DellSoftwareInventory/DCIM:CURRENT_0x23_314_C_RAID.Backplane.Firmware.1",
"URI": "http://10.32.16.211/firmimg-mach-idrac9-20230315103825.itb.signed.d9"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}