createPostSoftwareInstallTransaction


SoftLayer_Hardware_Server::createPostSoftwareInstallTransaction

Description


Parameters

Name Type Description
installCodes string[] comma separated string of install codes
returnBoolean boolean return a true/false or an exception and a transaction

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/createPostSoftwareInstallTransaction'