Link Search Menu Expand Document

elastio:recovery-point:create:failed

Version: V0

Group: Recovery point

Recovery point creation failed.

Example:

{
    "event_id": "00000000-0000-0000-0000-000000000000",
    "event_kind": "elastio:recovery-point:fs-check:failed",
    "event_time": "2023-05-09T16:19:41Z",
    "deprecation_warning": null,
    "asset_kind": "ebs",
    "cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-2:vol-00000000000000000",
    "cloud_connector_id": "8c9c38e5-f694-4898-b38a-eeeb64548517",
    "human_readable_cloud_connector_job_id": "j-00000000000000000000000000",
    "error": "something is not ok",
    "human_readable_recovery_point_id": "rp-00000000000000000000000000",
    "job_id": "8c9c38e5-f694-4898-b38a-eeeb64548517",
    "cloud_connector_asset_id": null,
    "source_cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-2:vol-00000000000000000",
    "volume_ids": []
}

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_finish

Type: date-time

Field description: Date and time when the backup finished.

  • error

Type: string, can be empty

Field description: Error message for a failed job.

  • human_readable_cloud_connector_job_id

Type: string, cannot be empty

Field description: Job ID in human readable form, can be found in your Elastio tenant.

  • backup_policy_name

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

Field description: Name of the backup policy.