getUpgradeItemPrices


SoftLayer_Hardware::getUpgradeItemPrices

Retrieve a list of upgradeable items available to a piece of hardware.

Description

Retrieve a list of upgradeable items available to this piece of hardware. Currently, getUpgradeItemPrices retrieves upgrades available for a server’s memory, hard drives, network port speed, bandwidth allocation and GPUs.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • “Hardware [hostname.domain] cannot be upgraded due to the incorrect billing information. Please contact SoftLayer Sales.”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware/{SoftLayer_HardwareID}/getUpgradeItemPrices'