I issue the following URL to reload a virtual guest with the current OS. rest/v3/SoftLayer_Virtual_Guest/1234/reloadOperatingSystem
What parameter do I specify to reload the virtual guest with a different operating system?
I issue the following URL to reload a virtual guest with the current OS. rest/v3/SoftLayer_Virtual_Guest/1234/reloadOperatingSystem
What parameter do I specify to reload the virtual guest with a different operating system?
The SoftLayer_Virtual_Guest::reloadOperatingSystem service has a confirmation protocol for proceeding with the reload. To proceed with the reload without confirmation, simply pass in ‘FORCE’ as the token parameter, so you can use a request as below:
Method POST:
Body:
Also, you can get the operating system prices by filtering the items by description:
Method GET:
Output example:
Keep in mind to use the same package id used in the virtual guest, below a way to get it (guessing that 123456 is the virtual guest identifier).
Method GET:
Output example: