API commando: SNAPSHOT
API voorbeeld:
https://my.mihos.net/api/cloud/?c=snapshot&vm=1234&action=create
API variabelen:
c snapshot
vm ID van virtuele server
action create | delete | info | restore
API respons:
create
<?xml version='1.0'?> <xml> <login> <status>OK</status> <response>Hello, customer '12345'</response> </login> <cloud> <snapshot> <result>OK</result> </snapshot> </cloud> </xml>
info
<?xml version='1.0'?> <xml> <login> <status>OK</status> <response>Hello, customer '12345'</response> </login> <cloud> <snapshot> <result>2016-08-11 15:28:50</result> </snapshot> </cloud> </xml>