Skip to main content

AWS Recovery Status

API to get AWS recovery status

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • assemblyId int64 required

    AWS cloud assembly ID.

Query Parameters
  • id string required

    AWS Recovery ID

Responses

OK


Schema
  • status string

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

    Status of the recovery process.

    ValueDescription
    pendingThe recovery process is in draft or pending state.
    in-progressThe recovery or deployment is currently in progress.
    abortedThe recovery process was aborted.
    partially-completedThe recovery completed partially; some resources may not be fully recovered.
    completedThe recovery process completed successfully.
    failedThe recovery process has failed.
  • message string

    Message contains the recovery failure reasons if the recovery operation fails

Loading...