Device management methods in JSON-RPC API
To enable backups on a system, a backup device is required.
A backup device can be installed on several computers: the primary computer where data backup takes place and any number of additional computers in the restore-only mode.
Below is the list of primary methods that let you manage backup devices of a particular customer.
- Adding devices (the
AddAccount
method) - Getting device information by the device name and password (the
GetAccountInfo
method) - Getting device information by the device ID (the
GetAccountInfoById
method) - Getting device information by the device Token (the
GetAccountInfoByToken
method) - Getting the device ID (the
GetAccountID
method) - Enumerating Devices in JSON-RPC API (the
EnumerateAccounts
method) - Enumerating Device Statistics in JSON-RPC API (the
EnumerateAccountStatistics
method) - Changing the properties of a device (the
ModifyAccount
method) - Removing devices (the
RemoveAccount
method)
You can identify other device management methods in the schema by the word Account
in their names.