Skip to main content

AWS recovery reset status

API to get AWS recovery reset status

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • assemblyId int64 required

    AWS cloud assembly ID.

  • id string required

    AWS Recovery ID

Responses

OK


Schema
  • status string

    Possible values: [pending, in-progress, stalled, completed, failed]

    Status of the reset operation.

    ValueDescription
    pendingThe reset operation is pending and has not started yet.
    in-progressThe reset operation is currently in progress.
    stalledThe reset operation is stalled (reset is not allowed if any restore is running on the timeline).
    completedThe reset operation completed successfully.
    failedThe reset operation failed or the pre-reset web hook failed.
  • message string

    Message contains the recovery reset failure reasons if the reset operation fails

Loading...