"SoftLayer_" prefix removed for readability.
SoftLayer_Virtual_Guest_Block_Device can be grouped together in and backed up in an archive for later use. This method generates a transaction to perform an archive of the provided block devices.
Name | Type | Description |
---|---|---|
groupName | string | The group name for the archive. |
blockDevices | SoftLayer_Virtual_Guest_Block_Device[] | The block devices to archive. |
note | string | A long note describing the image template. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, SoftLayer_Virtual_Guest_Block_Device, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/createArchiveTransaction'