Module "onlinebackup"

Description

SOAP WSDL

Available methods

Details

void change_password

Change the password of your Online Backup account.

Parameters

  • int $product_id
  • string $password

void create_account

Create an account, effectively activating your Online Backup
product.

Parameters

  • int $product_id
  • string $username
  • string $password

void delete_account

Delete an Online Backup account. This will erase all data available
on the server and reset your Online Backup product to its initial
state. Afterwards, you will be able to create a new \account.

Parameters

  • int $product_id

array get_logs

Fetch the logs associated with an Online Backup product. The logs
contain information about recent backups, together with some
basic information about what has been done. They provide an easy
to use overview of your account.

Parameters

  • int $product_id

Returns

  • array $logs

array get_onlinebackup_product

Get informmation associated to an Online Backup product by supplying
its ID.

Parameters

  • int $product_id

Returns

  • array $onlinebackup

void set_brick_level

Set the number of brick level Exchange mailboxes allowed for an
Online Backup account. Please note that we will reset this value
to the number of brick level backups in use, plus two.
This way, you can increase the available brick levels for the
remainder of the day, allowing you to put them to use.

If you enable too many brick level mailboxes, you will get an
error.

Parameters

  • int $product_id
  • int $brick_level_mailboxes

void set_email

Set the report e-mail address associated with an Online Backup
account. This e-mail address will receive all reports about
backups performed on this account.

Parameters

  • int $product_id
  • string $email

void set_notification

Set the notification level for backup reports.

This can be any of the following values:

- always
- error
- never

Parameters

  • int $product_id
  • string $notification_level