"SoftLayer_" prefix removed for readability.
Runs firmware updates on the servers components.
You can launch firmware updates by selecting from your server list. It will bring your server offline for approximately 20 minutes while the updates are in progress.
In the event of a hardware failure during this test our datacenter engineers will be notified of the problem automatically. They will then replace any failed components to bring your server back online, and will be contacting you to ensure that impact on your server is minimal.
Name | Type | Description |
---|---|---|
hardwareIds | int[] | List of hardware ids to have firmware updated. |
ipmi | boolean | Flag to determine whether IPMI firmware update should occur. |
raidController | boolean | Flag to determine whether raid controller firmware update should occur. |
bios | boolean | Flag to determine whether BIOS firmware update should occur. |
harddrive | boolean | Flag to determine whether hard drive firmware update should occur. |
networkCard | boolean | Flag to determine whether network card firmware update should occur. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, boolean, boolean, boolean, boolean, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/massFirmwareUpdate'