Product management

Acronis information

Get Acronis information, from the Acronis API, for the given Swiss Backup product

get/1/swiss_backups/{swiss_backup_id}/acronis_informations

Path parameters

swiss_backup_idinteger required

Unique identifier of the Swiss Backup to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "storage_used_acronis": 123556789000,
    "nb_slots_server": 2,
    "nb_slots_virtual": 1,
    "nb_slots_mobile": 5
  }
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.