Skip to main content

Get AWS Protection Status

API to get the status of a specific AWS protection.

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudAssemblyId int64 required

    AWS cloud assembly ID.

Query Parameters
  • protection_id string required

    AWS cloud assembly protection ID.

Responses

OK


Schema
  • status string

    Possible values: [created, preparing, preparation-completed, in-progress, partially-protected, success, skipped, failed, pruning-failed, elapsed]

    Status of the protection.

    ValueDescription
    createdIndicates the protection was created and initialization is pending.
    preparingThe protection is being prepared, including metadata and resource population.
    preparation-completedRepresents that the resource population phase is completed and the protection is ready to proceed.
    in-progressShows that the protection process has started and is currently ongoing.
    partially-protectedIndicates that some associated data or resources are not fully protected.
    successIndicates that the protection process has completed successfully.
    skippedIndicates that the protection process was skipped, possibly due to no resources being available.
    failedIndicates that the protection process has failed. The reason for the failure can be reviewed in the associated error logs.
    pruning-failedIndicates that the pruning of associated data or metadata has failed.
    elapsedIndicates that the protection has been pruned or removed, and its associated data and metadata are no longer available.
Loading...