elastio:recovery-point:iscan:healthy
Version: V0
Group: Recovery point
Iscan has labeled a recovery point as healthy.
Example:
{
"event_id": "00000000-0000-0000-0000-0000000000000",
"event_kind": "elastio:recovery-point:iscan:healthy",
"event_time": "2023-04-27T12:38:42Z",
"event_version": "v0",
"account_id": "000000000000",
"cloud_connector_id": "00000000-0000-0000-0000-0000000000000",
"human_readable_recovery_point_id": "rp-000000000000000000000000000",
"region": "us-east-1",
"tags": {
"elastio:vault": "default",
"Name": "windowstest2",
"elastio:plan": "11"
},
"iscan_report_id": "00000000-0000-0000-0000-0000000000001",
"number_of_ransomware_scanned_files": 13,
"cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-1:vol-0000000000000000",
"deprecation_warning": null,
"number_of_malware_scanned_files": 13,
"source_cloud_connector_asset_id": "elastio:asset:aws-ebs:s:000000000000:us-east-1:vol-0000000000000000"
}
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.
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.
iscan_report_id
Type: uuid
Field description: Iscan report ID.
number_of_malware_scanned_files
Type: unsigned_integer, can be null
Field description: Total number of files scanned for malware.
number_of_ransomware_scanned_files
Type: unsigned_integer, can be null
Field description: Total number of files scanned for ransomware.
tags
Type: object
Field description: AWS asset tags.