I am following the below steps to increase the network maxspeed to 1 gbps,
Find the package ID using the API:
https://$user:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/$vsi/getObject?objectMask=mask[billingItem[package]]
Next I need to get the Item price ID for 1 gbps speed and using following API:
https://$user:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Product_Package/$packageId/getItemPrices
This is where am stuck as am not aware which ID needs to selected from this output. I need to increase the speed to 1gbps (private network). I see more than one ID for this in the output.
I'd like some help in identifying the right ID
so I can proceed to increase max speed with a upgrade request.
This request will help you to get valid item prices to upgrade your Virtual Server:
In the result should display something like this:
The id that we need is 274 (Using a Test Account and valid for my VSI) Now, to upgrade the Virtual Guest, please execute:
Where: “11498369” is the vsi_id to upgrade
Reference: Modify Device Configuration
Then, if you want to change the private/public network interface speed to the new speed: Execute (Example for private network speed):
References: