You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
Current implementation of listImages() returns a list of public images (Ubuntu, Centos, etc).
There are also private images (snapshots) that can be obtained using http://sldn.softlayer.com/reference/services/SoftLayer_Account/getBlockDeviceTemplateGroups/
To create a node from such a private image we can use Virtual_Guest/createObject method, see also issue #1282.
In this new method the image should be specified using http://sldn.softlayer.com/reference/datatypes/SoftLayer_Virtual_Guest_Block_Device_Template_Group parameter in http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject method call.
A sample Ruby code to do that is:
The text was updated successfully, but these errors were encountered: