Retrieve a protection group backup
Returns a representation of the specified protection group backup.
Path Parameters
- backup_id string required
Performs the operation on the backup with the specified ID.
- 200
- default
Success
- application/api.clumio.backup-protection-groups=v1+json
- Schema
- Example (from schema)
Schema
_links object
- backed_up_object_count int64
The number of objects in the protection group that were successfully backed up.
- backed_up_size_bytes int64
The total size in bytes of objects in the protection group that were successfully backed up.
- expiration_timestamp string
The timestamp of when this backup expires. Represented in RFC-3339 format.
- failed_object_count int64
The number of objects in the protection group that failed to be backed up.
- failed_size_bytes int64
The total size in bytes of objects in the protection group that failed to be backed up.
- id string
The Clumio-assigned ID of the protection group backup.
- protection_group_id string
The Clumio-assigned ID of the protection group.
- protection_group_name string
The user-assigned name of the protection group.
- protection_group_version int64
The version of the protection group at the time the backup was taken.
- start_timestamp string
The timestamp of when this backup started. Represented in RFC-3339 format.
- type string
The type of backup. Possible values include
protection_group_backup
.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"backed_up_object_count": 0,
"backed_up_size_bytes": 0,
"expiration_timestamp": "string",
"failed_object_count": 0,
"failed_size_bytes": 0,
"id": "string",
"protection_group_id": "string",
"protection_group_name": "string",
"protection_group_version": 0,
"start_timestamp": "string",
"type": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /backups/protection-groups/:backup_id
Authorization
Request
Request
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://us-west-2.api.clumio.com/backups/protection-groups/:backup_id' \
-H 'Accept: application/api.clumio.backup-protection-groups=v1+json' \
-H 'Authorization: Bearer <TOKEN>'