findGcImagesByCurrentUser


SoftLayer_Virtual_Guest_Block_Device_Template_Group::findGcImagesByCurrentUser

Fetch a sorted collection of GC enabled cloudinit images for the account of the current active customer user.

Description

Find block device template groups containing a GC enabled cloudinit image for the current active user. A sorted collection of groups is returned. The Caller can optionally specify data center or region names to retrieve GC images from only those locations.

Parameters

Name Type Description
dataCenters string[] The name of the region containing the images
regions string[] The name of the data center containing the images

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/findGcImagesByCurrentUser'