Add two or more disk to virtual server while provisioning in softlayer using rest query
相关问题
- Apache web server timeout after 60 seconds
- SoftLayer API : How to get NetScaler list in Softl
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
相关文章
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
- New items for SoftLayer virtual server order?
- No Data for IOPS while Selecting Storage Size 250G
- how to order SoftLayer_Virtual_ReservedCapacityGro
- How do you upgrade a Snapshot space on Endurance s
- ObjectFilter in SoftLayer doesn't work
you can set the disk at order time, see the documentation about
http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/createObject
basically you have to configure them at the block devices section:
Then you can add more disk after the Virtual server has been provisioned vi Upgrading the Virtual Server.
To upgrade the server you need to use this method: http://sldn.softlayer.com/reference/services/SoftLayer_Product_Order/placeOrder
see this example:
basically you need to specify:
Regards