rebootDefault


SoftLayer_Hardware_Router::rebootDefault

Reboot the server via the default method.

Description

The ‘‘‘rebootDefault’’’ method attempts to reboot the server by issuing a soft reboot, or reset, command to the server’s remote management card. if the reset attempt is unsuccessful, a power cycle command will be issued via the power strip. The power cycle command is equivalent to unplugging the server from the power strip and then plugging the server back in. If the reset was successful within the last 20 minutes, another remote management command cannot be completed to avoid server failure. Remote management commands include:

rebootSoft rebootHard powerOn powerOff powerCycle


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • “Method has not been implemented for this object type.”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Router/{SoftLayer_Hardware_RouterID}/rebootDefault'