massFirmwareReflash


SoftLayer_Hardware_Server::massFirmwareReflash

Runs firmware reflashes on the servers components.

Description

You can launch firmware reflashes by selecting from your server list. It will bring your server offline for approximately 60 minutes while the reflashes 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. They will be contact you to ensure that impact on your server is minimal.


Parameters

Name Type Description
hardwareIds int[] List of hardware ids to have firmware reflashed.
ipmi boolean Flag to determine whether IPMI firmware reflash should occur.
raidController boolean Flag to determine whether raid controller firmware reflash should occur.
bios boolean Flag to determine whether BIOS firmware reflash should occur.

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • Throws the exception ‘You do not have permission to this service.’ when a user does not have permission to Issue OS Reloads.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, boolean, boolean, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/massFirmwareReflash'