Skip to main content

Details for protection group restore preview

Details for protection group bucket restore preview

Path Parameters
  • protection_group_id string required

    Performs the operation on the ProtectionGroup with the specified ID.

  • preview_id string required

    Performs the operation on the Preview with the specified ID.

Responses

Success


Schema
  • _etag string

    The ETag value.

  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • objects object[]

    The fetched objects as a result of the preview.

  • bucket string

    Bucket the object belongs to

  • etag string

    Etag of the contents of the object.

  • last_backup_time string

    Last time the object was backed up as an RFC3339 string.

  • last_modified_time string

    Last modified time of the object as an RFC3339 string.

  • object_key string

    Object key

  • protection_group_asset_id string

    The Clumio-assigned ID of a protection group S3 asset, which represents the bucket within the protection group to restore from.

  • region string

    region of the backup object

  • restore_cookie string

    Encrypted metadata for the object to be restored
    You can get restore_cookie via POST /restores/protection-groups/{protection_group_id}/previews

  • size_in_bytes int64

    Size in Bytes

  • storage_class string

    Possible values: [S3 Standard, S3 Standard-IA, S3 Intelligent-Tiering, S3 One Zone-IA]

    Storage class. Valid values are: S3 Standard, S3 Standard-IA, S3 Intelligent-Tiering, and S3 One Zone-IA.

  • version_id string

    Version ID

GET /restores/protection-groups/:protection_group_id/previews/:preview_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
protection_group_id — path required
preview_id — path required
curl -L -X GET 'https://us-west-2.api.clumio.com/restores/protection-groups/:protection_group_id/previews/:preview_id' \
-H 'Accept: application/api.clumio.restored-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'