API commando: CREATE
API voorbeeld:
https://my.mihos.net/api/storage/?c=create&size=1
API variabelen:
c create
size 100 | 1000 | 5000 | 100000
Size is in GB.
Kosten:
https://mihos.net/cloud-storage/
API respons:
<?xml version='1.0'?> <xml> <login> <status>OK</status> <response>Hello, customer '12345'</response> </login> <storage> <create> <result>OK</result>
<hostname>ftp.mihos.net</hostname>
<size>100</size>
<username>12345_001</username>
<password>g92ig8jge</password> </create> </storage> </xml>