Skip to main content

Get continuous backup statistics of a S3 asset within a protection group.

Returns continuous backup statistics of the specified protection group S3 asset.

Path Parameters
  • protection_group_s3_asset_id string required

    Performs the operation on the protection group S3 asset with the specified ID.

Query Parameters
  • bucket_name string

    The name of the source bucket.

  • bucket_id string

    The Clumio-assigned ID of the source bucket.

  • begin_timestamp string required

    The beginning time of start_time filter in RFC-3339 format.

  • end_timestamp string required

    The end time of start_time filter in RFC-3339 format.

  • interval string

    Possible values: [5m, 30m, 1h, 1d]

    The interval for bins represented as time duration. 'm', 'h' and 'd' refers to minutes, hours, and days respectively. A series of aggregated statistics for each interval will be returned as bins in the response.

Responses

Success


Schema
  • _links object

    ProtectionGroupBucketContinuousBackupStatsLinks URLs to pages related to the resources.

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

  • bins object[]

    The list of continuous backup statistics grouped by the given time interval.

  • backup_end_time string

    The end time for the continuous backup stats in RFC-3339 format.

  • backup_start_time string

    The start time for the continuous backup stats in RFC-3339 format.

  • deleted_objects_count uint64

    The number of objects in the continuous backup task successfully deleted.

  • deleted_objects_size uint64

    The total size in bytes of objects in the continuous backup task successfully deleted.

  • failed_continuous_backups_count uint32

    The number of failed continuous backup task executions.

  • failed_objects_count uint64

    The number of objects in the continuous backup task failed to be backed up.

  • failed_objects_size uint64

    The total size in bytes of objects in the continuous backup task failed to be backed up.

  • filtered_in_count uint64

    The number of included objects after the protection group filter.

  • filtered_in_size uint64

    The total size in bytes of included objects after the protection group filter.

  • filtered_out_count uint64

    The number of excluded objects after the protection group filter.

  • filtered_out_size uint64

    The total size in bytes of excluded objects after the protection group filter.

  • missing_objects_count uint64

    The number of objects in the continuous backup task missed to be backed up.

  • missing_objects_size uint64

    The total size in bytes of objects in the continuous backup task missed to be backed up.

  • ongoing_continuous_backups_count uint32

    The number of ongoing continuous backup task executions.

  • successful_continuous_backups_count uint32

    The number of successful continuous backup task executions.

  • successful_objects_count uint64

    The number of objects in the continuous backup task successfully backed up.

  • successful_objects_size uint64

    The total size in bytes of objects in the continuous backup task successfully backed up.

  • total_continuous_backups_count uint32

    The number of total continuous backup task executions.

  • total_stats object

    ProtectionGroupBucketContinuousBackupStats

  • backup_end_time string

    The end time for the continuous backup stats in RFC-3339 format.

  • backup_start_time string

    The start time for the continuous backup stats in RFC-3339 format.

  • deleted_objects_count uint64

    The number of objects in the continuous backup task successfully deleted.

  • deleted_objects_size uint64

    The total size in bytes of objects in the continuous backup task successfully deleted.

  • failed_continuous_backups_count uint32

    The number of failed continuous backup task executions.

  • failed_objects_count uint64

    The number of objects in the continuous backup task failed to be backed up.

  • failed_objects_size uint64

    The total size in bytes of objects in the continuous backup task failed to be backed up.

  • filtered_in_count uint64

    The number of included objects after the protection group filter.

  • filtered_in_size uint64

    The total size in bytes of included objects after the protection group filter.

  • filtered_out_count uint64

    The number of excluded objects after the protection group filter.

  • filtered_out_size uint64

    The total size in bytes of excluded objects after the protection group filter.

  • missing_objects_count uint64

    The number of objects in the continuous backup task missed to be backed up.

  • missing_objects_size uint64

    The total size in bytes of objects in the continuous backup task missed to be backed up.

  • ongoing_continuous_backups_count uint32

    The number of ongoing continuous backup task executions.

  • successful_continuous_backups_count uint32

    The number of successful continuous backup task executions.

  • successful_objects_count uint64

    The number of objects in the continuous backup task successfully backed up.

  • successful_objects_size uint64

    The total size in bytes of objects in the continuous backup task successfully backed up.

  • total_continuous_backups_count uint32

    The number of total continuous backup task executions.

GET /datasources/protection-groups/s3-assets/:protection_group_s3_asset_id/continuous-backup-stats    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
protection_group_s3_asset_id — path required
begin_timestamp — query required
end_timestamp — query required
bucket_name — query
bucket_id — query
interval — query
curl -L -X GET 'https://us-west-2.api.clumio.com/datasources/protection-groups/s3-assets/:protection_group_s3_asset_id/continuous-backup-stats' \
-H 'Accept: application/api.clumio.protection-groups-s3-assets=v1+json' \
-H 'Authorization: Bearer <TOKEN>'