API commando: RESIZE
API voorbeeld:
https://my.mihos.net/api/cloud/?c=resize&vm=1234&ram=4&hdd=150
API variabelen:
c resize
vm ID van virtuele server
ram nieuwe hoeveelheid ram in GB **
hdd nieuwe grootte van harddisk in GB, in stappen van 50 *
* In geval van vmtype ct is de hoeveelheid opslag niet zelf te kiezen. Vaste verhoudingen van ram/hdd/cpu.
** Aantal processors (cpu) wordt berekend op basis van hoeveelheid ram. Dit zijn vaste verhoudingen bij beide vm types.
API respons:
<?xml version='1.0'?> <xml> <login> <status>OK</status> <response>Hello, customer '12345'</response> </login> <cloud> <resize> <result>OK</result> <vm>12345</vm> <cpu>1</cpu> <ram>1</ram> <hdd>50</hdd> <traffic>2500</traffic> <price>9</price> </resize> </cloud> </xml>