getValidBlockDeviceTemplateGroups


SoftLayer_Virtual_Guest::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 validate that the template groups returned are compatible with the size and number of disks on the host.

Parameters

Name Type Description
visibility string whether to return the private, shared, public or all image templates. possible values are: private, shared, 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_Virtual_Guest/{SoftLayer_Virtual_GuestID}/getValidBlockDeviceTemplateGroups'