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
AddAccountmethod) - Getting device information by the device name and password (the
GetAccountInfomethod) - Getting device information by the device ID (the
GetAccountInfoByIdmethod) - Getting device information by the device Token (the
GetAccountInfoByTokenmethod) - Getting the device ID (the
GetAccountIDmethod) - Enumerating Devices in JSON-RPC API (the
EnumerateAccountsmethod) - Enumerating Device Statistics in JSON-RPC API (the
EnumerateAccountStatisticsmethod) - Changing the properties of a device (the
ModifyAccountmethod) - Removing devices (the
RemoveAccountmethod)
You can identify other device management methods in the schema by the word Account in their names.
