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
- 200
- default
Success
- application/api.clumio.protection-groups-s3-assets=v1+json
- Schema
- Example (from schema)
Schema
_links object
bins object[]
total_stats object
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
},
"bins": [
{
"backup_end_time": "string",
"backup_start_time": "string",
"deleted_objects_count": 0,
"deleted_objects_size": 0,
"failed_continuous_backups_count": 0,
"failed_objects_count": 0,
"failed_objects_size": 0,
"filtered_in_count": 0,
"filtered_in_size": 0,
"filtered_out_count": 0,
"filtered_out_size": 0,
"missing_objects_count": 0,
"missing_objects_size": 0,
"ongoing_continuous_backups_count": 0,
"successful_continuous_backups_count": 0,
"successful_objects_count": 0,
"successful_objects_size": 0,
"total_continuous_backups_count": 0
}
],
"total_stats": {
"backup_end_time": "string",
"backup_start_time": "string",
"deleted_objects_count": 0,
"deleted_objects_size": 0,
"failed_continuous_backups_count": 0,
"failed_objects_count": 0,
"failed_objects_size": 0,
"filtered_in_count": 0,
"filtered_in_size": 0,
"filtered_out_count": 0,
"filtered_out_size": 0,
"missing_objects_count": 0,
"missing_objects_size": 0,
"ongoing_continuous_backups_count": 0,
"successful_continuous_backups_count": 0,
"successful_objects_count": 0,
"successful_objects_size": 0,
"total_continuous_backups_count": 0
}
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
GET /datasources/protection-groups/s3-assets/:protection_group_s3_asset_id/continuous-backup-stats
Authorization
Request
Request
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>'
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>'
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>'
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>'
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>'
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>'
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>'