acronis backups
Description
Use this method to get details of your plans. Use the product key as acronisbackupasia or acronisbackupus depending on the type of the order.
Response
Returns details of the plans of the Acronis backup product, along with the plan details of other Products of the Reseller.
Example:
The response structure for the product will be:
US Location
Description
Gets a list and details of the Acronis backup orders matching the search criteria.
HTTP Method
GET
Example Test URL Request
US Server https://test.httpapi.com/api/backup/us/search.json?auth-userid=0&api-key=key&no-of-records=10&page-no=1
Asia Server https://test.httpapi.com/api/backup/asia/search.json?auth-userid=0&api-key=key&no-of-records=10&page-no=1
Description
Gets the details of an existing Acronis Backup Order.
HTTP Method
GET
Example Test URL Request
Asia
https://test.httpapi.com/api/backups/us/details.json?auth-userid=0&api-key=key&order-id=0
United States
https://test.httpapi.com/api/backups/us/details.json?auth-userid=0&api-key=key&order-id=0
Description
Deletes an existing backup order.
HTTP Method
POST
Example Test URL Request
US Location https://test.httpapi.com/api/backups/us/delete.json?auth-userid=0&api-key=key&backup-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/delete.json?auth-userid=0&api-key=key&backup-order-id=0
Description
Renews the backup order.
HTTP Method
POST
Example Test URL Request
US Location https://test.httpapi.com/api/backup/us/renew.json?auth-userid=0&api-key=key&backup-order-id=0&months=0&invoice-option=NoInvoice&discount-amount=0.00&auto-renew=true
Asia Location https://test.httpapi.com/api/backup/asia/renew.json?auth-userid=0&api-key=key&backup-order-id=0&months=0&invoice-option=NoInvoice&discount-amount=0.00&auto-renew=true
Description
Adds additional storage to an existing Acronis backup order.
HTTP Method
POST
Description
Generates the Auto Login token to access the Acronis management panel.
HTTP Method
GET
Example Test URL Request
US Location https://test.httpapi.com/api/backup/us/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0
Parameters
Description
Installs the backup agent to an existing server order.
HTTP Method
POST
Example Test URL Request
US Location https://test.httpapi.com/api/backup/install-agent.json?auth-userid=0&api-key=key&backup-order-id=0&hosting-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/install-agent.json?auth-userid=0&api-key=key&backup-order-id=0&hosting-order-id
Description
Places an Acronis backup order for a specified VPS or Dedicated hosting order.
HTTP Method
POST