API commando: REINSTALL


API voorbeeld:

https://my.mihos.net/api/cloud/?c=reinstall&vm=1234&template=centos-7


API variabelen:


c reinstall
vm ID van virtuele server
template centos-6 | centos-7 | debian-7 | debian-8 | ubuntu-14 | ubuntu-16 | freebsd-10 | win-2012


API respons:

 

<?xml version='1.0'?>
<xml>
 <login>
  <status>OK</status>
  <response>Hello, customer '12345'</response>
 </login>
 <cloud>
  <reinstall>
   <result>OK</result>
   <vm>12345</vm>
   <ip>1.2.3.4</ip>
   <template>centos-7</template>
   <password>vDu822@nfj4</password>
  </reinstall>
 </cloud>
</xml>
Gemiddelde beoordeling: 0 (0 Stemmen)