createPublicArchiveTransaction


SoftLayer_Virtual_Guest_Block_Device_Template_Group::createPublicArchiveTransaction

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.

Description

Create a transaction to copy archived block devices into public repository

Parameters

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

Required Headers

Optional Headers

  • None

Return Values

  • int
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'