I have created Image templates(actions > create image template) from softlayer UI. I want to load that Image template from API. Which API should I use ?
Asked
Active
Viewed 189 times
1 Answers
0
Virtual servers and bare metal servers provides the method reload:
http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/reloadOperatingSystem http://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/reloadOperatingSystem
in the reload you just need to send the image template id, see this example using the Python client:
https://softlayer.github.io/python/reload_hardware/
Regards

Nelson Raul Cabero Mendoza
- 4,386
- 1
- 14
- 19