elastio:recovery-point:create:succeeded
Version: V0
Group: Recovery point
A new recovery point has been successfully created.
Example:
{
"event_id": "00000000-0000-0000-0000-000000000000",
"event_kind": "elastio:recovery-point:create:succeeded",
"event_time": "2023-04-27T08:26:16Z",
"event_version": "v0",
"existing_chunks": 0,
"region": "us-east-1",
"chunks_uploaded": 0,
"recovery_point_type": "incremental",
"bytes_read": 0,
"skipped_bytes": 1073741824,
"account_id": "000000000000",
"chunks_skipped": 88,
"new_bytes_ingested": 0,
"cloud_connector_id": "00000000-0000-0000-0000-000000000000",
"bytes_hashed": 0,
"source_cloud_connector_asset_id": null,
"unique_chunks": 0,
"upload_duration_nanos": 0,
"total_bytes_ingested": 1073741824,
"segments_uploaded": 0,
"existing_bytes_ingested": 0,
"bytes_compressed_and_encrypted": 0,
"chunks_hashed": 0,
"backup_type": "aws_ebs",
"bytes_uploaded": 0,
"human_readable_recovery_point_id": "rp-000000000000000000000000000",
"chunking_duration_nanos": 120769,
"chunks_created": 88,
"vault_name": "default",
"bytes_chunked": 1073741824,
"compression_and_encryption_duration_nanos": 0,
"cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-1:vol-00000000000000000",
"tags": {
"elastio:plan": "11",
"elastio:vault": "default"
},
"asset_name": "",
"hashing_duration_nanos": 2050868,
"deprecation_warning": null
}
Fields:
account_id
Type: string (is never empty)
Field description: AWS account ID.
cloud_connector_id
Type: uuid
Field description: ID of the Cloud Connector the event took place in.
region
Type: string (is never empty)
Field description: AWS region of the asset.
cloud_connector_asset_id
Type: string, cannot be empty
Human readable Asset ID, as represented in the tenant.
source_cloud_connector_asset_id
Type: string (is never empty), can be null
Field description: ID of the Cloud Connector that the backed up asset came from, if different from the Cloud Connector where the backup is stored, i.e. in case of cross-account backups.
tags
Type: object
Field description: AWS asset tags.
vault_name
Type: string, cannot be empty
Field description: The name of the vault the recovery point belongs to.