Product management

Swiss Backup information

Get details for the given Swiss Backup product

get/1/swiss_backups/{swiss_backup_id}

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": {
    "customer_name": "SwissBackup Slot",
    "created_at": 1666354846,
    "tags": [
      {
        "id": 1234,
        "name": "My tag name",
        "color": 4,
        "product_count": 2
      }
    ],
    "nb_slots": 5,
    "max_slots": 7,
    "size": 200000000000,
    "size_free_storage": 100000000000,
    "is_demo": "false",
    "is_migrated": "false",
    "new_interface": "false",
    "account_name": "Infomaniak SA",
    "storage_reserved": 200000000000,
    "storage_reserved_free_storage": 100000000000,
    "storage_reserved_acronis": 100000000000,
    "periodicity": 1,
    "has_been_demo": "true",
    "storage_used_free_storage": 9000000000,
    "storage_used": 100000000000,
    "max_slots_free_storage": 7,
    "max_slots_server": 3,
    "max_slots_virtual": 4,
    "max_slots_workstation": 5,
    "max_slots_mobile": 6,
    "nb_slots_free_storage": 2,
    "nb_slots_server": 1,
    "nb_slots_workstation": 1,
    "nb_slots_mobile": 1
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.