It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

File Retries APIs

  • Last updated on

This section includes the following topics:

  • Input Parameters
  • Output Parameters
  • Error codes

Input Parameters

fileretries: integer value, allowed values are between 0 (no retries) and 3.

Command example

The following example provides for 2 file retries.

POST https://<environment>/v2/accounts/<account>/computers/<computer>/settings/apply

{

  "fileretries": 2

}

Output Parameters

The output is an id of the operation, which can be used to track completion status via the command below.

Result of the operation

Status can be obtained via the command below The status is either success or error, also providing the reason for the failure.

GET https://<environment>/v2/accounts/<account>/computers/<computer>/action/{id}/status

Error Codes

The reason for the failure can be matched to one of the error codes below:

  • Running_Actions_PreventPreferencesUpdate - cannot update preferences while Backups, Restores or Deletes are running
  • Running_Actions_FailedToAcquireLock - critical error, failed to acquire lock for the operation (this never happens)