Details for protection group restore preview
Details for protection group restore preview
Path Parameters
- gcs_protection_group_id string required
Performs the operation on the GCS Protection Group with the specified ID.
- preview_id string required
Performs the operation on the Preview with the specified ID.
- 200
- default
Success
- application/api.clumio.restored-gcs-protection-groups=v1+json
- Schema
- Example (from schema)
Schema
- _etag string
The ETag value.
objects object[]
The fetched objects as a result of the preview.
bucket stringBucket the object belongs to
gcs_asset_id stringThe Clumio-assigned ID of a GCS asset, which represents the bucket within the protection group to restore from.
last_modified_time stringLast modified time of the object as an RFC3339 string.
object_key stringObject key
restore_cookie stringEncrypted metadata for the object to be restored
You can getrestore_cookievia POST /restores/gcp/protection-groups/{gcs_protection_group_id}/previewssize_in_bytes int64Size in Bytes
storage_class stringPossible values: [
STANDARD,NEARLINE,COLDLINE,ARCHIVE]Storage class
version_id stringVersion ID
{
"_etag": "string",
"objects": [
{
"bucket": "string",
"gcs_asset_id": "string",
"last_modified_time": "string",
"object_key": "string",
"restore_cookie": "string",
"size_in_bytes": 0,
"storage_class": "STANDARD",
"version_id": "string"
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}