reconnectCompute


SoftLayer_Account_Lockdown_Request::reconnectCompute

Reconnecting a customer will reconnect all previously disconnected resources (servers and virtual machines) and will remove order limitations. The associated lockdown event will be unlocked and closed.

Description

Takes the original disconnected lockdown request ID. The account reconnection will happen immediately. The associated lockdown event will be unlocked and closed at that time.

Parameters

Name Type Description
reconnectDate string This property is deprecated and will not be used.

Required Headers

Optional Headers

  • None

Return Values

  • int
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Lockdown_Request/{SoftLayer_Account_Lockdown_RequestID}/reconnectCompute'