"SoftLayer_" prefix removed for readability.
Retrieve a computing instance’s upgradeable items.
Retrieves a list of all upgrades available to a virtual server. Upgradeable items include, but are not limited to, number of cores, amount of RAM, storage configuration, and network port speed.
This method exclude downgrade item prices by default. You can set the “includeDowngradeItemPrices” parameter to true so that it can include downgrade item prices.
Name | Type | Description |
---|---|---|
includeDowngradeItemPrices | boolean | If set to true, this method will include the downgrade item prices. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/getUpgradeItemPrices'