Trying to identify the right rest api uri to execute remote upload and update of ILOM firmware .
After accessing the swagger.json documentation of the api I cant seen to find the uri for the same .
Closet I came was to the following url .....
PATCH/SP/firmware
Update properties in the SP firmware object. User role required for set = a.
while executing the uri is successful the firmware doesn't get updared .
I have tested the uri used in the rest call , using the ilom cli which worked fine , after answering following questions ... in json form of
{"questions": [
{
"text": "Preserve existing SP configuration",
"value": "true"
},
{
"text": "Preserve existing BIOS configuration",
"value": "true"
},
{
"text": "Delay BIOS upgrade until next server poweroff or reset",
"value": "true"
}
]}
The current firmware version is :
"Target": "/rest/v1/System/firmware",
"system_fw_version": "4.0.0.24"
Any help is very much appreciated