"SoftLayer_" prefix removed for readability.
SoftLayer_Virtual_Guest_Block_Device can be published together in a public repository for use by everyone. This method generates a transaction to perform a public image of the provided archived block devices.
Name | Type | Description |
---|---|---|
groupName | string | The group name for an existing archive |
summary | string | A summary describing the public image |
note | string | A long description describing the public image |
locations | SoftLayer_Location[] | Destination location id(s) of the public image |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string, SoftLayer_Location]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{SoftLayer_Virtual_Guest_Block_Device_Template_GroupID}/createPublicArchiveTransaction'