getValidBlockDeviceTemplateGroups


SoftLayer_Hardware_Server::getValidBlockDeviceTemplateGroups

Return a list of valid block device template groups based on this host

Description

This method will return the list of block device template groups that are valid to the host. For instance, it will only retrieve FLEX images.

Parameters

Name Type Description
visibility string whether to return the private, public or all image templates. possible values are: private, public, all

Required Headers

Optional Headers

Return Values

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