Skip to main content

Get AWS Recovery Resource details

API to get AWS recovery resource details

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

Query Parameters
  • cloud_resource_id string required

    AWS cloud resource ID (e.g., Instance ID: i-1234567890abcdef0, Volume ID: vol-1234567890abcdef0, etc.).

Responses

OK


Schema
  • resourceId string

    Recovery resource ID

  • status string

    Possible values: [not-started, in-progress, create-completed, restore-in-progress, restore-completed, restore-failed, deleted, aborted, pending, recovered, skipped, not-recovered, failed]

    Status of the resource during recovery.

    ValueDescription
    not-startedThe resource has not yet started the recovery process.
    in-progressThe resource recovery is currently in progress.
    create-completedThe resource has been successfully created.
    restore-in-progressThe resource restore is currently in progress.
    restore-completedThe resource restore has been successfully completed.
    restore-failedThe resource restore has failed.
    deletedThe resource has been deleted.
    abortedThe resource recovery was aborted.
    pendingThe resource is pending further action.
    recoveredThe resource has been recovered.
    skippedThe resource was skipped during the recovery process.
    not-recoveredThe resource has not been recovered.
    failedThe resource failed during the recovery process.
  • resourceDetails string

    Recovery resource details

Loading...