Skip to main content

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.

Responses

Success


Schema
  • _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.

  • 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.

GET /backups/protection-groups/:backup_id    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
backup_id — path required
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>'