Link Search Menu Expand Document

elastio:recovery-point:create:started

Version: V0

Group: Recovery point

Recovery point creation started.

Example:

{

      "event_id": "00000000-0000-0000-0000-000000000000",

      "event_kind": "elastio:recovery-point:create:started",

      "event_time": "2023-05-02T06:19:30Z",

      "event_version": "v0",

      "backup_policy_name": "test1",

      "deprecation_warning": null,

      "backup_start": "2023-05-02T06:19:30.049+00:00",

      "backup_type": "aws_ec2",

      "cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-1:vol-00000000000000000",

      "source_cloud_connector_asset_id": "elastio:asset:aws-ec2:s:064207094274:us-east-1:i-00000000000000000",

      "asset_kind": "ebs",

      "human_readable_recovery_point_id": "rp-00000000000000000000000000",

      "cloud_connector_id": "00000000-0000-0000-0000-000000000000"

}

Fields:

  • cloud_connector_id

Type: uuid

Field description: ID of the Cloud Connector the event took place in.

  • human_readable_recovery_point_id

Type: string (is never empty)

Field description: Elastio recovery point ID as represented in the tenant.

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

  • asset_kind

Type: string (is never empty)

Field description: Asset kind: can be EC2, EBS, local machine, etc.

  • backup_type

Type: string (is never empty)

Field description: Backup type: can be EC2, EBS, block, file, etc.

  • backup_start

Type: date-time

Field description: Date and time when the backup started.

  • backup_policy_name

Type: string (is never empty), can be null

Field description: Name of the backup policy.