API commando: BACKUP
API voorbeeld:
https://my.mihos.net/api/cloud/?c=backup&vm=1234&action=enable
API variabelen:
c ipadd
vm ID van virtuele server
action enable | disable
API respons:
<?xml version='1.0'?> <xml> <login> <status>OK</status> <response>Hello, customer '12345'</response> </login> <cloud> <ipadd> <result>1.2.3.7</result> </ipadd> </cloud> </xml>