getAdditionalRequiredPricesForOsReload


SoftLayer_Virtual_Guest::getAdditionalRequiredPricesForOsReload

Return a collection of SoftLayer_Item_Price objects for an OS reload

Description

Return a collection of SoftLayer_Item_Price objects for an OS reload

Parameters

Name Type Description
config SoftLayer_Container_Hardware_Server_Configuration The new cloud configuration for the reload.

Required Headers

Optional Headers

Return Values

Error Handling

  • Throws the exception ‘Unable to locate billing item.’ when the billing item cannot be determined.
  • Throws the exception ‘Unable to locate a required price for the primary disk.’ when the primary disk requires a larger capacity and a product cannot be determined.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_Hardware_Server_Configuration]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/getAdditionalRequiredPricesForOsReload'