removeLocations


SoftLayer_Virtual_Guest_Block_Device_Template_Group::removeLocations

SoftLayer_Virtual_Guest_Block_Device can be made available in all storage locations. This method will create transaction(s) to remove available locations from an archive image template.

Description

This method will create transaction(s) to remove available locations from an archive image template.

Parameters

Name Type Description
locations SoftLayer_Location[] to remove from the image template.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
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}/removeLocations'