"SoftLayer_" prefix removed for readability.
SoftLayer_Virtual_Guest_Block_Device can be made available in all storage locations. This method will create transaction(s) to add available locations to an archive image template.
Name | Type | Description |
---|---|---|
locations | SoftLayer_Location[] | to add to the image template. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Location]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{SoftLayer_Virtual_Guest_Block_Device_Template_GroupID}/addLocations'