executeRemoteScript


SoftLayer_Virtual_Guest::executeRemoteScript

Download and run remote script from uri on the virtual guest. Requires https for script to be executed after download.

Description

Download and run remote script from uri on virtual guests.

Parameters

Name Type Description
uri string Location of the remote script

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/executeRemoteScript'