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

GET Status for Action

  • Last updated on

GET status for action gets the status for an action.

If the request for a specific action is successful, the id of the newly created action is returned (actionId).

Then actionId is used to return the status (result of the operation) for that specific action (example creation of a Backup Set).  

The parameters returned are status, reason.

There are 4 status codes as follows:

  • CREATED
  • PENDING
  • ERROR
  • WARNING

The status is success|error|warning with the reason for the failure (message containing the error code specific to that particular action).

Request Example

GET /v2/accounts/fracc/computers/0000/action/10/status

Response Example

{

    "data": {

        "status": 3,

        "reason": "Message containing the specific error"

    }

}